Live data from Hacker News

Viewing profile — panzerklein

panzerklein

HN member
Joined
Sat, Apr 02, 2016, 5:48 AM UTC
HN karma
132
Public activity
65 items

About panzerklein

No profile information was provided.

Recent public activity

  1. comment
    Comment #33104620

    It's like a scramble suit from Scanner Darkly

  2. comment
    Comment #33055950

    Zod has a lot of features. And an ecosystem.

  3. comment
    Comment #32840700

    Expression problem exists in both OOP and FP[1] [1] https://wiki.c2.com/?ExpressionProblem

  4. comment
    Comment #32562315

    It's not really HTML, it's JSX. Like in all other JSX-based projects it gets compiled into js functions.

  5. comment
    Comment #32416060

    Water knot [1] might have worked. [1] https://www.animatedknots.com/water-knot

  6. comment
    Comment #32409171

    Which you proceeded to tie into a knot, I presume

  7. 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

  8. comment
    Comment #32385698

    Impressive work, congratulations! Though overloaded definitions would be easier to maintain in the long run

  9. 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...

  10. 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…

  11. comment
    Comment #30177488

    It seems pretty easy with Firefox - there's "Edit and resend" in the context menu of every request.

  12. comment
    Comment #29550826

    According to readme it's not a Xi frontend, but rather it uses same algorithms for string manipulations

  13. comment
    Comment #29078493

    One dimension of space and one dimension of time, probably

  14. comment
    Comment #28849063

    How did you get that result? I only see length and name.

  15. comment
    Comment #28508585

    It's насущный, right?

  16. 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…

  17. comment
    Comment #28288663

    This looks nice. My cat is the same and I use plastic bottle with a couple of holes.

  18. comment
    Comment #27916941

    And all three islands of Liberty City from GTA III!

  19. 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

  20. comment
    Comment #26982790

    You're talking about css modules. It's a different feature.

  21. comment
    Comment #26873284

    Looks like it's based on the same idea as jotai[1] [1] https://github.com/pmndrs/jotai

  22. 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…

  23. comment
    Comment #26248174

    Here's the answer from the library author: https://twitter.com/0xca0a/status/1282999626782650368/photo/...

  24. 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.

  25. comment
    Comment #26162757

    It won't with --noUncheckedIndexedAccess on.