cley_faye
@cley_faye@lemmy.world
- Comment on So um, america just started another war in the middle east. We're going to need a shit ton more memes to americans from the nightmare they are enduring. Thanks in advance... 1 day ago:
Indeed. None of the crazy things that happened in the last few months stopped. Unfortunately.
- Comment on So um, america just started another war in the middle east. We're going to need a shit ton more memes to americans from the nightmare they are enduring. Thanks in advance... 2 days ago:
Distracting people from what is happening is NOT what you want.
- Comment on Basically 1 week ago:
Unfortunately, porn is getting banned, so little Ben will not have his happy ending.
- Comment on F.D.A. to Use A.I. in Drug Approvals to ‘Radically Increase Efficiency’ 1 week ago:
when directed and used correctly by an expert
They’re also likely to fire the experts.
- Comment on F.D.A. to Use A.I. in Drug Approvals to ‘Radically Increase Efficiency’ 1 week ago:
Things LLM can’t do well without extensive checking on large corpus of data:
- summarizing
- providing informed opinions
What is it they want to make “more efficient” again? Digesting thousands of documents, filter extremely specific subset of data, and shorten the output?
Oh.
- Comment on Oppose STOP CSAM: Protecting Kids Shouldn’t Mean Breaking the Tools That Keep Us Safe 1 week ago:
That’s the plan. Attack subject that are traditionally seen as taboo/sensitive/whatever, then extend. CSAM content, porn in general, even random bulletin board with cringey content these days, are used as the entrypoint. You target those, people are wary about defending their rights because of the flagship topic, so laws are changed to put some extra layers of tracking, surveillance, etc.
Step two is claim whatever site/service the current government dislike falls under an imaginary category that allows using these layers of surveillance. And these are extra hard to remove once put in place, because nobody wants to break their surveillance toy.
It’s never about the porn, it’s never about the kids, it’s never about our security when a proposal shows up and talks about breaking encryption, privacy, etc.
- Comment on Oppose STOP CSAM: Protecting Kids Shouldn’t Mean Breaking the Tools That Keep Us Safe 1 week ago:
Stuff we want: protecting kids, having privacy.
Stuff these proposal do: break privacy, don’t care about kids (or anyone else for that matter).
Seems pretty simple to me. Again.
- Comment on ChatGPT 'got absolutely wrecked' by Atari 2600 in beginner's chess match — OpenAI's newest model bamboozled by 1970s logic 2 weeks ago:
Ah, you used logic. That’s the issue. They don’t do that.
- Comment on iFixit says the Switch 2 is even harder to repair than the original 2 weeks ago:
There is nobody with more dedication than IP lawyers and Nintendo.
- Comment on iFixit says the Switch 2 is even harder to repair than the original 2 weeks ago:
And where would you download from, that is seen as legal sharing of someone else’s IP?
The closest you could get is by locating the ROM file in some PC remakes, assuming there’s no “protection” on them.
Again, playing around the “legal” way to do things. In reality, it’s different.
- Comment on iFixit says the Switch 2 is even harder to repair than the original 2 weeks ago:
People buying the console for the games that are on that console, not generations before, are 100% fine.
- Comment on iFixit says the Switch 2 is even harder to repair than the original 2 weeks ago:
It is not illegal to emulate a game that you own.
In a lot of place it is illegal to circumvent technical protection measures, which is technically required for almost anything starting from NES era. Making it impossible to “legally” rip your own games (yes, even in places where there IS a tax to allow private copy of content you bought). So the only way you can do that is by downloading it, where there is no “legal” way to distribute it in the first place, so “legally” you can’t download it either.
I’m not defending the practice, I’m saying that if you’re going the “legal” defense, you’re going to have a bad time if it gets attention. Fortunately, suing every single gamer on earth is not an attractive prospect.
- Comment on iFixit says the Switch 2 is even harder to repair than the original 2 weeks ago:
Mario. Zelda. Metroid. For a time the occasional Splatoon. Maybe a Wario once in a while too. Some Pikmin. Even the built-in (paid) list of emulator games are attractive.
Also, you severely underestimate the convenience factor for a lot of people. Yeah, I have a Steam Deck, and 95% of the time, it’s a completely seamless experience. With consoles, it’s 100% of the time. People want a “I turn it on, I start a game”, not a “I turn it on, I might be able to start a game, and sometimes it needs a bit of fiddling, not much, but, more than zero. And sure, I could have this or that other thing by going there and running that, you know, sometimes”.
- Comment on iFixit says the Switch 2 is even harder to repair than the original 2 weeks ago:
Part of the difficulty is that Nintendo have hitsquads that will blow your city if you even look sideways at one of the screw.
- Comment on Let my Duolingo streak expire cos I don't want to give them any more AI training for free and this popped up 🙄 2 weeks ago:
It could be aggressively persistent without sounding like a psycho, too, no? I mean, I have no frame of reference, but I sort of assume that constant reminders would work as well as constant belittling reminders. Maybe I’m wrong.
- Comment on Let my Duolingo streak expire cos I don't want to give them any more AI training for free and this popped up 🙄 3 weeks ago:
Come to think of it, an application threatening, shaming, and guilt tripping you into coming back might not be the healthiest thing ever.
- Comment on Ai Code Commits 3 weeks ago:
I see some problems here.
An LLM providing “an opinion” is not a thing, as far as current tech does. It’s just statistically right or wrong, and put that into word, which does not fit nicely with real use cases. Also, lots of tools already have autofix that can (on demand) handle many minor issues you mention, without any LLM. Assuming static analysis is already in place and decent tooling is used, this would not have to reach either a human or an AI agent or anything before getting fixed with little resources.
As anecdotal evidence, we regularly look into those tools on the job. Granted, we don’t have billions of lines of code to check, but so far it’s at best useless. Another anecdotal evidence is the recent outburst from the curl project (and other, following suite) getting a mountain of issues that are bogus.
I have no doubt that there is a place for human-sounding review and advice, alongside other more common uses like completion and documentation, but ultimately these systems are not able to think by design. The work still has to be done. And can’t go much beyond platitudes. You ask how common the horrible cases are, but that might not be the correct question. Horrific comments are easy to spot and filter out. Perfectly decent looking “minor fixes” that are well worded, follow guidelines, and pass all checks, while introducing an off by one error or suddenly decides to swap two parameters that happens to be compatible and make sense in context are the issue. And those, even if rare (empirically I’d say they are not that rare for now) are so much harder to spot without full human analysis, are a real threat.
Yet another anecdotal… yes, that’s a lot. Given the current hype, I can only base my findings on personal experience, mostly. I use AI-based code completion, assuming it’s short enough to check at a glance, and the context is small enough that it can’t make mistakes. At most two-three lines at time. Even in this context, while checking that the generated code matches what I was going to write, I’ve seen a handful of mistakes slip through over a few months. It makes me dread what could get through a PR system, where the codebase is not necessarily fresh in the mind of the reviewer.
This is not to say that none of that is useful, but if it were to be, it would require extremely high level of trust, far higher than current human intervention (which is also not great and source of mistakes, I’m very aware of that) to be. The goal should not be to emulate human mistakes, but to make something better.
- Comment on You really have to reach back to remember how THIS worked in your car 3 weeks ago:
Please. I had a cassette with built-in storage, that could play in a cassette deck player AND had an headset jack plugged in for music on the go.
- Comment on AI Training Slop 3 weeks ago:
- Comment on AI Training Slop 3 weeks ago:
And what if there’s no photograph of myself online?
- Comment on No looky for you! 3 weeks ago:
I’m not sure… as my current washing machine don’t have one. It’s a top-loader. I do see washing machines with a round door, though. Maybe the difference is that the whole door is the glass part, so there’s no seal to make with the rest of the “door” part, but that’s not satisfying.
I’d be curious to ear from an expert about this.
- Comment on Google is going ‘all in’ on AI. It’s part of a troubling trend in big tech 3 weeks ago:
I’m self-hosting my mails; no need for another third party that will decide whatever whenever. The major difficulty is the decades of things that are reliant on the old one.
And I just said that google works fine for search, despite people claiming it’s on the decline, broken, unusable, etc. That’s not to move toward qwant, who are no less shady, burn money (sometimes coming from public money…), and despite wonderful claim of an autonomous index, completely stop working when Bing is down. As far as recommendations for search engine goes, google (and Bing for that matter) are far less disingenuous. All usable search engines these days are backed by the big ones anyway. Something like openwebsearch.eu would be a better alternative, assuming it follows on its promises.
- Comment on Google is going ‘all in’ on AI. It’s part of a troubling trend in big tech 3 weeks ago:
The two thing I use most, by far, from Google, is gmail and basic search.
Gmail, I’m looking to move away from it now, but I currently have every little addition to it disabled. Basic inbox and tags, no automatic filtering, no categories, no nothing.
Search, my browser is set to open the “web” tab with the query, no transformation, no summary, no “for you”, no AI garbage, no “we thought you wanted video so there’s only video in the replies”. It still works fine.
Basically, none of what they added for years… maybe decade at this point, had held a glimmer of interest from me. It feels like this trend will continue. I just want something very basic that works.
- Comment on No looky for you! 3 weeks ago:
Knowing how “fun” it is to make a truly watertight window, even with low pressure, matching both cold and hot and detergent and whatever’s flying in there, I’m glad there isn’t a glass pane to view into the dishwasher.
Also, I’m usually doing things that are not reliant on seeing what’s happening in a dishwasher when it is running, so the cost effectiveness would not be great there.
- Comment on Former Meta exec says asking for artist permission will kill AI industry 3 weeks ago:
Oh, so it’d be ok to get movies, pictures, books, etc. without asking the right owners for us too? GREAT.
- Comment on Duolingo CEO tries to walk back AI-first comments, fails 4 weeks ago:
I’m mainly interested in Japanese, so I’m currently looking at www.renshuu.org . In addition to just throwing random stuff at you, it gots some more in-depth training, explanations of stuff (something that never happened in duolingo), additional hints for alphabets including some mnemonics, and years of dedicated experience in the language. I can’t tell how it would feel long term, but so far even having some basic explanations is a great improvement.
- Comment on Duolingo CEO tries to walk back AI-first comments, fails 4 weeks ago:
People are unfair with this “CEO”. Its statement helped me move on from duolingo, which has seen significant decline in quality while never going beyond “a moderately bad way to start learning”, toward better, more developed, more cared for, cheaper, solutions.
So, thanks for that.
- Comment on openDAW is a next-generation web-based Digital Audio Workstation (DAW) designed to democratize music production. 4 weeks ago:
It could be nice. People complaining about it being web based are missing the point of such tools.
- Comment on Mozilla is shutting down Pocket, their read-it-later and content discovery app, and Fakespot, their browser extension that analyzes the authenticity of online product reviews. 4 weeks ago:
I’ll grant you vertical tabs. Unfortunately, the new focus of Mozilla is AI everywhere and advertisement, so I’m mildly concerned.
- Comment on Mozilla is shutting down Pocket, their read-it-later and content discovery app, and Fakespot, their browser extension that analyzes the authenticity of online product reviews. 4 weeks ago:
Shutting down two things that had no business being built in their browser, to replace them with more stuff that have no business being built in their browser.
Mozilla really embraced the “corporation must corporate” motto.