Viewing profile — joiguru
joiguru
HN member- Joined
- Sun, Sep 05, 2010, 4:45 AM UTC
- HN karma
- 559
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About joiguru
No profile information was provided.
Recent public activity
-
comment
Comment #44160011
Very interesting work! Did you guys get a chance compare with [1]. These seen to be the standard for high-performance not Crypto RNGs. [1]: https://github.com/DEShawResearch/random…
- comment
-
comment
Comment #36330392
Which Python 3.10 and static type checkers much of the benefits of algebraic data types is already available [1]. [1]: https://stackoverflow.com/questions/16258553/how-can-i-defin.…
-
comment
Comment #30560906
There are two primary criticisms of this move in this thread: C1) This is just hurting ordinary Russian citizens and serves no other purpose. I empathize strongly with the Russians…
- story
-
comment
Comment #30132776
Because grep is not a "full text search tool". Full text search [1] is different from regular expression search. [1] https://en.wikipedia.org/wiki/Full-text_search
-
story
Ask HN: Grep like tools for full text search?
Hello, Like many in this community, I maintain my notes in text files. I am looking for command line tools that I can use to index and search them. Are there existing tools that do…
-
comment
Comment #28868173
Filling out tax forms and FBAR requirements were a pain.
-
comment
Comment #28699840
One theoretical objection to this idea is that distances measured have an accuracy limit of Planck length (1.616e-35 meters). So if your number needs more precision then "just mark…
- comment
-
comment
Comment #28406543
Surprising-ness is a not a good metric to measure social/psychological science research by. Often a statement and its opposite can be intuitive. If the opposite result was stated h…
-
comment
Comment #28352051
What would be the benefits of this over neovim-qt?
-
comment
Comment #28349257
In regular natural language, cutting the ball into 5 pieces implies cutting 5 contiguous pieces. If I say a cake is cut into 5 pieces, no person will consider that each piece conta…
-
comment
Comment #28349141
"cut the ball into 5 pieces" is not the best description. A better one is: 2a. Split the ball into infinite pieces 2b. Divide the infinite pieces into 5 groups
-
comment
Comment #28250064
The basic idea is as follows. Lets say you are building an ML model to decide whether to give someone insurance or not. Lets also assume your past behavior had some bias (say again…
-
comment
Comment #28242161
I did the same, for the last 10 years. And now I don't remember 90% of what I did.
-
comment
Comment #27902248
Do you have a citation for this? My google searches have led me to believe this to not be true; see [1] Here is the relevant quote from [1]: "In the context of julia though, compil…
-
comment
Comment #27902150
One point I have read repeatedly is that Julia is aimed at High Performance Computing (HPC). Another argument I have read repeatedly is how object oriented programming (with its si…
-
comment
Comment #27894174
I am a researcher, and this seems incredibly useful for me. Will definitely give this a try when Linux builds are available. One feature request that I would suggest is synctex sup…
-
comment
Comment #27338267
Honest question. Why not just use C/subset of C++ with a template language like Python+Jinja2 for meta programming? Code generation is already popular with popular C++ libraries li…
- story
-
comment
Comment #26022551
Performance is the currency which you trade for ease of development, new features, etc. Ignoring performance comes at a cost to you (server side resources) and your users (device r…
-
comment
Comment #25924311
It is important to acknowledge that this is a conflict between two ethical ideologies: Deontology/Kantian ethics vs Utilitarian ethics. The Deontological argument is that free spee…
-
comment
Comment #25889146
Self contained containers (like singularity) have come up to fill this gap. Since a few years back we have started investing in creating these containers at the end of every projec…
- story