Spyke

Replies

linux

Comment on

NixOS beginner resources

NixOS docs themselves are a tad lax, but it will get better.

Learning nix itself is also important:

https://zero-to-nix.com/

Just this morning I was having issues with a wacky dual-boot install with NixOS and Windows sharing an EFI partition, and quite interestingly ChatGPT and I were able to troubleshoot the process and get it resolved in under half and hour. I was really impressed by the specific configurations it was giving me for my /etc/nixos/configuration.nix , so that is also another resource you may consider leaning on when you run into walls in other documentation sources.

privacy

Comment on

App to share real time location with boyfriend?

Reply in thread

I should note that my scenario was exactly the same. I wanted to share location with family. Additionally, Traccar supports temporary location share links for friends if you'd like. You'll need to self-host it- I personally set up the Traccar server inside kubernetes and used Traefik for reverse proxy and SSL, but this is not necessary.

linux

Comment on

CentOS Stream for a private KDE Desktop?

I'm required to use CentOS for work and it would be an understatement to say how frustrating it is to use for me. So many packages are missing / old, and some packages just break. There have also been wild bugs which just kernel panic the whole OS. I'd steer clear.

If you're on Kinoite, can't you just enable Plasma 6 if you really need it?

https://tim.siosm.fr/blog/2023/11/22/kinoite-plasma-6/

Otherwise:

https://community.kde.org/Plasma/Plasma_6#How_to_use/test_it

drg

Comment on

Advice/tips for Hazard 4+

I noticed that movement combined with a balanced team really helped make higher hazard levels tolerable. For example, you can solo things a bit more on lower levels, but on higher levels having a good combination of crowd control (Driller excels in this) and single-point high DPS (such as the secondary with Engineer) makes it really balanced. We'd set up strats like Driller creating sticky flame traps all over to dump DPS downrange and soften targets while gunner can finish them off, or freeze targets allowing stuff like sentry guns to shatter them. It's really the team cohesion that makes hazard levels easier. When we paired our overclocks together in unique ways it made for easier play through (e.g. intentionally keep to flame or freezing, or, intentionally use both to leverage the temperature shock strat)

Comment on

Wireless Chocofi

Reply in thread

They're really fun. I like them especially for things like:

  • battery life
  • charging status
  • is my Bluetooth connection working
  • are the halves talking to each other
  • what Miryoku mode I'm in (fun, not really functionally helpful)
  • what Bluetooth slot I currently have active, and if other slots are cleared or paired to a device. Miryoku tracks 4 slots.

Comment on

Wireless Chocofi

Oh, one funny downside to this board is that because it's so absurdly energy efficient, I've found a few battery chargers (e.g. Anker) don't detect it as enough current draw to charge them lmao. Not a deal breaker, just amusing.

privacy

Comment on

Is Google Pixel actually good for privacy?

Reply in thread

That's quite a statement, are you sure about that? The Graphene team has done a considerable amount of work sandboxing the environment of Google Play, both in memory, permission structure, and IO access that MicroG completely blows past. Given how the Graphene sandboxing works, I actually can't think of a scenario where the statement that MicroG is more private than Graphene sandboxed Google Play. In either scenario you don't have to log in, so I'd much rather have an environment that has been isolated than tooling that still has tendrils reaching into the main OS itself (MicroG).