HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xgdgsc

no profile record

Submissions

LangPulse – Which languages are gaining traction?

langpulse.top
2 points·by xgdgsc·2 miesiące temu·2 comments

Adreno Control Panel for Devices with Snapdragon X Elite

qualcomm.com
1 points·by xgdgsc·w zeszłym roku·0 comments

Microsoft Unveils Smaller Surfaces

engadget.com
7 points·by xgdgsc·w zeszłym roku·0 comments

Julia in HEP

arxiv.org
2 points·by xgdgsc·w zeszłym roku·0 comments

Wacom driver adds support for Windows 11 on ARM

cdn.wacom.com
3 points·by xgdgsc·w zeszłym roku·0 comments

VSCode cpptools extension drops debug support on CentOS 7 and RHEL 7

github.com
1 points·by xgdgsc·w zeszłym roku·1 comments

Julia and JuliaHub: Advancing Innovation and Growth

info.juliahub.com
141 points·by xgdgsc·w zeszłym roku·67 comments

Testitems.jl- make it easy to write and run tests for Julia packages

julia-vscode.org
1 points·by xgdgsc·w zeszłym roku·0 comments

Visual Studio Code Extension to Set Executable Bits

github.com
2 points·by xgdgsc·w zeszłym roku·0 comments

Spacedesk driver adds Windows Arm support

spacedesk.net
2 points·by xgdgsc·2 lata temu·0 comments

Threadpinning.jl – pin Julia threads to CPU-threads

github.com
3 points·by xgdgsc·2 lata temu·0 comments

VSCode command sequence as one command and bind a key

github.com
2 points·by xgdgsc·2 lata temu·0 comments

Explore the Capabilities of Broadcasting in Julia Programming

blog.glcs.io
27 points·by xgdgsc·2 lata temu·13 comments

Nats.jl – NATS Client for Julia

github.com
5 points·by xgdgsc·2 lata temu·0 comments

Latest graphics driver for your Surface devices powered by Snapdragon X Elite

qualcomm.com
19 points·by xgdgsc·2 lata temu·20 comments

Wino-Mail Built-In Mail and Calendars App Clone for Windows

github.com
2 points·by xgdgsc·2 lata temu·0 comments

Precompiletools.jl: Reduce time-to-first-execution of Julia code

github.com
1 points·by xgdgsc·2 lata temu·0 comments

Running Julia Code on Android with Flutter and Rust and SyslabCC (Julia AOT)

github.com
4 points·by xgdgsc·2 lata temu·0 comments

Windows CPU Affinity Mask Calculator

bitsum.com
4 points·by xgdgsc·2 lata temu·0 comments

Data Science Tutorials in Julia

juliaai.github.io
9 points·by xgdgsc·2 lata temu·0 comments

comments

xgdgsc
·2 miesiące temu·discuss
(I'm not the author.)
xgdgsc
·4 miesiące temu·discuss
I guess we have to check out again on April 24 ?
xgdgsc
·10 miesięcy temu·discuss
Julia https://www.reddit.com/r/Julia/comments/1efxp0j/julias_advan...
xgdgsc
·10 miesięcy temu·discuss
https://www.reddit.com/r/Julia/comments/1efxp0j/comment/lfob...
xgdgsc
·11 miesięcy temu·discuss
The tradeoff between compilation time and programmer productivity and running speed is worth it compared with using any other language. You should consider most users don' t need to build an image . They just do things in the REPL with Revise.jl (which is fast). Or use a bit of PrecompileTools.jl to get good enough startup time (which isn' t complicated if you are the code writer). Package compiling works even large and slow is a bonus. https://pypl.github.io/PYPL.html Julia still grows despite all those controversial articles for a reason.
xgdgsc
·11 miesięcy temu·discuss
Yes. I don' t know why you' d rather trust an article from 10 years ago to understand current status.
xgdgsc
·11 miesięcy temu·discuss
That' s solved more than 1 year ago https://news.ycombinator.com/item?id=38783886 https://modernjuliaworkflows.org/optimizing/#compilation .
xgdgsc
·12 miesięcy temu·discuss
Julia is really simple if you do math related stuff (sounds like from mention of operator overloading ): https://github.com/mossr/BeautifulAlgorithms.jl .
xgdgsc
·w zeszłym roku·discuss
Yes. https://github.com/heyx3/Bplus.jl/blob/master/docs/!why.md This is good writing on this topic.
xgdgsc
·w zeszłym roku·discuss
That' s already possible for julia witha proproetary solution: https://discourse.julialang.org/t/syslabcc-suzhou-tongyuans-.... https://github.com/Suzhou-Tongyuan/syslab-deploy
xgdgsc
·w zeszłym roku·discuss
Not easier than https://github.com/Suzhou-Tongyuan/jnumpy
xgdgsc
·w zeszłym roku·discuss
Static compilation is already available in a commercial product: https://discourse.julialang.org/t/syslabcc-suzhou-tongyuans-... . https://github.com/Suzhou-Tongyuan/syslab-deploy .

EDIT: or 2 products: https://news.ycombinator.com/item?id=42962548
xgdgsc
·w zeszłym roku·discuss
Using https://julialang.github.io/PrecompileTools.jl/stable/ to avoid recompiling everytime is pretty convenient now. And there will be https://jbytecode.github.io/juliac/ to build small binaries. I had some good experiences with https://github.com/sl-solution/InMemoryDatasets.jl and DuckDB.jl when DF.jl wasn' t performing well.
xgdgsc
·2 lata temu·discuss
There' s a Chinese company also using Julia and Modelica https://www.tongyuan.cc/product/MWorks . They have projects like https://github.com/Suzhou-Tongyuan/syslab-deploy using https://discourse.julialang.org/t/syslabcc-suzhou-tongyuans-... .
xgdgsc
·2 lata temu·discuss
https://github.com/JuliaMusic/MusicTheory.jl
xgdgsc
·2 lata temu·discuss
Nope they are still libraries with their own feature set that need remembering.
xgdgsc
·2 lata temu·discuss
I' m tired of remembering of all these library invented concepts and prefer doing brainless for loops to process data in Julia.
xgdgsc
·2 lata temu·discuss
https://www.reddit.com/r/Julia/comments/1g1gzlw/does_julia_s...
xgdgsc
·2 lata temu·discuss
It' s quite acceptable with 1.10.
xgdgsc
·2 lata temu·discuss
Or use Julia for scripts https://github.com/ninjaaron/administrative-scripting-with-j...