Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stpn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Aurora DSQL and the Circle of Life
(marc-bowes.com)
4 points
by
stpn
1y ago
|
0 comments
2.
▲
Unlock GPU computing with WebGPU [video]
(developer.apple.com)
1 points
by
stpn
1y ago
|
0 comments
3.
▲
by
stpn
1y ago
(post author here) I was curious about this since it kind of makes sense, but I offer a few reasons why I think this isn't the case: - In the 10% noise case at least, the second descent eventually finds a minima that's better than
4.
▲
Reproducing the deep double descent paper
(stpn.bearblog.dev)
17 points
by
stpn
1y ago
|
5 comments
5.
▲
Ask HN: How does the iOS Lyft app detect that I landed at the airport?
6 points
by
stpn
1y ago
|
9 comments
6.
▲
Concurrent Compaction in Automerge Repo
(patternist.xyz)
2 points
by
stpn
2y ago
|
0 comments
7.
▲
How I program with LLMs
(crawshaw.io)
919 points
by
stpn
2y ago
|
332 comments
8.
▲
by
stpn
2y ago
If you revise this prompt to satisfy your pedantry, (at least) 4o still gets it wrong.
9.
▲
by
stpn
2y ago
I built a personal finance app ( https://tender.run ) in the style of mailbox (swiping, keyboard shortcut, inbox-based workflow for reviewing transactions). It's built on the automerge CRDT and sqlite running in the browser,
10.
▲
Bringing Faster Exceptions to Rust
(purplesyringa.moe)
103 points
by
stpn
2y ago
|
34 comments
11.
▲
Litefs-backup: a drop-in replacement for LiteFS Cloud
(github.com)
2 points
by
stpn
2y ago
|
0 comments
12.
▲
by
stpn
2y ago
Originally this was a privacy angle - the data is primarily stored on your device, with backend storage that’s treated like backup and sync only. I had plans for e2ee that built on this but it didn’t turn out to be a big differentiating fac
13.
▲
by
stpn
2y ago
Sort of relatedly, I’ve been fighting Safari bug for years that feels like it has to be related to dates in js. Safari’s saved credit card support works pretty well, but when I switch between US and Asia timezones the expiration date will s
14.
▲
by
stpn
2y ago
I’ve been building a personal finance app that runs fully in the browser (using the automerge crdt and sqlite) for over a year now at https://tender.run . Recently I’ve been taking more of being able to flexibly run sql against t
15.
▲
by
stpn
2y ago
It's sad to hear that the new app encrypts everything. A long time ago I worked on hacking airplay support for sonos speakers and it wouldn't have been possible without inspecting a lot of plaintext wireshark traffic.
16.
▲
by
stpn
2y ago
As much as I've have cited, loved, and recommended sourcegraph (even going so far as to help run the open source version at a previous co), I never paid a cent for the product. I'm curious about the line of thinking in leaving ope
17.
▲
by
stpn
2y ago
Looks like Apple is in favor of the WebTransport spec, so it's just a matter of time: https://webkit.org/standards-positions/
18.
▲
by
stpn
2y ago
why would consumers who can afford to use credit cards with rewards switch to fednow payments? are there equivalents for chargebacks, fraud protection, and rewards percentage?
19.
▲
by
stpn
2y ago
What banks has this worked with for you? I just tried to do this with chase, capital one, and citi. The first two only let you pay up to 10% more than your balance (balance, not credit limit) and citi only 7.5% - nowhere near 10x your credi
20.
▲
Fly.io is sunsetting LiteFS Cloud
(community.fly.io)
1 points
by
stpn
2y ago
|
0 comments
21.
▲
by
stpn
2y ago
I’ve been working on a personal finance tracker that uses automerge as the primary backing store. One trick we’ve been pulling is tailing the automerge contents into a sqlite db in-browser for more complex querying. (some notes on how/
22.
▲
by
stpn
2y ago
Pretty neat! If notion folks are in this thread, what do you do about lack of SharedWorker in Android Chrome?
23.
▲
Patio11 on Japan, hiring, and his long, odd road to fame [video]
(youtube.com)
5 points
by
stpn
2y ago
|
0 comments
24.
▲
by
stpn
2y ago
I run a personal finance app that's built as a PWA ( https://tender.run , my email is in my profile). I would say running as a PWA has been a mixed bag. There are quite a few missing features across web platforms (for starter
25.
▲
by
stpn
2y ago
It doesn't seem like it will i.e. _delete_ your username/password, but the behavior is actually automatic without user prompt. See 1:10-ish[0] for the demo - I found this at least somewhat surprising, though I submit this as a pas
26.
▲
Safari 18 can automatically transition users to passkeys [video]
(developer.apple.com)
42 points
by
stpn
2y ago
|
63 comments
27.
▲
by
stpn
2y ago
One cute trick I've found is that you can install mas[0] (mac app store cli) and then have mas install things from the app store for you[1]. also, at least some system prefs can be set via the defaults util[2]. [0]: https://
28.
▲
by
stpn
2y ago
We do this for https://tender.run - the feature is called conditional mediation / ui. I found this article[0] helpful for implementation. [0]: https://web.dev/articles/passkey-form-autofill#fetch_a_chal
29.
▲
by
stpn
2y ago
There’s an overview for how our app is built here: https://tender.run/blog/tender-and-crdts We haven’t written much about our server-side sqlite. I’d say our write workloads are easily within what sqlite can do for now
30.
▲
by
stpn
2y ago
We use the client-side sqlite as part of making the app work locally and offline, so it wouldn’t make sense. The materialized view isn’t a huge perf problem for now, and I expect we’d switch to using triggers or similar without too much dif
More ›