It’s exclusively about the leading vowel sound, rather than an actual vowel. E.g. it is a one-dollar bill, a unicorn, a European country, and an heirloom. There are plenty of initialisms that start with vowel sounds that are even less questionable, e.g. an NFL contract, or an FBI agent, vs a CEO, or a TMI situation. Regional differences exist, but are mostly about whether the leading sound is or is not pronounced, e.g. a historic occasion (american english) vs an historic occasion (british english).
- 0 Posts
- 33 Comments
T___T I’m an SEO writer
Help, the potentially intentional grammatical error is making me engage and I hate it!
FearfulSalad@ttrpg.networkto
Linux@programming.dev•I replaced Windows with Linux and everything’s going great
141·1 month agoSure.
But like, the author’s got some Bad Habits they are trying to bring over, and seem to consider their inability to replicate them as a problem?
I can’t find official apps for Airtable (which I use for work), Spotify, or Apple Music, but they all work fine in the browser in the short term, and I’ll revisit this later.
So, “I have to run these websites, that I used to run in dedicated memory-hungry Electron apps, in a browser instead” is something that’s missing? TBH, seems like a feature to me. Heck, things like Discord and Spotify run better in a firefox derivative than they do as “standalone apps” on any OS, Windows included.
FearfulSalad@ttrpg.networkto
Technology@lemmy.world•Asking the right questions...English
9·3 months agoHe happens to be a well spoken oldster
FearfulSalad@ttrpg.networkto
Linux@programming.dev•Bazzite just delivered over a petabyte of ISOs in a single month
5·3 months agoI put pop!_os on my surface pro 8 in an hour a week ago, having used only windows or macos for the past decade. No issues. They’ve upstreamed enough stuff to the linux kernel that everything except camera worked even without the surface_linux kernel. Steam runs just fine on it, as do all the games I’ve tried so far (obviously hardware is trash for gaming, but hey, if it was playable on windows, it’ll probably be smoother on linux at this point). If linux works on a microsoft surface, there’s no way that it won’t work on whatever machine you happen to have.
Back up your files, pick a distro, unlock your bootloader, and just go for it. Only requirement is to know how to… Run commands in a terminal.
No regrets.
You missed like, a huge amount. https://en.wikipedia.org/wiki/Meiosis
It’s a good rule of thumb that if you do not pay, as the result of some sort of contract, for the service of security, and you do not own the software or hosting within which you expect something to be secure, then you don’t actually have any security.
The browser could be storing your data in plain text, and making it available to other software or malware on your system (or even on websites you visit, or to scripts which run in ads on websites you visit); the browser could be making it available to their internal tools or external “partners”; the browser could be storing it in the cloud and be subject to a breach for which you will never receive a cent; the browser could be doing everything “right” right now, but change their terms next week and your convenience will turn into a liability.
Host it yourself, as you do with bitwarden, and manage your own security, or pay a company to host it who makes it their business and is therefore legally liable if they screw up.
Crane’s law.
FearfulSalad@ttrpg.networktoMicroblog Memes@lemmy.world•One of the few good outcomes of this situationEnglish
1·5 months agoAh yes, the plot of Caprica
FearfulSalad@ttrpg.networkto
Technology@lemmy.world•Marketing Doesn't Work on NerdsEnglish
145·5 months agoYou’re resorting to personal attacks without knowing who I am, what I do, what I do or don’t have on the wall behind me. You apply a blanket label on all people who you class a certain way, and when I disagree with your label and its implications, and recommend nuance, you class me further.
It sounds like you think very highly of yourself, or lowly of everyone else, or both.
What makes your opinions here worthwhile?
FearfulSalad@ttrpg.networkto
Technology@lemmy.world•Marketing Doesn't Work on NerdsEnglish
227·5 months agoYou just described Geeks. Geek and Nerd group labels can sometimes apply to the same people, but they are not synonymous, and a person can be one without the other.
FearfulSalad@ttrpg.networkto
World News@lemmy.world•Fading Labubu frenzy wipes $16.7 billion from Pop Mart sharesEnglish
86·5 months agoJesus Christ, this is a real thing? I honestly thought it was invented on the latest South Park as a joke
In his show Taskmaster he is well known for both writing tasks and making jokes through intentionally obtuse language and uncommon phrasing. Frequently the “obvious” interpretation of a task turns out to be non-obvious, or the answer to a riddle is this kind of nondeterministic situation that trips up the contestants and makes for better funny.
Which is to say, the author of the headline is a troll, and did it internationally to bait this very kind of conversation. You won’t know which way they sliced the giraffe unless you read the entire thing! Of course, after you do, you still won’t know.
FearfulSalad@ttrpg.networktoMicroblog Memes@lemmy.world•The secret ingredient is crimeEnglish
12·7 months agoPeople with toddlers often keep the knobs off as a form of baby proofing, when the kiddos are tall enough to reach but not old enough to listen. It’s then easy to lose a knob that isn’t in the right place.
FearfulSalad@ttrpg.networkto
Global News@lemmy.zip•Hong Kong warns downloading game could be national security crime
2·9 months agoI wonder if this is a divergent interpretation of markdown rules?
E.g. Sync does not render those differently

You’ll notice that the 4s are all hugging the exits – it’s the most lucrative spot. Yes, you have to squeeze in when the doors open to let people in and out, but you also get to gtfo first. You’re not subject to the Showtime kids doing flips, when the Mariachi band walks in you can run out to another car at the next stop, and you aren’t in the urination/defecation areas. Sitting is a trap.
Your disdain for these manuals of style is blatantly visible in your omission of the serial comma, which all three recommend using ಠ_ಠ
deleted by creator
FearfulSalad@ttrpg.networkto
Technology@lemmy.world•‘An Overwhelmingly Negative And Demoralizing Force’: What It’s Like Working For A Company That’s Forcing AI On Its Developers.English
24·11 months agoPreface: I have a lot of AI skepticism.
My company is using Cursor and Windsurf, focusing on agent mode (and whatever Windsurf’s equivalent is). It hallucinates real hard with any open ended task, but when you have ALL of:
- an app with good preexisting test coverage
- the ability to run relevant tests quickly (who has time to run an 18 hour CI suite locally for a 1 line change?)
- a well thought out product use case with edge cases
Then you can tell the agent to write test cases before writing code, and run all relevant tests when making any code changes. What it produces is often fine, but rarely great. If you get clever with setting up rules (that tell it to do all of the above), you can sometimes just drop in a product requirement and have it implement, making only minor recommendations. It’s as if you are pair programming with an idiot savant, emphasis on idiot.
But whose app is well covered with tests? (Admittedly, AI can help speed up the boilerplating necessary to backfill test cases, so long as someone knows how the app is supposed to work). Whose app is well-modularized such that it’s easy to select only downstream affected tests for any given code change? (If you know what the modules should be, AI can help… But it’s pretty bad at figuring that out itself). And who writes well thought out product use cases nowadays?
If we were still in the olde waterfall era, with requirements written by business analysts, then maybe this could unlock the fabled 100x gains per developer. Or 10x gains. Or 1.1x gains, most likely.
But nowadays it’s more common for AI to write the use cases, hallucinate edge cases that aren’t real, and when coupled with the above, patchwork together an app that no one fully understands, and that only sometimes works.
Edit: if all of that sounds like TDD, which on its own gives devs a speed boost when they actually use it consistently, and you wonder if CEOs will claim that the boosts are attributable to AI when their devs finally start to TDD like they have been told to for decades now, well, I wonder the same thing.
FearfulSalad@ttrpg.networkto
World News@lemmy.world•Canadians overwhelmingly oppose becoming 51st U.S. state: pollEnglish
631·11 months agoCan we stop posting this headline? Again and again and again?
It’s not news.
If a sizable portion of the population did want to do something stupid, that’d be news.
This is… It’s not even propaganda. It’s just a waste of our limited time and emotional capacity for idiocy.





Do people not know their own language when they write shit for publication? It’s proscribed, not prescribed. Fuck.