[-] jim_stark@programming.dev 6 points 1 year ago* (last edited 1 year ago)

Edge is stuff tacked on Chromium. How can it be better?!

6

One can boot into the command from grub by editing kernel parameters.

Another way is edition the grub configuration and setting GRUB_CMDLINE_LINUX_DEFAULT="text". But now it's not possible to boot into a graphical env.

So is there way to create menu entry just for command line so it will be one of the ways to log into the system?

[-] jim_stark@programming.dev 4 points 1 year ago

JS simply does not care.

[-] jim_stark@programming.dev 6 points 1 year ago* (last edited 1 year ago)

Aren't we past that point?

VS Code is Electron based and it can even be deployed in the cloud. We are talking about one of the most popular IDEs.

[-] jim_stark@programming.dev 3 points 1 year ago

What about maintainability of large code bases? JS even with TS tacked isn't so great or at least not as good as Rust.

[-] jim_stark@programming.dev 4 points 1 year ago

compose into some crazy one-liner piped chains of commands

Why not something that is completely redesigned from the ground up:

[-] jim_stark@programming.dev 4 points 1 year ago* (last edited 1 year ago)

IIRC a startup tried to exactly that... It's wasn't any faster and is actually harder to develop.

EDIT:

Sorry ignore these videos. I don't remember which YouTube video it is. But more importantly Rust + WASM got really better than JS these days.

[-] jim_stark@programming.dev 4 points 1 year ago

Nobody:

Google: Software Morghulis

[-] jim_stark@programming.dev 3 points 1 year ago

Yeah, C# and Rust, in their own ways, pretty much covered what D lang set out to do.

[-] jim_stark@programming.dev 3 points 1 year ago

Just curious why is "reproducing the setup" important to you? You need to install it on a lot of systems?

[-] jim_stark@programming.dev 6 points 1 year ago

reference compiler closed source

Is it still closed source? What is the reason?!

[-] jim_stark@programming.dev 8 points 1 year ago

FYI: There is a Linux distro that bets heavily on D Lang, Serpent OS.

[-] jim_stark@programming.dev 4 points 1 year ago* (last edited 1 year ago)

You can be sure software {…} will behave the same

never had that issue before, as long as they have the same version and config

Pure:

If you uninstall a software it might still have residues. If you install a faulty driver, even if you uninstall it, it might still permanently mess the system configuration.

But with nix if you uninstall something it's like it never existed in your system.

Reproducible:

With nix all the apps in your OS are configure using a single or a few config file(s). So if you want to setup another system the same way you don't have to go hunting for dotfiles.

avoid dependency conflicts

that’s not something I have to deal with on Debian/Mint.

Because you are recommended to use only software present in the repositories. If you are the kind of person who doesn't need software outside of your OS repositories then of course you might never need to worry about dependencies. Other people are doing the job for you.

But if you want to software not in the repos and even if you want to package it for your OS you might run into dependency issues. Never with nix. It's more for people who don't mind packaging software for themselves (and the community) and don't want to deal with nasty dependency issues.

view more: next ›

jim_stark

joined 1 year ago