That’s the motto of Natural Killercells.
BlueKey
Moin
- 3 Posts
- 16 Comments
BlueKey@fedia.ioto Programmer Humor@programming.dev•js is in the "pure embodiment of hell" category along with vb.net and php1·2 months agoOr have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.
BlueKey@fedia.ioto Programmer Humor@programming.dev•js is in the "pure embodiment of hell" category along with vb.net and php15·2 months agoPython should be one of the chaotics.
You can even dynamically create global variables in there.
And they even can have clutches and reverse gear.
ATP Synthase is my favourite molecule ^^
Thats why ones password DB should also be saved encrypted one one or two external drives.
maybe one of your problems is that your problem-counter only displays up to two digits.
BlueKey@fedia.ioOPto Programmer Humor@lemmy.ml•My debugging experience today: Quantum Debugging2·10 months agoIt wasn’t :D
See my comments below.
BlueKey@fedia.ioOPto Programmer Humor@lemmy.ml•My debugging experience today: Quantum Debugging61·10 months agoI’m new to Go and wanted to copy some text-data from a stream into the outputstream of the HTTP response. I was copying the data to and from a []byte with a single Read() and Write() call and expexted everything to be copied as the buffer is always the size of the while data. Turns out Read() sometimes fills the whole buffer and sometimes don’t.
Now I’m using io.Copy().
BlueKey@fedia.ioOPto Programmer Humor@lemmy.ml•My debugging experience today: Quantum Debugging86·10 months agoTurned out that the bug ocurred randomly. The first tries I just had the “luck” that it only happened when the breakpoints were on.
Fixed it by now btw.
Can also be the other way around when for example biology finds a new immune therapy and chemestry a new way to dissolve your lung.
And then the quick hack gets a permanent solution and the next employee has to fight trough the spagetti.
lol, didn’t see it as Mbin just shows it as text. Next time I should put my regex in a codeblock.
BlueKey@fedia.ioto Programmer Humor@programming.dev•All I wanted to do was push my changes and log off... [Github Outage]3·10 months agoFunny how I just hit a downtime when trying to explore your GL.
I think AOSP will stay open source for quite a while, so the forks can continue. What Google removed was access to the drivers for Pixels, which makes development for new phones or driver updates much harder.
So I think the custom ROMs will take more time for updates or some might even ask for money to use their ROMs (which is fair in my opinion).
If the ROM ecosystem happen to die down, then my next step would be to get a open souce / hardware centered phone and install a mobile Linux distro.