Viewing profile — nis251413
nis251413
HN member- Joined
- Sun, Jan 05, 2025, 6:37 PM UTC
- HN karma
- 17
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About nis251413
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #44027763
Next step: create a visual programming language that compiles to goboscript.
-
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…
-
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…
-
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 …
-
comment
Comment #44023710
Well, you may want to increase complexity in some contexts, eg in cryptography.
-
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 …
-
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…
-
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…
-
comment
Comment #44008253
Not that I know of, and I did not claim it does.
-
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 …
-
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…
-
comment
Comment #42658779
Yeah that's me. I lack stereoscopic vision so such tricks or 3d glasses etc do not work.
-
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…