xoggy

joined 2 years ago
[–] xoggy@programming.dev 1 points 1 week 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 2 weeks 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 2 weeks 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.

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

Too busy staring at those special fingers.

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

I prefer the term slot machine coding because you keep thinking you almost have a jackpot but there's one lemon in there so you get that rush to keep pulling the lever and expecting different results.

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

Nah, this guy is clearly riled up about lifetimes.

[–] xoggy@programming.dev 1 points 2 months ago

For brotli compression, first check if nginx/angie has the correct modules (brotli and brotli_static) (nginx -V). If not, you can install it like so: https://www.getpagespeed.com/server-setup/nginx/brotli-static

Then create your brotli bomb by modifying the original author's fish command: fish zip_bomb.fish | brotli --best > bomb.html.br

[–] xoggy@programming.dev 85 points 2 months ago

Original for those curious:

 

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 ›