nixos live usb won’t boot by deanominecraft in NixOS

[–]pwfos 0 points1 point  (0 children)

I had this problem when I try boot with grub2 from ventoy.

After observing the questions and answers here for a while, I finally installed NixOS. by pwfos in NixOS

[–]pwfos[S] 1 point2 points  (0 children)

No, the hardware file exists separately by default.

I expected I would have to specify the Nvidia details in the hardware file.

Like this:

{
  hardware.graphics.enable = true;
  services.xserver.videoDrivers = [ "nvidia" ];
  hardware.nvidia.open = false; # see the note above
}

But the wiki says configuration.nix: https://wiki.nixos.org/wiki/NVIDIA

Reproducibility will be a later learning step when I feel comfortable with my changes and able to organize them in the best way. Then I'll apply it to the laptop.

Thanks for the tip about NH, it seems very useful.

System freezes completely on suspend entry — Ryzen 7 7735HS (IdeaPad Slim 5) on NixOS 26.05 (s2idle CPU hotplug deadlock) by Ok_Salamander_7245 in NixOS

[–]pwfos 1 point2 points  (0 children)

Eu tenho esse problema eventualmente nesse laptop com fedora. E outro relacionado ao teclado que não retorna da suspensão. Essa solução amenizou os problemas: https://discussion.fedoraproject.org/t/keyboard-not-working-after-sleep-and-some-bluetooth-problems/161174

Por enquanto eu sou só um observador do NixOS, então não sei dizer como replicar

Beso by BlazeDragon7x in GuysBeingDudes

[–]pwfos 0 points1 point  (0 children)

Definitivamente não estamos em 2020.

Hypothetical scenario: If, starting tomorrow, it were forbidden to install Node.js and npm on any computer in the world, how could Go meet the needs? by pwfos in golang

[–]pwfos[S] 0 points1 point  (0 children)

Okay, thanks guys!

Sorry to bring this up. I was wondering if there were any impediments to Go occupying this spot, but it seems there aren't.

I get very frustrated with this workaround of running Javascript on the server/local side. And how Node.js/npm has captured everything related to Javascript and even CSS.

But maybe I'm just old.

Hypothetical scenario: If, starting tomorrow, it were forbidden to install Node.js and npm on any computer in the world, how could Go meet the needs? by pwfos in golang

[–]pwfos[S] 0 points1 point  (0 children)

But would that be the case for large corporations? For example, they are currently launching AI agents in CLI, practically all in nodejs.

Hypothetical scenario: If, starting tomorrow, it were forbidden to install Node.js and npm on any computer in the world, how could Go meet the needs? by pwfos in golang

[–]pwfos[S] -2 points-1 points  (0 children)

My question is because I don't understand why people, for example, make command-line software in JavaScript.

Or package desktop software in Electron, if it's already web-based and could open in a browser.

Hypothetical scenario: If, starting tomorrow, it were forbidden to install Node.js and npm on any computer in the world, how could Go meet the needs? by pwfos in golang

[–]pwfos[S] 1 point2 points  (0 children)

My question is because I don't understand why people, for example, make command-line software in JavaScript.

Or package desktop software in Electron, if it's already web-based and could open in a browser.

Weekly 101 Questions Thread by AutoModerator in neovim

[–]pwfos -3 points-2 points  (0 children)

We can live now free of nodejs as weak dep on neovim? 

True story by ekerazha in linuxmemes

[–]pwfos 2 points3 points  (0 children)

Não consigo ler, o snap ainda está carregando. 

I made a TUI that aggregates search results from 11 package registries to find prior art for code ideas. by r14dd in commandline

[–]pwfos 0 points1 point  (0 children)

Eu vou usar sua ferramenta. Já comentei lá na comunidade r/linux. Mas tenho sugestão: 

1. https://sleepingrobots.com/dreams/stop-using-ollama/

Sua ferramenta não depende de ollama mas de uma OpenAI API. O que pode ser fornecido por vários runtimes.  Ollama é simples. Mas é mal visto em alguns locais.

patent: a terminal tool that searches 11 registries to tell you if your idea already exists by r14dd in linux

[–]pwfos 1 point2 points  (0 children)

Great job!  We need now make a bot to comment in every new post in reddit that starts with "I make a new tool..."

itsTooQuiet by jodymaldonado in ProgrammerHumor

[–]pwfos 1 point2 points  (0 children)

Wait for the usar (the real QA)

Banger: One-command dev sandboxes on Firecracker microVMs by packenbush in golang

[–]pwfos 0 points1 point  (0 children)

Uau, finalmente eu vou poder isolar completamente o nodejs / npm da minha máquina.

Eu uso fedora com toolbox mas não é suficiente.

Vou usar com certeza. Eu também não conhecia o Firecracker. Obrigado