I like butter+jelly and butter+peanut butter on my biscuits, but never both. I also like making sausage gravy with cream cheese instead of flour most of the time. Looks yummy anyway, even the eggs right on top ;)
- 0 Posts
- 7 Comments
Love the dinner tray!
rutrum@programming.devto Selfhosted@lemmy.world•MAZANOKE update (image optimizer via browser): Batch upload and downloadEnglish6·13 days agoYeah, you’re totally right.
All image processing happens locally.
And then it mentions that you can just open the index.html directly, which means it uses clientside javascript or wasm and runs on the browser. You are correct!
On the topic of word choice, you might be right. Save or open might be better.
rutrum@programming.devto Selfhosted@lemmy.world•MAZANOKE update (image optimizer via browser): Batch upload and downloadEnglish15·14 days agoJust because its run locally, doesnt mean it still isnt a web server. The software could run anywhere and be accessed over the network. The image optimization happens at the server, so download and upload are more accurate.
rutrum@programming.devto Linux@lemmy.ml•Here's an exercise in extreme masochism:English12·30 days agoLove him. His lego island port has been a pleasure to watch.
I use borg the same way you describe. Part of my nixos config builds a systemd unit that starts a backup on various directories on my machine at midnight every day. I have 2 repos: one to store locally and on a cloud backup provider (borgbase) and another thats just stored locally. That is, another computer in my house. That local only is for all my home media. I havent yet put the large dataset of photos and videos on the cloud or offsite.
NixOS. My primary reason for switching was wanting a single list of programs that I had installed. After using ubuntu for 5 years I just lost track of all the tools and versions of software that I had installed…and that didnt even count my laptop. Now all my machines have a single list of applications, and they are all in sync.