Maybe we should spell it: D-A-Y-O-F-W-I-N-D ?
- 36 Posts
- 142 Comments
The competition doesn’t need to be open, they just need to motivate Google to be open.
…but could that actually happen? I’m not sure what WOULD motivate Google to be open. Even if there were three or four more major mobile players (all with equal market share), and Google had the only platform that allowed unblessed software to be installed, I’m not sure that would pressure Google to continue to be “the open choice”, but more likely to take this same action as “the odd man out”.
At a fundamental level, there is an illusion/concept planted in the human mind that “force answers everything”, and when they run out of ideas (or all the ideas that they have would require too much [re]work to their liking) the tendency is to fall back onto “just use force” as an easy “solution”.
If I had to guess, I would speculate that their motivation is a long-term play to squash the general perception that Android has more malware (and is therefor less secure) than iPhone. Just about every article I’ve seen to that effect includes (1) enable unknown sources, and (2) install this malware app; so they probably see the current hurdles as insufficient and intend to perma-ban dev accounts that they find signing malware apps.
Nope. Here’s a hint: https://www.cgaa.org/article/scam-insurance-phone-calls-and-emails-to-work-emails
Read it again, more carefully… :)
“I” is a whole column in Excel, not a single field! :)
xia@lemmy.sdf.orgto
Programmer Humor@programming.dev•we did a little bit of branch fuckeryEnglish
4·4 months agoNah, just sort by date instead of topology, or vice versa.
git gud, son
I wonder if this ordeal has made people stop buying (or maybe, start panic-buying) Tylenol.
xia@lemmy.sdf.orgto
Programmer Humor@programming.dev•Slot Machines vs. Vibe CodingEnglish
3·4 months agoWell, I do have MBSE on the brain, but the idea here is more like a low-code/no-code environment with an ABSOLUTELY ENORMOUS “pit of success”… so large that even GenAI can reliably fall into it. Numbered tabs, you go left to right answering questions and fiddling with with prompts, paint-by-numbers for working software.
xia@lemmy.sdf.orgto
Programmer Humor@programming.dev•Slot Machines vs. Vibe CodingEnglish
7·4 months agoI imagine that it is theoretically possible to successfully vibe-code, but probably not with a conventional project layout nor would it look much like traditional programming. Something like your interaction primarily being a “requirements list”, which gets translated into interfaces and heavy requirements tests against those interfaces, and each implementation file being disposable (regenerated) & super-self-contained, and only being able to “save” (or commit) implementations that pass the tests.
…and if you are building a webapp, it would not be able to touch the API layer except through operational transforms (which trigger new [major] version numbers]. Sorta like MCP.
Said another way, if we could make it more like a “ratchet” incrementing, and less like an out-of-control aircraft… then maybe?!?
That would be the brute force approach.
I would say simply to avoid buying phones from ad-companies, but more generally… if you buy hardware from vendors that respect ownership (i.e. that have user-unlockable bootloaders) then you don’t really have to worry about this kind of thing, as even if the company turns evil later, you can probably flash the phone with a 3rd party rom.
In theory, yes. There is a first-stage bootloader (that actually finds, loads, verifies, and jumps-into fastboot) baked into the hardware (implemented in fuses and ROMs [like REAL roms, not “flashable” ROMs]), and AFAIK it cannot effectively be modified after the phone is manufactured, so they try to keep it as simple as possible.
So if it were real, the psuedocode would be something like this:
var fastbootPartition=locateFastbootPartition(); if (fastbootPartition == null || !verifySignature(fastbootPartition)) { // AFAIK, this code block is already a thing in production, but the // message is more like a "signature failed" or "corrupted" than // a "you done goofed". displayRudeMessage(); halt(); } var fastbootAddress=load(fastBootPartition); jumpTo(fastbootAddress);
xia@lemmy.sdf.orgto
Memes@lemmy.ml•Artificial Intelligence will never match the human brainEnglish
4·5 months agoI don’t know if this is what you mean, but I find that “Westworld” hits a lot harder post-ChatGPT.
I remember it taking a lot more suspension of disbelief on release, but now much of it falls into the realm of plausible.
Maybe not the “computable consciousness”, but the glitchy hand-wavy “we don’t know how it works either” aspect… at the time it seemed like a mcguffin cop-out, and now that’s like all the new business models.
https://consulo.io/ (Basically a liberated jetbrains intellij/rider thing)
xia@lemmy.sdf.orgto
Programmer Humor@lemmy.ml•Child labour with 10 years of experience, 'AI-native' accepting 250k lines of Cursor codeEnglish
13·6 months ago“cracked”…
That thumbnail image reminds me of hovercat: https://youtu.be/p1u-R4RVL70



When branches don’t check out… that’s a problem.