hi thanks for your work!
not sure if intended or user error, but I am stumped figuring out how to copy out claude code output without softwrap newlines appearing as real newlines in claude code in ghostty
in opencode, I don't have this issue so i wonder what the difference is between the tuis
28.02.2026 17:58 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
rephrased: "Babe, you're standing on the ground and arguing there's no ground. I'm not going to write a 40-page paper about why that's silly. It's just silly"
26.02.2026 22:05 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
from a formal perspective, even the idea of being skeptical of everything is a bit silly. you would have to know something to know that you should be skeptical. why should that be the one thing you are capable of knowing? would be a bit of a random choice...
26.02.2026 21:58 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
people often object to this because testimony of direct perception can be falsely given, but thats a legal point, and doesnt refute to the basic fact that this is just the ground of knowing anything whether you like it or not
26.02.2026 21:48 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
the people who say things like we have no meaningful way to differentiate between conscious & unconscious beings miss the fact that any idea of what is meaningful/unmeaningful was itself derived from direct perception, and therefore direct perception is the root of epistemology and has no such rules
26.02.2026 21:43 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
ty for intel :) I haven't tried adding a devShells.default to a flake yet
but afaict, getting the built binary on the path for the non-dev case is basically all i need to do
26.02.2026 15:22 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
@fierybrain.bsky.social could you say more what you mean?
I had also been thinking about this as a way of backing up static web content fwiw
26.02.2026 15:02 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Fixing the 'dumb opinions' problem: Addison, Johnson, Walpole
What do 18th century writers say about posting online?
Have you noticed how some people have bad takes? Horrid!
Couldn't we empower them to engage with unfamiliar topics in an informed way? How do we make context travel?
In our latest dripline post, @literaryarsonist.press uses the 1700s as a lens to explore the structure of online discourse.
25.02.2026 21:40 โ ๐ 11 ๐ 1 ๐ฌ 0 ๐ 2
like if there are any conventions of what form is most expected ...
so many projects I look at have such a complicated flake.nix but I'm not entirely sure why
25.02.2026 22:09 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
I actually had been hoping to find someone to look at this flake.nix -- I feel like I don't have a sense of what is actually mostly useful/sane to include to make something useful to another person
25.02.2026 22:07 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
code and tests aren't the moat. they never were. no need for agents to copy a project. forking was always an option. the moat of an oss project is its community, its governance, and its ecosystem connections. agents will never be able to replicate that. don't hide. let's build in the open, together
25.02.2026 19:30 โ ๐ 167 ๐ 21 ๐ฌ 4 ๐ 5
added a flake.nix to make this easier to install and run for nix users
bsky.app/profile/notp...
25.02.2026 17:46 โ ๐ 1 ๐ 0 ๐ฌ 2 ๐ 0
or once you have pds-git-remote installed, you can simply run:
git clone pds://notplants.bsky.social/pds-git-remote
(minus the chicken and egg problem)
25.02.2026 17:44 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
:-) yes it is here
curl "https://bsky.social/xrpc/com.atproto.repo.listRecords?repo=notplants.bsky.social&collection=net.commoninternet.pdsgit.state" | jq
25.02.2026 17:43 โ ๐ 1 ๐ 1 ๐ฌ 1 ๐ 0
the details of oauth are currently a bit murky to me (maybe always will be lol) but I would like to add this in one form or another
25.02.2026 16:04 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
and ty for the link to git-credential-oauth
I like the idea, and know that I do want to integrate this with oauth in some way. the larger project this was actually a subtask for definitely involves app authenticating w atproto via oauth, then somehow passing a token to pds-git-remote seamlessly
25.02.2026 16:03 โ ๐ 1 ๐ 1 ๐ฌ 1 ๐ 0
and even a pds being called a "Personal Data Server" i feel like the name sort of implies one should be able store whatever kind of data they want in there
25.02.2026 16:00 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
@filippo.abyssdomain.expert this is also how I thought tangled worked until I looked into it more deeply
after talking with the tangled devs, I understand why they made the choice they did, but I still think its interesting to also make an atproto-git thing that doesn't require more than a pds
25.02.2026 15:59 โ ๐ 2 ๐ 1 ๐ฌ 1 ๐ 0
this project was made via opus primarily via this plan (codeberg.org/notplants/pd...) and has been minimally but not thoroughly tested. currently an exploration-of-concept
24.02.2026 04:45 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
```
# log in to your pds
git-remote-pds auth login --pds-url your-pds.example.com --handle alice.example.com
# push an existing repo
cd my-project
git remote add pds pds://alice.example.com/my-project
git push pds main
# clone it elsewhere
git clone pds://alice.example.com/my-project
```
24.02.2026 04:42 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
"this is not the most efficient way to do git, and is not meant as a replacement for tangled, or for anything really
however it seems to work, and can be used without installing anything additionally on your server
pds-git-remote is a git remote helper that stores repositories on a pds directly"
24.02.2026 04:41 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
pds-git-remote
โ use your pds as a git remote if you want to โ
use your pds as a git remote, if you want to
codeberg.org/notplants/pd...
24.02.2026 04:39 โ ๐ 32 ๐ 7 ๐ฌ 4 ๐ 1
lexa.fyi's teal-coloured garden with a row of seven floral outlines of different colours.
When spores.garden generates your theme, it also determines if you get a special sporeโจ. It will be displayed in your garden to start, but other gardeners can steal it, enabling it to travel throughout the network of gardens! Can you find any spores in the wild?
23.02.2026 19:25 โ ๐ 21 ๐ 6 ๐ฌ 2 ๐ 2
@jackvalinsky.com ty for the pointers to the other pds implementations. I added them to the readme.
and sounds like you found the co-op cloud source. in short: a network of tech co-ops + devops framework for open source applications oriented around "the configuration commons"
23.02.2026 13:46 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
curious to hear if it works for you if you try it out
23.02.2026 03:55 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
bluesky-pds
bluesky-pds
made a co-op cloud recipe for a bluesky-pds
git.coopcloud.tech/coop-cloud/b...
23.02.2026 03:52 โ ๐ 18 ๐ 2 ๐ฌ 2 ๐ 0
but I'm also hearing in this exchange, there is a whole other category of unparseable, where its not tiredness, and could potentially be weird cases where the grammar is undecided even according to an idealized construction, which is new to me
19.02.2026 21:02 โ ๐ 1 ๐ 0 ๐ฌ 2 ๐ 0
even if its just being tired, that to me implies that in the moment of tiredness, there was the experience/existence of a system (even internally) which could produce the tired output and was somehow at odds with a more pure representation
19.02.2026 21:01 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
anywho thanks for the links!
19.02.2026 20:43 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Weird puppygirl that likes building software and breaking things. Pronouns are she/her (exclusively, no they/them).
Any opinions expressed are my own and do not reflect those of my employer.
Research and analysis for experienced programmers at theconsensus.dev.
eatonphil.com
Your Website. Your Control. Lightning Fast. (alpha)
Built by @null.namespaces.me who is unemployed, please hire her
Help cover hosting costs: https://liberapay.com/nekomimi/
Uptime: https://status.wisp.place
Docs: https://docs.wisp.place
RC F'13, F2'17
Cryptogopher / Go cryptography maintainer
Professional open source maintainer
https://filippo.io / https://github.com/FiloSottile
https://mkcert.dev / https://age-encryption.org
https://sunlight.dev / https://filippo.io/newsletter
seeding discontent in present-day computing
libcomp.org โข @folkjs.org
foraging the web: https://semble.so/profile/chrisshank.com
peeking into the post-browser web
~ https://metafluff.com
~ https://webtransitions.org
~ https://userandagents.com
~ @intenttoship.dev
past lives: Mozilla, Protocol Labs, Sub Pop Records
Symbols, myths, anthropology, art, linguistics, history. This is a notebook of TILs: things I wish I could learn more about!
he/him
Support Ukraine! ๐บ๐ฆ
Data Scientist in Berlin
Former Bard College prof
For my after-work alter-ego, see @elstersen.bsky.social
Support Ukraine! ๐บ๐ฆ
A Community Space
585 Woodward Ave
Ridgewood, Queens, NYC.
ridgewoodcommons.nyc
ML Scientist (derogatory), Ex-Cosmologist, Post Large Scale Structuralist
I worked on the Great Problems in AI: Useless Facts about Dark Energy, the difference between a bed and a sofa, and now facilitating bank-on-bank violence. Frequentists DNI.
Taiwanese-American artist, educator, and nonprofit executive exploring the creative potential of community-driven technology at Processing Foundation and the New School.
Solidarity economy and open source software. My opinions are my own.
Applied cryptographer. Mainly working in the cryptography auditing industry, but sometimes venturing back into academia. Hobbyist puzzle game author. https://nadim.computer
Engineer in computer science & applied mathematics, fungi hunter.
I post in ๐จ๐ต & ๐ฌ๐ง
๐ website: https://edouard.paris
๐moth account: @somnia.edouard.paris
Psychologist for the humans of tech. Author of The Psychology of Software Teams (2026). Founder: Catharsis Consulting (strategy * science). she/her ๐ณ๏ธโ๐ https://www.catharsisinsight.com/
Host at: https://www.changetechnically.fyi/
A next-generation code editor that enables high-performance collaboration with AI and your team.
zed.dev
god created him and demanded that he die
๐บ๐ธ๐ณ๏ธโ๐๐ณ๏ธโโง๏ธ๐ฅโ๏ธ๐๐ฉ๐ฝโ๐ป in ๐ฆ๐บ๐จ๐ฆ working on ๐ฏโฌข๐ญ
she/it
๐ wife, dev, writer, & gamer
๐๏ธ @protopro.blue creator
๐ฉ @skyrdle.com creator
๐ https://xorientation.com writer
๐ฆ zen existentialist
๐ ATL
at different times:
haxx0r in cDc
PhD in using people for ML and vice versa
"theory of mind for autonomous cars" startup guy would you believe, went kablooie
at present: newsletter -- buttondown.email/apperceptive
&c music, politics, nonsense
Iโm just this guy, you know?