Live data from Hacker News

Viewing profile — nis251413

nis251413

HN member
Joined
Sun, Jan 05, 2025, 6:37 PM UTC
HN karma
17
Public activity
15 items

About nis251413

No profile information was provided.

Recent public activity

  1. comment
    Comment #44050182

    > What does this mean really? That is their means. The "means" is being able to print trillions of imaginary dollars with value that magically pops into existence, merely backed by…

  2. comment
    Comment #44029603

    Don’t special characters always go after the Latin alphabet? I think this is pretty common, and fairly expected behaviour. Of course nothing is perfect but I feel like the way Wiki…

  3. comment
    Comment #44027763

    Next step: create a visual programming language that compiles to goboscript.

  4. comment
    Comment #44025024

    Yeah, syncing text files across devices is a problem that has little to do with obsidian or whichever editor/renderer one uses. As long as one keeps things relatively simple with p…

  5. comment
    Comment #44024142

    Big-O notation is about asymptotics. You have to approach something, and typically there is some infinity involved because if it is not, then you can just compute things instead of…

  6. comment
    Comment #44024004

    Sigmoid (or the logistic function specifically rather) is exponential until you get close to the "turning point" (or rather, its growth bounded from below by an exponential). It's …

  7. comment
    Comment #44023710

    Well, you may want to increase complexity in some contexts, eg in cryptography.

  8. comment
    Comment #44019921

    Yeah I also have amblyopia and am curious about this. How does it work with the two lenses/screens? I assume if eg one with normal binocular eyesight closes one eye, they are able …

  9. comment
    Comment #44010654

    I mean, the article and discussion are about numpy's syntax around vectorised code and problems people have with that. Many comments make comparisons with matlab, and I am pointing…

  10. comment
    Comment #44010217

    That's nice, but only works, as I understand it, if you use numpy-only functions, which means that you should not use those who denote also base-pythonic, eg +,* etc operations, be…

  11. comment
    Comment #44008253

    Not that I know of, and I did not claim it does.

  12. comment
    Comment #44007099

    Even a single person may do different things that will change whether using an LLM helps or not. Much of the time I spend writing code, not thinking about the general overview etc …

  13. comment
    Comment #43998865

    The syntax of actual array languages can be beautifully concise and expressive. You can express mathematical formulas in ways that makes sense when you read a single line, and once…

  14. comment
    Comment #42658779

    Yeah that's me. I lack stereoscopic vision so such tricks or 3d glasses etc do not work.

  15. comment
    Comment #42603935

    It depends also on what you want to get from the article. Usually I focus on the methods section to really understand what the paper did (usually I read experimental papers in cogn…