xoggy

joined 2 years ago
[–] xoggy 3 points 4 days ago

I hear you. No distro has anything compared to Arch's wiki, and NixOS' documentation is currently mixed at best. For what it's worth, NixOS' package repository is comparable to the AUR. I have yet to run into anything I use on AUR that isn't available in the official NixOS package repository.

[–] xoggy 3 points 5 days ago (3 children)

If this guy follows the rabbit hole he'll soon be using NixOS with Impermanence and wiping to a clean setup every reboot.

[–] xoggy 1 points 2 weeks ago

Thankfully it's still in the uncanny valley.

[–] xoggy 2 points 1 month ago (1 children)

On the tower defense, upgrading the Laser Tower (to Beam Emitter) breaks the game.

[–] xoggy 1 points 1 month ago

Took me a minute. And for good measure... ;

[–] xoggy 3 points 1 month ago

This should be what's on the icon for Space@beehaw

[–] xoggy 2 points 1 month ago (1 children)

These tables existed long before we were drinking coffee in Europe and America. What did we call them then? Low tables? End tables? Baby tables??

[–] xoggy 3 points 1 month ago

Yeah but that's why the cross-post feature exists in lemmy, so users can be part of similar communities without seeing the same story duplicated on their feed or having the conversation split in multiple places.

[–] xoggy 2 points 1 month ago

the future of complex web apps*

I can see in-browser games and containerized desktop application benefiting from wasm, but simple ecommerce sites without all the fluff can be just as performant with SSR or a multi-page application. For instance several years ago I built the frontend and middleware for the Hart Tools and Ryobi Tools websites using Nuxt for SSR and Algolia for the search. Images are the majority of CPU and network load and the websites are snappy as a result. Even this tech stack is overkill for what the websites need to do but my point is for general use case this or a similar tech stack won't benefit from introducing wasm.

[–] xoggy 2 points 1 month ago

Is that a yes or no question, or merely a suggestion?

[–] xoggy 4 points 1 month ago

Let's get everybody on WET, in fact, let's just call it UTC and be done with time zones.

[–] xoggy 6 points 2 months ago

Generate endless markov nonsense for LLM crawlers to choke on. Basically the young kids (LLMs) being forced to listen to grandpa Markov's senile babbling over an excruciatingly slow dinner..

 

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?

3
submitted 2 years ago by xoggy to c/helix
 

Consider posting to the existing one?

4
submitted 2 years ago by xoggy to c/nix
 

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 ›