@Filene seems to just be a front end for whisper. It seems to be the main thing folks are using but IMO it's still pretty heavy 🥲
@fleeky
https://ordinary.cafe/@technobaboo/114235868752970789 "... for the record, some formats like GLTF can do this already, it's just JSON after all"
@fleeky IMO the diffing is a key function. You can't really see diffs over large binary files, can you?
What @technobaboo said about diffing GLTF seemed reasonable though.
@ireneista Oh? Do you have a writeup somewhere? Which information medium are you targeting? Text? Would love to learn more.
I think a lot of version control energy is being put into real time collaboration via stuff like automerge which IMO is great but makes the history less useful for human understanding.
we've seen things you people wouldn't believe — shell scripts piping `openssl smime` through an HTTP tunnel. push-mode kerberos propagation across 7 zones worth of replicas. `iptables` rules that, over 24 hours, dropped 96 gigabytes of DNS traffic. all these moments will be lost, like tweets in rain
Source code version control is actually such an amazing tool. I wish other industries had similar uses. Like, I'd love to be able to do the equivalent of git blame for 3D objects or vector graphics and see what else changed for that version and trace the "why" for the change.
I'm getting more acquainted with this codebase and seeing where a particular line got added in the history can make such a difference.
@esoteric_programmer probably better for like 99% of cases though, good idea!
@esoteric_programmer Generally I try to use "real data" to avoid edge cases where the empty space is being compressed with "sparse files" (or whatever it was called)
Here's another #techromancy tip:
Create a 2GB "sacrificial" file for your volumes. When the disk fills up and your system locks up, kill it and run your cleanup scripts. It's helped me get out of a bind a few times now.
```bash
dd if=/dev/urandom of=sacrifice.txt bs=1M count=2048
```
```bash
rm sacrifice.txt
```
Hit that bell icon for more techromancy tips and cyberlifehacks
Android 從一開始就不是我們在初入 21 世紀時認知的那種 open source,不要再對這種巨頭有什麼奇怪的開放文化幻想了
https://www.androidauthority.com/google-android-development-aosp-3538503/
Noble causes struggle with banking regulations and face financial censorship from governments and companies.
⚡ We've built an uncensorable front-end to support organizations facing financial censorship.
🛠️ Open-source & easy to set up —start accepting unstoppable donations today.
🔗 Fork and start today: https://github.com/hyphacoop/distributed-uncensorable-frontend/
My matrix server got full of crap but the admin panel only allows deleting 250 media entries at a time. Luckily I could look at the API calls the app was making in devtools as I manually performed a delete and now I have these 30k spam entries getting purged in a while loop 🥰
Reminds me of when I acidentally deleted my entire client's notion DB and made a script to restore everything one item at a time 💀
Occult Enby that's making local-first software with peer to peer protocols, mesh networks, and the web.
Exploring what a local-first cyberspace might look like in my spare time.