Viewing profile — dwwoelfel
dwwoelfel
HN member- Joined
- Fri, Dec 18, 2009, 7:28 PM UTC
- HN karma
- 4,363
- Public activity
- 505 items
- HN profile
- View on Hacker News ↗
About dwwoelfel
https://github.com/dwwoelfel
https://twitter.com/danielwoelfel
YC Badge: 0x9e3313e5bd4204ba554c8615b35b4d99d089d31d
Recent public activity
- story
- story
-
comment
Comment #47924982
Are you using `walg wal-receive` for streaming? As far as I can tell, that command will wait for the full wal segment before it pushes anything to storage. I don't see any way to s…
-
story
Show HN: Draw a sketch and watch it back again with persistent WebStreams
Made this game as a testing ground for persistent WebStreams that we recently released at InstantDB. We created the streams to make it easier to build apps that stream data from an…
-
comment
Comment #45773479
Carmack is talking about variable reassignment here, which Clojure will happily let you mutate. For example: (let [result {:a 1} result (assoc result :b 2)] ...) He mentions that C…
-
comment
Comment #45068388
You have to use the slug from the wiki page. `Jell-O` to `Philosophy` works.
-
comment
Comment #42729145
If you want an RSS feed of your YouTube video subscriptions, I made an app for that: https://yt-better-subs.web.app/ I went through quite the hassle to get the app's oauth scopes a…
-
comment
Comment #41879888
Here's how we did it at OneGraph (RIP), where we not only upgraded versions without downtime, but we also moved hosting providers from GCP to Aurora without downtime. 1. Set up log…
-
comment
Comment #41503007
How do you handle shipping price calculations? Is that also a feature in Stripe's Product Catalogue?
-
comment
Comment #38374811
I'm impressed. I asked it "How much is a flight from San Francisco to the rapid & blitz tournament over Christmas?" and it figured out which tournament I was talking about and show…
-
story
Show HN: Latch, a feature flagging tool built on Google Storage
Latch is a feature flagging tool built on top of Google Storage. It's available on GitHub at https://github.com/dwwoelfel/latch It has a self-hosted UI that reads and writes direct…
- story
-
comment
Comment #34358721
A few ideas to improve the schema based on looking at the examples: 1. Make `globalId` part of a "Node" interface that all of the types implement. This will work better with toolin…
-
comment
Comment #33308702
You can build curl without support for ftp.
-
comment
Comment #32859879
Might be better to redirect to the news.ycombinator.com instead of google.com. I'd be less likely to notice that, especially if I opened it in a background tab. But maybe that's th…
-
comment
Comment #31624809
They are getting a severance package.
-
comment
Comment #31622574
According to the article, they likely are getting severance. Those affected will gain access to the company’s “generous severance philosophy” and “a talent hub to allow them to opt…
- story
-
comment
Comment #30089277
At the end of the video you linked, she accuses the author of The Star Builders of "only briefly mention[ing] the total energy gain and never giv[ing] a number". I had just started…
-
comment
Comment #29479998
It's not the benchmark that's unethical. The unethical part is leaving up the original claim without adding a correction or a note that addresses the problems Fastly found with the…
-
comment
Comment #29478121
Cloudflare's blog post still says, in bold, "Cloudflare Workers is 196% faster than Fastly’s Compute@Edge based on the time to first byte from the tests we ran on 50 nodes using Ca…
-
comment
Comment #29475524
My experience working at tech companies is that the tech lead, or anybody at the company, can post in an internal message board or slack to ask "what's up with this weird clause in…
-
comment
Comment #29475320
But I'd bet kentonv was following this one, since he said "until Fatly complained about it" and not "until I read the blog post".
-
comment
Comment #29467875
It has been two weeks since Fastly's VP of Eng called out your ToS and errors in your benchmark in her original tweet thread [1]. I would hope that Cloudflare would have a better r…
-
comment
Comment #26404173
You can do this with OneGraph ( https://www.onegraph.com ) via our `poll` subscription. Here's an example query that will poll an npm package and send a payload whenever the latest…