Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kevinastone
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kevinastone
11mo ago
This was in response to MinIO/AIStor removing the browser-console UI from the community offering (locking it behind enterprise licensing) a few months back. Unfortunately, this fork has not developed any traction. It's last commi
2.
▲
by
kevinastone
11mo ago
Git and other vcs are generally built on merkle-trees for consistent hashing. There's a list of other common hashing cases on the Wikipedia entry: https://en.wikipedia.org/wiki/Merkle_tree#Uses
3.
▲
by
kevinastone
1y ago
Looks like Fidji is reconstituting her Org from Meta
4.
▲
by
kevinastone
2y ago
It doesn’t save unnamed files which is mostly how I use this feature in sublime-text (as a scratch pad): https://github.com/zed-industries/zed/issues/4985
5.
▲
by
kevinastone
2y ago
The Chandrasekhar limit is the maximum size of a white-dwarf, not a neutron star. It's usually defined as the minimum size of a neutron star (since it has to overcome electron-degeneracy pressure). The TOV limit[0] is the maximum siz
6.
▲
by
kevinastone
4y ago
It probably then deserves a `(2022)` since that announcement was just over a year ago.
7.
▲
by
kevinastone
5y ago
Duplicate of https://news.ycombinator.com/item?id=29775298
8.
▲
by
kevinastone
5y ago
Laboratory[0] comes to mind. [0]: https://github.com/joealcorn/laboratory
9.
▲
by
kevinastone
6y ago
It's a satirical comment on Tesla's meteoric stock price growth. The traditional quote is "Buy the rumor, sell the news"[0]. But with $TSLA, there's been nearly unbounded investor optimism. [0]: https://
10.
▲
by
kevinastone
6y ago
Glad to see `Option::zip` stabilized. I tend to write such a helper in many of my projects to collect optional variables together when they're coupled. Really improves the ergonomics doing more railroad-style programming.
11.
▲
by
kevinastone
6y ago
Can you share your supplier? Everywhere I looked online limited you to quantity 1 at $5.
12.
▲
by
kevinastone
6y ago
Pi-Zeros are subsidized at $5 for education. It's difficult to get any quantity. They are ~$20 in general quantities.
13.
▲
by
kevinastone
6y ago
I was an eng manager at Facebook for a number of years and I think you accurately summarized the coding metrics in performance reviews perpetual great debate.
14.
▲
by
kevinastone
6y ago
The USG is woefully under-powered. I'd wait for the UXG if you can... https://community.ui.com/questions/Introducing-the-UniFi-Nex...
15.
▲
by
kevinastone
6y ago
The previously mentioned prettier[0] along with swift-format[1] and rustfmt[2]. [0]: https://prettier.io [1]: https://github.com/apple/swift-format [2]: https://github.com/rust-lang/rus
16.
▲
by
kevinastone
6y ago
Having worked in aerospace on SBIRs contracts for a period, I can testify that we delivered PowerPoint vaporware for that level of funding.
17.
▲
by
kevinastone
6y ago
Yes, it's encoded json for lunr.js. Here's the index for my static-site blog: https://blog.kevinastone.com/search_index.json . It's 305kb un-compressed at the moment (38kb gzipped).
18.
▲
by
kevinastone
7y ago
On the web, it's Settings -> Your Facebook Information -> Off-Facebook Activity.
19.
▲
by
kevinastone
7y ago
Have you explored the Nvidia Jetson Nano[0]? It runs Ubuntu Aarch64 as its default OS. [0]: https://developer.nvidia.com/embedded/jetson-nano-developer-...
20.
▲
by
kevinastone
7y ago
Gotham will be async-ready once this PR lands and the next release is published: https://github.com/gotham-rs/gotham/pull/370
21.
▲
by
kevinastone
7y ago
https://formulae.brew.sh/formula/broot
22.
▲
by
kevinastone
7y ago
Twenty 20[0] started as InstaCanvas providing licensing for instagram photos. It shifted towards a general stock photo catalog to increase inventory. [0]: https://www.twenty20.com
23.
▲
by
kevinastone
9y ago
The screenshot shows their staging site: https://publishers-staging.basicattentiontoken.org/publisher... https://basicattentiontoken.org/brave-expands-basic-attentio...
24.
▲
by
kevinastone
9y ago
they did, they're at the Santa Monica airport now.
25.
▲
by
kevinastone
9y ago
I just typed a `q` out of impulse.
26.
▲
by
kevinastone
9y ago
paw has both these features (export to curl or httpie and import from curl)
27.
▲
by
kevinastone
9y ago
duplicate of https://news.ycombinator.com/item?id=13958655
28.
▲
by
kevinastone
10y ago
> Square won’t take on any of the San Francisco startup’s employees, according to a person familiar with the matter. So they just bought their customer list?
29.
▲
by
kevinastone
10y ago
Seems very similar to blockdiag[0] which works well with Sphinx documentation. [0]: http://blockdiag.com/en/index.html
30.
▲
by
kevinastone
10y ago
You don't need sed, you can do it all in jq: curl -sS 'https://www.google.com/complete/search?client=hp&hl=en&xhr=t&q=aurora' | jq -r '.[1] | .[][0] | sub("</?b>"
More ›