Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tkone
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tkone
9mo ago
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 ch
2.
▲
by
tkone
2y ago
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
3.
▲
by
tkone
2y ago
you can fit a lot of goats into a pouch, depending on the size of the pouch
4.
▲
by
tkone
2y ago
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/
5.
▲
by
tkone
2y ago
the scratch non-stick pans, which also are horrible for your health. cast iron, stainless steel.
6.
▲
by
tkone
2y ago
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.
7.
▲
by
tkone
2y ago
Google docs was originally ot based as well. I'm not sure about the current state of it.
8.
▲
by
tkone
2y ago
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,
9.
▲
by
tkone
3y ago
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 t
10.
▲
by
tkone
3y ago
yes. that is not true. you can build a rich text editor with simple ot. no tree necessary.
11.
▲
by
tkone
3y ago
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
12.
▲
by
tkone
4y ago
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 the terminal (although the codespace and port forwarding,
13.
▲
by
tkone
4y ago
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 JEDI contract was cancelled a in 2021 so the work never contin
14.
▲
by
tkone
8y ago
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 Facebook.` 1: https://movesapp.zendesk.com/
15.
▲
by
tkone
9y ago
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 they're using the threadpool to schedule s
16.
▲
by
tkone
9y ago
well i mean it's broken if you use yarn. which isn't a standard part of node, so like, not really?
17.
▲
by
tkone
9y ago
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.
18.
▲
by
tkone
9y ago
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/await relies on the use of try/catch, las
19.
▲
by
tkone
9y ago
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 have never experienced slowness with centurylink -- I wonder
20.
▲
by
tkone
9y ago
The creator of browserify is gonna hate your name
21.
▲
by
tkone
9y ago
The Mozilla foundation is also a registered 501(c)(3). Is Mailpile? I don't see anything about that on your page?
22.
▲
by
tkone
9y ago
They said they only did this for US based IP addresses. (Not that it makes it OK...)
23.
▲
by
tkone
9y ago
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 much more rigorous release process than this site), so
24.
▲
by
tkone
9y ago
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 open sourced) glue code to make them work together. 1. https:
25.
▲
by
tkone
9y ago
Have you checked out https://glitch.com ? It has multi-user features in it.
26.
▲
by
tkone
9y ago
Hi! CTO here! Scripto, itself, is based on etherpad-lite, with a ton of other code added to support various other features necessary to support the shows and was written by some contract employees.
27.
▲
by
tkone
9y ago
The window.postMessage and related MessageChannel APIs. You have to set up a listener and then post a message across the "boundary" (like an iframe or webworker).
28.
▲
by
tkone
9y ago
Because for every argument against regulation you can provide I bet someone can provide an argument to show you why regulation is not only necessary, but provides a greater good than the lack of it.
29.
▲
by
tkone
9y ago
Which says nothing about operating without a license -- which is a large part of the AG's claim. AS far as the false advertising, that is way less of a case than the use of non-licensed teachers and lack of operating license.
30.
▲
by
tkone
9y ago
We actually use codemirror at work as the basis of a fully-operational operation-transform based collaborative editor. We are working on open-sourcing our implementation, but thank you for all your hard work! It's interesting about not
More ›