Viewing profile — avinassh
avinassh
HN member- Joined
- Thu, Jun 19, 2014, 11:09 AM UTC
- HN karma
- 6,477
- Public activity
- 1,414 items
- HN profile
- View on Hacker News ↗
About avinassh
CaskDB - https://github.com/avinassh/py-caskdb
Blog at https://avi.im/blag
Recent public activity
-
comment
Comment #48248226
TIL electrobun. How does it compare against electron?
- story
-
comment
Comment #48094127
I'd love to learn how the database is built and the sync works
- story
- story
-
comment
Comment #46146290
previous Show HN post submitted by the author (109 comments) - https://news.ycombinator.com/item?id=41224689
- story
-
comment
Comment #45588178
> You can shard your SQLite tables into multiple database files and query across all of them from a single connection. You mean using ATTACH statement, right? If you use WAL mode, …
-
comment
Comment #45568523
how does collaboration works for SQLite, since the db is embedded?
- story
-
comment
Comment #45384969
I have an old 2019 MBP, now I am tempted to try Pop on it. Does the external displays work?
-
comment
Comment #45240202
> I've been working on something similar... although with slightly larger scope (intended to be used within containers/sandboxes) https://github.com/andrewbaxter/passworth > stored…
- story
-
comment
Comment #45169743
any opinion on how does this compare with ente?
-
comment
Comment #45168958
I find this interesting. This is probably the first time I am seeing a large-ish project ban AI outright
- story
-
comment
Comment #45166424
Does substack let you add canonical URLs for the post? Otherwise won't you penalised by search engines for duplicated content?
- story
- story
- story
-
comment
Comment #45112890
This is cool! The code base is small to follow easily and also TIL ggez. In the single player mode, the computer is not so intelligent. So initially i just kept winning without und…
-
comment
Comment #45085142
Is it possible to create a filter that can work over a complex join operation? That's what IVM systems like Noria can do. With application + cache, the application stores the final…
- story
-
comment
Comment #45072475
> I don't think WAL can ever really have a durable transaction; it is essentially based on leaving a transaction open until it gets "check-pointed" or actually committed to the dat…
-
comment
Comment #45072455
I wrote the first article, and I thought documentation is clear, but then I saw comment by Hipp which got confused me: > If you switch to WAL mode, the default behavior is that tra…