wulrus
@wulrus@lemmy.world
- Comment on Production can't keep up with demand (corporate greed) 5 days ago:
Ideas?
- CO2 tax - if it’d be high enough to completely pay for the damage, this shit would stop pretty fast. But even less than that would help. Alternative: Certificates without loopholes. Some use would survive, e. g. an IT professional would still use $ 50 worth of energy per day if it gives a 10 % productivity boost, but models would start consolidating and use all tricks to keep it efficient, rather than push out whatever they can. Only works when imports from regions that refuse to participate are taxed when imported, or outright banned.
- Huge advantage of machine learning: The “when” is completely flexible. Could just use excess power from renewable peaks, or even nuclear & coal nightly production. But as long as it’s cheap enough to just make more power around the clock: Why should they? They won’t do it voluntarily. Solutions could start with a “green” label for consumers, but that would probably not do that much. It also won’t help when we force them to use 100 % renewables and nuclear, and then they just buy all solar panels and wind turbines off the market leaving us with higher costs and trouble switching to net 0
- Evaluate the market and identify the bubble. Does an AI focussed company make conservative use of existing capabilities, without overhyping them, or put their money on likely near-future developments, or depend entirely on optimistic future capabilities?
- With such measures in place, we’d still have the models they trained so far. They’d eventually plateau anyway (or already have). When training of new models stops, as we make it too expensive to spend a lot of power for a tiny improvement, a good part of the power waste stops.
- Comment on iSweep 1 week ago:
No, it was also quiet. More quiet than the < $ 100 cheap sweep robots with rotating brushes that actually attempt to capture dirt in a compartment inside.
Sad end, though: One day, it decided to just roll away and we never found it again. We thought it’d be under something, but when we moved out a few years ago, it became clear that it decided to find a new home long ago.
- Comment on iSweep 1 week ago:
My best buy ever was a $ 20 “dumb roomba”: It was just a little ball with a battery inside that made random movements, and you could put it in a little “cage”.
It did a horrible job, like a 5 year old half-assing it, put hey - $ 20, 0 effort for a little help? Everything was slightly less dusty and hairy, and it pushed most of it into the corners. Saved like 3 minutes per day.
- Comment on my smart hot air fryer, every single time 5 weeks ago:
It does feel delightfully lazy to pick a recipe and send the settings with one tap. But the forced rate-or-skip spoils much of the fun.
Also basically, it’s time and temperature. It’s not like a Fallout-style robot that cooks complex meals for me. Could do without.
- Comment on my smart hot air fryer, every single time 5 weeks ago:
PHILIPS HD9880/90 Airfryer Combi XXL. I can select a recipe in the app and send it, so the settings are perfect for that.
But the downside is that it goes off like a smoke detector and blocks all controls and display until I rate the recipe or select “skip”, on the air fryer display.
- Submitted 5 weeks ago to [deleted] | 31 comments
- Comment on This is real 5 weeks ago:
But if it’s voluntary, it’s not smart to sound like “you are an idiot and I don’t like you”. Especially people with mental or legal problems might avoid a situation where they are being confronted about their faults.
- Comment on Texas National Guard arriving in Chicago 5 weeks ago:
I didn’t doubt it; it was just so odd.
- Comment on Texas National Guard arriving in Chicago 5 weeks ago:
Why does it look like previous generation generative AI, where everybody looked the same?
- Comment on Marketing Doesn't Work on Nerds 1 month ago:
- Comment on 5 Signs the AI Bubble is About to Burst 1 month ago:
I agree, but it is nearly impossible for a normal investor to be certain that the current stock price ISN’T the lowest it’ll ever be. The bullshitters have an incentive to keep up the lies a few years longer, just look at the housing bubble, and when it burst, it might burst down to the current level or even higher, if that happens in a couple of years.
I was right once when I sold my ETFs before the Ukraine crisis unfolded, but I realise now that I was stupid-lucky-right. Will never do that again.
Also, I fully expect that some AI usage will withstand a critical review, and will prevail, just like the dot-com.
Then, there is the risk that the unexpected breakthrough DOES come, and the ai-super-senior can fix all the vibe-coded nonsense. I don’t see it in the next 5 years, but both unexpected breakthroughs as well as unexpected plateaus have happened in the past.
- Comment on Vibe coding has turned senior devs into ‘AI babysitters,’ but they say it’s worth it | TechCrunch 1 month ago:
I am generally a sceptic myself, especially in my own area, which is software development. But recently in a board game community, someone was scolded for asking ChatGPT about a rule dispute (and it was wrong). All upvotes to unhelpful “AI bad” comments. I pointed out that while this was true 3 months ago, ChatGPT 5 (and only that one) can very accurately answer such questions when asked the right way, showed how to ask the user question and the (now correct) response, and mentioned my 35 board game test questions and results with major LLM flagship models. (Almost all LLMs did horribly, under 70% even in yes/no questions, but ChatGPT 5 with specific instructions or “Thinking” model got 100%.)
Even as a sceptic, I can acknowledge that LLMs just jumped from completely useless to perfect in the past few months when it comes to this specific niche.
- Comment on Vibe coding has turned senior devs into ‘AI babysitters,’ but they say it’s worth it | TechCrunch 1 month ago:
That’s completely true; it’s hard for me to judge on a small scale when I won’t (for good reasons) let it touch my customer’s production code.
- Comment on Vibe coding has turned senior devs into ‘AI babysitters,’ but they say it’s worth it | TechCrunch 1 month ago:
I find it also saves a certain “mental energy”.
E. g. when I worked on a program to recover data from the old discontinued Windows photo app: I started 2 years ago and quickly had a proof-of-concept: Found out it’s just sqlite format, checked out the table structure, made a query to list the files from one album. So at that point, it was clear that it was doable, but the remaining 90 % would be boring.
So after 2 years on pause, I just gave Gemini 2.5Pro the general problem and the two queries I had. It 1-shot a working powershell script, no changes required. It reads directly from the sqlite (imagine the annoyance to research that when you never ever use powershell!) and put the files to folders named by the former albums. My solution would have been worse, would probably have gone with just hacking together some copy-commands from SELECT and run them all once.
That was pretty nice: I got to do the interesting part of building the SQL queries, and it did the boring, tiring things for me.
Overall, I remain sceptical as you do. There is definitely a massive bullshit-bubble, and it’s not clear yet where it ends. I keep it out of production code for now, but will keep experimenting on the side with an “it’s just code completion” approach, which I think might be viable.
- Comment on Vibe coding has turned senior devs into ‘AI babysitters,’ but they say it’s worth it | TechCrunch 1 month ago:
Currently, I write all production code at work without any AI assistance. But to keep up with things, I do my own projects.
Main observation: When I use it (Claude Code + IDE-assistant) like a fancy code completion, it can save a lot of time. But: It must be in my own area of expertise, so I could do it myself just as well, only slower. It makes a mistake about 10 - 20 % of the time, most of them not obvious like compile errors, so it would turn the project into disaster over time. Still, seems like a senior developer could be about 50% - 100% more productive in the heat of the implementation phase. Most important job is to say “STOP” when it’s about to do nonsense. The resulting code is pretty much exactly how I would have done it, and it saved time.
I also tried “vibe coding” by using languages and technologies that I have no experience with. It resulted in seemingly working programs, e. g. to extract and sort photos from an outdated data file format, or to parse a nice statistics out of 1000 lines of annual private bank statements. Especially the latter resulted in 500 lines of unmaintainable Python-spaghetticode. Still nice for my private application, but nobody in the world can guarantee that there aren’t pennies missing, or income and outcome switched in the calculation. So unusable for the accounting of a company or anything like that.
I think it will remain code completion for the next 5 years. The bubble of trying more than next-gen code completion for seniors will burst. What happens then is hard to say, but it takes significant breakthroughs to replace a senior and work independently.
- Comment on What would stop you from switching to a flip phone (or dumbphone) in 2025? 2 months ago:
Yes, I had to delete lemmy, reddit, twitter, mastodon, all games etc.
But I see 0 harm in:
- 2FA authenticator apps (google authenticator, app for government ID, bank, …)
- DHL (unlocks packing station / parcel distributing machine here)
- calendar (with voice assistant)
- Pixel, iPhone, Samsung and some others are a fantastic camera! 10 years ago, it’d be a great deal just for that one feature. I used to pay USD/EUR 250 - 500 for a hobby-level camera that was worse
- read my mobile CO2 sensor
- not crucial, but occasionally show someone something in a video call
- send injured animal photo / video right to the wildlife rescue station for advice (~ 2x per year)
- plain old mp3 player
- some might read eBooks, which is a good use of it, but I still prefer a hardcopy
So yes, on my 2nd smartphone only (first in 2021), but I find that it’s worth it these days.
Enshittification intensifies, but a Linux phone might become very viable in a few years, especially when LLM adapters become easier to use. Self-hosted alternatives to google/apple photos are already very advanced.
- Comment on Who plays like that x_x 2 months ago:
This is how it works: Push down, nuzzle points up! Image Push up, nuzzle goes down!
How can anyone play differently?
- Comment on Who plays like that x_x 2 months ago:
- Comment on U.S. Senator Elizabeth Warren Questions Pentagon Awarding $200 Million Contract to Integrate Elon Musk’s “Grok” Into Military Systems Following the Chatbot’s Antisemitic Posts 2 months ago:
Weird. In the 80s, there was this loner in my class who pretended to be a Nazi robot. He walked around and asked everybody in a robotic voice: “Are you an Arian?” … “But your father has black hair. Conclusion: Not an Arian.” etc.
Nobody got the joke. Must have been like the Comedian in Watchmen: Not a joke after all, just a reflection on the present, or future, in his case.
Hodor!
- Comment on Microsoft still can't convince folks to upgrade to Windows 11 2 months ago:
That’s roughly what I’m hoping for: Former top of the line 7th gen CPU ThinkPad, such as a P51 or P71, might become really cheap as soon as the small Linux used hardware market is satiated when Win10 support ends.
For me, that’d be a massive upgrade :-)
- Comment on Microsoft still can't convince folks to upgrade to Windows 11 2 months ago:
It was already quite doable in late 1990s Suse, although it took a day and you actually had to read the book it came with. The partitioning was annoying and confusing for a first-timer, and the default packages were also lacking. Now, not harder than Windows.
- Comment on leading ai company 2 months ago:
That statement would make a lot more sense with a benchmark graph based on standardised tasks.
- Comment on [Video] Cops not sure whether to arrest man with "Plasticine Action" shirt for supporting terrorism 2 months ago:
To be fair, the (good) British cops are by far not as likely to assault an innocent person as many others. But they do love to stop you and have a chat if even the tiniest thing stands out. I once walked around London, 15 years old, with toy handcuffs on one wrist. Cop came up to me and wanted to know the whole story, like one of those super-chatty people. Where are you from, how old, name, where are the cuffs from, why am I wearing them right now at this moment, …
He seemed happy with the answers, and we both moved on.
Well, it’s still a bother, especially when you are not free to walk away at any moment.
- Comment on [Video] Cops not sure whether to arrest man with "Plasticine Action" shirt for supporting terrorism 2 months ago:
It’s not just the two we see - they are apparently in radio contact with additional tax fraudsters / wasters, probably of higher rank or even with a law degree.
Never let them tell they need more funds. Could defund plenty without affecting any actual service one bit.
- Comment on They'd just appear out of nowhere 2 months ago:
Seen them for decades, but thought it’s best to keep them a secret. Until Family Guy just casually mentioned them like they were no big deal! Not as crazy as I thought, after all …
- Comment on Why LLMs can't really build software 2 months ago:
Interesting what he wrote about LLMs’ inability to “zoom out” and see the whole picture. I use Gemini and ChatGPT sometimes to help debug admin / DevOps problems. It’s a great help for extra input, a bit like rubberducking on steroids.
Examples how it went:
Problem: Apache-cluster and connected KeyCloak-Cluster, odd problems with loginflow. Reducing KeyCloak to 1 node solves it, so it says that we need to debug node communication and how to set the debug log settings. A lot of analysis together. But after a while, it’s pretty obvious that the Apache-cluster doesn’t use the sticky session correctly and forwards requests to the wrong KeyCloak node in the middle of the login flow. LLM does not see that, wanted to continue to dig deeper and deeper into supposedly “odd” details of the communication between KeyCloak nodes, althought the combined logs of all nodes show that the error was in load balancing.
Problem: Apache from a different cluster often returns 413 (payload too large). Indeed it happens with pretty large requests, the limit where it happens is a big over 8kB without the body. But the incoming request is valid. So I ask both Gemini and ChatGPT for a complete list of things that cause Apache to do that. It does a decent job at that. And one of it is close: It says to check for mod_proxy_ajp use, since that observed limit could be caused by trying to make an AJP package to communicate with backchannel servers. It was not the cause; the actual mod was mod_jk, which also uses AJP. It helped me focus on watching out for anything using AJP when reviewing the whole config manually, so I found it, and the “rubberducking” helped indirectly. But the LLM said we must forget about AJP and focus on other possible causes - a dead end. When I told it the solution, it was like: Of course mod_jk. (413 sounds like the request TO the apache is wrong, but actually, it tries internally to create an invalid AJP package over 8kB, and when it fails blames the incoming request.)
- Comment on Hotels have developed a new revenue stream: "algorithmic" smoke detectors 3 months ago:
Couldn’t that be interpreted as a confession that their air is at least as unsafe as staying with a heavy smoker the whole night, in terms of PM 2.5 and other hazards?
- Comment on As of 30 minutes ago at the time of posting, the NYPD has detained two young Black men after they refused to show ID without explanation or cause. 4 months ago:
Bad cops, even the worst of the worst, do a normal job 99% of the time. It’s the other 1 % of their actions that have such a negative impact.
- Comment on [deleted] 5 months ago:
Or 50 and 29 - eww
- Comment on No looky for you! 5 months ago:
Table top dishwashers usually have a window. My kid considered it a major disadvantage when we got a real dishwasher that the window was missing.