I’ve been using Loop Habits every day for the past five years and it really is great.
I like NixOS
- 21 Posts
- 514 Comments
Not at my games, we only use true American ternary - 🦅, 🍔, and 🛢️
Klaymore@sh.itjust.worksto
Open Source@lemmy.ml•Found this excellent, flexible counter app
1·10 months agoFor daily habit tracking, I’ve been using Loop Habit Tracker for almost four years now and really like it. Probably not the same use case as a counter app, but while we’re on the subject I thought I’d give it a shoutout.
Klaymore@sh.itjust.worksto
AnarchyChess@sopuli.xyz•Congratulations, Sopuli! You are now part of the interplatform Anarchy Chess game. Top comment picks the next move.
8·11 months agoDrop the International Space Station on Sonic
Klaymore@sh.itjust.worksto
Linux Gaming@lemmy.world•Curious about making the switch from WindowsEnglish
3·1 year agoActually DXVK now supports dx8 since July (version 2.4).
This is one thing I love about DCC (among several), that warriors can attempt a mighty deed along with their attack to get extra effects, like slashing their ankles, throwing sand in their eyes, swinging from a chandelier or anything else. Then the GM decides what effect it has. It makes warriors a lot more bad-ass than just whack whack whack.
Couldn’t you just put your PC case horizontally to avoid GPU sag as well? I have a horizontal case and I’m not sure why it’s so uncommon.
Patrick Star after a skydiving accident
Klaymore@sh.itjust.worksto
Open Source@lemmy.ml•I made a new app: Habit-maker: A reward-based habit tracker for android.
10·1 year agoCool! I’ve been using Loop Habit Tracker for a few years, and it doesn’t seem as focused on encouragement but just for tracking things. Which works for me.
I’ve been using HDR on Linux since February or March and it works pretty well. MPV works great (with vk_hdr_layer), and games work if you run them in Gamescope, which has its own complications but overall it’s pretty good.
Klaymore@sh.itjust.worksto
Linux@programming.dev•I switched back to Windows (and my experience going back after a few months of Linux)
1·1 year agoYep, all my classes they said to SSH into the Linux labs to test your code, except for my Assembly class where we had to use an ARM emulator that was only on Windows. I had to swallow a bit of my pride and remote desktop into the Windows labs instead.
Klaymore@sh.itjust.worksto
Technology@lemmy.world•Mozilla partners with Ecosia for a better web | The Mozilla BlogEnglish
18·1 year agoLots of people have been saying they should focus more on developing Firefox rather than doing other things like partnering with Mullvad or whatever. There are already quite a few other fediverse instances.


















One note about
//is that it doesn’t deep combine attribute sets, so if you set the .url in one and .inputs.nixpkgs.follows in another then it will only use the second one. I don’t think that matters here but it’s tripped me up before. I think lib.mkMerge is the deep recursive alternative.