Needs more sugar or oil for a good carmelization. Great job though.
- 509 Posts
- 6.42K Comments
just_another_person@lemmy.worldto Linux@lemmy.ml•In 2025 Fedora Silverblue has better plug and play than OSX....17·9 hours agoIt’s not Silverblue specific, it’s the Linux Kernel.
just_another_person@lemmy.worldto Selfhosted@lemmy.world•Jellyfin troubles - phone cannot reachEnglish51·13 hours agoThat, or your phone is using an overridden DNS server and not your local DNS resolver while on your own network. Common with Android specifically.
just_another_person@lemmy.worldto Selfhosted@lemmy.world•Best tool for creating a basic business websiteEnglish2·17 hours agoGhost is meant more for hosting blogs and newsletters, not necessarily an interactive site.
Lots of static site frameworks out there: Hugo, Gatsby, Jekyll - all with their own strengths and weaknesses. Hugo probably has the largest following and template ecosystem, so may be faster to get started. Something a bit different that has some steam behind it is Grav CMS.
just_another_person@lemmy.worldto Linux@lemmy.ml•Newbie to BTRFS- how do I use Timeshift to create backups on another SSD?54·3 days agoExactly. A backup tool makes an entire copy of a filesystem. A time-based snapshot tool only covers the delta of changes to the filesystem.
So if you want a fully functional copy of your filesystem, then you make a full or incremental copy.
If you just want to be able to “rewind” to a point-in-time version of it, then Timeshift or snapshots allow you to do that.
just_another_person@lemmy.worldto Linux@lemmy.ml•Newbie to BTRFS- how do I use Timeshift to create backups on another SSD?44·3 days agoTimeshift is not a backup tool, so it’s meant to run on the filesystem you’ve configured it for. If you ran it across many volumes or targets like RAID, it wouldn’t work as you’d expect because it’s not designed to work that way.
just_another_person@lemmy.worldto Selfhosted@lemmy.world•[SOLVED] How do I run docker compose on Bazzite?English31·4 days agoNo, it’s the difference between your docker service knowing it’s datadir isn’t in /var/lib and not.
Shut down docker. Create a datadir in your writeable mount, change the docker configs to point to the new location, and restart.
Here’s an example: https://linuxconfig.org/how-to-move-docker-s-default-var-lib-docker-to-another-directory-on-ubuntu-debian-linux
just_another_person@lemmy.worldto Linux Gaming@lemmy.world•Intel Arc Graphics B570 & B580 Gaming Performance On Linux For Mid 2025English9·4 days agoI was honestly totally railing against these cards for the first two years they were out. Their performance per-watt is atrocious when compared to AMD, and just general performance is way below where it needs to be in order to contend with Nvidia. However…
They have turned out to be an absolute gem for video production and streaming. So much so that they have an up and coming niche in those spaces, which I was shocked to learn. Though I’m an AMD fan, they are last in this arena, with Nvidia being barely above AMD because of AV1, but these Intel cards are far and away the best tool for these jobs. Zero lag, real-time transcoding that doesn’t tax your system, and the hardware offloading “just works”. If I had a use-case for a batch processing transcoding pool of some sort, I’d use these.
Get in where you fit in, I suppose.
just_another_person@lemmy.worldto politics @lemmy.world•Matt Gaetz visited El Salvador’s mega-prison and saw people drained of hope. He then pitched it to Stephen Miller8·4 days agoAll of these pieces of shit are treating it like a fucking zoo for the rich. I bet Trump floats Millionaire+ class asshats start paying for a visit, and Bukele abides.
just_another_person@lemmy.worldto Selfhosted@lemmy.world•[SOLVED] How do I run docker compose on Bazzite?English22·4 days agoIt’s an immutable distro, so the regular locations on the filesystem are all read-only. The only way you can do this is making sure you mount separate storage, or use the userspace home mount or whatever they call it. It’s trivial to move the docker dir to wherever, so just do that.
just_another_person@lemmy.worldto politics @lemmy.world•Trump Reportedly Getting Luxury Qatari Jet as Gift Sparks Fury—'Corruption'11·4 days agoI believe the law says this is not allowed, we all know. But I also believe the government can just take it back when he’s kicked the fuck out of office, or grounded and put in a hanger when the mid-term wipeout comes.
just_another_person@lemmy.worldto Linux@lemmy.ml•App recommendations for CalDAV VJOURNAL?3·4 days agoI don’t think it’s a very well adopted extension on any platform. It kind…feels out of place if you think about it. I did see Davx5 supports it, but I’m literally not seeing anything else.
I’m trying to think how it would be implemented in a simpler way than just using date entries and metadata mapping from an implementation standpoint, and I see no functional differences, so I can’t imagine developers really going out of their way to implement it when there’s already an existing and simpler method of essentially doing the same thing.
just_another_person@lemmy.worldto politics @lemmy.world•Global Shift To Bypass The Dollar Gaining Momentum in Asia162·4 days agoAre we winning yet?
just_another_person@lemmy.worldto Linux@lemmy.ml•What SATA (or PCIe+adapter) SSD for a Debian laptop?31·4 days agoSamsung, WD, Seagate, Corsair…etc. Just not a random no-name brand. Poke around the Backblaze stats to get a good idea.
just_another_person@lemmy.worldto politics @lemmy.world•Abortion legislation moving through the Texas Legislature would give the attorney general power to enforce a pre-Roe law that could criminalize pregnant people22·4 days agoWhat in the fuck is wrong with these people…
just_another_person@lemmy.worldto Linux@lemmy.ml•What SATA (or PCIe+adapter) SSD for a Debian laptop?111·4 days agoWhatever is a reliable brand that fits in your budget. Since you only have a SATA connection, you’re maxed out at 600MB/s on your transfer rate. Buying a drive with faster benchmarked transfer rates won’t give you any benefits.
just_another_person@lemmy.worldto politics @lemmy.world•President proclaims doubling of ICE troops - 20k forces in the next 60 days | Whitehouse.gov29·5 days agoThe first step was actually pardoning those J6 criminals. He’s going to try and get them deputized to be his lil’Hitler SS, you watch.
just_another_person@lemmy.worldto Linux@lemmy.ml•Cheapest new device that can run linux?61·5 days agoMinisforum Refurb, or an SoC that’s cheaper than RPi
Sounds like you broke your install of steam. Uninstall all versions, rm every location they were installed, and just reinstall.