HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dwwoelfel

3,727 karmajoined 17 tahun yang lalu
Building OneGraph (https://www.onegraph.com). Access all the world's data through one consistent GraphQL API.

[email protected]

https://github.com/dwwoelfel

https://twitter.com/danielwoelfel

YC Badge: 0x9e3313e5bd4204ba554c8615b35b4d99d089d31d

Submissions

Boom Prize: $750k to the first amateur RC plane that breaks the sound barrier

boomsupersonic.com
2 points·by dwwoelfel·4 hari yang lalu·2 comments

Show HN: Draw a sketch and watch it back again with persistent WebStreams

inkdot.instantdb.dev
1 points·by dwwoelfel·4 bulan yang lalu·0 comments

comments

dwwoelfel
·3 bulan yang lalu·discuss
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.
dwwoelfel
·9 bulan yang lalu·discuss
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 Clojure doesn't support that.

clj-kondo has a :shadowed-var rule, but it will only find cases where you shadow a top-level var (not the case in my example).
dwwoelfel
·11 bulan yang lalu·discuss
You have to use the slug from the wiki page. `Jell-O` to `Philosophy` works.
dwwoelfel
·tahun lalu·discuss
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 keep your subscriptions up-to-date as you add or remove YouTube channel subscriptions.
dwwoelfel
·10 tahun yang lalu·discuss
He explicitly says in the post that he's not claiming the problem is unsolvable. If I read it right, he even thinks it is possible that he could solve it, but he doesn't want to bet a year of his life on it.