[-] danhab99@programming.dev 17 points 5 months ago

I started using git to track my dotfiles maybe one-ish years after I first fully adopted Linux as my daily driver.. I think it's been a little over 5 years and before I converted to nix that git history told a story of immense frustration of never being able to get my desktop and laptop to be identical. For some reason some projects only ran on one of the 2 machines. There was a period in my life when I didn't use my desktop for 2 months because it just didn't work well enough, OCD is really fucking painful. Nix saved my relationship with both of my computers, and my desk, and my spine. I haven't used my laptop and maybe a month and I may have changed my workstation a couple hundred times in this period, I will with absolute confidence say that the next time I decide to use my laptop I can just run git pull and nixos rebuild and my laptop will be just the same as my desktop (minus obligatory build fixes ¯\_(ツ)_/¯)

[-] danhab99@programming.dev 15 points 7 months ago

Rule of acquisition #85: Never let the competition know what you're thinking

In this case I interpret the competition to be the various payment processors that might be willing to serve for additional fees

[-] danhab99@programming.dev 16 points 8 months ago

I just feel my stomach turn into a knot and I double over, that's how I know that I'm hungry

[-] danhab99@programming.dev 17 points 11 months ago

Makes it easier to distribute and set up

[-] danhab99@programming.dev 16 points 11 months ago

"why don't you just"

╭∩╮(︶︿︶)╭∩╮

[-] danhab99@programming.dev 15 points 2 years ago* (last edited 2 years ago)

Tryna deal with it right now, going back to the bar where I met my ex

Will update in like 2 hrs

Edit: litterally forgot. Didn't see him, it was lame anyways

[-] danhab99@programming.dev 17 points 2 years ago

I know carnivores plants are plants, but I never really thought of a venus flytrap's flower.

[-] danhab99@programming.dev 17 points 2 years ago

The article didn't say if it's rewritable

[-] danhab99@programming.dev 15 points 2 years ago

I think this gets called an "act of god" by insurance companies

5

Did I break a taboo by doing this?

268
France rule (programming.dev)
[-] danhab99@programming.dev 16 points 2 years ago

Update:

It's ok

Everything is better now

Thanks Liftoff for helping me hold out for awhile

82
Guys I'm going to scream (programming.dev)
8

cross-posted from: https://programming.dev/post/3095998

I've been addicted to donk bass for years, I keep a playlist of deep house tracks with a tonne of donk bass just to keep myself settled.

I know that it's an entirely synthetic sound but I am 100% convinced I can make that sound in analog with my bass guitar. I've tried a bunch of techniques but I couldn't get close so I know I have to do this with a pedal.

The thing is that I can't find the damn pedal. I don't know what you'd even call such a pedal. So I came here to ask if someone has any idea as to how I can play donk bass in analog.

Edit: I tried including a link to an example of the sound I want but I guess I'm not allowed too because it got removed as I was posting. You can try looking on SoundCloud for "DEMO 2014 - MY EVERYTHING - DEEPHOUSE" by TIEN TIEN

7
submitted 2 years ago* (last edited 2 years ago) by danhab99@programming.dev to c/music@lemmy.world

I've been addicted to donk bass for years, I keep a playlist of deep house tracks with a tonne of donk bass just to keep myself settled.

I know that it's an entirely synthetic sound but I am 100% convinced I can make that sound in analog with my bass guitar. I've tried a bunch of techniques but I couldn't get close so I know I have to do this with a pedal.

The thing is that I can't find the damn pedal. I don't know what you'd even call such a pedal. So I came here to ask if someone has any idea as to how I can play donk bass in analog.

Edit: I tried including a link to an example of the sound I want but I guess I'm not allowed too because it got removed as I was posting. You can try looking on SoundCloud for "DEMO 2014 - MY EVERYTHING - DEEPHOUSE" by TIEN TIEN

15
Decoupling GPG from Git (programming.dev)

Over the last year I've been trying to understand why GPG isn't popular. Based on the features I think it's a pretty valid thing. This article changed my mind.

Turns out GPG is too old ¯_(ツ)_/¯

I like signing my commits, it feels good to know that my identity is actually attached to my code. So I put in some work to reconfigure git to use a different signing tool, I didn't think it would be such a big deal, turns out git fully intergrates GPG. I'm confused. Why does git need to be hardcoded to use GPG specifically?

What rule says we can't have git configs like:

[sigining]
  defaultMethod=minisign

[signing.minisign]
  always=true
  signCommand=minisign -S -s {secret-key-file} -x {sig-file-name} -m {target-file}
  verifyCommand=minisign -V -P {public-key-file} -m {target-file}

Where the verifyCommand exits 0 if the signature is good and 1 if not.

I'm open to hearing cons. These are some I can think of:

  • User's have to configure git with each signing and verifying program
  • Upstream security conserns from signing programs
  • Signing programs changing their interfaces
11

I got this article in a reply to a different conversation, and for the most part I agree with it. Gpg is old and we have better ways. I like signing my commits, I like feeling that these commits are actually and provably mine. But I'm not married to GPG like I used to be, I'd like a better way. The problem is that git used gpg for signing. I learned about this new thing called minisign and I wanna use it with git. So how do we switch? And if we can't switch, then how do we fix GPG?

138
Postgres rule (programming.dev)
1
273
9
557
Order (programming.dev)
[-] danhab99@programming.dev 17 points 2 years ago

Most sites rely on JavaScript for everything

view more: ‹ prev next ›

danhab99

0 post score
0 comment score
joined 2 years ago
MODERATOR OF