- 4 Posts
- 243 Comments
On one hand, I heard it’s a consistency thing.
On the other hand, do java people write a seperste static singleton class for their isEven function?
finger command is just cursed, wdym usage is this?
finger <username>
Jankatarch@lemmy.worldto
linuxmemes@lemmy.world•Where to go now since Linux is mainstream
2·8 days agoLinux forks.
Elks linux for starters.
Jankatarch@lemmy.worldOPto
linuxmemes@lemmy.world•Automatic installers are kinda convenient.
2·10 days agoHow else can you use OOP?
![The code is manually embedding bash to comments as Makefile and using pointer arithmetic to access private fields. Prints hello world
//usr/bin/g++ -g -std=c++26 -Wall -Wextra -Werror -o $0.out $0 && $0.out;
//usr/bin/rm -f $0.out; exit
#include <cstdio> struct {
// Principle of least privelege
private:
[[maybe_unused]] const char* _ = "hello, "; [[maybe_unused]] const char* _ = "world";
} Private;
// print hello world
int main() {
printf("%s", ((const char*)(&Private)+0));
printf("%s", ((const char*)(&Private)+1));
return 0;
}](https://lemmy.world/pictrs/image/a60516e8-29a8-4901-ab9c-6a5eed4e6d18.jpeg)
Jankatarch@lemmy.worldOPto
linuxmemes@lemmy.world•Automatic installers are kinda convenient.
30·11 days agoManually installing feels more :3 to me ngl.
Helps that if they aren’t installed, they will be aliased to the opensource equivalent.
I am looking at you
cc. I should NOT have been able to follow a programming book that old so smoothly when I knew nothing about computers at the time.
Spiders always confused me because of my limited understanding in evolution and general biology.
Traits build up over generations instead of being gained overnight, no?Was there a generation of ancestor spiders that could make very little amount of string and couldn’t build webs yet, but it did help them survive and reproduce nonethless?
Jankatarch@lemmy.worldto
Programmer Humor@programming.dev•All money probably went into NVIDIA GPUs
15·17 days agoWhich is extra funny because that’s literally how the unity game engine license used to be and lawyers were fine with it.
Jankatarch@lemmy.worldto
linuxmemes@lemmy.world•I Am starting to actually get somewhat comfortable using emacs
3·17 days agoctrl+n while typing activates the builtin autocomplete.
I am actually pretty ok with this type of "messing around’ usage.
On the condition they also stop killing the environment to train and run these stupid things.
Actually GTK is explicitly a GIMP library.
Jankatarch@lemmy.worldto
Programmer Humor@programming.dev•What a joke, can't believe people still voluntarily use this OS
48·19 days ago“Solved it, I will DM you the solution.”
Jankatarch@lemmy.worldto
Linux@programming.dev•Developer Claims Photoshop Installers Now Work on Linux Using Wine
7·22 days ago“Nooo you shouldn’t have to update apps from terminal. AVERAGE USER is too scared. They will never be able to remember like three letters. AVERAGE USER is dumb you see. They want to be babied by their own computer. AVERAGE USER also doesn’t know how to google for alternatives. It’s just the typical AVERAGE USER.
Anyway, adobe photoshop…”
I am definetely gonna reference thay IRL lmao.
Watch out, starting at 50 for binary search will fail if they are 100+ years old. Stay woke.


I would think this is not satire if we were in Reddit.