

Multi layer debugging is still better than multi layer marketing.
Moin
Multi layer debugging is still better than multi layer marketing.
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.
Or have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.
Python should be one of the chaotics.
You can even dynamically create global variables in there.
No one criticizes men for choosing celibacy or choosing to remain single.
conservative parents enter the chat
Looks like this is not the search but their shoppingcart list.
Thats why ones password DB should also be saved encrypted one one or two external drives.
I didn’t read to much of the FIDO2 spec, so I can’t really compare.
But U-Prove can be used for state-issued E-IDs. Is this also possible with FIDO (including dynamically issuing attributes)?
It wasn’t :D
See my comments below.
I’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().
Turned 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.
And then the quick hack gets a permanent solution and the next employee has to fight trough the spagetti.
Funny how I just hit a downtime when trying to explore your GL.
Which brings me to boil is that they use ‘pardner’.
I’m not your pardner in any way. I just wanted to read an aswer in my search results for a quite specific question.
Every time I read this ‘whoa there, pardner’ I want to scream at my screen that they should shut the fuck up.
I tried TDD in a personal project recently and it got annoying pretty fast. It was also a project where I tried a new Framework so writing test when one doesn’t know how things behave exactly results in adjusting the tests afterwards anyway.
Thinkimg how I want to designe my API upfront while discovering the details as I go served me well in the past (still in context of personal projects).
It also doesn’t help when my tests have more bugs than the tested code…