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.
Remember s2e18 - Brigadoom?
The whole universe is getting destroyed, everything is disappearing, and they have time for a musical number!
In my opinion, honestly one of the best episodes of anything ever made. And you can even watch it on youtube right now, because apparently, someone uploaded the whole episode.
It is a Canadian show with a few German actors. It’s from Newfoundland if I am not mistaken.
This thing goes sideways fast, too.
The other half being… Uhura?
Same here. Was not a fan of the original animated series, but Lower Decks is really fun.
Why not ask Morn about it, he knows everyone and never stops talking anyway!
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