Forgot your password?
typodupeerror

Comment Re:I initially dismissed the idea of agents (Score 1) 54

I don't think I could have been more wrong.

On the contrary, I think most of your comment is as relevant as ever. A carefully designed UI is still better for almost any specific task than what "agents" will produce. It will probably be more efficient to describe what you want precisely enough to get it right. It will not be undermined by problems like non-repeatability, non-determinism and hallucinations that are inherent in LLM-backed agents.

Agents can be quite effective at getting something that seems about right, as long as you don't care too much about the details. And of course they get there much quicker than doing it manually as a human. This is useful for some tasks, and why they have become popular.

Unfortunately, it turns out that for many of the things we really care about, "about right" doesn't cut it. Right now, today, the software industry is already being overwhelmed by AI slop. It's hard to believe, but it's still only been a few months since agentic development processes arrived on the scene. And yet after just those few months of management trying to replace real developers with agents, we can see the slow-motion train wreck happening right before our eyes. And in return, where are the new applications that radically improve on what we had before thanks to all this added "productivity"? If this tech is going to change the world as the AI tech bros and the sycophantic CxOs kneeling at their feet would have us believe, where's my flying car?

Comment Re:Zoom Should Not Be Trusted (Score 1) 12

It's silly that a browser sandbox is better than any native sandbox available.

It is. The fact that our dominant desktop operating systems are still using security models from last century is probably the #2 disaster of modern tech security, coming in just behind so much software with potential security implications still being written in languages like C and C++ at #1. And the understandable yet still deeply regrettable reason for both disasters is the same: momentum.

Comment Re:Zoom Should Not Be Trusted (Score 1) 12

I normally connect to all online conference calls via their web UIs. At least then it takes both a screw-up in the communications system and a screw-up in a browser security sandbox that is independently developed to allow something like an RCE or data leakage vulnerability to be exploited.

People have called me crazy for not wanting to install native apps from the likes of Microsoft, Google and Zoom in the modern era of remote working, but every now and then, there's another story like this one that reminds me why I am extremely careful about what native software I install on anything these days.

Comment Re:I don't understand why this is considered... (Score 1) 181

What exactly do they owe you?

The summary states that Reddit owes the OP a reason why the user was banned, as well as a complete, untruncated copy of the user's posting history.

Can you cite the law that says so?

The summary states that the relevant law is Article 17 of the EU's Digital Services Act.

Comment Re:Ouch (Score 1) 72

You always shoot first and ask questions later?

No, I read the details explicitly quoted at the start of the discussion and responded to them.

Are you saying that this episode has not in fact resulted in (a) unplanned software being installed on end devices that will (b) automatically read data that is stored on those devices without the proper approvals? Either of those things alone can easily become a compliance problem if you operate in a regulated environment, whether or not things ultimately go any further on this occasion.

Comment Ouch (Score 4, Insightful) 72

It was obnoxious enough when Microsoft started pushing this kind of unwanted "feature" on home users, then small businesses and professionals on Pro editions. There are real legal and regulatory concerns over this kind of change that businesses have to take seriously. If they've screwed up so badly that even their large corporate customers have been hit by the same thing and there isn't even a good way to undo the damage at the moment, this could lead to meaningful lawsuits from their customers and/or interventions by regulators.

Comment GOG is for poaching more than launching (Score 1) 49

And like I said I don't see anyone talking about GOG.

How much of that is related to GOG's reputation for being selective about what games and genres they accept? I get the impression that GOG is a bit more "curated" than some other PC game stores. The curators don't really want visual novels (a style of menu-driven adventure game). And apart from new releases by CD Projekt (which owned GOG before the end of 2025), I suspect that GOG seeks to poach "catalog" games that have already been successful on the competing store Steam as opposed to having a game at day one.

Sources include GOG forums (thread; thread)

Comment Emulators on GitHub (Score 1) 45

GitHub has deleted projects because it didn't like them too or considered them too much of a hot potato. Try safely hosting an emulator on there for an older games console or something similar.

My own NES emulator is on Codeberg, but there are well over a dozen emulators on GitHub. Start here:

- LIJI32/SameBoy (Game Boy)
- TASEmulators/fceux (NES)
- mgba-emu/mgba (Game Boy, Game Boy Advance)
- nesdev-org/MesenCE (NES, Super NES, Game Boy, Game Boy Advance, PC Engine, Master System/Game Gear, WonderSwan)
- jsgroth/jgenesis (Mega Drive/Mega CD, Super NES, Master System/Game Gear)
- dolphin-emu/dolphin (GameCube, Wii)
- stenzek/duckstation (PlayStation)
- ares-emulator/ares (numerous)
- Dwedit/PocketNES (PocketNES on Game Boy Advance)
- FluBBaOfWard/NitroSwan (WonderSwan on Nintendo DS)
- FluBBaOfWard/NGPDS (Neo Geo Pocket on Nintendo DS)
- FluBBaOfWard/NitroGrafx (PC Engine on Nintendo DS)

Which emulator of a 20+-year-old console did you see deleted from GitHub, unless it included ROMs or system software copied without permission?

port forwarding your residential cable Internet service to a Pi

The problem is that a lot of home ISPs don't let their customers port forward because there just aren't enough IPv4 addresses to go around, and I'd bet a lot of your audience are behind ISPs that don't provide IPv6 (such as Frontier fiber). When an ISP is using carrier-grade network address translation (CGNAT) to put an entire neighborhood behind a single IPv4 address, how would the ISP's router know to which customer to direct a TCP SYN packet received at that address? I guess each Forgejo instance operator could pay per month for some sort of proxy service using a reverse SSH tunnel.

Slashdot Top Deals

"Our vision is to speed up time, eventually eliminating it." -- Alex Schure

Working...