Skip Navigation

Posts
20
Comments
196
Joined
2 yr. ago

  • All kinds. You should look at GPT4ALL at gpt4all.io. Its a gui for downloading and running LLM models locally. Its a great project. Of course, everything is local and private.

  • To be fair, you're taking on a lot of new things at once. You can spin up docker containers on windows too, all while using a UI. I think it's great your exposing yourself to self hosting, linux, command line interface, and containerization all at once, but don't beat yourself up for it taking longer than expected. A lot of it takes time. I encourage you to keep trying and playing. Good luck!

  • I would love to hear book recommendations from you. I can do software dev and I self host a few services personally, but I do guesswork at scaling services, security, automated deployments, CICD, etc. Do you have suggestions? (Agile books are also cool)

  • One of my regrets was buying a particular hario hand grinder. To adjust the size, you had to rotate a little knob underneath the burrs and it didnt have numbers, and didnt always "notch" and would spin freely, so I couldnt even count the discrete bumbs I would turn the screw.

    I've since bought an encore, and I have a lot more confidence and convenience with my grinding.

  • I use zola for my sites. It's got not as many templates as hugo but my sites don't use templates and I found it very straightforward to use from scratch.

  • Just learned my VPN has one of these tiles. Thanks.

  • I've done project rewrites. This minimizes the problem solving to mostly just syntax, sometimes a new paradigm if the framework is different enough. But in my experience a rewrites goes so much faster than I expect it, since theres a very clear goal to achieve while rewriting. If someone has an existing project to rewrite, I recommend it. If not, you could implement some project in a framework your comfortable with, and then do a rewrite in the new thing.

  • Do you have recommendations for a new controller? I've been looking at 8bitdos: https://www.8bitdo.com/ultimate-2.4g-wireless-controller/

    I think its best to move past bluetooth, if we can. I dont think it was ever a great protocol. But things like phones can't always have dongles either, so it's necessary.

  • A home media server is a good start (jellyfin, for instance.) I also think nextcloud is a swiss army knife, and spinning up the nextcloud AIO would get you're feet wet with relatively little effort to how much stuff nextcloud can do (all the differents apps you can install from the web interface. I use news, cookbook, bookmarks, frequently.)

  • Just gonna throw out HJSON as another alternative: https://hjson.github.io/

    I thinks a great idea but I have never seen it used in the wild, unforunately.

  • What software did you use to make this image? Its very well done

  • Do you use a dock or bar? I find it hard to justify it these days. It tells me the time, thats about it.

  • Add this to your nix.conf: experimental-features = nix-command flakes

    Then check out nix --help.

  • Here's an example of a tutorial that uses flakes and the new cli. You might glance through here to see how the syntax compares: https://zero-to-nix.com/start

  • They have resolved this exact problem. There is an "experimental" cli tool that fixes a lot of your complaints about nix-env, nix-channel, etc. Itcs wrapped together with "flakes". This newer feature is a little different, and working with or without flakes segments the community AND the types of articles about nix, like this one.

    As far as I know though, nixos related thing still have a bizarre set of commands, and even with flakes "nixos-rebuild switch --upgrade" is still how you switch configs.

    And as far as installation goes, using nix-env -iA really is a bad practice. Thats installing something ad hoc like you would in any other package manager. That defeats the point of nixos, where your configuration file explicitly defines all the packages you need installed, and nothing else. Nix will remove any packages you didnt specify.

  • I've been using OpenMediaVault inside Proxmox.

    I've been very happy with OMV, for the short time I've been playing with it. Its FOSS and the web interface makes it very clear all the layers of abstraction you can use to manage a NAS. I highly recommend it.

    And proxmox is good too, also FOSS (proxmox VE). I also has another slick web interface to manage stuff. I like the web interfaces because, albiet intimidating, it exposes alot of options available to me, which give me opportunities to research and understand how it works.

    But I'm still working on getting everything with it set up, so take my suggestion with a grain of salt!

  • Programs like paperlessngx do a great job for cateloguing and indexing documents. I would like something similar for tagging personal photos and videos. But I would think the idea behind paperless would generalize relatively easy, and there would be something like paperless thats more general purpose and not just for documents.

    You could technically make paperlessngx work, since you could catelogue photos, for instance. But it's not flexible in the types of tags you can assign to it.

    Something like metabase baserow, like a database client with quality of life UI features, might also work for you. You could build your own table for articles of clothing, name the tags you want, and even add images inline with each row.

    EDIT: sorry, not metabase. I meant baserowbaserow.io

  • Thanks for sharing these feature. I run pihole but knew nothing about this. As my move my implementation to new hardware I'll definitely be adding this.

  • Thats a really cool look, bright mode and borderless. Have you edited things like firefox to share a similar theme?