Live data from Hacker News

Viewing profile — symaxian

symaxian

HN member
Joined
Tue, Sep 27, 2022, 2:58 AM UTC
HN karma
33
Public activity
13 items

About symaxian

No profile information was provided.

Recent public activity

  1. comment
    Comment #48304026

    That is an interesting read, seems some were having a hard time grasping the benefit of having compiler checks for potential null dereferences. Having worked with null safety in Ty…

  2. comment
    Comment #47650314

    You can enable null safety in TypeScript, seems like a pretty good fix to me.

  3. comment
    Comment #46879061

    Sand-boxing such as in Snap and Flatpak?

  4. comment
    Comment #46142660

    I'll second that Angular provides a great experience these days, but they have definitely had substantial API changes within the last few years: standalone components, swapping Web…

  5. comment
    Comment #45270779

    Valhalla should be able to address this to some extent with immutable value classes.

  6. comment
    Comment #45192648

    I'd like to ask these CEOs, for people which are taking advantage of the system, why are they not let go? Could it be that management often have no clue how much value each employe…

  7. comment
    Comment #44932987

    Are the techniques described in the article still in use today or have they been superseded?

  8. comment
    Comment #42628994

    Shadow maps are a good example, if the final rendered image is 4k you don't want to be rendering shadow maps for each light source which are only 1080p else your shadows will be ch…

  9. comment
    Comment #40531162

    I understand where he's coming from, but on the other hand it sounds like he's trying to avoid saying "maybe that OOP thing isn't all it was cracked up to be".

  10. comment
    Comment #39311254

    Yeah, I cannot count how many times I've seen it claimed that the virtual DOM is the secret to why React(or another framework) is fast, completely missing the point of the virtual …

  11. comment
  12. comment
    Comment #33539544

    Selenium can definitely run tests in multiple windows. You can open multiple tabs within the same browser window, or you can create multiple WebDriver instances for multiple window…

  13. comment
    Comment #33159130

    It does seem like some additional compression could be performed, if they wanted to keep it a pointer to avoid a table lookup I wonder if they could do something like ensure that a…