Viewing profile — ktimespi
ktimespi
HN member- Joined
- Thu, Feb 22, 2024, 10:12 PM UTC
- HN karma
- 65
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About ktimespi
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #49023724
Agreed, deterministically bounding permissions is the way. I don't know how this is not the first approach that people take.
-
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
-
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
- story
-
comment
Comment #48929425
I find it very annoying when queue problems break into queue-of-queue patterns like in the `wait`scenario
-
comment
Comment #48876056
I'm a fan of this project. Great work!
-
comment
Comment #48862496
It does need quite a bit of time to be productive with... That being said, Rust by Example is good
-
comment
Comment #48703120
Incredibly yucky of Zuckerberg do that. I found it very hard to read through that part.
-
comment
Comment #48702583
Aren't decimal types BCD coded?
-
comment
Comment #48702479
The major allegations are about Meta bringing authoritarians to power while shirking responsibility for making that happen
-
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.
-
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?
-
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?
-
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
-
comment
Comment #47787186
finally.
-
comment
Comment #47781960
I guess this is breaking ToS?
-
comment
Comment #47697461
s3fs can do partial reads too with range queries, I'm leaning more towards the tradeoff.
-
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…
- comment
-
comment
Comment #47669444
This is ideal for my use case, yeah. No need to fiddle around with another app's UI.
-
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…
-
comment
Comment #47634440
This is sweet!
-
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…
-
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.