Live data from Hacker News

Viewing profile — jlongster

jlongster

HN member
Joined
Thu, May 07, 2009, 2:31 PM UTC
HN karma
7,555
Public activity
743 items

About jlongster

https://jlongster.com/ (contact me at longster gmail)

Recent public activity

  1. story
  2. comment
    Comment #41083558

    Author of the article here; I wasn't able to understand how to get that to work, and I talked about that in the post. This demo is doing that: https://jlongster.com/why-chromaticit…

  3. comment
    Comment #41083042

    Yeah that article is better. I'm the author and I wrote this only for me as I studied it, it's not great as a way to describe it to others I wanted to start from the very beginning…

  4. comment
    Comment #41082946

    I'm the author of the article and the intensity is referring to the level of the light source used in the study to generate the data. See the study explained here: https://medium.c…

  5. comment
    Comment #38055540

    Hey! I'm James, the original creator. Yeah, I tried to stay involved but over time I had to accept that my life right now just doesn't allow time to be very involved. We've had som…

  6. comment
    Comment #38055529

    Native apps were open-sourced yes in the repo, but the community moved them out into their own repos and archived them. Hard to build native apps open-source with all the tooling, …

  7. comment
    Comment #38055524

    Hey! Glad to be an inspiration :)

  8. story
  9. comment
    Comment #31209829

    What's shutting down is the public syncing server. That server is literally just a message store: it takes CRDT changes and puts them in a big table. And it servers them back out. …

  10. comment
    Comment #31208859

    I've thought about it! I'm a little burned out though on the business stuff. I'd like for this just to be a cool product now.

  11. comment
    Comment #31207494

    Yep that's right. I launched around 3 years ago, and it was brutally slow. I think it took a year to hit 100 subscribers. Another year to hit 300. This past fall, YNAB increased th…

  12. comment
    Comment #31207435

    Yes I totally regret it. There are ethical VCs that would be willing to invest a small amount and I should have done that. Bootstrapping isn't all it's cracked up to be; there are …

  13. comment
    Comment #31207210

    If the community want to wait, I'm happy to push back the date. I actually thought it felt less greedy to not wait too long, because doing it in the far future just means people ar…

  14. comment
    Comment #29431733

    Funny too because Ian (author of the posted article) designed the Prettier logo

  15. comment
    Comment #28172885

    > Does this mean the main (UI) thread is blocked during queries? Or are there more threads, like UI SQLite main SQLite FS backend? The latter! Your app running queries must be on a…

  16. comment
    Comment #28161049

    Sure thing dang, thanks! Sorry!

  17. comment
    Comment #28160638

    Reads aren't as bad, but any kind of writes seem terrible. Take "10ms" with a grain of salt and view the numbers yourself here: https://priceless-keller-d097e5.netlify.app/ I was p…

  18. comment
    Comment #28160475

    People are already trying to get me to hook up https://litestream.io/ to it

  19. comment
    Comment #28159830

    Something sounds wrong with your setup. I've had no problems!

  20. comment
    Comment #28158819

    Read harder. https://jlongster.com/future-sql-web#more-than-just-another-...

  21. comment
    Comment #28158690

    Yep, this is the biggest problem (although I haven't seen it happen after 7 days, at least on desktop). We will provide a new backend for the Storage Foundation API when it's avail…

  22. comment
    Comment #28158675

    Did you read the post? This project does exactly that. (but focuses in IndexedDB for now because it's the only cross-browser thing that works. I actually tried a webkitFileSystem b…

  23. comment
    Comment #28158597

    Thank you!

  24. comment
    Comment #28158354

    All that does it export the entire db and write it down whenever something changes.

  25. comment
    Comment #28157897

    I just include a list of migration files in the app, iterate through them in startup and make sure they are all applied. It's pretty simple, but yeah you have to think about this i…