Post B6hfbgiA92dhfSj61o by sirwumpus@tilde.zone
(DIR) More posts by sirwumpus@tilde.zone
(DIR) Post #B6hXlii2ltpF7wwYka by dillo@fosstodon.org
0 likes, 0 repeats
Human proof for FOSS contributions.The idea is to use asciinema to record the edit session and share it along the patch with the reviewers so we can see that it was written by a human not by an LLM.https://dillo-browser.org/lab/human-proof/
(DIR) Post #B6hXlitO5itph8FcQq by rl_dane@polymaths.social
0 likes, 0 repeats
@dilloI mean, if someone is using VSCode... to contribute to Dillo... what's the problem, I can't quite put my finger on it... 🤣
(DIR) Post #B6hXlj5RMuXaIVtFDc by dillo@fosstodon.org
0 likes, 0 repeats
@rl_dane "I've seen things you people wouldn't believe..."https://www.youtube.com/watch?v=NoAzpa1x7jU
(DIR) Post #B6hXljJyUsAP1agqsC by rl_dane@polymaths.social
0 likes, 0 repeats
@dilloOne of my favorite moments in film. :D
(DIR) Post #B6hXljUFseOFXTV3tg by rl_dane@polymaths.social
0 likes, 1 repeats
@dilloAlso:$ ed CONTRIBUTING.md$aIf your dev tools can't run in 2 GiB of RAM, probably don't bother contributing.You're not the target audience..wq😂#snark
(DIR) Post #B6hfbgiA92dhfSj61o by sirwumpus@tilde.zone
0 likes, 0 repeats
@rl_dane @dillo And if you particularly nostalgic in less the 64 KB of RAM.
(DIR) Post #B6hfbgzt58okYR1Fei by oclsc@mstdn.ca
0 likes, 0 repeats
@sirwumpus @rl_dane @dillo Like the original ed(I) (as it was back then).
(DIR) Post #B6hfbhAWRbKB5PzkES by rl_dane@polymaths.social
1 likes, 0 repeats
@oclsc @sirwumpus @dilloI'm impressed that GNU ed is only 59KiB.I wasn't aware you could even compile an amd64 binary that small with gcc anymore. XD$ uname; ls -l $(which ed)Linux-rwxr-xr-x 1 root root 59,952 Mar 27 2025 /usr/bin/edIt's somehow smaller than NetBSD's?!?$ ssh $tildepink 'uname; ls -l $(which ed)'NetBSD-r-xr-xr-x 1 root wheel 64344 Dec 16 2024 /bin/edBut not FreeBSD's$ ssh $rldanedotspace 'uname; ls -l $(which ed)'FreeBSD-r-xr-xr-x 2 root wheel 51912 Jun 6 2025 /bin/edWhat happened to OpenBSD's ed? Statically compiled, I guess...$ ssh $tildeinstitute 'uname; ls -l $(which ed)'OpenBSD-r-xr-xr-x 1 root bin 227608 Mar 25 2023 /bin/ed@gumnos