Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ds300
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ds300
7mo ago
the issue was created by claude using this skill https://github.com/tldraw/tldraw/blob/main/.claude/skills/wr... trust me this was never a serious proposal
2.
▲
Patchfork: A new TypeScript util for immutable state
(github.com)
1 points
by
ds300
1y ago
|
0 comments
3.
▲
by
ds300
4y ago
Are you keeping a spreadsheet with venn diagrams?
4.
▲
by
ds300
5y ago
Artsy.net has had quite a bit of success with a brown field RN app. We adopted RN in our iOS app in 2016 and gradually used it to render more and more screens in the app. In 2020 we decided it would be nice to have an android app, and we sp
5.
▲
Show HN: Patch-package: Fix broken node modules instantly
(github.com)
2 points
by
ds300
6y ago
|
0 comments
6.
▲
by
ds300
6y ago
Location: London, UK Remote: Yes. Willing to relocate: Probably not, but perhaps if the right opportunity comes along. Technologies: Currently focused on TypeScript, GraphQL, React Native and Node. Previously Java, Clojure, Web. I'm a
7.
▲
by
ds300
11y ago
> Glitches as demonstrated via the diamond pattern can be avoided by traversing the graph in topological order. This is correct for DAGs which only propagate value (as in Javelin[1] and my own library DerivableJS[2]), but for graphs wh
8.
▲
by
ds300
11y ago
Location: Brighton, UK Remote: Yes Willing to relocate: Yes in western Europe Technologies: JVM, Clojure, Java, Node, JavaScript, DOM, React. Résumé/CV: http://github.com/ds300 - no CV, haven't had time yet Email:
9.
▲
Functional Reactive State
(github.com)
1 points
by
ds300
11y ago
|
0 comments
10.
▲
Show HN: Havelock – Holistic State Management for JavaScript
(github.com)
1 points
by
ds300
11y ago
|
0 comments
11.
▲
by
ds300
11y ago
That README changed my life.
12.
▲
by
ds300
11y ago
> (reduce (map inc) [1 2]) ;; same as (map inc [1 2]) This is wrong. You've missed the point. (map inc [1 2]) is actually roughly equivalent to (reduce ((map inc) conj) [] [1 2]) which, due to the use of `reduce`,
13.
▲
by
ds300
12y ago
Who got rid of the JVM? Pixie is not Clojure 2. Clojure still exists and you can use it, but now Pixie also exists and you can also use it. There is no downside unless you think developing languages which don't run on the JVM is a wast
14.
▲
by
ds300
12y ago
> With goroutines the cooperation is handled by the implementation/compiler -- i.e. Yield() calls are automatically inserted by the compiler -- rather than by the programmer manually by hand. The compiler only inserts yeilds at some
15.
▲
by
ds300
12y ago
I was a TA on a compilers course that worked backwards. I'd taken the course myself two years earlier when it was taught by a different lecturer and found it excellent, and most of my cohort agreed. When reversed, however, most of my s