But I have both…
wer2
- 0 Posts
- 14 Comments
Sounds like they want Ada Spark and not Rust.
Slackware was my very first Linux distro (now I feel old).
wer2@lemmy.zipto
Linux@programming.dev•Libxml2 Becomes Officially Unmaintained After Maintainer Steps Down
1·2 months agoOut of curiosity, why do you consider XML unpleasant to work with?
wer2@lemmy.zipto
Programmer Humor@programming.dev•What are some of the worst code you have seen in a production environment?
1·2 months agoOh no, when they deserialized the int/pointer they used it like the original structure (which now points to freed memory). They meant to serialize the data structure across, but only sent the memory address.
wer2@lemmy.zipto
Programmer Humor@programming.dev•What are some of the worst code you have seen in a production environment?
2·2 months agoMine was very much like that, but they also deleted the pointer after sending it, but before receiving it for good measure.
wer2@lemmy.zipto
Programmer Humor@programming.dev•What are some of the worst code you have seen in a production environment?
6·2 months agoThe C++ code went something like this:
- Conver pointer to int
- Serialize the int over IPC to self using Linux Message Queues
- Delete/free the pointer
- Read the int from the queue
- Convert to pointer
- “Use” the pointer
wer2@lemmy.zipto
linuxmemes@lemmy.world•My hot take on the official pronunciation of GNOME
7·4 months agoI thought it was foot for a long time.
My issue is C++ will “let me do it”, and by that I mean “you didn’t cast here (which is UB), so I will optimize out a null check later, and then segfault in a random location”
wer2@lemmy.zipto
Programmer Humor@programming.dev•there's no escape! brew another cup!
18·7 months agoHave you ever used wheel-el in emacs? It really sets a high bar.
I don’t like Gnome, but I am glad it works for you. At the end of the day Gnome is better than Windows, Mac, and CDE.
wer2@lemmy.zipto
Linux@programming.dev•Why The Latest Linux Kernel Won’t Run On Your 486 And 586 Anymore | Hackaday
2·7 months agoIntel had a rough time of it then, the Itanium and Pentium 4 were both dead ends design wise.
Except when I am forced to use a distro that only provides Gnome (looking at you RedHat).
Either Emacs or Neovim.