Live data from Hacker News

Viewing profile — jonorsi

jonorsi

HN member
Joined
Fri, Jun 05, 2020, 8:18 AM UTC
HN karma
28
Public activity
20 items

About jonorsi

No profile information was provided.

Recent public activity

  1. comment
    Comment #45630045

    Very much enjoyed the article, it aligns with a lot of my own thoughts on coding :P. nitpick - in the Rust example it seems the events are not passed into rendering the events.html…

  2. comment
    Comment #45235863

    Struggling with this right now at my current job as one of four lead devs tasked with implementing our design system with using a React component library. I am of the opinion that …

  3. comment
    Comment #40384565

    Anybody else experience mobile Safari crashing on this github repo? “A problem repeatedly occurred…”

  4. comment
    Comment #38898464

    Why does he even need to apologize? If anything, npm should apologize and thank him for revealing a huge issue in their unpublishing policies unmaliciously.

  5. comment
    Comment #38897462

    I’ve started thinking package management has too much trust now. Ideally, but probably unpractically, projects should check in their packages like they used to under /lib or /third…

  6. comment
    Comment #37865992

    https://github.com/orsi/react-gamin A very rough prototype of a game library with modern functional React. After seeing only a few game libraries in React, and all being relatively…

  7. comment
    Comment #36119900

    Yes, but then my code wouldn’t be vanilla if I used VanJS…

  8. comment
    Comment #35239345

    My first draw to deno was to escape npm and the node_modules blackhole :(

  9. comment
    Comment #35122033

    So beautiful and horrific at the same time :D.

  10. comment
    Comment #34249146

    Thanks! I didn't realize that I had to set it to all regions/countries, and so it was only available in Canada. I updated the app regions and it should be available now, so hopeful…

  11. story
    Show HN: I made a simple, open source, chromatic tuner mobile app

    I'm a musician by night, software developer by day, and one of the minor frustrations I've always had was trying to find a simple tuner app for my phone. Looking at both the iOS an…

  12. comment
    Comment #33539220

    That wouldn't increase the dynamic range, it's just preventing the overlaps from clipping. Both tracks would still have the same dynamic range, the relative overall volume might be…

  13. comment
    Comment #32594363

    And of that 10% the vast majority are unread, untranslated Latin. I believe there are more untranslated medieval texts than all of the Roman literature we’ve recovered.

  14. comment
    Comment #31596167

    A Dark Room - https://github.com/doublespeakgames/adarkroom I actually forked and added a JS audio engine to play sound effects, ambience, etc. and it made it back into the officia…

  15. comment
    Comment #27447370

    SSR (at least with Gatsby) extracts the styles at build-time.

  16. comment
    Comment #27443035

    Definitely should be aware, and I would highly recommend static files over large JS apps. The options are there to have both now with frameworks like Gatsby and Next.

  17. comment
    Comment #27442981

    SSR would extract all the styles out for the styled components, but I guess now it would have an advantage as all the html/js would be as well. My point is, the comparison seems mo…

  18. comment
    Comment #27440006

    This is an apples to oranges comparison -- a run-time compiled stylesheet vs. a statically-generated stylesheet. Styled Components has options for statically-generating their style…

  19. comment
  20. story
    Ask HN: Are there part-time remote web developer jobs out there

    I am currently working in web development as a front-end developer full-time, however, before I started I spent about 3-4 months looking for a part-time web development job to no a…