frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Navier-Stokes fluid simulation explained with Godot game engine

https://myzopotamia.dev/navier-stokes-fluid-simulation-explained-with-godot
2•myzek•2m ago•1 comments

US Court Summons Pro-Censorship Brazil Judge Moraes in Rumble Lawsuit

https://reclaimthenet.org/us-court-summons-moraes-in-rumble-lawsuit
3•anonymousiam•4m ago•0 comments

Why some children have iPad-induced rage

https://www.thecut.com/article/children-tech-tantrums-psychology-parenting.html
2•bookofjoe•5m ago•2 comments

American Airlines to install Starlink, the fastest Wi-Fi in the sky

https://news.aa.com/news/news-details/2026/American-to-install-Starlink-the-fastest-Wi-Fi-in-the-...
3•madjam002•5m ago•0 comments

Why did T. rex have tiny arms? A new study may finally have the answer

https://www.cnn.com/2026/05/25/science/t-rex-tiny-arms-function
2•breve•6m ago•0 comments

Agile V: Turning AI Agents into Verifiable Engineering Systems

https://github.com/Agile-V/agile_v_skills
2•kochc•8m ago•0 comments

Investigating the hidden moat behind all the LLM apps

https://simianwords.bearblog.dev/investigating-the-hidden-moat-behind-all-the-llm-apps/
1•simianwords•9m ago•1 comments

The Collaborative Exoskeleton of AI Science

https://asimovaddendum.substack.com/p/the-collaborative-exoskeleton-of
2•JohnHammersley•10m ago•0 comments

Microsoft Lens 3.8B-parameter text-to-image diffusion model

https://github.com/microsoft/Lens
1•lastdong•11m ago•0 comments

Chinese Astronauts May Build a Base Inside a Lunar Lava Tube

https://www.universetoday.com/articles/chinese-astronauts-may-build-a-base-inside-a-lunar-lava-tube
2•CGMthrowaway•12m ago•0 comments

Germany's regulator considers rule requiring platforms to boost "trusted" media

https://apollo-news.net/so-bauen-die-medienanstalten-an-einer-pflicht-zur-bevorzugung-verlaesslic...
1•CGMthrowaway•12m ago•0 comments

The End of Coding as a Profession

https://mikkersten.substack.com/p/the-end-of-coding-as-a-profession
3•azhenley•13m ago•0 comments

University of California IT employees form biggest tech worker union in the US

https://www.bloodinthemachine.com/p/they-just-formed-the-biggest-tech
2•cdrnsf•13m ago•0 comments

My Deaf Experience in Japan

https://www.tokyodev.com/articles/my-deaf-experience-in-japan
1•pwim•15m ago•0 comments

Amber Alert Sends Spam URL

https://idiallo.com/byte-size/amber-alert-with-spam-link
2•firefoxd•15m ago•1 comments

AGA on AmiCube is finally running

https://www.youtube.com/watch?v=xomKSwgBA08
1•doener•18m ago•0 comments

From Rust to Ruby

https://xlii.space/eng/from-rust-to-ruby/
2•xlii•20m ago•0 comments

Transpiler : The best of every language, in one. And LLM ready

https://amalgame.me/en/
1•bmouget•21m ago•0 comments

Geometry Dash triggers were too hard, let's use assembly instead [video]

https://www.youtube.com/watch?v=FvMM29MO1qw
1•Jotalea•23m ago•0 comments

France24 live stream is down

https://www.france24.com/en/live
3•lastdong•26m ago•1 comments

Show HN: MPEE – Offline route calculations and optimization

https://github.com/punnerud/mpee
2•punnerud•26m ago•0 comments

Nexus – open-source AI gateway for enterprise LLM traffic

https://github.com/AlphaBitCore/nexus-gateway
3•jjrhodes•27m ago•0 comments

Bouncy Castle Communism Is the Solution

https://www.laborpolitics.com/p/bouncy-castle-communism
3•mooreds•32m ago•1 comments

The Tail End (2015)

https://waitbutwhy.com/2015/12/the-tail-end.html
2•chistev•32m ago•0 comments

VoIP service provider anti-patterns (2019)

https://blog.evaristesys.com/2019/08/22/voip-service-provider-anti-patterns/
1•mooreds•33m ago•0 comments

Pavona open source sillicon ecosystem

https://pavona.org/
1•RealityVoid•35m ago•1 comments

The Five Pillars of AI Agent Accountability

https://www.tigera.io/blog/the-five-pillars-of-ai-agent-accountability-a-diagnostic-framework-for...
2•baroiall•36m ago•0 comments

Building a safe, effective sandbox to enable Codex on Windows

https://openai.com/index/building-codex-windows-sandbox/
1•gmays•40m ago•0 comments

Show HN: Visual composer for Claude Code multi-agent workflows

https://github.com/fayzan123/claude-workflow-composer
2•FayzanMalik•41m ago•0 comments

Show HN: I turned my personal website into a bash shell (with Vim)

https://darrikonn.com
2•darrikonn•42m ago•1 comments
Open in hackernews

Ask HN: How is Julia for data analysis coming along?

1•juujian•1y ago
For a hot minute, Julia revived a lot of attention. Haven't heard anything in a while. I have my computing needs covered by R and Julia, and last time I tried Julia (two years ago? Three?) it didn't take me long to find something that would be non-trivial to do/wasn't implemented. Now I'm having some need for faster for larger datasets, and I like the idea of a typed language. What's the status?

Comments

poobear22•1y ago
I had about 14 yrs of R exposure and really liked it, but it was time to try something new. I cut over to Julia with my "retirement" and I've had no issues at all with it. With LLMs, it is different, as I needed to learn R from the ground up, "the hard way" and with LLMs, I find myself working at a more elevated level, knowing Julia less than I know R, but getting things accomplished in a quicker manner. It does seem the ecosystem of libraries is a more limited, but from my experience, its just been a little more work on my part and I have resolved what I needed to. When I look at my finished code, I fine it more readable and supportable than my historical R code. Again, my experiences are different with the LLM support offered today. A side note: I really wanted to avoid Python, it just never resonated with me. But, when I compare my Julia code with what I'd have in Python, Julia wins for me hands down. So, for me, over all, I have no complaints and have no reason not to be with this language for a long time.
MScholar•1y ago
I have been loving using Julia for data munging and Exploratory Data Analysis. It's performant and fun to use. Here are my observations:

Some parts of the JuliaData ecosystem are uber cool, like DataFrames, TidierData, DuckDB, etc. However, they lack robust support for parquet, iceberg, accessing data in ADLS, etc. There are workarounds like using DuckDB for accessing parquet files, but that's not always ideal.

For visualization, there are tons of great libraries like Makie (complex and powerful), VegaLite (very easy to use), and PlotlyLight.

One aspect which is seriously lacking is the ability to create nice web applications. There is GenieFramework (somehow I have always encountered issues with it), then there is Pluto (also a great idea but not a great experience). For static reports, QuartoNotebooks are awesome.

Once you start going deeper into statistical analysis, my experience is hit-or-miss depending upon what I am trying to do. The TimeSeries analysis ecosystem, for example, is fragmented and not as mature.

But with the advent of LLMs, I can easily and quickly write code and create custom functions for just the task I am working on, which I believe would be great for Julia. You can quickly create a custom, performant, pure Julia implementation for the task at hand.

For interacting with LLMs, PromptingTools.jl is awesome.

TheWiggles•1y ago
If you need a web application you could also use Oxygen.jl.
MScholar•1y ago
Oxygen.jl is nice. But what I really need for simple analysis is something like Gradio or Streamlit. Or even something like IPyWidgets for Jupyter would be good.