If they called them “hot boxes” instead of “gas chambers,” i think the public support might be stronger.
“Hey Chad, we’re going light up this joint and gas chamber Alex’s car, want in?”
just doesn’t work as well.
If they called them “hot boxes” instead of “gas chambers,” i think the public support might be stronger.
“Hey Chad, we’re going light up this joint and gas chamber Alex’s car, want in?”
just doesn’t work as well.
I was curious if (since these are statistical models and not actually counting letters) maybe this or something like it is a common “gotcha” question used as a meme on social media. So I did a search on DDG and it also has an AI now which turned up an interestingly more nuanced answer.
It’s picked up on discussions specifically about this problem in chats about other AI! The ouroboros is feeding well! I figure this is also why they overcorrect to 4 if you ask them about “strawberries”, trying to anticipate a common gotcha answer to further riddling.
DDG correctly handled “strawberries” interestingly, with the same linked sources. Perhaps their word-stemmer does a better job?
“Trending on Occupied Twitter”
I’ve been thinking we need to get aspirational and take it to the next level:
Instead of “X (formally know as Twitter)”, the time has come for “Twitter (currently called X)”.
Are you in the czech republic, speaking in Czech, and presumably not using a VPN?
You currently owe Oracle $500MM in unpaid licensing fees for this floor.
I’m very amused that (so far, on my client) you seem to have no up or downvotes, but an upvoted response. No programmer kink shaming, but no one else wants to be nice to Java either.
I’m not ready for 4D, just let me try out C Lattice on a few smaller projects first.
I’m just poking fun that the fundamental type in JS (Object) is an associative-array/hashmap. Technically it has some fancy under-the-hood handling for pure arrays and primitive types. This is also exactly true of Lua, and a little true of Ruby and Python.
Really, most programmers would do great to start with a hash map or array list and only specialize out further when the problem calls for it.
Overly fawning and positive tone when the terrible examples speak for themselves. I did laugh loudly at the “black man eating spaghetti” when he goes to take a second bite which transforms mid-flight into a wine glass and smooshes his face. As an unintentional comedy generator, B+. As a useful tool that isn’t built on the stolen labor of millions of youtubers, F.
Javascript devs be like…
Our administrator is understandably a little bitter about the whole experience as it has unfolded, saying, "We were forced to switch from the perfectly good ESET solution which we have used for years by our central IT team last year.
Sounds like a lot of architects and admins are going to get thrown under the bus for this one.
“Yes, we ordered you to cut costs in impossible ways, but we never told you specifically to centralize everything with a third party, that was just the only financially acceptable solution that we would approve. This is still your fault, so we’re firing the entire IT department and replacing them with an AI managed by a company in Sri Lanka.”
Crowdstrike is providing free red team activity and backup testing for all their customers! What service!
Jrogramming in Jee Plus Plus: A Pragmatic Guide to the 1999 “JnCo” Standard
That command syntax looks kind of like how Skyrim’s scripting console works, and gods help us if reality is a Bethesda game! (Kind of, if you added string-parsing based overloads and, for some reason, a command-syntax sudo keyword.
Bro its so easy bro, just use flexboxgridcolumns its been a standard since 2010 just flex it bro you haven’t learned to flex yet just check w3c schools and add a flex you can polyfill it but don’t use that hacked one use the good flexpolyfill then { content-align-middle-child-elements: center-middle-true-neutral } so easy with flex bro
I was rewriting some old code of mine and ended up stripping out the comments. I kept reading them instead of the code, which I had been changing, and they were irrelevant. (I added new comments back in, though a big reason to rewrite was to make the code more self-explanatory.)
Someone shared this on Mastodon so I’ll just repost my thoughts from there. (Bonus for Lemmy, I was forced to squeeze all my thoughts into 500 characters, so this is the most succinct I’ve been on this site!)
Pretty incredible how little people seem to understand these. For one thing, every method other than waterfall is a subtype of agile methodology. The major distinction is that waterfall has a series of phases from design through building, testing, and delivery that attempts to plan the whole project up front. Agile methods focus on smaller iteration cycles with frequent, partial deliverables.
Something like kanban is designed for continuous delivery: we want to go to mars weekly.
LEAN development is a scam though, that one is accurate.
I feel like this has truly earned a “bazinga!”
All these jokes about naming variables and yet no serious suggestions that if you have a turtle2, what you really need is a turtle array. I like to block out all the memory I’ll need for the whole program up front, put it all in one big array, and then I can use clean, easy to remember numbers for all my variables!