The headscale integrated one is mostly enough, you can choose to include the tailscale official ones with their URL as well.
- 1 Post
- 57 Comments
Spore@lemmy.mlto
Programming@programming.dev•Any nushell users out there? Is it worth learning and using as my defualt shell?
2·1 year agoWhich sounds good at first until you think of SEO. I think it has been discussed multiple times in the project.
Spore@lemmy.mlto
Linux@lemmy.ml•ELI5: What causes a Steam game not to run on an operating system like a Linux distro?
23·1 year agoIt runs in the kernel of the OS as a driver, which means that it’s basically a trusted malware that has even higher permission than the admin of the computer, and have access to more things than yourself, to closely monitor the whole system in order to find signs of cheating.
Spore@lemmy.mlto
Programming@programming.dev•Google says replacing C/C++ in firmware with Rust is easyEnglish
71·1 year agoAnd yet, most of the world still runs on the same five languages: C, Java, C++, C#, JavaScript.
Did you just assume that those languages exists since the dawn of computing? Or they run the world as long as they came to existence and were never “the new thing”? You are just contradicting yourself at this point to defend yourself from anything you don’t want to accept.
Spore@lemmy.mlto
Programming@programming.dev•Google says replacing C/C++ in firmware with Rust is easy
11·1 year agomindlessly chanting “tools”
That’s what you were doing in the first place. Instead of evaluating and trying new things, you are putting them in an imaginary cycle, ignoring any actual value that they brings.
Also Rust has been on your “stage 2” for 10 years. It’s now widely used in multiple mainstream operating systems for both components and drivers, driving part of the world’s internet stack, and is used to build many of those “shiny and new tools”.
Spore@lemmy.mlto
Programming@programming.dev•Google says replacing C/C++ in firmware with Rust is easyEnglish
2·1 year agoCurrently it’s a long chain from an early version of GCC to the latest one, then mrustc (in C++) which can compile rustc 1.54.0.
Spore@lemmy.mlto
Programming@programming.dev•Google says replacing C/C++ in firmware with Rust is easy
10·1 year agoI assume that you do know that tools improve objectively in the cycle and are making a joke on purpose.
Spore@lemmy.mlto
Linux@lemmy.ml•NVIDIA 555 Beta Linux Graphics Driver Released with Explicit Sync Support
3·2 years agoDid they fixed the kernel panic problem that persisted in the last two versions? I don’t dare to try it, last month their proprietary driver has almost destroyed my machine.
Spore@lemmy.mlto
Open Source@lemmy.ml•[OUTDATED POST] Floorp, a Firefox Fork with an awful name, has moved some components inside a private submodule.English
41·2 years agoBecause it gives the wrong impression that it is not proprietary, just like how you are making this exact mistake.
You can use Nix on Guix System and vice versa, but it’s like installing them as a package manager on a foreign system. The store and packages currently are completely isolated between the two, although there’s a very early plan for a common store interface.
No, monadic interface is used to programmatically access the store instead of being used to define packages. Packages are pure in Guix.
Guix uses Guile everywhere. Nix uses string interpolated Bash and Perl for anything impure.
Now what do you think?
Fyi, it’s now available on nixos.
Nobody has mentioned that Guix is readily available on NixOS right now? Add a line to your config and it’s ready to go. Compatible with everything else.
Typst. Much easier to setup and learn than TeX based solutions with similar capabilities.
I think there’s no need to stick with one particular language. It benefits to learn more languages and bring the “good parts” of their design into your code whatever you are writing it in.
Btw It happens that I’ve learned a bit of RISC-V, with Rust.
I’d say no. Programming safely requires non-trivial transformation in code and a radical change in style, which afaik cannot be easily done automated.
Do you think that there’s any chance to convert from this to this? It requires understanding of the algorithm and a thorough rewrite. Automated tools can only generate the former one because it must not change C’s crooked semantics.
Well, they are not going to release in between, but their rewrite still “works” at each commit being a hybrid of Rust and C++.
- breaks compatibility
- breaks compatibility
- breaks compatibility
- hard to add without breaking compatibility
Then we arrive at Rust as a natural outcome.
And it’s of course possible to migrate to Rust from C or C++ progressively, fish has almost got it done.

Yes, both
podmanandpodman-desktopare FOSS under Apache-2.0 license. And they prefer more open image hosts like quay.io by default (dockerhub is still available OOTB for it to be a drop-in replacement of docker)No, it runs on Linux, Windows and MacOS (through VMs on the latter two) and my experience is that it works better than docker on non-Linux machines.