I used Zola for a while, but at the end of the day there wasnt enough themes available that fit what I was looking for. I ended up messing with the templating engine to get what I needed.
I suggest OP choose Hugo over Zola, in the hopes that they find a theme that suits them best and for the most part prevents them from having to touch templating to begin with.
Why does the graph use 5 shades of gray for some categories?
Why the rise in meeting people at work in the 1980s? Was this when there was an increase in office jobs?
Paperlessngx will store pdfs and index their contents for searching. It’s not necessarily meant for books but I think it would work.
I recently built a site with hugo. Its very easy. You pick a theme, then write some markdown files. And when you need flexibility, you have it for later. I also think it’s the most popular right now, which lends to a lot of themes to pick from and a lot of cpmmunity support.
Can you share pics with this door? How do you walk outside and have it lock behind you?
Use a raid atrray, and replace drives as they fail. Ideally they wouldnt fail behind your back, like an optical disk would.
I’ve used minio briefly, and I’ve never used any other self hosted object storage. In the context of spinning it up with docker, it’s pretty easy. The difficult part in my project was that I wanted some buckets predefined. The docker image doesn’t provide this functionality directly, so I had to spin up an adjacent container with the minio cli that would create the buckets automatically every time I spun up minio.
But for your use case you would manage bucket creation manually, from the UI. It seems straight forward enough, and I don’t have complaints. I think it would work for your use case, but I can’t say its any worse or better than alternatives.
You could probably find $3, but no less. And if you went to a nice coffee shop, that did a pour over or something, I’d expect $5-$7.
Has anyone ever used the enterprise version of dbeaver? Does it do as good a job interfacing with nosql databases it does relational databases?
Can you post a pic of your DE? Im curious to know what your cinnamon looks like.
Big fan of the reader mode changes. I’ll probabky start using it more often, not just on sites with horrendous popups.
Inpsired by the mixed ice drinks at the chain “the coffee bean and tea leaf” (I only see it when traveling, not native to hometown) I just make coffee and chai tea, mix it together with butter (hot). Their iced drinks are amazing, and besides the large amount of sugar, Im certain its the mix of coffe and tea.
My drive to nix was so I could simply manage what packages I had installed with a text file. If I removed something from the file, I expect it to be uninstalled. I never found a tool/wrapper for apt to do this.
If you want to start with nixos, I would take whatever distro you are on and install nix and then home manager. Then, you can slowly migrate your user configuration over without starting from scratch. That worked really well for me going from ubuntu to nixos.
Niri looks really cool. I’ve used tiling WM before but scrolling is a unique take, perhaps more productive for some folks?
Nushell is a good one. I do data science for a living and it’d be nice to have the shell handle some small data transformations instead of writing a script in python. But all the syntax and behavior is very different than bash, so I’ve been afraid to start because of the learning curve.
Thanks for sharing! The band poster is particularly very cool :)
I wonder if someone would go so far as to put tags on each of their record albums to do the same thing (kind of odd not actually playing the vinyl, but it’d be easier to play an album!)
Not an answer: whats your setup for your cameras/security?
Ooh, Ive heard of these. Can you name some of the ways you use them? Do these effectively work as a cheap alternative to a physical switch or can they be used more creatively?
Wow thats a crazy trackball! What brand/model is it?
~/repo for code I write and ~/src for code I didnt.