

That BASIC GOTO joke got me real good, kudos to the author xD
That BASIC GOTO joke got me real good, kudos to the author xD
Ah sorry I meant a default argument which was a dict, thanks for the tip tho!
Oh I had a similar bug but with defaulted dicts. Default args are constructed once and reused. Not a problem for immutable args, but mutables like dicts (and sets I’d also assume) are all shared.
EDIT: whoops, didn’t see you spoilered the answer, my bad! If it helps, i found my bug when dealing with cross-thread stuff, so that was a fun moment to bisect
Hi-fi Rush is really good if you’re into rhythm action, Call of Juarez is one I’m trying now and it feels nice to play
Technology Connections is a nice breath of fresh air in the YouTube space if you want something tech related
ret
urn from subroutine, int3 would be something relating to interrupts off the top of my head.
Might want a sled and a ROPe to have a smooth descent
Huh, I was about to correct you on the use of embarrassment in that the intent was to mean a large amount, but it seems a Wiki edit reverted it to your meaning a year ago, thanks for making me check!
'tis how LLM chatbots work. LLMs by design are autocomplete on steroids, so they can predict what the next word should be in a sequence. If you give it something like:
Here is a conversation between the user and a chatbot. <insert description of chatbot>
<insert chat history here>
User: <insert user message here>
Chatbot:
Then it’ll fill in a sentence to best fit that prompt, much like a creative writing exercise
Containers, the concept that Docker implements, lets app developers give a self-contained environment for distribution. For devs that means consistency in deployments across environments, which in turn means sysadmins can deploy each of these apps as fully isolated units.
With that, you get really clean installs/updates/uninstalls, and your deployments get done with a well-defined, declarative definition file which can also handle multi service dependencies (a la Docker Compose/K8s)
Ahhh the comment misspelled it, yep that’s the one. Thanks!
I find it funny it didn’t point out Active Directory
I’ve rarely used CDs/DVDs but AFAIK it’s practically just a copy. Your PC can read the CD’s data, so it just saves that into a file
I remember facing this once on a site, so i peeked at the source. Turns out they have an event handler for the pinch gesture, preventing the browser from doing its usual zoom
Oh that just made it click in my head why they would do it as sign, exponent, mantissa and not sign, mantissa, exponent. I mean yes I’ve been taught it’s for sorting purposes, but this really helped it fit better. Thanks!
Rust has an RFC that wants to consider yeet as a keyword for throwing an exception, I think they’re currently keeping it as a placeholder just in case
Sidebery is a saviour for me and very likely you too. I’ve got 1500 tabs just lying there in my sidebar, inactive and neatly grouped together!
Not particularly, most of my use has been on a desktop or laptop 😅
Pivotal Labs originally, then joined VMWare Tanzu I think, Now in turn bought by Broadcom