back
user profile

adius

1,765karma·280submissions·January 14, 2015
about
CEO & full stack developer at airsequel.com. Occasional blogger at adriansieber.com.
recent activity (280 total)
comment
Nice! I tried to achieve a similar design with my plain text accounting tool Transity: https://github.com/ad-si/Transity But this seems to have more programming language like fea…
1y ago·view thread
comment
If you want something a little faster, I developed cai: https://github.com/ad-si/cai Implemented in Rust and using the fastest LLM (Groq) per default.…
1y ago·view thread
comment
I wasn't happy with Taskwarrior, so I started to develop my own CLI task manager called "TaskLite" a few years ago. Here is the comparison page: https://tasklite.org/dif…
1y ago·view thread
comment
If you don't mind using Deno instead of Node, it's integrated Jupyter Kernel makes it really easy: https://docs.deno.com/runtime/manual/tools/jupyter/ …
2y ago·view thread
comment
Related: SQLiteDAV - WebDAV server that maps an SQLite database to directories/files. https://github.com/Airsequel/SQLiteDAV …
2y ago·view thread
comment
Heynote was exactly developed for this purpose. Just one big buffer with sections and lots of shortcuts and nice little additional features: https://heynote.com/ …
2y ago·view thread
comment
Can somebody please define a specification on how to store emails in SQLite? Seems to be the only sensible approach if you ask me.
2y ago·view thread
comment
You might also enjoy following flashcard deck I built. It’s based on the official book. https://github.com/ad-si/Rust-Flashcards …
2y ago·view thread
comment
Working on it! => https://www.airsequel.com
2y ago·view thread
comment
Can second this! However, I would recommend the open source https://solvespace.com ! It hits a sweet spot between features vs complexity/learning effort. (And as a programmer I dig the…
2y ago·view thread
comment
In this interview, Robert Playter actually says, that the new electronic Atlas is stronger than the old hydraulic one: https://spectrum.ieee.org/atlas-humanoid-robot-ceo-interview …
2y ago·view thread
comment
Hi, author here: I know it’s been a while since the last release, but I’m currently working on a new version. So stay tuned! =)
2y ago·view thread
comment
Thanks for the good suggestions! I added tracking issues at https://github.com/ad-si/tu/issues . I'd be very happy about a PR! ;-)…
2y ago·view thread
comment
Glad you like it! =) It's supposed to be usable "inline", so it shouldn't print a newline. (E.g. `touch note-$(tu yesterday).md`) Some terminals have an option to still write the $…
2y ago·view thread
comment
I've been preaching to use a simpler accounting system for years and even built my own tool for it: https://github.com/ad-si/Transity But so far with little success. I think…
2y ago·view thread
comment
FYI: We're offering a SQLite hosting service which automatically creates a full-fledged GraphQL endpoint for your database: https://www.airsequel.com …
2y ago·view thread
comment
I'm building a hosting platform / system for SQLite databases at https://www.airsequel.com . Just like you we discovered that for many (most?) use-cases SQLite is the better datab…
2y ago·view thread
comment
You just need to set busy_timeout > 0, and you'll basically never have database locked situations. It's just unfortunate, that it's not activated per default: https://sqli…
2y ago·view thread
comment
The official one is solid: https://apps.apple.com/us/app/ankimobile-flashcards/id373493... It's not cheap at 24.99 $, but for the amount of work they put in I thin…
2y ago·view thread
comment
Thanks, this is really helpful! Is there any way to write "malicious" jq code (endless loops, IO, …)?
2y ago·view thread
comment
That looks really nice! However, for me a flashcard app is one of the apps where I don't want to use commercial offerings if the source code isn't available as well. It involves just too muc…
2y ago·view thread
comment
I am working on storing code in SQLite: https://mailchi.mp/62e9b4a81f16/cosuz
2y ago·view thread
comment
We're trying to build this with https://www.airsequel.com . So far it generates the whole backend from the SQLite database schema and we'll include an automatic webapp generator s…
2y ago·view thread