Viewing profile — tkone
tkone
HN member- Joined
- Wed, Feb 03, 2010, 3:27 PM UTC
- HN karma
- 413
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About tkone
No profile information was provided.
Recent public activity
-
comment
Comment #46258718
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…
-
comment
Comment #43175611
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 experi…
-
comment
Comment #43174717
you can fit a lot of goats into a pouch, depending on the size of the pouch
-
comment
Comment #43174586
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/
-
comment
Comment #42007246
the scratch non-stick pans, which also are horrible for your health. cast iron, stainless steel.
-
comment
Comment #41782107
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.
-
comment
Comment #41382075
Google docs was originally ot based as well. I'm not sure about the current state of it.
-
comment
Comment #39980463
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…
-
comment
Comment #39617623
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 …
-
comment
Comment #38367092
yes. that is not true. you can build a rich text editor with simple ot. no tree necessary.
-
comment
Comment #38305630
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 …
-
comment
Comment #34774746
this already happened to some extent. the “blessed” way to develop github is in vscode (from ms), using codespaces (from ms), running on azure (from ms). vim/emacs users can use th…
-
comment
Comment #34198000
Simple answer: github was doing most of this work as SHA1 is a non-allowed hash type for FIPS compliance, which mattered since Microsoft had landed the US DoD JEDI contract. The JE…
-
comment
Comment #17453703
Lol from their own FAQ[1]: ` What does Moves joining Facebook mean? Moves will continue to operate as a standalone app, and there are no plans to change that or commingle data with…
-
comment
Comment #16619202
You don't just get the threadpool by default when you write a native add-on. The native add-on needs to opt into the behavior. I can't find a single place in this source code where…
-
comment
Comment #16601481
well i mean it's broken if you use yarn. which isn't a standard part of node, so like, not really?
-
comment
Comment #16577288
the latest versions of v8 (and others) have optimized the paths for calling these array functions and likely break down into for/while loops when they're jitted.
-
comment
Comment #16577138
v8 used to not be able to optimize blocks containing try/catch, which is why if you needed it, you relegated it to a function containing just the try/catch block. but since async/a…
-
comment
Comment #16526286
I live in Seattle and use Centurylink and experience none of this. My children watch youtube all evening with no degradation of quality, even while my wife and I watch netflix. I h…
-
comment
Comment #16327285
The creator of browserify is gonna hate your name
-
comment
Comment #16241899
The Mozilla foundation is also a registered 501(c)(3). Is Mailpile? I don't see anything about that on your page?
-
comment
Comment #16125040
They said they only did this for US based IP addresses. (Not that it makes it OK...)
-
comment
Comment #16116502
Thankfully that was just our marketing site! Our team has fixed it (and re-issued any api key that could have been potentially compromised). Our product isn't a monorepo (and has a…
-
comment
Comment #16111519
The new version we are working on (and briefly mentioned) is based on choo[0] with the editor provided code-mirror[1] and ot-delta[2] from quill with some custom (and soon to be op…
-
comment
Comment #16111420
Have you checked out https://glitch.com ? It has multi-user features in it.