nasm
is an assembler though, not a ‘languages’, that only supports x86/x64
. gas
for example supports a wide range of architectures so you can write risc-v
, arm
, x64
, etc.
- 0 Posts
- 13 Comments
-
emacs
-
emacs
-
emacs
-
emacs
-
emacs
-
emacs
-
emacs
-
emacs
-
vim
-
emacs
-
emacs
-
emacs
-
emacs
-
emacs
-
emacs
-
h4x0r@lemmy.dbzer0.comtoMetal@lemmy.ml•Fan jumps on stage and steals pick from Dave MustaineEnglish2·2 months agoDave Mustaine is a massive piece of shit.
Most likely no one is bothered at all because input is already validated and OP is just a moron.
h4x0r@lemmy.dbzer0.comto Open Source@lemmy.ml•'Maybe the problem is you' ... Linus Torvalds wades into Linux kernel Rust driver dramaEnglish1612·3 months agoNo offense, but reading through the comments it’s apparent you’re not very familiar with systems programming nor linux development. This is a common problem with vocal ‘rustaceans’, rust is their hammer regardless of the domain.
Although considering rust is prudent, there are still a ton of advantages to using C for systems programming. It is not a binary choice, there are pros and cons, and every project should choose what aligns with their priorities.
No one has ever stated that linux will be in the kernel. It was ‘go ahead and give it a shot’, which includes convincing maintainers to accept your patches. Linus has delegated trust to subsystems maintainers and an established process.
Hellwig could have been more tactful, but like it or not, arguments against a cross-language codebase have merit. Framing it as a ‘clear confession of sabotage of the r4l project’, attempting to weaponize the CoC, and trying to drum up an army via social media was all out of line.
Success was never a given, if they want r4l to succeed then they have to get patches approved and crying wolf ain’t gonna cut it.
h4x0r@lemmy.dbzer0.comto Programmer Humor@lemmy.ml•Interview with an Emacs Enthusiast (Colorized)English8·3 months agoEmacs client library and interface for Lemmy instances.
h4x0r@lemmy.dbzer0.comto Privacy@lemmy.ml•DeepSeek collects keystroke data and more, storing it in Chinese serversEnglish2·3 months agoIf you have the hardware, then yes, you can.
h4x0r@lemmy.dbzer0.comto Arch Linux@lemmy.ml•Is there a way to automatically take a btrfs snapshot prior to upgrading?English81·4 months agoalias upgrayedd='<snapshot cmd> && pacman/paru ...'
OR
upgrayedd() { <pre> <snapshot cmd> pacman/paru "$1" <post> }
focused on stability and is not as up-to-date as other distros
This community really should stop FUD peddling about debian.
stable
is not the only debian release, and there are multiple ways to pull newer package versions. For instance, anyone who can read a manual can run a cutting edge rolling release debian box with this simple incantation:sudo sed -i 's/bookworm/sid/g' /etc/apt/sources.list
stable
is their default, but debian can be just as “up-to-date” as you want it to be.
h4x0r@lemmy.dbzer0.comto Linux@lemmy.ml•Conjuring a Linux distribution out of thin airEnglish61·5 months agosudo sed -i 's/bookworm/sid/g' /etc/apt/sources.list
sleep 1500 && echo -e '\a' &
It may seem like a lot, but if you take the time to read through it; it will likely lead to a solution. Although it’s the arch wiki most of the content will be applicable.
https://wiki.archlinux.org/title/Dual_boot_with_Windows