Live data from Hacker News

Viewing profile — adkadskhj

adkadskhj

HN member
Joined
Sun, Oct 04, 2020, 4:06 PM UTC
HN karma
1,088
Public activity
380 items

About adkadskhj

No profile information was provided.

Recent public activity

  1. comment
    Comment #28008738

    I dabble in "life storage" and your comment made me think that some sort of executable shipped alongside backup locations to read the data, if in some deduplicated backup form, see…

  2. comment
  3. comment
  4. comment
  5. comment
    Comment #27987261

    Heck if it's a general purpose web app - ie not only Chrome, maybe give Tauri[1] a try? [1]: https://github.com/tauri-apps/tauri

  6. comment
    Comment #27987126

    How useful would that book (IPv6 Address Planning) be to someone not working specifically in networking/ops? I like developing applications and i manage, of course, my home network…

  7. comment
    Comment #27984653

    Man, a personal hosted VPN for all my junk is my dream. Can't wait to get something selfhosted, tail-scail-like setup. Something i can get into from anywhere and work from anything…

  8. comment
    Comment #27961418

    Hash Map/Set keys is a common one, for example.

  9. comment
    Comment #27931447

    So i agreed with you until: > I'd certainly classify that as addictive behavior -- i.e. when a healthy young man is more interested in what's on his phone than he is in the attract…

  10. comment
    Comment #27920158

    I don't know much about Starlink, but isn't one point of Starlink that eventually it could even beat wired connections for distance latency? Ie it's a shorter and more direct trip …

  11. comment
    Comment #27920058

    It's not a security risk. The security risk was removed, and the provided feature is an expensive workaround to avoid the security risk.

  12. comment
    Comment #27910084

    I gave an example here: https://news.ycombinator.com/item?id=27909949 But in addition to that, 1-3 seconds per click is horrible imo. I have to literally pause, and slow down my wo…

  13. comment
    Comment #27909949

    You're right, i'm sensitive to load times and exaggerated by approximately 4x. I just (loosely) timed it, it took ~10-12s to open a backlog selected issue card _with cache_ from re…

  14. comment
    Comment #27908097

    > Sometimes I don't understand what's going on in the heads of the people thinking this stuff up :/ So this post made me look up[1][2] COOP/COEP, but as far as i can tell this seem…

  15. comment
    Comment #27907266

    I could agree with you from a UX-flow perspective, but the tech is so shoddy that i loathe it. Everything is a "web 2.0" monstrosity of load times and popin. Open the wrong link an…

  16. comment
    Comment #27899177

    Man, i feel like i'd miss so many interesting topics. Do you think this same goal might work if you limited it to, say, 10 bookmarks? Survival of the fittest, you always compare it…

  17. comment
    Comment #27898855

    Wow i'm going to have to try this sometime. That looks impressive. Anyone here try it before? How well does it work?

  18. comment
    Comment #27884085

    This looks cool! I'm writing an immutable data store, with my own hashes as IDs; I wonder how viable it would be to use IPFS CID's as my IDs? I expect the trouble there would be ho…

  19. comment
    Comment #27873527

    I don't know this field, perhaps my bar is low because of Python lol, but Go's GC has very short GC pauses. So short that it makes non-GC'd usecases less attractive imo. My big iss…

  20. comment
    Comment #27868816

    Yea, i can see that. As much as i dislike Go these days, their GC is impressive as hell. I can imagine future GC's will learn a lot from Go.

  21. comment
    Comment #27868113

    Is there a reason you'd not just throw RC-like solutions on it? Ie the GC is basically going to employ a handful of techniques with overhead like RC, memory Arenas, etc - which you…

  22. comment
    Comment #27867268

    Curious, why do you want a GC'd Rust? I imagine there's something about Rust that you feel would be improved with a GC?

  23. comment
    Comment #27867135

    > You should hire people who know a statically typed language and prepared to learn Rust. I believe i said exactly this. Specifically i said: > We're hiring devs who want to use Ru…

  24. comment
    Comment #27867121

    > I don't mean saying something like "our tech stack is in Rust." More like "3-5 years experience in Rust" under the job requirements. I think i addressed this in my edit. We are n…

  25. comment
    Comment #27867065

    Your 25k cards interest me. I've long hoped to merge the concepts of knowledge base and retention. I love knowledge bases, but i want them to aid and augment my natural retention. …