Very good thank you information conglomerates
jonny (good kind)
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. #UAW4811 rank and file agitator
information is political, science is labor.
science/work-oriented alt of @jonny@social.coop
This is a public account, quotes/boosts/links are always ok <3.
Posts
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Part 2 of exploring The Claude Code Source Leak Exclusion Zone continues here.
(the reply tree under the prior thread is getting expensive to render and the bottom no longer renders unless you're logged in lol)
end of prior thread: @jonny@neuromatch.social
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
It was only a matter of time before some AI-addled guy saw me quoting fucked up parts of the Claude code source, thought it was my code, and say it was just a skill issue and I just need to {prompting superstition} but it finally happened.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
So since I got my finger blowed up, I can't really play piano, and I have been taking on psychic damage ever since.
However it seems like I might be able to play an accordion, since my blowed up finger is on my left hand and accordion seems like it has much less "ballistic" hits to the finger.
But I can't make heads or tails about what in the fuck kind of accordion to try: I play mostly moody emo Chopin sadgirl tunes, and I love piazzola, so I was reading about bandoneons, but it turns out that you can't actually get one (like literally it seems like they were only mass manufactured pre WWII and now only for like $10k custom made) and the key layout means you can like only play tango on them. And then since its a folk instrument there are like one million other kinds of accordion and I can't tell how much each is specialized for a specific kind of music.
Is there anyone on here I reach who plays #accordion and can help me out knowing what kinda button bag to play? I would be a beginner accordionist but I have been playing piano my whole life and am looking for a long term romance I mean replacement, so I don't need the like "there are 5 notes on this one and you can't go wrong" kind. I would love to be able to play sea shanties and folk punk tunes, but if its also possible to play some Chopin or Debussy arrangements on the thing that would be extremely emotionally valuable to me.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
So now clearly the next step is to start moving the game logic into DNS.
one record for each bit of state, so like for counting ammo you have 10.ammo.pistol.guns.example.com and actions are further subdomains where you have a CNAME record to redirect to the next state.
soshoot.10.ammo.pistol.guns.example.com
CNAMEs to 9.ammo.pistol.guns.example.com
And similarly reload.10.ammo.{...} redirects to 12.ammo.{...}
The environment and enemies should be similarly in DNS, and updating a game tick resolves to the next URL, so you would need to jointly encode player and enemy state for something like
13.x.17.y.monster.35.x.37.y.player.combat.example.com
So that e.g. the enemy could trigger a "move" or "shoot" in the next tick, depending on player and monster state.
So then the entire client side game is just a set of state URLs that you prepend the current input to and resolve over and over.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
i fucking LOVE REVIEWING CODE
I LOVE IT
WHEN PEOPLE I KNOW HAVE IDEAS
AND THEN THEY DO SHIT THAT IS COOL
AND THEN WE TALK ABOUT THOSE IDEAS TOGETHER
BECAUSE WE HAD THEM
IN OUR OWN MINDS
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
People already are using "i saw this video before 2023" as a signature that the video is eligible to be believed. Soon, "this software was developed before 2025" will be the only sign that makes software eligible to be run.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
the thing about all these people who love LLMs is that they will shit in your mouth, ask you to consider the taste of the shit they shat in your mouth, spend your hard-won moments of human life to let the shit they shat in your mouth sink into your mouth, and then they will take whatever you say and somehow turn that into more shit in your mouth and pretend like you weren't just eating the shit they just shat in your mouth already
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
our graph processing library is out as version v1000 on pypi. still working on it, but need to make a release so we can work out bugs by using it in another package. i'll write about what it is sometime but for now please to appreciate our logo design
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
We were on librarypunk again to talk about #sciop. True to form I talk too much and they had to split it into two parts... Again...
http://librarypunk.gay/e/160-sciopnet-feat-jonny-and-jez-part-1/
We spent a bit too much time talking about bittorrent and not enough time talking about the underlying fascism of it all, but hopefully the goal of a federated tracker for connected communities to self-archive comes thru
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
A stunningly good piece, these is exactly the space of thought that motivate our work on sciop, archives that we own, that allow for us to remember each other on our own terms with graceful loss as well as resilience when needed. Running in the opposite direction from "the one true and immutable archive of forever everything"
https://newdesigncongress.org/en/pub/who-will-remember-us-when-the-servers-go-dark/
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
found one of my favorite parts of R the language again. This is all that's written about inheritance in the official language reference, like the person died in the middle of writing it. The only thing that has changed between the first capture for v2.15.2 on archive.org in 2012 and v4.5.2 today is that they added the final "e" in the last "the"
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Idk who posted it, but I only follow like 3 people on tiktok so every time I open tiktok the first video is this guy, and I could listen to him profess on the art of skedaddling for hours
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
regardless of how you feel about EITHER "AI" or piracy, if they are successful in making it legal for facebook to pirate every book ever written to build an enormous company-stakes product, but illegal for me to pirate anything, that would be an unambiguous, unmistakable sign that everything in our known reality is rigged for the rich
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Does anyone know the social history of libtorrent? it now appears only sparsely maintained and still almost exclusively by arvid, really huge bugs go unresponded to, and i'm finding tons of offers to help with stuff also getting just ignored? like how did this whole protocol get built on top of this one library maintained by this one person - asking for any specifics, rather than "that just always happens"
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
All the LLM tools are like 100 pages of markdown pleading with the model to be a real boy and 100k lines of boilerplate, but it's the 100 lines of handrolled crypto and 100 lines of hardcoded leaking every byte of data that passes through them that really makes them shine
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Urgent: scraping help needed to preserve all #NOAA data services from catastrophic loss
https://forum.safeguar.de/t/noaa-all-services-urgent/569/2
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
So im almost finished with my first independent implementation of a standard and I want to write up the process bc it was surprisingly challenging and I learned a lot about how to write them.
I was purposefully experimenting with different methods of translation (eg. Adapter classes vs. pure functions in a build pipeline, recursive functions vs. flattening everything) so the code isnt as sleek as it could be. I had planned on this beforehand, but two major things I learned were a) not just isolating special cases, but making specific means to organize them and make them visible, and b) isolating different layers of the standard (eg. schema language is separate from models is separate from I/O) and not backpropagating special cases between layers.
This is also my first project thats fully in the "new style" of python thats basically a typed language with validating classes, and it makes you write differently but uniformly for the better - it's almost self-testing bc if all the classes validate in an end-to-end test then you know that shit is working as intended. Forcing yourself to deal with errors immediately is the way.
Lots more 2 say but anyway we're like 2 days of work away from a fully independent translation of #NWB to #LinkML that uses @pydantic@fosstodon.org models + #Dask for arrays. Schema extensions are now no-code: just write the schema (in nwb schema lang or linkml) and poof you can use it. Hoping this makes it way easier for tools to integrate with NWB, and my next step will be to put them in a SQL database and triple store so we can yno more easily share and grab smaller pieces of them and index across lots of datasets.
Then, uh, we'll bridge our data archives + notebooks with the fedi for a new kind of scholarly communication....
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Reminder to #neuromatchstodon that we have an open vote on enabling full text search (standard masto 4.2 elasticsearch) here that closes tonight at 11pm Pacific time:
https://loomio.neuromatch.social/d/Sz3PdnZe/-proposal-enable-full-text-elastic-search
See your announcements for an invite link to the loomio ❤️
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Digital infrastructure 4 a cooperative internet. social/technological systems & systems neuro as a side gig. writin bout the surveillance state n makin some p2p. # UAW4811 rank and file agitator information is political, science is labor. science/work-oriented alt of @ jonny This is a public account, quotes/boosts/links are always ok <3.
Hello #neuromatchstodon, there is a poll open from now until next Tuesday night about enabling full text search for the instance here: https://loomio.neuromatch.social/d/Sz3PdnZe/-proposal-enable-full-text-elastic-search
Please check your announcements for an invite link if you have not yet made a loomio account <3. Please do not hesitate to ask me here or in the discord if you have trouble accessing or understanding the voting process. All neuromatchstodon members are equal owners of the instance, our governance process is described here: https://wiki.neuromatch.io/Governance
Idk how i want to index these - #Governance #Proposal #ProposalAnnouncement