Live data from Hacker News

Viewing profile — avinassh

avinassh

HN member
Joined
Thu, Jun 19, 2014, 11:09 AM UTC
HN karma
6,477
Public activity
1,414 items

About avinassh

I am learning to build Databases.

CaskDB - https://github.com/avinassh/py-caskdb

Blog at https://avi.im/blag

Recent public activity

  1. comment
    Comment #48248226

    TIL electrobun. How does it compare against electron?

  2. story
  3. comment
    Comment #48094127

    I'd love to learn how the database is built and the sync works

  4. story
  5. story
  6. comment
    Comment #46146290

    previous Show HN post submitted by the author (109 comments) - https://news.ycombinator.com/item?id=41224689

  7. story
  8. 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, …

  9. comment
    Comment #45568523

    how does collaboration works for SQLite, since the db is embedded?

  10. story
  11. comment
    Comment #45384969

    I have an old 2019 MBP, now I am tempted to try Pop on it. Does the external displays work?

  12. 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…

  13. story
  14. comment
    Comment #45169743

    any opinion on how does this compare with ente?

  15. comment
    Comment #45168958

    I find this interesting. This is probably the first time I am seeing a large-ish project ban AI outright

  16. story
  17. comment
    Comment #45166424

    Does substack let you add canonical URLs for the post? Otherwise won't you penalised by search engines for duplicated content?

  18. story
  19. story
  20. story
  21. 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…

  22. 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…

  23. story
  24. 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…

  25. 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…