Readit News logoReadit News
exitplanetary commented on Eleven Music   elevenlabs.io/blog/eleven... · Posted by u/meetpateltech
exitplanetary · 19 days ago
Eleven labs killed Omnivore. Never forget, never forgive.

Deleted Comment

exitplanetary commented on Ask HN: What's the most creative 'useless' program you've ever written?    · Posted by u/reverseCh
exitplanetary · 10 months ago
Great thread!

I wrote stack concatenative language while learning AWK https://github.com/fairplay/sisyphus and it was one of the most pleasant programming experience in 2024.

exitplanetary commented on Ask HN: What game do you wish existed?    · Posted by u/jharohit
exitplanetary · 3 years ago
I always wanted to try MUD with creative mode, when player may create new areas/items/mobs using code and textual descriptions. Like Minecraft/Interactive fiction hybrid or AI dungeon without AI.
exitplanetary commented on Creators of ORCA and their works embracing tech minimalism and software freedom   esoteric.codes/blog/100-r... · Posted by u/retang
entaloneralie · 5 years ago
Orca, Dotgrid, Nasu, Dito, Left, etc.. are all written in C. https://sr.ht/~rabbits/smol-gui/
exitplanetary · 5 years ago
Oh, thanks, nice to see an update here.
exitplanetary commented on Creators of ORCA and their works embracing tech minimalism and software freedom   esoteric.codes/blog/100-r... · Posted by u/retang
exitplanetary · 5 years ago
Since they make software with Electron it's very strange kind of minimalism. Nevertheless ORCA is incredible.
exitplanetary commented on Joplin – A note-taking and to-do app with builds for desktop, mobile, terminal   github.com/laurent22/jopl... · Posted by u/PleaseHelpMe
laurent123456 · 8 years ago
Hi, I'm the author of this app. The notes on each client are stored in an SQLite database for performance reason. If they were stored directly as text files it would be slow to query them, it would be very hard to make it work on mobile (and even slower), and you wouldn't be able to easily create relations between notes and tags, notes and notebooks, resource links, etc.

It's when exporting them or syncing them that all the app entities (notes, but also notebook metadata, tags, etc.) are converted to plain text files. One advantage of this is that the notes are not locked into an obscure format - it shouldn't take more than 1h to create a script that read and convert these text files to any other format.

exitplanetary · 8 years ago
Hi, I wonder if it convenient to ask questions here, but I can not figure out how to sync with local filesystem, could you help?

u/exitplanetary

KarmaCake day5November 30, 2017View Original