Viewing profile — tionis
tionis
HN member- Joined
- Mon, May 27, 2019, 11:17 AM UTC
- HN karma
- 243
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About tionis
Recent public activity
- story
- story
-
comment
Comment #46944635
Fluffychat does and I would argue is one of the big ones. Its however quite mobile optimized (basically more like WhatsApp, less like slack).
- story
-
comment
Comment #45053847
Github Copilot in vscode can do that and also has the Claude models available
-
comment
Comment #44923908
I've been using git + git-lfs to manage, sync and backup all my files (including media files and more) and it's quite convenient, but native support for large files would be great.…
-
comment
Comment #44720622
That's actually something I implemented for a university project a few weeks ago. My professor also did some research into how this can be used for more advanced UIs. I'm sure it's…
-
comment
Comment #44704493
Well pipe.pico.sh always uses a proxy server so throughput and latency are worse, but you have your own namespace for the pipes and thus don't have to synchronize random connection…
-
comment
Comment #44113349
Yes, autocorrect on my phone worked against me
-
comment
Comment #44112745
Does anyone know how this compares to e.g. instantdb under real-world workloads?
-
comment
Comment #44111118
I'm also using uv tools and fixed it by doing something like this to upgrade: uv tool install llm --upgrade --upgrade --with llm-openrouter --with llm-cmd ...
- story
-
comment
Comment #43116889
I hope this doesn't destroy their financing. I would hate to see them go down, it's a wonderful piece of software.
-
comment
Comment #43116879
I wonder if this is a prelude to make obsidian open-source. Would be pretty great.
-
comment
Comment #42607058
Lobbying has a pretty pronounced effect and is completely legal
-
comment
Comment #42095029
Same for me. I don't know, delta seems more like a chaos I can't make sense of than default git diffs
-
comment
Comment #41699571
I'm also having that problem right now, my solution so far is to host an elasticsearch server somewhere else (at home on an old laptop via a tuns.sh ssh tunnel)
-
comment
Comment #41084211
Yggdrasil would indeed better fit the description. It should however be noted, that, while it does work great, is still a research project.
-
comment
Comment #40922842
You could use a sqlite database and use range queries using something like this: https://github.com/psanford/sqlite3vfshttp https://github.com/phiresky/sql.js-httpvfs Simon Williso…
-
comment
Comment #40827404
I got one popup today for Termux: Boot because it's compiled for an older android API version
-
comment
Comment #40285498
I'm currently using a git based approach for my dotfiles, similar to the one notes here[1]. I've got one significant change, though: All my dotfile management works over my cfg[2] …
-
comment
Comment #40158630
I love this approach in Deno! I did write some nice scripts using this!
-
comment
Comment #40144964
I just registered for workers paid, and after the payment went through the dashboard didn't load anymore…
-
comment
Comment #40104760
Conjure ( https://github.com/Olical/conjure ) for neovim should work quite well. I've been using it for quite some.time with Janet(another lisp)
-
comment
Comment #39488185
@amano-kenji, I think that's a great use case for Janet. Didn't expect to see the project here so soon :-)