Live data from Hacker News

Viewing profile — tarasglek

tarasglek

HN member
Joined
Fri, Apr 04, 2014, 5:25 PM UTC
HN karma
516
Public activity
250 items

About tarasglek

ex-PureStorage. ex-Mozilla, ex-Nokia

@tarasglek on twitter

https://mastodon.social/@tarasglek

Recent public activity

  1. comment
    Comment #48808293

    blog post didn't cover two details re stale-while-revalidate: 1. What headers does content that will revalidate use on client. Eg can a react hook trigger if a cms json revalidates…

  2. comment
    Comment #48682711

    Fork model should work pretty well in the browser. You can look at how DuckDB uses WASM service workers.

  3. comment
    Comment #48616205

    I worked on a real estate app. We added mobile support by generating a static website from the database, including listing previews and stuff. Realtors were amazed that they could …

  4. comment
    Comment #47844568

    So I understand how you could onboard hosts on a static network using reverse DNS, but I do not understand how you would unboard a portable laptop onto Nebula using reverse DNS

  5. comment
    Comment #47761696

    sorry to hijack the thread. Really cool post. How long did the whole exercise including porting zlib to lean take? i have a hard real time system that i would love to try this on, …

  6. comment
    Comment #47482842

    yeah all phones were supposed to survive 2m drop test on concrete and still be able to make a call

  7. comment
    Comment #47458225

    Had an accelerometer that turned off hard drive when motion detected. High end ibm thinkpads had that too. Turns out if seek head is parked properly, its fairly robust N91 also had…

  8. comment
    Comment #47455116

    Worked on that phone. I diagnosed if music player cache was working by putting back of phone to my ear and listening for seeking clicks from hdd

  9. comment
    Comment #47191263

    This is why aider only edits files via git commits

  10. comment
    Comment #47132855

    I quit x so cant read beyond toplevel links. I subscribed to your tool on github, would appreciate blog-posts-in-release notes to keep up with future developments. Will try the too…

  11. comment
    Comment #47127239

    your patch queue approach is very clever. Solves a huge tech debt poblem with llm code gen. Should work with jujitsu too probably. Would be curious to see more about how you save t…

  12. comment
    Comment #47025314

    The db that was the cause of redhat rpm db corrupting itself

  13. comment
    Comment #46323088

    hash collision limitation for keys is the most questionable part of design. Usually thats handled by forcing key lookup to verify that what you looked up matches what you tried to …

  14. comment
    Comment #45943464

    I love that age lets one reuse ssh identities and thus identity sharing systems. The single most useful thing I ever wrote was a tool to sync github identities with age. https://gi…

  15. comment
    Comment #45854626

    my $100 mobiscribe lets me read HN. I only read online on my eink devices. LCD is much less enjoyable

  16. comment
    Comment #45640568

    To make it open source in the fullest sense one needs to document what youve done. This esp repo could use some details on what protocols the hardware speaks, sequence diagrams, au…

  17. comment
    Comment #45440926

    but they have multiple head nodes, so its some distributed setup or just active/passive type thing?

  18. comment
    Comment #45440853

    i am still confused what their software stack is, they dont use ceph but bought netapp, so they use nfs?

  19. comment
    Comment #45147337

    It would be killer to be able to integrate this with 3d scans. Eg "make me a mount that hugs this shape" where you can draw both render the scan and mark it with a 2d paint tool

  20. story
  21. comment
    Comment #44296536

    But you can probably tail -F quite well! Which is perfect for logs (eg gimme last day i can get grep through)

  22. comment
    Comment #44216489

    Indeed, that was my original working title

  23. story
  24. comment
    Comment #44170912

    These articles seem to justify spending money without considering alternatives It's like saying "cold meds let me get back to work, I am well justified paying $100/day for NyQuil".…

  25. comment
    Comment #44149405

    People put so much effort into streaming Json parsing whereas we have a format called Yaml which takes up less characters on the wire and happens to work incrementally out of the b…