Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dwwoelfel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Writing by hand is good for your brain
(nealstephenson.substack.com)
1491 points
by
dwwoelfel
2mo ago
|
668 comments
2.
▲
Boom Prize: $750k to the first amateur RC plane that breaks the sound barrier
(boomsupersonic.com)
2 points
by
dwwoelfel
2mo ago
|
2 comments
3.
▲
by
dwwoelfel
5mo ago
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 stream wal records continuously in wal-g.
4.
▲
Show HN: Draw a sketch and watch it back again with persistent WebStreams
(inkdot.instantdb.dev)
1 points
by
dwwoelfel
6mo ago
|
0 comments
5.
▲
by
dwwoelfel
11mo ago
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 and C++ allow const variables, but Cloj
6.
▲
by
dwwoelfel
1y ago
You have to use the slug from the wiki page. `Jell-O` to `Philosophy` works.
7.
▲
by
dwwoelfel
2y ago
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 approved with Google so that it can kee
8.
▲
by
dwwoelfel
2y ago
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 logical replication to a new database server. We used htt
9.
▲
by
dwwoelfel
2y ago
How do you handle shipping price calculations? Is that also a feature in Stripe's Product Catalogue?
10.
▲
by
dwwoelfel
3y ago
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 showed me ticket prices. https://g
11.
▲
Show HN: Latch, a feature flagging tool built on Google Storage
(github.com)
4 points
by
dwwoelfel
3y ago
|
1 comments
12.
▲
by
dwwoelfel
4y ago
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 tooling like Relay (used for refetching and caching). It
13.
▲
by
dwwoelfel
4y ago
You can build curl without support for ftp.
14.
▲
by
dwwoelfel
4y ago
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 the kind of criticism he was trying to avoid in the
15.
▲
by
dwwoelfel
4y ago
They are getting a severance package.
16.
▲
by
dwwoelfel
4y ago
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-in to receive additional support services.” (The details s
17.
▲
Netlify Graph: A faster way for teams to develop web apps with APIs
(netlify.com)
102 points
by
dwwoelfel
5y ago
|
28 comments
18.
▲
by
dwwoelfel
5y ago
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 the book when I watched her video, and I counted
19.
▲
by
dwwoelfel
5y ago
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 benchmark.
20.
▲
by
dwwoelfel
5y ago
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 Catchpoint’s data from across the world". It is
21.
▲
by
dwwoelfel
5y ago
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 our ToS" and expect an explanation. It'
22.
▲
by
dwwoelfel
5y ago
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".
23.
▲
by
dwwoelfel
5y ago
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 response than this that directly addresses Fastly's
24.
▲
by
dwwoelfel
6y ago
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 version changes. https://www.oneg
25.
▲
by
dwwoelfel
6y ago
It's supposed to resemble a mac app window. I can add a setting to remove it if you like. Email me at daniel@onegraph.com and I'll let you know when it's available.
26.
▲
by
dwwoelfel
6y ago
There are lots of different approaches you could take. For sourcecodeshots, I run it through VSCode's tokenizer ( https://github.com/microsoft/vscode-textmate ) and then use node-canvas to generate the image one lin
27.
▲
by
dwwoelfel
6y ago
If you have a good recursive version of Fibonacci for R, I'd love to swap it out for what I currently have. For the languages I don't know, I looked at the code people posted on rosettacode.org
28.
▲
by
dwwoelfel
6y ago
If you're looking for this, but with an API, I built https://sourcecodeshots.com to power syntax highlighting and Open Graph images of code for https://essay.dev . I initially used carbon.now.sh, but they don
29.
▲
by
dwwoelfel
6y ago
This is what we did at CircleCI. In fact, most of our best hires were people who did not know Clojure before joining the company. People who already knew Clojure had a tendency to overcomplicate things with solutions that used every bit of
30.
▲
Show HN: Start a blog backed by GitHub issues
(essay.dev)
9 points
by
dwwoelfel
6y ago
|
0 comments
More ›