Live data from Hacker News

Viewing profile — ktimespi

ktimespi

HN member
Joined
Thu, Feb 22, 2024, 10:12 PM UTC
HN karma
65
Public activity
57 items

About ktimespi

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #49023724

    Agreed, deterministically bounding permissions is the way. I don't know how this is not the first approach that people take.

  3. comment
    Comment #49013795

    The biggest barrier I faced learning SIMD is the weird naming convention for intrinsics. Once I got past that, it was fairly simple. mcyoung's articles were also super helpful

  4. comment
    Comment #48987730

    An interesting article about how Jarret (author of the article) came up with the precursor to FSRS (Free Space Repetition Scheduler), the algorithm used by default in Anki now

  5. story
  6. comment
    Comment #48929425

    I find it very annoying when queue problems break into queue-of-queue patterns like in the `wait`scenario

  7. comment
    Comment #48876056

    I'm a fan of this project. Great work!

  8. comment
    Comment #48862496

    It does need quite a bit of time to be productive with... That being said, Rust by Example is good

  9. comment
    Comment #48703120

    Incredibly yucky of Zuckerberg do that. I found it very hard to read through that part.

  10. comment
    Comment #48702583

    Aren't decimal types BCD coded?

  11. comment
    Comment #48702479

    The major allegations are about Meta bringing authoritarians to power while shirking responsibility for making that happen

  12. comment
    Comment #48652257

    If this can learn my patterns, that itself is enough. Google Keyboard used to do this, but mysteriously doesn't do it anymore.

  13. comment
    Comment #48652225

    Pretty cool to read it directly from the associated device XD Did you write a metadata parser for most of the filesystems?

  14. comment
    Comment #48652203

    If the disk decides to falsely report a flush, there's not much you can do about it from the user side, no?

  15. comment
    Comment #47807825

    Is this really that big of a moat for Figma to cross though? They would have a much easier time integrating AI than the other way around

  16. comment
  17. comment
    Comment #47781960

    I guess this is breaking ToS?

  18. comment
    Comment #47697461

    s3fs can do partial reads too with range queries, I'm leaning more towards the tradeoff.

  19. comment
    Comment #47684188

    This was my concern too. The whole point of using S3 as a file system instead of EBS / EFS (for me at least) is to minimize cost and I don't really see why I would use this instead…

  20. comment
  21. comment
    Comment #47669444

    This is ideal for my use case, yeah. No need to fiddle around with another app's UI.

  22. comment
    Comment #47641233

    Yeah, the fact that she realized what's going on and still worked tirelessly to give Mark / Facebook more negotiating power speaks volumes. I also can't buy the whole "I have finan…

  23. comment
    Comment #47634440

    This is sweet!

  24. comment
    Comment #47634258

    I've thought about this a bit too, and instead of a straight escape hatch to html when any special formatting is necessary, it might make sense to bind css to particular elements l…

  25. comment
    Comment #47634137

    Yeah, realized this the first time I used an LLM to code. I've not used them since. No matter how good it gets, it's dangerous to lose touch of my own intelligence.