Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
elierotenberg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
React Server Components Explorer
(overreacted.io)
1 points
by
elierotenberg
9mo ago
|
0 comments
2.
▲
TypeScript and the Curry-Howard Correspondence
(elie.rotenberg.io)
1 points
by
elierotenberg
2y ago
|
0 comments
3.
▲
Show HN: Copy-pastable colllection of TypeScript snippets
(github.com)
2 points
by
elierotenberg
3y ago
|
0 comments
4.
▲
Cottage Computer Programming (2003?)
(atariarchives.org)
84 points
by
elierotenberg
3y ago
|
11 comments
5.
▲
Show HN: Using ChatGPT to foster kids well-being at school
(rotenberg.io)
2 points
by
elierotenberg
4y ago
|
1 comments
6.
▲
Show HN: Typed-jest-expect, elegant typings for a more civilized age
(github.com)
3 points
by
elierotenberg
5y ago
|
1 comments
7.
▲
Show HN: Fastify-zod, type-once, run everywhere (TypeScript/OpenAPI)
(github.com)
7 points
by
elierotenberg
5y ago
|
2 comments
8.
▲
TenVer v.10 – The version of your product is and always will be 10
(github.com)
3 points
by
elierotenberg
5y ago
|
0 comments
9.
▲
Modern Programming Glossary
(elie.rotenberg.io)
25 points
by
elierotenberg
6y ago
|
1 comments
10.
▲
Typed-react-openapi: Idiomatic, strongly typed React OpenAPI integration
(github.com)
5 points
by
elierotenberg
6y ago
|
0 comments
11.
▲
Typed-assert: A typesafe TS assertion library
(github.com)
4 points
by
elierotenberg
6y ago
|
0 comments
12.
▲
Show HN: UseLess, a Collection of Useless Hooks
(github.com)
2 points
by
elierotenberg
6y ago
|
0 comments
13.
▲
God Helmet
(en.wikipedia.org)
93 points
by
elierotenberg
6y ago
|
49 comments
14.
▲
God helmet
(en.wikipedia.org)
2 points
by
elierotenberg
7y ago
|
0 comments
15.
▲
Clifford torus
(en.wikipedia.org)
54 points
by
elierotenberg
7y ago
|
11 comments
16.
▲
by
elierotenberg
7y ago
For this kind of tasks I usually create a private Firefox extension which gives me access to extended browser capabilities and the ability to lift some security-related restrictions. I run it in a sandboxed browser, much like I would do wit
17.
▲
by
elierotenberg
7y ago
It reminds me of a lightning talk I gave at ReactConf some time ago :) Basically forward-shuffling the component tree to produce HTML that will be really hard to match using CSS Selectors usually found in adblockers and other DOM-targeting
18.
▲
Idiomatic Data Fetching with React Hooks
(gist.github.com)
8 points
by
elierotenberg
7y ago
|
0 comments
19.
▲
by
elierotenberg
8y ago
It seems like monotonicity (or a subset, stronger monotinicity, still covering many practical use cases) can be statically enforced in an algrebraic type system. With some generics magic you can encode monotonicity as a type assertion on (o
20.
▲
React-prepare, redux-friendly SSR with async deps
(github.com)
12 points
by
elierotenberg
10y ago
|
0 comments
21.
▲
by
elierotenberg
11y ago
Is React Resolver related to React Nexus[1]? [1] https://github.com/elierotenberg/react-nexus
22.
▲
Flux over the Wire at ReactEurope 2015
(speakerdeck.com)
5 points
by
elierotenberg
11y ago
|
0 comments
23.
▲
by
elierotenberg
11y ago
One really useful pattern is React higher-order components, eg. https://github.com/elierotenberg/react-nexus#componentgetnex... The pattern is function decorate(params) { return (Component) => class extends
24.
▲
Isomorphic Apps Done Right with React Nexus
(blog.rotenberg.io)
8 points
by
elierotenberg
12y ago
|
2 comments
25.
▲
ES6 Coding Style Guide
(github.com)
7 points
by
elierotenberg
12y ago
|
3 comments
26.
▲
by
elierotenberg
12y ago
This benchmark is indeed very interesting. I think I may have failed to express my point, though. I'm not building a message queue, as it is certainly a very hard problem that has been engineered for years by people way smarter than me
27.
▲
by
elierotenberg
12y ago
Oh, you're absolutely right, 10M/s is a mistake, which I've corrected. Few remarks though: - it's still way below the number of actions we're talking about here (~100k/s) - since redis is only used as a generic
28.
▲
by
elierotenberg
12y ago
Actually this whole stack is designed with SSR in mind, see the related package react-nexus (which I will soon blog about, too!) :)
29.
▲
Million User Webchat with Full Stack Flux, React, Redis and PostgreSQL
(blog.rotenberg.io)
129 points
by
elierotenberg
12y ago
|
37 comments
30.
▲
by
elierotenberg
12y ago
Unless you need to handle a very small number of concurrent connections, using 1 process per connection seems to be a huge overhead, although I can think of some use cases. However, I can imagine a similar tool doing multi/demultiplexi
More ›