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.
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.
Also it is colder at night than it is outside.
Oh… is Reddit still around?
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?
Hello there, stranger! I seem to have misplaced my ring! You look gullible enough that I can trick you into looking for it for me, because I am too lazy to do it myself!
Oh hahaha nooooo, it would be 15 seconds, and it would start with a sigh and deep, troubled breathing noises, a finger tapping the mic and someone saying “is this thing on” before the entirely useless comment even starts.
Hah. My default state is “I know this is shite and I have a million ideas how to do this better, but it is the best I can do in the time that I have to complete this.”
[ ] tabs [ ] spaces [x] why would I even care, I press tab and the editor puts either a tab or a number of spaces, couldn’t care less…
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