π
π
Thatβs negligent. You should consult third parties (LinkedIn, Facebook), and tail them for a week at minimum.
Code reached a complexity threshold and disintegrated. Had to schedule an indepth unplanned refactoring. Turns out, db schema was subotimal in quite a few places. Slowly booting everything up again. Looking good so far. (Don't jinx it.)
Please expandπ.
For absolutely no reason I have to tell you the 3 best recent SciFi TV shows I have watched:
- Andor
- Station 11
- Devs
You see the pattern? They are all finished. I should finish my work.
GCIS (Git Criminal Investigative Service)
`The whole detour happened in one late-night commit on Mar 3.`
`So the PLC drain was removed in 3b5c518 ("AAAAAHHHHHHHHHHHHHHHHHHHHHHHHHH!!!!!!!!") β the nuke commit.`
#SectionHQ just hosted ChlΓ€r, too. Good set so far (20 minutes in).
youtu.be/TzEakAN3-p8
Very cool!
Finally?
Deeply appreciated
Basically, what I am saying is, you are all fake imposters.
bsky.app/profile/sjoy...
Wenn Simulationen erlaubt sind, sogar noch wahrscheinlicher.
Accidentally deleted old data table before moving data to new table. Cost me a week of syncingπ .
Maybe they never didπ.
Last call! Submit your session to Agentic Conf Hamburg - the call for speakers closes tomorrow.
Already blown away by the submissions so far. March 22nd is shaping up to be a fantastic day - can't wait to meet you all π
sessionize.com/agentic-conf...
I never played nor watched PokΓ©mon, but I think it's cool that they have a vital business model without having to become a platform (wen Spideymon?!). Ofc hooking minors at school etc. is debatable. But still better than MTG (or LEGO, really), though one might argue, they are just trying to survive.
the Battrax cockpit module clipped to a helicopter module in matching black and yellow with top and tail rotors on woodlike flat floor in front of a white wall
If the Blacktron car is a Battrax, then the Helicopter is a β¦ Batvortex?! #LEGO
I'm building on ATProto because I never again want to be cut off from the collective mind just because I loose my institutional login credentials. Contracts end, relationships break.
The problem is i want to stay up all night but i also want to wake up early
Is there a pedagogical concept I can look into? This sounds interesting. I only know full day schools without homework here in Germany. (Maybe I did not get a joke or fell prey to context collapse or sthπ .)
Are those the ones where students stay all day?
That was just some temporary calculation issue, normalized again after running for a while.
One of the most scary operations I have seen with tugs.
Imagine being on the bridge of that little ship and your tug going completely sideways. The nerves.
When not making progress, add sleepπ .
Another unforseen side effect: although GPU was already fully utilized, somehow embedding speed went up by 10-20%. No idea how that is possibleπ€.
Using Go here, not really sure about the internals. I added a 500!!!ms sleep now to each of 64 parrallel routines. They do massive work, scraping, analyzing, etc..
Yep. Now CPU actually dropped to 50% while overall performance is much better. Crazy. Should have done that earlier :D. (I always leave memory buffer, did not consider CPU so much, but now that memory (and disk) usage is probably reasonably optimized, it became the bottleneck. Really cool.)
Sometimes adding a sleep to a (massively parallelized) loop actually makes it faster. Who would have thought?