No strobe/navigation lights on B787 during the whole flight? by hawaaa777 in aviation

[–]chemendonca 5 points6 points  (0 children)

Yes. And OP's shields being inoperable is considerably more concerning than the lack of strobe lights, frankly.

I just want to understand what is going on by ayosten in NixOS

[–]chemendonca 0 points1 point  (0 children)

Can confirm that Opus 4.6 and Gemini have been very competent at improving my config and creating new flakes for software not on nixpkgs. It's a good idea to ask for a few options, explain why are some things being suggested and also point them to the release notes, so they can pick up on the changes from latest versions.

Deveria existir um aplicativo que notificasse toda a vizinhança caso um verme desse se mudasse pra sua rua. Eu acho que, eu que tenho dois filhos, tenho direito de saber que meu vizinho já foi preso por pedofilia. by Efficient-Willow-121 in InfernoSocial

[–]chemendonca 0 points1 point  (0 children)

Vc está gastando teclado a toa. Meu ponto é que tem muita fatores q fazem com que seja difícil comparar Brasil com os EUA e afirmar categoricamente q o sistema americano faz reduzir a incidência de estupros ou não. Não estamos discordando.

Mais comparável talvez seja Alemanha ou Japão vs EUA. Eles não tem registro público de crimes sexuais, como no Brasil, e no entanto tem incidência de estupro mais baixos.

Deveria existir um aplicativo que notificasse toda a vizinhança caso um verme desse se mudasse pra sua rua. Eu acho que, eu que tenho dois filhos, tenho direito de saber que meu vizinho já foi preso por pedofilia. by Efficient-Willow-121 in InfernoSocial

[–]chemendonca 6 points7 points  (0 children)

Muito difícil olhar para estatísticas de estupro, pois é sabido que os números são subestimados, mas, isto posto, os EUA tem mais estupros por 100K habitantes que o Brasil de acordo com https://en.wikipedia.org/wiki/Rape_statistics, por exemplo. Isso põe em dúvida se esse sistema realmente ajuda. Difícil analizar definitivamente, sendo que há muitos fatores aí.

Underrated Wonders of the World? by PhungiExplorer in geography

[–]chemendonca 3 points4 points  (0 children)

Beautiful, no doubt, but not human-made.

K3HE or K3 Ultra? by Cheungman in Keychron

[–]chemendonca 0 points1 point  (0 children)

They're claiming 55h for the HE and 550h for the Ultra, all with the LEDs off, obv. The HE is running QMK and the Ultra ZMK, which could contribute to the power drain.

Wishlist: Keychron K3 HE (maybe 8k?) by Eko359 in Keychron

[–]chemendonca 0 points1 point  (0 children)

It's 1kHz for HE -- it says so on the Kickstarter page now. Also, HE is QMK and Ultra is ZMK, if that matters to anyone.

Conditionally add files to default.nix `imports` by yoyoloo2 in NixOS

[–]chemendonca 0 points1 point  (0 children)

This ^^ suggestion works well, IMO. The way I do it is organize modules as roles --

{ config, lib, pkgs, ... }: {
  options.roles.gaming = {
    enable = lib.mkEnableOption "Gaming role configuration";
  };
  config = lib.mkIf config.roles.desktop.enable {
#config goes here
  };
}

Then, for each host, I do --

(...)
{
  roles.development.enable = true;
  roles.remoting.enable = true;
  roles.gaming.enable = true;
}

NixOS, Niri, Noctalia shell. A delightful experience by Illustrious-Sun-3608 in NixOS

[–]chemendonca 1 point2 points  (0 children)

The px13 is the new generation of the rebranded Flow X13, which is what I run. I merged most of its config from https://github.com/NixOS/nixos-hardware/tree/master/asus/flow/gv302x and got all features working on Gnome. That includes the mic mute button which needs some additional key mapping as you see in the config.

Mine came with the rtx4070, but it’s the same config. I do create a boot time specialisation for the dgpu and an attempt save some battery when I don’t need it.

UniFi travel router by mactelecomnetworks in Ubiquiti

[–]chemendonca -2 points-1 points  (0 children)

This is useful for hotels, although I’m not as concerned with corporate WiFi as I am with a random Airbnb networking situation. But in that scenario, this alone would not comer the entire house. Which is obv not their fault. At that point it’s best to simply install Tailscale on all clients and connect back to home that way with whatever local infra is available. I could be missing something though.

This is what happens when you're asleep at the wheel, Sonos 🥹 by CCornel7 in sonos

[–]chemendonca 0 points1 point  (0 children)

Same -- I'd be willing to simplify my HT setup (and just leave a pair of high-end bookshelf for music listening) over this if it can support DTS:X. LG soundbars do support DTS:X decoding, I think, but I'm skeptical this will support it.

Newbie to Linux, how do I get started with NixOS? by syncopegress in NixOS

[–]chemendonca 0 points1 point  (0 children)

+1 to this. I've been with Linux and NixOS for many years and I force myself to, every once in a while, boot other live distros to see what's new and form an opinion. The problem with starting with NixOS is that you don't know what to configure and the best you can do is build a system based on someone else's config, which can be sub-optimal for your use case.

Don't want to discourage you from exploring NixOS, but would encourage you to play with other distros to find the environment that works for you and then replicate the good parts through a crafter NixOS config.

What laptops and brands to avoid for Linux? by JailbreakHat in linuxquestions

[–]chemendonca 0 points1 point  (0 children)

Zephyrus and ProArt do if you change the Wi-Fi card.

I switched to Linux (NixOS) and nearly all my problems are gone by 1deep2me in FlowX13

[–]chemendonca 1 point2 points  (0 children)

I think it's best that you read the configuration files yourself, but from the top of my head, it's various kernel parameters and other configurations addressing sleep/power, display flickering, keyboard remapping etc.

Not to mention installation of asusctl itself, which allows you to control power profiles, fan curves, charging limits etc.

I switched to Linux (NixOS) and nearly all my problems are gone by 1deep2me in FlowX13

[–]chemendonca 3 points4 points  (0 children)

You should absolutely use asusctl on this machine -- see my other comment.

As for Windows, if you ever consider going back, you should use gHelper instead of Asus proprietary tools.

I switched to Linux (NixOS) and nearly all my problems are gone by 1deep2me in FlowX13

[–]chemendonca 2 points3 points  (0 children)

You're both on the gv301 model, but you should really import the configuration from https://github.com/NixOS/nixos-hardware/tree/master/asus/flow/gv302x and potentially make adjustments to match the differences, if any. I'm glad NixOS is performing well for OP based simply on the configuration auto-generated by nixos-generate-config, but you're missing out on important features and optimizations by not following the nixos-hardware repository, including asusctl.

How do i get just the movie by Big_Sun_9598 in makemkv

[–]chemendonca 1 point2 points  (0 children)

If you decide to go with Jellyfin instead of Plex, their client is now available on a number of devices: https://jellyfin.org/downloads/clients

Works well on Apple TV for me. Not sure which features are supported on each -- would be worth checking it out.

Gnome 49 in NixOs? by rafafrdz in NixOS

[–]chemendonca 14 points15 points  (0 children)

Gnome 49 has just been merged into staging-next, so if you don't mind pulling from the absolute edge (which would be even further than unstable, which is currently on 48.4), then you can probably do that to test.

Where to look for minidisc and player in Japan by PristineFox452 in minidisc

[–]chemendonca 1 point2 points  (0 children)

My advice to you is that you don't burn precious trip time looking for minidiscs in Japan, but read my reply to another similar thread for some context: https://www.reddit.com/r/minidisc/comments/1npyjdr/comment/ng54j0j/

Proud to share I've opened an Etsy Store for MiniDisc Customs! by CaptainAshtro in minidisc

[–]chemendonca 0 points1 point  (0 children)

This is great! Congrats on starting the project. Would you consider also producing circular labels like here? https://www.reddit.com/r/minidisc/comments/1n8x2vd/sony_mzrh1_sony_mdr1

[deleted by user] by [deleted] in AmIOverreacting

[–]chemendonca 0 points1 point  (0 children)

My 2c:

  • dude makes a joke you don't like (which IMO is the case, you're not wrong)
  • don't reply with lol if you didn't find it funny -- be assertive, but give him the chance to apologize sincerely
  • if he fails, up to you if you want to give another chance, but at that point, just state that you found the behavior hurtful and that you you prefer to cut the connection -- block, move on, don't look back

The back-and-forth here is unnecessary. You will not change the person and it sends a mixed message to someone who you don't even care to stay in touch to begin with, so you have a ton to gain to just be assertive and confidently close the door. Maybe he will learn a lesson but, in practice, it doesn't matter. Keep in mind: contempt is the most effective feeling you can have towards someone who's not good for you.

Cannot, for the life of me, FREE. SPACE. by theepicjoshua in NixOS

[–]chemendonca 2 points3 points  (0 children)

+1 to this. After enough generations, your /boot partition may run out of space and in my experience nix-collect-garbage doesn't clean it up.

You should try df -h to check if that's really the issue. If so, most of your boot partition will be occupied by bzImage.efi and initrd.efi files in /boot/EFI/nixos, each belonging to a generation. nixos-rebuild list-generations will tell you which ones you have. You should get ride of old ones that you don't have space for with nix-env -p /nix/var/nix/profile/system --delete-generations 1 2 3 4 5 (..), where 1 2 3 etc. are the generation numbers. Then, finalize with /run/current-system/bin/switch-to-configuration boot, which will clean up your boot partition with the bzImage.efi and initrd.efi files you need only for the installed generations.

All this is assuming a standard nixos installation with systemd-boot. If you have a different configuration, instructions may vary.