HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tkone

no profile record

comments

tkone
·7개월 전·discuss
Ironically this is EXACTLY what the journald receiver for OpenTelemetry does, which, as they noted, is written in go.

Specifically because you're only supposed to use that OR the c bindings by design because they want the ability to change in the internal format when it's necessary.
tkone
·작년·discuss
so can couch/pouch? (pouch is a façade over leveldb on the backend and client-side storage in your browser)

have you done benchmarks to compare the two?

i know from personal experience leveldb is quite performant (it's what chrome uses internally), and the node bindings are very top notch.
tkone
·작년·discuss
you can fit a lot of goats into a pouch, depending on the size of the pouch
tkone
·작년·discuss
Why not just use pouchdb? It's pretty battle-tested, syncs with couchdb if you want a path to a more robust backend?

edit: https://pouchdb.com/
tkone
·2년 전·discuss
the scratch non-stick pans, which also are horrible for your health.

cast iron, stainless steel.
tkone
·2년 전·discuss
Transmit is a file transfer client (like FTP). It needs access to your entire drive because you might want to copy something to/from anywhere in your drive.
tkone
·2년 전·discuss
Google docs was originally ot based as well. I'm not sure about the current state of it.
tkone
·2년 전·discuss
If you’re debugging something simple or non-distributed, this product isn’t for you.

If you’re working on anything distributed, log aggregation becomes a must. But, also, if you’re working on anything distributed and you’re looking at logs, you’re desperate. Distributed traces are so much higher quality.
tkone
·2년 전·discuss
Arg this article is wrong.

TrueType was FREELY licensed. You could use TrueType fonts in Windows 3.1. (I know, I was there.)

What Apple didn't license was their Advanced Type Tech (Quickdraw GX?) which allowed for further refinements to glyph positioning.
tkone
·3년 전·discuss
yes. that is not true. you can build a rich text editor with simple ot. no tree necessary.
tkone
·3년 전·discuss
nah, that’s not true at all. have a look at ‘rich-text’[1] which allows for transforms on metadata in a separate stream from the main content. it’s the same basic algo used for OT on plain text.

(i was the cto at a startup which used this to create a multi-user text editor with rich text support in 2015ish)

1: https://github.com/ottypes/rich-text