Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kwkelly
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kwkelly
3mo ago
Is it compatible with Aurora DSQL? Or does it rely on Postgres features they do not implement?
2.
▲
by
kwkelly
8mo ago
Can this be used as an embedded lib instead of a separate binary as an API? And am I understanding correctly that if I pointed 2 running instances of s2-lite at the same place in s3 there would be problems since slatedb is single writer?
3.
▲
by
kwkelly
11mo ago
Improved inline suggestions are under way if you search the PRs on GitHub for zeta2. You can also bring your own edit prediction provider by configuring copilot or supermaven. Codestral edit predictions were merged last week
4.
▲
by
kwkelly
2y ago
Zed needs a full helix bindings support and helix needs plugins. Both are so close!
5.
▲
by
kwkelly
2y ago
This would probably last forever. The MD class size is only around 120 people and at 70k per year tuition costs would be 8.4M per year (ignoring that only families earning under 300k are eligible). Modest interest on 1B would easily earn ov
6.
▲
by
kwkelly
2y ago
You mean rockauto.com and I agree it’s a great source for parts
7.
▲
by
kwkelly
2y ago
HN is really random, but also the submitter is an author whose posts are regularly submitted to HN and is a participant (I believe) in a trial for the drug in the article. The regular updates (and the author’s participation in threads) have
8.
▲
by
kwkelly
3y ago
The coolest thing (IMO) compared to react is the ability to await inside a component.
9.
▲
by
kwkelly
3y ago
Matrix Analysis by Horn and Johnson is another great book, though it is a bit pricier than a Dover book.
10.
▲
by
kwkelly
3y ago
It does say the UCI banned NDD bikes in 1999.
11.
▲
by
kwkelly
3y ago
Thank you. It’s been a while since I read Candide and while I say “All is for the best in this best of all possible worlds” somewhat regularly, that detail has since fled my mind.
12.
▲
by
kwkelly
3y ago
This is tangential, but was Voltaire mocking Leibniz in Candide?
13.
▲
by
kwkelly
3y ago
warp (warp.dev) does this
14.
▲
by
kwkelly
3y ago
Notable too that the VM it runs on Mac comes with qemu user mode emulation and uses binfmt_misc to run binaries for different architectures so obviates the need for Rosetta. Edit: to try this out compile a “hello world” binary to say arm64
15.
▲
by
kwkelly
3y ago
Dogs do require work and attention and care, but there’s nothing in the article to suggest that the owner wasn’t giving the dog the exercise or attention it needed. A vet behaviorist, like Dr. Pike referenced in the article, is only going t
16.
▲
by
kwkelly
3y ago
Unfortunately in the vast majority of cases another dog is ineffective for the treatment of separation anxiety. It does sometimes help but they usually want a human or a specific human.
17.
▲
by
kwkelly
3y ago
Prozac as a treatment for isolation distress or separation anxiety is much more effective when coupled with desensitization training and possibly counter conditioning. If you’re not already practicing that it may help.
18.
▲
by
kwkelly
3y ago
You would do it as a tagged template literal rather than with plain string templating, similar to Postgres.js
19.
▲
by
kwkelly
3y ago
You have to be careful with code like the above in React. Using a lower-cased function that returns JSX but is not rendered with react.createElement (either directly or via the JSX syntax) can lead to confusing violations of the rules of ho
20.
▲
by
kwkelly
3y ago
Keep an eye on gleam lang if you’re not already. It’s a language with an ML inspired type system (like rust) that compiles to erlang. It is likely too nascent to be used in production (in terms of tooling, ecosystem, stability, etc). https
21.
▲
by
kwkelly
3y ago
Helix[1] is another editor which heavily borrows from kakoune’s “selection then action” paradigm. The editor is very good, but still in heavy development, so it lacks plugins and has the occasional rough edge. [1] https://helix-
22.
▲
by
kwkelly
4y ago
It seems like it’s a worse version of a longer article from MIT’s Technology Review https://www.technologyreview.com/2023/02/14/1067869/rust-wor...
23.
▲
by
kwkelly
4y ago
This works well and makes finding my many tabs so much easier. One issue I've encountered is that inertial scrolling is partially broken. Sometimes it works, sometimes the scroll stops immediately when I lift my hand from the trackpad.
24.
▲
by
kwkelly
4y ago
The word with Z may be related to “zahlen” which is where Z as the letter commonly used to represent the integers comes from. [1] [1] https://en.wikipedia.org/wiki/Integer#History
25.
▲
by
kwkelly
4y ago
Hans Holbein’s “The Ambassadors” [1] is the one that immediately comes to mind. It has memento mori which is heavily skewed. [1] https://en.wikipedia.org/wiki/The_Ambassadors_(Holbein)
26.
▲
by
kwkelly
4y ago
I just skimmed this and I never worked in FEM but this really brought me back. I had the pleasure of meeting several of the people in the article (Hughes, Oden, Babuska, Demkowicz) and couldn’t help feeling some nostalgia as well.
27.
▲
by
kwkelly
4y ago
If I buy now, will I be able to download for kindle later without having to repurchase?
28.
▲
by
kwkelly
4y ago
I work that way. I generally constrain my changes to a single package, module or layer of the application at a time. The feature won't work end-to-end until after several PRs are merged. Sometimes it can take 15+ PRs, but it's a l
29.
▲
by
kwkelly
4y ago
Crank.js uses async and races for control flow. It’s pretty interesting
30.
▲
by
kwkelly
5y ago
Most serious online pollsters are using random sampling through panel providers and stratify based on known demographic statistics. Samples are re-weighted by raking (which reduces bias but increases variance) to better match population sta
More ›