HackerTrans
TopNewTrendsCommentsPastAskShowJobs

BlimpSpike

no profile record

comments

BlimpSpike
·11 miesięcy temu·discuss
If you read the article they do give merchants more value in the form of 2% lower fees. It's just that that's not enough.
BlimpSpike
·12 miesięcy temu·discuss
The article says they're a 10 person family.
BlimpSpike
·w zeszłym roku·discuss
Kindof unrelated to the article, but I was recently wondering if it would be possible to detect and deny pointer cycles in a language in an efficient way, so that you could then use simple reference counting instead of full-blown garbage collection.

It probably wouldn't be usable for a general-purpose programming language, but for a special-purpose scripting language I could see it making the language implementation easier.
BlimpSpike
·w zeszłym roku·discuss
I hadn't heard of bcachefs, but I looked it up and apparently Linus just removed it from the kernel source tree last month for non-technical reasons.

https://en.wikipedia.org/wiki/Bcachefs#History
BlimpSpike
·w zeszłym roku·discuss
The author bashes other algorithms for being "arbitrary", but I don't see how FSRS is any less arbitrary.
BlimpSpike
·w zeszłym roku·discuss
PCs don't have sandboxing or permissions.
BlimpSpike
·w zeszłym roku·discuss
How loud is it? Would it disrupt the whole office if I had it on my desk and occasionally played with it?

Very cool, I'll check back for the Kickstarter!
BlimpSpike
·w zeszłym roku·discuss
Having the MD file and the website open side by side and being able to see immediate updates as you write is valuable.
BlimpSpike
·w zeszłym roku·discuss
Similarly to the bubblewrap comment, I'd also like to know how it compares to nsjail.

I think nsjail uses mount namespaces (CLONE_NEWNS) instead of landlock for filesystem sandboxing, but what would the practical differences be?