Comment on
Anon has a question
These same snowflakes were singing 'despacito' almost a decade ago.
Comment on
Anon has a question
These same snowflakes were singing 'despacito' almost a decade ago.
Comment on
Parents are charged after their son, 7, is struck dead by a driver
I'm SO mad at this story. There is no reason to charge the parents. As others have stated, helicoptering kiddos is detrimental, and they need to be allowed to roam their environment -- That can come at the cost of danger, but we cannot be expected to grow with 0 risk.
Sure, as a parent, you can state: 'don't go there', and 'always look both ways', but kids are kids and there's only so much you can enforce without being overbearing. In this scenario, without video evidence, there's no clear conclusion about fault for either the driver or the child.
I'm okay with letting the driver off (criminally, let insurance pay the family but don't put the driver in jail) and acknowledging this as an accidental death, especially since he stuck around and is complying. Charging the parents for negligence, though, is just fucking brutal when they are suffering the loss of a child, not to mention the impact on the older son, who probably is feeling an unreasonable amount unreasonable of guilt: "I could have held his hand; I could have reminded him of the road..." (not his quotes, my presumed internal dialog). Again, as others have stated, this is a city planning problem, not a parental one: If there was a way to walk to a grocery store that didn't cross a 4-lane road, that'd be a better option, but there are plenty of places where that is not possible.
These parents do NOT need the extra burden of being held legally liable for an accident and anyone blaming them for this without knowing them personally and being able to describe other aspects of their parent as negligent is just an asshole.
Comment on
Vanilla Ice
Reply in thread
The best 'convert' is the one that got there on their own. They're already primed to believe us when we warn next time.
We do harm by mocking the leopards-ate-my-face crowd when they finally catch on. Even if it is cathartic.
There's room to tell them "Oh that thing we warned you about actually happened? maybe we weren't crazy", but we should then welcome them in and guide them instead of a rude "I told ya so" and no empathy.
Comment on
US state laws push age checks into the operating system
I've been posting this in other threads too and while the OS angle is huge, and worth picking a fight with, I haven’t seen any coverage over how this goes after developers too.
I think this is an attack on ALL open-source.
These bills are written by people who are clearly or maliciously tech illiterate and don’t understand either the terminology or the practical impacts. And of course it’s wrapped in ‘what about the children?!’
They include definitions like (paraphrasing; not quoting a specific bill, but New York, Colorado and California do this):
And then require both developers and operating system providers to handshake this age verification data or face financial ruin. I think the original intent or appearance of intent is that the store developer needs to do the handshake. I'm not a lawyer, but I can't imagine these definitions aren't vague enough that they can't be weaponized against basically anything software.
I have a github account, and have contributed to "applications". As I read them, these bills pose a serious threat to me if I continue to do so, as that makes me a "developer" and would need to ensure the things I contribute to are doing age verification -- which I don't want to do.
I think that even outside the surveillance aspect, the chilling effect of devs not publishing applications is the end-goal. Gatekeeping software to the big publishers who have both the capacity to follow the law and the lawyers/pockets to handle a suit. These laws are going to be like the DMCA 1201 language (which had much much more prose wrapped around it and was at least attempting to limit scope), which HAS been weaponized against solo devs trying to make the world better.
I fully expect some suit against multiple github repo owners on Jan 2, 2027.
I've emailed the office of Buffy Wicks, the author of the California bill, with similar details as the above. I haven't yet identified the authors of the NY and CO bills, but I'm working on that too. If you live in one of these places, please contact your state officials and tell them this is a bad idea -- and if you don't live there, keep an eye on your state bills.
Comment on
I Set A Trap To Catch Students Cheating With AI. The Result Was Deflating
From later in the article:
Students are afraid to fail, and AI presents itself as a saviour. But what we learn from history is that progress requires failure. It requires reflection. Students are not just undermining their ability to learn, but to someday lead.
I think this is the big issue with 'ai cheating'. Sure, the LLM can create a convincing appearance of understanding some topic, but if you're doing anything of importance, like making pizza, and don't have the critical thinking you learn in school then you might think that glue is actually a good way to keep the cheese from sliding off.
A cheap meme example for sure, but think about how that would translate to a Senator trying to deal with more complex topics.... actually, on second thought, it might not be any worse. 🤷
Edit: Adding that while critical thinking is a huge part. it's more of the "you don't know what you don't know" that tripped these students up, and is the danger when using LLM in any situation where you can't validate it's output yourself and it's just a shortcut like making some boilerplate prose or code.
Comment on
AI boom could falter without wider adoption, Microsoft chief Satya Nadella warns
Big tech boss tells delegates at Davos that broader global use is essential if technology is to deliver lasting growth
Let me rephrase:
"Smart" entitled person says our product is not showing value, so we need to force people to use it more than we already are after years of cramming it down their throats.
Comment on
Hollow Knight: Silksong is out now on Steam - and it broke Steam servers for 30 minutes and counting now
Reply in thread
HK was that good.
If you are at all a fan of souls-likes, metroidvanias, environmental storytelling, then you need to give the original more than 10 minutes.
Enjoy it as a metroidvania and beat the final boss -- then realize you still have places you haven't fully explored...
Comment on
Plex got hacked.
Reply in thread
I understand what you are saying, and what you want... but admitting fault publicly is a huge liability, as they have then stated it was their negligence that caused the issue. (bear with me and read this wall of text -- or skip to the last paragraph)
I've worked in the Sec Ops space, and it's an arms race all the time. There are tools to help identify issues and breaches quickly, but the attack surface is just not something that can be managed 100%. Even if you know there is a problem, you probably have to send an issue to a developer team to update their dependency and then they might need to change their code as well and get a code review approved and get a window to promote to production. A Zero-Day vulnerability is not something you can anticipate.
You've seen the XKCD of the software stack where a tiny peg is propping up the whole thing? The same idea applies to security, but the tiny peg is a supply chain attack where some dependency is either vulnerable, or attacked by malicious actors and through that gain access to your environment.
Maybe your developers leverage WidgetX1Z library for their app, and the WidgetX1Z library just updated with a change-log that looks reasonable, but the new code has a backdoor that allows an attacker to compromise your developers computer. They now have a foothold in your environment even with rigorous controls. I've yet to meet a developer who didn't need, or at least want, full admin rights on their box. You now have an attacker with local admin inside your network. They might trip alarms, but by then the damage might be done and they were able to harvest the dev database of user accounts and send it back home. That dev database was probably a time-delayed copy of prod, so that the developer could be entirely sure there were no negative impacts of their changes.
I'm not saying this is what happened to Plex, but the idea that modern companies even CAN fully control the data they have is crazy. Unless you are doing full code reviews of all third-party libraries and changes or writing everything in-house (which would be insane), with infallible review, you cannot fully protect against a breach. And even then I'm not sure.
The real threat here is what data do companies collect about us? If all they have is a username, password and company-specific data, then the impact of a breach is not that big -- you, as a consumer, should not re-use a password. When they collect tons of other information about us such as age, race, location, gender, sex, orientation, habits, preferences, contacts, partners, politics, etc, then those details become available for anyone willing to pay. We should use breach notifications like this to push for stronger data laws that prevent companies from collecting, storing, buying or selling personal data about their customers. It is literally impossible for a company to fully protect that information, so it should not be allowed.
Comment on
*Permanently Deleted*
I jumped into Linux, via Mint, about a year ago when I refreshed my hardware. The transition was pretty easy, and I haven't looked back. Steam runs fine and I haven't had a modern game that didn't work under default proton settings except for things I've run outside Steam and mods. Most of my personal PC's workload is gaming and handful of web-based apps that are effectively OS-agnostic; Everything else has an easy equivalent in the apt repos.
I would say that my decision to embrace Linux as my OS was primarily influenced by my Steam Deck. Gaming on it has been simple and the desktop UI was easy to adapt to. I replaced my laptop with the Steam Deck, bluetooth keyboard and mouse, and a USB-C dock with HDMI out (all things I already had for the laptop). I now just hook into whatever TV is handy as a monitor when I need a computer on the go.
I was a tech enthusiast when I was younger, and am thus familiar with fucking around on the command line, but now I'm an old man who just wants his stuff to work and it just has... The barrier of entry for the Linux Desktop is effectively gone. We just need PR now.
Also, I think I'd replace Mint on my primary PC with SteamOS, given a simple way to do so. About a year ago, the desktop/beta SteamOS was not fully baked.
Comment on
Discord will restrict your account next month unless you scan ID or face
Reply in thread
The parenting aspect is a red herring. Nothing about these policies is really to 'protect the children'. The big tech groups have figured out that they can gate-keep ... everything... and require your pii/data to get to it; and that many/most people will give up that data to keep access to their content.
That said, teaching your children about the importance of privacy is becoming as important as teaching them about other harmful online content. "Don't trust a Nigerian prince, let me know if you're being bullied, don't watch porn* and don't scan your face to get on discord"
* until you're 18-ish, at which point go nuts, just know it's all fake.
Comment on
Amazon's Ring cancels Flock partnership amid Super Bowl ad backlash
Reply in thread
Agreed. For anyone not already following Louis Rossmann, he's a right-to-repair guy on an anti-surveilance arc and is always posting good information that will make you seethe.
His city tried to buy Flock cameras and he organized enough resistance that they cancelled... but then they are trying again a while later, assuming the scrutiny is off: https://www.youtube.com/watch?v=3MiLiQ6olkI
Ring will do the same thing.
Microslop, Meta, Google, et al will get their hands slapped when they are too proud about how they are fucking you, and then will issue a retraction, but only long enough to let the anger die out before doing it again more quietly.
Comment on
Anon thinks there is a bicurious double standard
Reply in thread
I'm a straight male. My wife is bi. The most important part of her orientation, to me, is that it means everyone else was my competition for her love instead of just other men, but I still won.
Comment on
Luigi Mangione hearing tests legality of evidence in healthcare CEO murder case
Reply in thread
A brutal slaying would be taking money from someone for years with the promise that if they get hurt, you will take care of them; and then when that occurs, you force them and their family through tons of beaurocracy before denying their help and consigning them to a slow death.
The editor should be fired for allowing such blatant bias to be published.
Comment on
‘What is this, the Soviet Union?’: Senators rip Trump’s call to limit doll purchases
Reply in thread
In the nicest possible way, and only judging from this post, you are part of the problem. Hear me out:
They don't actually need you. Either party. There's a solid base of voters who are going to vote blue or stay home, or vote red or stay home. If you require being courted, then you're either effectively random, staying home, or lean towards one side over the other.
You're possibly upset that none of your choices are good. That's pretty true. 'both sides' have reasons to not vote for them. You need to help fix that: pick a side, whichever one you lean towards, and go make the choices better.
Local politics (the ones at the precinct, county, state levels) decide how we choose our candidates in the larger races by deciding who represents us on those larger stages internally to the party. Example: the general public was not polled for the dnc chair election, it was only people put into dnc leadership, who were voted for, several steps down, by people at the precinct level. https://en.wikipedia.org/wiki/2025_Democratic_National_Committee_chairmanship_election
Is there corporate bullshit here? almost certainly. Can it be overcome? Only if people are paying attention and care to get involved. Voting only in November elections and expecting the candidates to cater to you specifically will not resolve the problems.
The candidates don't need to work for your vote. You need to work for better candidates. Or shut up and vote for the least harm.
Comment on
obnoxious virus
Reply in thread
I used to operate a dashboard on a wall-monitor in an IT ops center. For Halloween, I wrote a script that very briefly played a video of a creepy set of eyes that opened, looked around the room, focused on something/glared, then closed, all over around like 2 seconds, but ran 1-3 times an hour. It was funny the first few times it happened and I got told to turn it off.
Instead I changed it to run 1-3 times a year.
My manager thought that that was absolutely hilarious without being too disruptive and let me keep it. We had enough turnover that there was always a newbie in the pool and every now and then, someone would say 'what the fuck was that!?' and we'd get a good laugh.
Comment on
McDonald’s Customers Will Get Their Meals With a Side of AI
I DESPISE AI in fast food restaurants... as well as just about everywhere else... but in fast food it really pisses me off.
I crave salty trash food every once in a while, but when my local Taco Bell greeted me with an obviously AI drive-thru, I just drove away and never came back.
Fast food and retail were the places you went to get your first job with no experience or school necessary. Using AI to 'take their jobs' in the pursuit of 'efficiency' is just adding velocity to our plunge into dystopia. I mean no disrespect to those working those currently jobs, though, as the 'were' in that sentence is carrying a lot and the article is right that the jobs are stressful and relentless, and it angers me that your livelihood is yet again being threatened by corporate greed.
If there were compensating factors, like UBI, free higher education and better worker protections, then sure, let's let "ai" take over the things that we don't want to do... but I don't think we're going in that direction.
Comment on
Alexandria Ocasio-Cortez warns of potential impact of 2024 election
Reply in thread
I believe we are well and truly fucked.
Education and critical thinking is lacking in the majority of the electorate and the trend is that we elect leaders that reinforce that instead of mitigate it. Defunding education doesn't improve this situation, and I feel we hit a tipping point where we might not be able to get these skills back in the curriculum going forward.
Comment on
Stop Killing Games delivers 'absolutely incredible' hearing in European Parliament: 'There was no [parliament member] that wasn't responding positively'
Reply in thread
And the stupidest part of this is the 'omg my IP' angle from a publisher.
You've destroyed this game because it's not economically viable for you, and therefore the IP of how the server-side operates has no value; these are no longer secrets worth protecting.
If someone else is willing to host it at their cost then the only thing that can do is bolster the franchise. When a niche game has a devoted following that's willing to build infrastructure to keep playing together, then you know it was a management fuck-up and not a game one that killed it.
Comment on
Who is the enemy?
Reply in thread
not a locksmith, but...
One of those candidates for 'worst memorable phrase in history' is the old "duct-tape for things that move and shouldn't and wd-40 for things that should move and don't".
WD-40 isn't a lubricant. It often works to get something un-stuck, but then you need to still clean and lubricate the parts to keep it working.
Comment on
‘You have no timeline?!’ Senator gobsmacked by FBI director Kash Patel showing up at budget hearing without a budget
Reply in thread
I've not read the laws, nor am I a lawyer, but I suspect that the budget laws say something like "The [FBI] shall provide a budget by [date]", but there is no following section attaching a penalty as there are in criminal laws, so there is likely no recourse.
I imagine that this is the same as when you don't have that report ready for the big meeting, or skipped out early before your end-of-shift duties were done: a reprimand from your boss and potentially getting fired.... but his boss is, I think, Pam Bondi, the AG, in this case.
Theoretically Kash could be impeached or censured, as could Pam if she doesn't act. But we know how well that will go. Until then, his inaction is illegal, but unlike some of trumps actions, which can be stayed or reversed via court, I don't think you can stay inaction.