HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thetwentyone

no profile record

Submissions

Julia Http.jl 2.0

discourse.julialang.org
5 points·by thetwentyone·geçen ay·0 comments

ChatGPT Performs Better on Julia Than Python for LLM Code Generation. Why?

stochasticlifestyle.com
1 points·by thetwentyone·2 ay önce·0 comments

Algorithms for Optimization, Decision Making, and Validation (3 Books)

algorithmsbook.com
2 points·by thetwentyone·6 ay önce·0 comments

comments

thetwentyone
·geçen ay·discuss
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.
thetwentyone
·3 ay önce·discuss
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
thetwentyone
·5 ay önce·discuss
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 audio lectures.
thetwentyone
·5 ay önce·discuss
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 want to play either are working without any issue or work after enabling Steam's proton compatibility layer.
thetwentyone
·7 ay önce·discuss
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 prefer to know that the latter is protecting me instead of just cameras.
thetwentyone
·8 ay önce·discuss
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.
thetwentyone
·9 ay önce·discuss
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.
thetwentyone
·10 ay önce·discuss
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.github.io/Reactant.jl/dev/ 2: https://enzymead.github.io/Reactant.jl/dev/
thetwentyone
·7 yıl önce·discuss
Julia has a really great threading model coming in v1.3, which is likely to be released this month: https://julialang.org/blog/2019/07/multithreading

It already supports a variety of parallel techniques but it's about to get easier and safer (e.g. safe I/O).