Viewing profile — panzerklein
panzerklein
HN member- Joined
- Sat, Apr 02, 2016, 5:48 AM UTC
- HN karma
- 132
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About panzerklein
No profile information was provided.
Recent public activity
-
comment
Comment #33104620
It's like a scramble suit from Scanner Darkly
-
comment
Comment #33055950
Zod has a lot of features. And an ecosystem.
-
comment
Comment #32840700
Expression problem exists in both OOP and FP[1] [1] https://wiki.c2.com/?ExpressionProblem
-
comment
Comment #32562315
It's not really HTML, it's JSX. Like in all other JSX-based projects it gets compiled into js functions.
-
comment
Comment #32416060
Water knot [1] might have worked. [1] https://www.animatedknots.com/water-knot
-
comment
Comment #32409171
Which you proceeded to tie into a knot, I presume
-
comment
Comment #32408859
Figure 8 knot is not that hard to untie after a fall, you just have to tie it in a particular way [1]. [1] https://www.youtube.com/watch?v=QAr-uHd8h8o
-
comment
Comment #32385698
Impressive work, congratulations! Though overloaded definitions would be easier to maintain in the long run
-
comment
Comment #32024662
Racket is great for this book. With some work it's also doable in Common Lisp, here's my take: https://github.com/tsumo/solutions/blob/master/little_scheme...
-
comment
Comment #31506217
Interesting to see a completely custom renderer. Look at the page through dev tools inspector - it's just a single canvas inside body. Everything is drawn using the Canvas API. Not…
-
comment
Comment #30177488
It seems pretty easy with Firefox - there's "Edit and resend" in the context menu of every request.
-
comment
Comment #29550826
According to readme it's not a Xi frontend, but rather it uses same algorithms for string manipulations
-
comment
Comment #29078493
One dimension of space and one dimension of time, probably
-
comment
Comment #28849063
How did you get that result? I only see length and name.
-
comment
Comment #28508585
It's насущный, right?
-
comment
Comment #28480021
You can write validation schemas using zod library [1]. They end up looking pretty similar to typescript definitions (same vocabulary, same methods for combining/intersecting/filte…
-
comment
Comment #28288663
This looks nice. My cat is the same and I use plastic bottle with a couple of holes.
-
comment
Comment #27916941
And all three islands of Liberty City from GTA III!
-
comment
Comment #27661437
Here's one great introduction - A Flock of Functions: Lambda Calculus and Combinatory Logic in JavaScript | Gabriel Lebec @ DevTalks https://www.youtube.com/watch?v=6BnVo7EHO_8
-
comment
Comment #26982790
You're talking about css modules. It's a different feature.
-
comment
Comment #26873284
Looks like it's based on the same idea as jotai[1] [1] https://github.com/pmndrs/jotai
-
comment
Comment #26325051
Supporting static range types is crazy hard. Only full-on math languages like Idris can do that. If you need runtime checks and types without duplication use something later like z…
-
comment
Comment #26248174
Here's the answer from the library author: https://twitter.com/0xca0a/status/1282999626782650368/photo/...
-
comment
Comment #26168880
This option is too extreme to be enabled by default. Even --strict shortcut that turns on a bunch of useful checks does not include it.
-
comment
Comment #26162757
It won't with --noUncheckedIndexedAccess on.