jaschop

joined 2 years ago
[–] jaschop@awful.systems 3 points 2 hours ago

You're right of course, stupid engineering like that will kill people and already has.

From an emergency responder perspective I'm mostly asking how can I keep my squad safe and how can I rescue survivors. Once we're there we usually got all the tools you would ever need. And I'm 100% sure, if someone is in danger I'm breaking out the can opener before I would ever bother to call remote support.

[–] jaschop@awful.systems 3 points 7 hours ago (2 children)

The door handles don't sound so bad from a firefighter perspective. More excuses to break out the slicy claw. ಠᴗಠ

Having to account for the stupid thing to start driving on its own for no reason seems more irritating. Maybe we can invest in some big jaws attached to the front of the truck to crunch down on and immobilize struggling robo-taxis. This seems like a very reasonable direction to develop car technology.

[–] jaschop@awful.systems 9 points 1 day ago* (last edited 1 day ago) (1 children)

I expect we're gonna hear more about the cherry-picked data points that aren't atrocious for AI. Like specifically the "help me learn" usage stat (the only one where some AI users are on par or better), and the even more specific "help me learn" usage with AI/media literacy discussed in class stat.

There's probably all kinds of interesting factors involved that had to be ignored because they needed an AI fluff statistic. Like the one fact they mention, that high AI-use and partly non-AI use correllate with curiousity. Kids who want information will use the tools given to them, and those are often LLMs. If your teachers are into AI and discuss it in class, even more so. I expect the "once or twice a year"-users (who bottom out every chart) to include a big bulk of kids that just do not care about education (often coming from unpriviliged households), so they use it to cheat on their assignments and call it a day.

Pretty undeniable though, that the daily users are always worse than the sometimes users. That's probably the habitual delegation of thought kicking in. I could accept that a subgroup of the AI users learns on par or sliiiightly better than non-users on average, but they might be building up a reliance on tooling that will serve them worse and worse once they get past well-trodden school problems. In the same vein they're probably all getting fucked, because noone gives a fuck about good text books & reference materials anymore.

[–] jaschop@awful.systems 5 points 1 day ago* (last edited 1 day ago) (1 children)

@supersquirrel@lemmy.ca I suppose this is a score for you apropos our recent discussion on industrial espionage. Although I'll note that the domain they tried to take over this time (dickwaving with math proofs) does also not have a business model, so they're not really working themselves out of their financial death sentence.

[–] jaschop@awful.systems 13 points 2 days ago (1 children)

I need to remember the multiple people that pointed me to Next.js and lose some respect retroactively. Though it did feel like a sneaky Vercel ad even back then.

[–] jaschop@awful.systems 8 points 3 days ago (6 children)

Hamma denn die blaue absolute Mehrheit? Hab kein Bock Nachrichten zu schauen.

[–] jaschop@awful.systems 30 points 3 days ago (1 children)

Isn't evolution beatiful? Each of these specimen has adapted to fit a highly specific niche, it's knob optimized to predate a specific style of trouser pocket or even certain belt loops.

[–] jaschop@awful.systems 7 points 3 days ago* (last edited 3 days ago) (1 children)

Oof, the brain poison is real.

Tap for spoilerMod: Nothing says revolutionary politics like voluntarily abandoning productive terrain to capital and then yelling at everyone who wants to contest it.

Organize workers? Fight over ownership? Build public and cooperative alternatives? Open source the tools? Democratize control?

No thanks. I have selected performative outrage and yelling at strangers online.

Rando: Not only that - they don't even build art coops as pushback, instead celebrate petty-burgeoise of lone commission artist. And those types have that slimy "bootstrap" mentality.

I'll do you a favor and not link it.

[–] jaschop@awful.systems 5 points 3 days ago* (last edited 3 days ago)

Made me remember that I browsed r/cryptoleftists a few years ago, till I started trolling in the comments and got banned. Just checked, and the head honcho, Joshua Dávila, is still on his bullshit. Though he recently announced he is rebranding because TheBlockchainSocialist got too cringe.

PS: r/leftistsForAI isn't him I don't think. Though that would be 100% his niche.

 

For reasons of my own to be revealed in due time, I was searching for the term "programmer mysticism" and found this essay by Kenneth Reitz: Programming as Spiritual Practice

I was slightly intrigued at the start, since it was going in the "subjective experience of programming" angle I'm interested in.

This understanding deepens when we recognize that consciousness itself might be a linguistic phenomenon. If consciousness emerges from patterns of language and mathematics, then programming isn't just creating tools—we're literally crafting the linguistic-mathematical structures from which conscious experience emerges.

Well this concious approach to digital tooling sure didn't result in any scruples about LLM usage. Kenneth seems to have delegated most of his essay writing to Claude for some time (the article above is likely Claude-extruded). The piece continues to trudge through a basket of spiritual metaphors to hammer home how programmers should be more concious and do good things instead of bad things. This is all framed as a personal ethical issue without a shred of societal or structural analysis. Extra sneerable bit:

The emerging understanding that LLMs contain humanity's digitized collective unconscious adds profound depth to conscious programming: when we collaborate with AI systems, we might be interfacing with the archetypal patterns that have guided human wisdom throughout history. This makes programming with AI a form of accessing collective spiritual wisdom rather than just advanced tooling.

In another (likely slopped) article, linked in the same section, he goes into how he designed the API of the requests Python module to be far more convenient to use than the builtin HTTP resolver urllib2. The reasoning given strikingly reminded me of Intention Revealing Interfaces from Domain Driven Design. And I can personally confirm that library is a pleasure to use and a de-facto default for a reason.

Took me a while to catch on to the sloppedness. I gave him some credits for requests and wanted to get a gist of the guy when I stumbled on his full-throated AI posts. Essays credited to Claude with himself as "editorial director". And of course this handy self-report: How I Write Now

I guess this doesn't stand out that much by itself. It did kind of hit home when he describes in detail how his AI use is linked to his history of mental health problems, which he was quite public about. He describes being moved to tears by LLM writing, seeing "his thoughts" clearly articulated for the first time after years of brain fog. He made this accessibility argument explicitly. I won't waste my breath sneering about it. He gives plenty of fuel to that himself.

 

Build Golf! Code Golf, but for Builds! Uhhh, that's sort of it.

I remember being very slightly intrigued by the concept of code golf a long time ago. But I mostly took notice of people taking it in very esoteric directions, and even before that it was pretty much orthogonal to writing the kind of useful code I care about.

But just now my brain rubbed 2 neurons together, and made the connnection to another problem that has bothered me quite often. How do you do a minimal build of some thing without some "helpful" 300 LoC boilerplate. I want like, 2 files with 3 lines each and one command to run.

Okay, there will be a couple complications to consider to avoid this going down a hacky direction like Code Golf. Like, how much tooling do you depend upon? Do you have to install a package? How many (hundred) packages does that depend upon? (Looking at you React.) But the general idea is, how to you get (for a specific task or category of tool) in a minimalist way from plain-text in git to running machine code? (or like, HTML if you're building for the web) It's a challenge of taste more than discrete optimization! If tools will reign over others in this sphere, it should be because they cater to refined tastes!

Soooo, that's my prompt. Ideas in all directions welcome. Concept for actually practically realizing this? Overly complex unworkable scoring rules? Personal fave minmal project templates? Feel free to evolve on this, or not, I'm not your boss.

 
 

Dear god. Why are note-taking projects such a magnet for slop bros?

I'm on a bit of a quest to build up some self-hosted services for me and friends & family, partially because Ad- & AI-infested big tech slop was making me sick and also to become a better sysadmin. General requirement was notes available anywhere and decent editing on mobile.

I was about to rip my hair out, when every session for weeks digging into options ended in frustration. Every project with somewhat decent features had some meh aspects and became worse the longer I looked. And there are so many of them. You can drown your self in "Best FOSS Note-taking App in $(date +%Y)" listicles. Here's a list of over a hundred projects.

I suspect it's a bit of the shopping list problem. It's such a basic idea, that every ambitious clueless dev has it once while picking a hobby project. But note-taking also definitely has a place in toxic self-optimization / hustle culture. Some of the more developed project strike me as that.

I won't mention every basic note-talking project with a CLAUDE.md that I stumbled on, but here's some of the more disappointing lowlights:

  • Joplin main developer was one-shot. Added agent instructions to the repo this year and some provisions for his personal vibecoding rig to .gitignore. Also it's not a bug if the AI chat button is visible even if AI features are disabled, because how would people find out about the AI features then?
  • Notesnook seems okay-ish, but they're part of the mall ninja club. Business partnership with Kagi & Tuta.
  • Standard Notes was the least suspect to me. Later found out they Copilot-Review all of their PRs. (same as Notesnook btw)
  • I even considered going with a self-hosted binary of Obsidian. They don't get instant-disqualified by promoting themselves as AI-anything. And if you don't have a project you can trust, you might as well throw yourself at the most established option and pray.

I was running out of places to look for alternatives, when I remembered Open Slopware. You can guess how shocked I was, when note-software made up one of the biggest sublists in there. Through the shortlist of recommendations I ended up looking at Flatnotes. That project might be just enough notes for me.

 

cross-posted from: https://feddit.org/post/33039120

ich🎣🫷iel

Sind die so tief in ihren ausgedachten Phishing Tests verbuddelt, dass sie die echten nicht erkennen oO

 

Leftist streamer Vaush applies his unifying "everything I don't understand is Epstein shit" thesis to the fediverse.

Article from the clip: https://medevel.com/why-the-fediverse-isnt-mainstream-and-why-it-might-be-the-future-of-safe-private-social-media/

10
Tunnel... (awful.systems)
submitted 4 months ago* (last edited 4 months ago) by jaschop@awful.systems to c/drehscheibe@feddit.org
 

Hier sehen Sie, inmitten diversen Tinnefs am Bahnhof München Laim, einen Güterzug voller Tunnelsegmente (vermutlich) für die 2. Münchner Stammstrecke, gezogen von einer ÖBB Lok.

113
IT'S ABOUT DRIVE! (lemmy.blahaj.zone)
submitted 4 months ago* (last edited 4 months ago) by jaschop@awful.systems to c/the_pack@lemmy.world
 

cross-posted from: https://lemmy.blahaj.zone/post/41886055

I drive rule

 

Was looking for a terminal that can render LazyVim. It's looking like Alacritty (definitely not ghostty).

16
submitted 5 months ago* (last edited 5 months ago) by jaschop@awful.systems to c/notawfultech@awful.systems
 

Too early to see if it's viable. I'm doing my part in the GitHub trenches.

EDIT: They pinned my no-AI policy issue. I think they're pure of heart, lads.

 
view more: next ›