Viewing profile — joshlk
joshlk
HN member- Joined
- Mon, May 01, 2017, 5:04 PM UTC
- HN karma
- 446
- Public activity
- 140 items
- HN profile
- View on Hacker News ↗
About joshlk
Recent public activity
-
comment
Comment #49137983
Some of the Lean proofs are 50k lines - is that normal?
- story
- story
-
comment
Comment #46310886
What's a good reference to learn about Wavelet Matrices?
-
comment
Comment #46067504
Asking a silly question… what piece of kernel code do you find the most awe-inspiring or impressive?
-
comment
Comment #46034851
The top claim is that it's "Incredibly Fast" but I can't find any performance benchmarks. Can anyone find a link?
-
comment
Comment #45551256
R-Trees are a good data structure to use in this case, enabling you to query a collection of intervals for overlap with another in O(log(n)) time. Wikipedia: https://en.wikipedia.o…
- comment
-
comment
Comment #44549758
Rust can be used in an embedded environment and also offers asynchronous execution built into the language
-
comment
Comment #44507235
What your describing is social Darwinism, an argument used by fascist.
-
comment
Comment #44178701
> [numpy] stores everything in rows This isn't true. Pandas uses Numpy to store columns of data. Theres quite a few technical errors in the article.
-
comment
Comment #44087905
What do you do in the summer when the homes don’t want the heat?
-
comment
Comment #43370748
When using low precision formats like float8 you usually have to upscale the activations to BF16 before normalising. So the normalisation layers are proportionally using more compu…
-
comment
Comment #42948721
It measures the proportion of questions for that language out of all languages. So, if there is a general decline in Stackoverflow questions, it’s already accounted for in the metr…
-
comment
Comment #42948525
According to Stackoverflow trends, Julia’s popularity is decreasing and very small https://trends.stackoverflow.co/?tags=julia
-
comment
Comment #42910049
Can you use to launch an Intel VM on Apple Silicone and visa versa? I’m interested in doing this so I can compile C++ applications for different architectures on MacOS. Do you know…
-
comment
Comment #42718211
Other than bandwidth, is there any other performance differences between Cloudflare and GitHub Pages?
-
comment
Comment #42611295
Tensors used in deep learning are not the same as the definition used by Physicists - blame the DL community for this :). So DL tensors are just N-dimensional arrays of data, and t…
-
comment
Comment #42248050
Warp is great - I use it as my daily terminal. The best features are being able to edit commands, chunking the output into blocks and AI generated commands at your fingertips.
- story
- story
-
comment
Comment #41790684
Would it be possible to move all the language developers to work on packaging? IMO the Python language is feature complete but the packaging system needs heart surgery.
-
comment
Comment #41444292
I’m not sure this holds as true if it’s the same team creating both implementations.
-
comment
Comment #41398995
I found the advertisements the most interesting bit
- story