xoggy

joined 2 years ago
[–] xoggy@programming.dev 6 points 2 days ago (1 children)

They changed the article title but the URL still holds the goods.

[–] xoggy@programming.dev 9 points 5 days ago

chiral me a river

[–] xoggy@programming.dev 36 points 6 days ago (1 children)

Since we're nitpicking the atom thing, also Solomon didn't split anything. He said cut the baby in half to see the reaction of the women to find out who the true mother was.

[–] xoggy@programming.dev 5 points 1 week ago (1 children)

If you liked that, you'll like his "Wat" talk. https://www.destroyallsoftware.com/talks/wat

[–] xoggy@programming.dev 3 points 1 week ago

There's bound to be a hard drive out there with more knowledge of physics than all of us!

[–] xoggy@programming.dev 2 points 3 weeks ago

Despite the age, this one also checks out.

[–] xoggy@programming.dev 3 points 3 weeks ago (1 children)

The feeling you get when searching your codebase for references to your "uid" variable but this cheeky boy keeps popping up.

[–] xoggy@programming.dev 1 points 1 month ago (1 children)

Not sure I understand the point of mcfly. zsh and fish have this functionality built in, where pressing Up with a command partially typed will give auto-completions to that partial match.

[–] xoggy@programming.dev 9 points 1 month ago

People join Lambchop on the second line so presumably those kids are singing about themselves. Or they just didn't take Lambchop serious and got stuck in the time loop singing to their doom before the regret even had a chance to set in.

[–] xoggy@programming.dev 1 points 1 month ago (2 children)

Are they making a nest inside a stone??

[–] xoggy@programming.dev 2 points 1 month ago (1 children)

Are you looking to just replace GH Pages or Github altogether? netlify is a nice step up from GitHub Pages. Once integrated with github or gitlab it will autodeploy changes from whatever branch you tell it. As a bonus, you get preview links on every pull request before merging and rolling out to your live site.

 

Last autumn I stored several acorns in a 5-inch pot that was filled with potting soil and covered. I took the cover off 2 days ago to discover 7 saplings between 3 and 7 inches long. They are too big for the pot I was storing them in. Are they safe to transplant at this stage? What size pot should I transplant them in? How do I safely move them without damaging them?

 

I found no documentation on how to do this but found this option in the home-manager source code that I might not be using correctly:

home-manager.users.my_username.xfconf = {
  enable = true;
  settings."xfce4-keyboard-shortcuts" = {
    "<Super>space" = "rofi -show drun";
    "<Super>space" = "rofi -show drun";
  };
};

Any ideas?

Here is my full configuration.nix file for full context if that helps. I just started with Nix and NixOS this week so I the config is a bit haphazard at the moment.

view more: next ›