xoggy

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

I would highly recommend the History of English Podcast. This particular observation made by OP is thoroughly covered in this particular episode: https://youtu.be/T0ED-FV7O50

[–] xoggy 1 points 2 weeks ago

Even setting up a vlan doesn't work half the time because the mobile apps don't talk directly with the appliance but phone home to a cloud service. A cloud service that will eventually go offline and leave the appliances orphaned. That's how GE's thermostats work.

[–] xoggy 1 points 4 weeks ago

This is exactly what I was talking about, thanks!

[–] xoggy 7 points 4 weeks ago (7 children)

Someone should make a service like this except you actually upload the file directly to the other user rather than uploading it to a 3rd party (encrypted or not). Yes I get you would have to wait for the user on the other end to connect to you before the transfer starts but if you're uploading 100+GB of data you're going to be leaving that browser tab open for awhile anyways.

[–] xoggy 1 points 1 month ago

I think you're underestimating how impossible a task it is for China to hit a moving target. Even so, their move towards isolationism is at odds with an industry that has the most complex and globally integrated supply chain in existence.

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

I trust the testers and de-lidders over what any hardware manufacturer claims, Chinese chip maker aside.

[–] xoggy 2 points 1 month ago

Best name to call it is to just not call it anything. Don't talk about it. Let it die.

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

Haven't used the original but I do enjoy letting pipes-rs run on idle terminals.

[–] xoggy 2 points 2 months ago

I do use helix but haven't taken advantage of the git integration. Maybe I'm unaware of its power. For fish, I defined my own fish_prompt function with an indicator if there are uncommitted changes. It's just running git status under the hood. I have a TODO in that function to run a pijul diff in the directory if git status returns nothing...

[–] xoggy 2 points 2 months ago

Wow I forgot all about this band. I love the comment "Red Djent Redemption"

[–] xoggy 1 points 2 months ago

The 1.0 is in beta. There has been a lot of refactoring to get it to this point. I would say there's still many quality-of-life features missing that would stop me from using it in a professional setting but for hobby projects it's meeting my needs (and gets better with each new beta build). They only have a few project backers but the main developer has been working very steadily on it.

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

This is actually why I prefer using pijul. I don't want to commit my secrets to a git repo and nix will refuse to build because I'm pulling in files that aren't tracked. Simple solution is to not make the flake directory a git repo and it won't complain. That's my solution at least. I also prefer using git (and therefore pijul) via cli rather than as a text editor integration so my experience differs.

 

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 1 year ago by xoggy to c/helix
 

Consider posting to the existing one?

 

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 ›