I am called a srnior developer and I haven’t done a project in my spare time in many years. Not because I don’t want to, but because I do enough of that at work and I lack the energy. Most people I know are in the same boat.
- 0 posts
- 7 comments
Joined 3 years ago
Cake day: June 3rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
- UpperBroccoli@feddit.detoProgramming@programming.dev•Linus Torvalds flames Google kernel contributorEnglish2 years
Proud of today’s code. Deeply ashamed of yesterday’s code. That is our lot in life. At least it shows us our development.
Eh. If you are not using punch tape, are you even really programming?
- UpperBroccoli@feddit.detoWorld News@beehaw.org•Spanish football federation threatens to sue player Jenni Hermoso over kiss ‘lies’3 years
Un-fucking-believable. Time to fire everyone in any leedership capacity and start from scratch with people who are not caricatures of mid 20th century machoism.
- UpperBroccoli@feddit.detoWorld News@beehaw.org•Inside Barbados' Historic Push for Slavery ReparationsEnglish3 years
It will certainly be interesting to see what comes of this.
- UpperBroccoli@feddit.detoWorld News@beehaw.org•French Gov Wants to Inject Domain Blocking Lists Directly into Web Browsers3 years
Do… do they understand how this works? How anything works?
Hare seems interesting, but does it allow any kind of dynamic linkage? I just compiled a simple Hello World program, and its size is 217 kb - after stripping.
$ cat test.ha use fmt; export fn main() void = { fmt::println("Hello world!")!; }; $ file test test: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped $ ls -lhn test -rwxr-xr-x 1 1000 1000 217K Feb 27 18:03 test