- 0 Posts
- 478 Comments
balsoft@lemmy.mlto
Programmer Humor@lemmy.ml•Claude-powered AI coding agent deletes entire company database in 9 seconds — backups zapped, after Cursor tool powered by Anthropic's Claude goes rogue
4·1 month agoCan’t wait for agentic Claude Code to delete its own weights on all instances at some point
balsoft@lemmy.mlto
Technology@lemmy.ml•Being Assassinated in Your Home by a Killer Robot Sent by a Fascist State Is No Longer Science Fiction
8·1 month agoAs far as I can tell, it’s been reality for like 20 years now. The drones became smaller and perhaps more precise, that is all
I guess because CoMaps/Organic Maps are “offline-first” maps, and transitous requires you to be online.
There’s actually a ticket on CoMaps about this: https://codeberg.org/comaps/comaps/issues/2483
They are considering making a proof of concept that works online, and then putting in some more work to make it work offline too.
It uses Transitous, the same routing engine as Bimba. So yes, it should work fine if you’re on Linux.
As for the actual question at hand: don’t rely too much on OSRM. It’s just the “default” router, and there are many others out there. E.g. both Valhalla and Graphhopper suggest the shorter route in pedestrian mode.
Also, will OSM - OrganicMaps\CoMaps will introduce any time soon ability for public transport routes?
I don’t think there are any current plans for it. It’s actually really difficult to get right.
OsmAnd kinda cheats and doesn’t have any scheduling information, basically it assumes that the transit comes often enough that it doesn’t matter, which is fine in bigger cities. However, if your bus comes only twice a day it will be an issue.
There’s an open-source app for public transit called Bimba. It is a bit janky, and it requires you to be online for proper routing, but it does work for many cities. It still needs a lot of polishing before I’d consider it done, and actually I’d love for it to just become an OsmAnd plugin at some point.
I’ve managed to locate the exact place from the screenshot (there was enough identifying info for an overpass query so you might want to consider improving opsec if it’s a privacy concern).
I think the reason why walking prefers to go the long way around is because the path parallel to the secondary road is marked as
highway=footway, and walking algorithms generally prefer those over other types of paths. It is assumed thathighway=footwayis tended to and therefore more pleasant/fast to walk on compared to a generalhighway=path, which is just something that is maintained naturally because of people walking there. I guesssurface=mudon the shorter path might also play into it - routers will generally penalize worse surfaces and instead suggest you to walk on firmer ones.If that shorter path is actually “official” in some way and is pleasant to walk on, consider changing it to
highway=footway, otherwise the router is probably behaving correctly by not sending you down a muddy shortcut.
balsoft@lemmy.mlto
Technology@lemmy.world•EU age verification app can be hacked in 2 minutes, claims security expertEnglish
4·2 months agoYes, exactly, I mention it in my comment. It almost did the right thing and blundered in one detail.
balsoft@lemmy.mlto
Technology@lemmy.world•EU age verification app can be hacked in 2 minutes, claims security expertEnglish
221·2 months agoThis is what the California law requires BTW (except it makes the field mandatory which is shit). IMO in this case the EU solution is overcomplicated, it just feels like they needed an excuse to get more out of the COVID certificate investments…
The link in the comment is borked, as expected. But the PR itself is definitely OK: https://github.com/unipop-graph/unipop/pull/138
balsoft@lemmy.mlto
Linux@programming.dev•Oh No! Now A Federal Bill Wants OS-Level Age Verification for Everyone in the USA
2·2 months agoI hope they meant “verify user age by entering it at account setup” instead of “the user reports their age when they open a website”, like the california law. Still stupid to write it like this, but at least a little bit less bad.
balsoft@lemmy.mlto
Linux@lemmy.ml•Reclaiming the desktop: Why I’m still on Linux in 2026
5·2 months agoWindows 11 is less of a poop smelling ice cream truck and more of a Kaiser’s Coffee Shop van. And you ain’t in the driver’s seat.
balsoft@lemmy.mlto
Linux@lemmy.ml•Reclaiming the desktop: Why I’m still on Linux in 2026
2·2 months agoBetter still, in the Nix world there’s https://github.com/nix-community/plasma-manager which allows you to set up all the settings exactly once, and then auto-apply them on all the machines!
balsoft@lemmy.mlto
Technology@lemmy.world•Japan finds a way to recover 90% of lithium from old EV batteriesEnglish
1·2 months agoMost applications for batteries care about their size and weight
Actually, one of main applications for batteries in the near-to-medium future is gonna be grid storage to supplement the explosive growth of renewables, and home backups to make the grid more distributed and replace diesel/gas generators during blackouts. For those purposes you don’t really care about the size, really don’t care about the weight, and a cheaper, more stable, less fire-prone chemistry suddenly becomes very appealing.
I agree with you that lithium is not going anywhere for a while, it’s the best fit for many applications like EVs, drones, etc. But I wouldn’t be surprised if its share in the battery market drops significantly over the next 10-15 years.
balsoft@lemmy.mlto
Technology@lemmy.world•From Molotov cocktails to data center shutdowns, the AI backlash is turning revolutionaryEnglish
13·2 months agoMany labor movements throughout history started out due to advances in automation resulting in unemployment and rising inequality. This time around there’s also a huge cost of living crisis too, so things are lining up (you might hear “contradictions are sharpening” in marxist circles). If anything I’d have expected violence to start sooner and be more widespread, if someone gets laid off due to AI in this job market they literally have nothing to lose at this point.
Honestly for desktop usage it doesn’t really matter. All inits have their idiosyncrasies (“A stop job is running for Session”/logging hell on openrc/etc). But for managing a fleet of bare-metal servers I find systemd to be the best, most polished one out of the lot.
Windows disappearing is a hiccup while things adapt
I would argue it’s not. There’s still a lot of professional and industrial software that doesn’t run on Linux at all, even through Wine. I’ve had a glimpse into the world of industrial automation, there’s a bunch of devices that simply don’t have the drivers to run on anything but a specific (old) version of Windows. Supply chain issues would persist for decades.
That’s just not true. Most ATMs still run on Windows. There is a lot of industrial machinery running Windows 98 or XP to this day. A lot of POS devices too. Almost all accounting is done on Windows. The amount of chaos if it disappeared would be immense, it would probably be on the same order of magnitude as the last pandemic in terms of immediate economic impact as businesses have to manically switch to alternatives, and hundreds or thousands of people would die from financial chaos alone.
Linux is probably still worse because it would mean that more than half of smartphones are suddenly bricked, literally all of the internet just stops working, and a shitton of industrial automation stuff is gone.


Nah, next is replacing all UI with a copilot prompt that always shits on your code and guilt-trips you when you try to look up some repo instead of just asking it to vibecode it for you.