Live data from Hacker News

Viewing profile — timdumol

timdumol

HN member
Joined
Tue, Jul 28, 2009, 2:42 PM UTC
HN karma
115
Public activity
27 items

About timdumol

No profile information was provided.

Recent public activity

  1. comment
    Comment #44821717

    Does adding MFA not protect you against this? If you are secured by a TOTP on top of your password, it should not matter if they manage to reset your password.

  2. comment
    Comment #44817524

    Ah, I missed that. I do vaguely remember that it used to use Flash, but I can't find where I saw it now. Thanks, I'll give it a shot!

  3. comment
    Comment #44816488

    I've tried using Jules for a side project, and the code quality it emits is much worse than GH Copilot (using Claude Sonnet), Gemini CLI, and Claude Code (which is odd, since it sh…

  4. story
  5. comment
    Comment #37516688

    "Marginal" in the blogpost is used in the economic sense, as in the next incremental user -- not "marginal" as in minority.

  6. comment
    Comment #30008452

    3 bedroom flat. I use Ubiquiti equipment since sourcing Ubiquiti is much easier than Mikrotik here in the Philippines, and I've had bad experience with TP-Link, DLink, etc. randoml…

  7. comment
    Comment #27780823

    Freecad and openscad are basically your only choices for FOSS CAD work Freecad has pretty bad UX compared to Onshape and Fusion 360 (have to keep switching between lots of modes ra…

  8. comment
    Comment #21981200

    You're probably confused by "SHA-512/256", which does not mean SHA-512 or 256, but rather a truncated version of SHA-512: https://en.wikipedia.org/wiki/SHA-2 in the third paragraph…

  9. story
  10. comment
    Comment #20985267

    My issue with bitwarden (which is why I ended up choosing 1password) is that it doesn't provide an Android keyboard to insert passwords into apps that block clipboard access. (Keep…

  11. comment
    Comment #20187893

    Some people have difficulty or are unable to visualize in their mind's eye (aphantasia).

  12. comment
    Comment #19831256

    There is a JupyterLab extension for that: https://github.com/lckr/jupyterlab-variableInspector

  13. comment
    Comment #18430412

    We've had no issues deleting and creating node pools this weekend (on asia-east1-a). No other problems noticed either.

  14. comment
    Comment #17401802

    I think GP means Lua "shit" in a nonderogative manner (synonymous to Lua stuff).

  15. comment
    Comment #9940273

    It looks like it was made with Beamer, a package for LaTeX for making presentations: https://www.sharelatex.com/learn/Beamer . It's pretty popular in mathematics, physics, and comp…

  16. comment
    Comment #9916916

    Moving to TypeScript definitely helped us. The move itself revealed a couple undefined variable errors, and static typing has saved us a lot of pain. It was also extremely useful f…

  17. comment
    Comment #9553232

    It's worth noting that exactly-once delivery is impossible: http://bravenewgeek.com/you-cannot-have-exactly-once-deliver...

  18. comment
    Comment #8507691

    I think you forgot to put in the link :)

  19. comment
    Comment #8050721

    In case you're still interested in an exact solution, I think computing the Voronoi diagram for the polygon (treating each vertex as a point) should help in finding the answer. The…

  20. comment
    Comment #7391245

    Actually, based on my reading of the paper, it seems that they learn a representation using one data set (the one with 1000 labeled samples per identity), then use that representat…

  21. comment
    Comment #6799631

    FYI, you might want to try nginx-rtmp-module ( https://github.com/arut/nginx-rtmp-module); HLS support is one of its advertised features. I've been using it for RTMP and it's been …

  22. comment
    Comment #3396010

    It's set in an alternate universe to the actual Harry Potter series, and starts from the events in the first book. You won't miss much from not having read the actual books.

  23. comment
    Comment #752311

    Manila, Philippines

  24. story
  25. comment
    Comment #728122

    You're welcome. I do plan to try to add some Gaussian noise to the sample points -- thank you for reminding me. I also hope to find ways to optimize the fitness function and select…