Viewing profile — thetwentyone
thetwentyone
HN member- Joined
- Fri, Mar 11, 2011, 4:00 PM UTC
- HN karma
- 1,132
- Public activity
- 115 items
- HN profile
- View on Hacker News ↗
About thetwentyone
Recent public activity
-
comment
Comment #48379869
Pluto has been quite nice for me to use over the last few years and I even host notebooks using the SliderServer to let others run analysis and examples from the web.
- story
- story
-
comment
Comment #47577841
I wish it had my favorite in it so that I could do a blind test to see if it really is my favorite: https://juliamono.netlify.app
-
comment
Comment #46975180
I’ve been looking for a way to listen to the audio offline, but this website is very resistant to scraping. I’d appreciate if anyone knew of a free or paid place to download the au…
-
comment
Comment #46797891
FWIW for similar reasons I nuked my Windows install and installed CauchyOS. My main reason for not doing it earlier was concerns about game compatibility but so far the games I wan…
- story
-
comment
Comment #46245400
One aspect is that Tesla is all cameras, whereas Rivian sees it as important to have multi-sensor suites (cameras, ultrasonic, radar, and in Gen 3: lidar). TBH as a customer I pref…
-
comment
Comment #45851167
Also see the JuliaMono typeface: https://juliamono.netlify.app It was designed to be a comprehensive monocode typeface to support Julia's full Unicode support.
-
comment
Comment #45593583
Anyone have experience with AVP+ALVR vs Valve Index? I have only used the latter but interested if I can use ALVR effectively enough to replace the Index.
-
comment
Comment #45137999
Especially because Julia has pretty user friendly and robust GPU capabilities such as JuliaGPU and Reactant[2] among other generic-Julia-code to GPU options. 1: https://enzymead.gi…
-
comment
Comment #44163654
The author posits that people don't like using LLMs with Rust because LLMs aren't good with Rust. Then people would migrate towards languages that do will with LLMs. However, if th…
-
comment
Comment #43152413
> A crude analogy is the travel of sound waves in air: if you yell at someone, they will hear you long before any single air molecule makes it from here to there. Isn’t this a very…
-
comment
Comment #43124159
Another tool in this regard is https://github.com/JuliaLang/AllocCheck.jl , "a Julia package that statically checks if a function call may allocate by analyzing the generated LLVM …
-
comment
Comment #43120904
I'm currently working on a re-write of a small model from JAX to Julia and finding the Julia code so much easier to write, it's more concise, and find the debugging tools easier to…
-
comment
Comment #42510143
I’ve had a good time dabbling with Metal.jl: https://github.com/JuliaGPU/Metal.jl
-
comment
Comment #41983451
For Julia users: https://github.com/JuliaSurv and https://github.com/JuliaStats/Survival.jl
-
comment
Comment #41970666
For those interested in this space, a couple of related libraries in Julia: https://github.com/JuliaComputing/Miletus.jl https://github.com/JuliaActuary/FinanceModels.jl I’m the au…
-
comment
Comment #41797700
I’m trying to influence this from my small corner of the world here: https://juliaactuary.org/ Come chat in the Julia slack #finance or #actuarial channels!
-
comment
Comment #41404838
Odd that the author excluded ForwardDiff.jl and Zygote.jl, both of which get a lot of mileage in the Julia AD world. Nonetheless, awesome tutorial and great to see more Julia conte…
-
comment
Comment #40427844
Much better source: https://avherald.com/h?article=518e5d47&opt=0
-
comment
Comment #39993872
The -5 doesn't belong in your ledger, it belongs in the ledger of the person who bought the lemonade. As other commenters have pointed out, the "double entry" refers to multiple en…
-
comment
Comment #39581758
This has been very helpful to me: https://viralinstruction.com/posts/hardware/#74a3ddb4-8af1-1... It’s really not specific to Julia, though the language does let you drill down int…
- story
-
comment
Comment #39185829
Also an interesting Lisp for it’s size is femtolisp from one of the co-creators of Julia: https://github.com/JeffBezanson/femtolisp