frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

CreeperGIT

https://git.creepernet.qzz.io
1•heckersdata•1m ago•0 comments

The Remaking of Thomas Mann

https://www.commonwealmagazine.org/thomas-mann-magic-mountain-jensen
1•benbreen•2m ago•0 comments

Code Corners: A platform-agnostic alternative to GitHub Corners

https://codecorners.rknight.me
1•rknightuk•4m ago•0 comments

Show HN: M8tes.ai – AI teammates that do your work

https://www.m8tes.ai/
1•JacobCreator•4m ago•0 comments

Prolonged U.S.-Iran conflict could trigger major energy shock in eurozone

https://nltimes.nl/2026/03/02/ing-prolonged-us-iran-conflict-trigger-major-energy-shock-eurozone
1•TechTechTech•5m ago•0 comments

Does the war on Iran prove it's time to quit oil for good?

https://www.euronews.com/2026/03/02/a-world-chained-to-fossil-fuels-does-the-war-on-iran-prove-it...
1•doener•9m ago•0 comments

The 185-Microsecond Type Hint

https://blog.sturdystatistics.com/posts/type_hint/
3•kianN•12m ago•1 comments

Welcome to My Virtual Office

https://valerii15298.github.io/
1•mooreds•13m ago•0 comments

Will AI Replace You?

https://candidate.perfectly.so/roast
1•lopespm•14m ago•0 comments

Show HN: ThinkFirst – The Anti-ChatGPT for Students

https://apps.apple.com/us/app/thinkfirst-ai-homework-help/id6759180853
1•alibasharat5•14m ago•0 comments

What to know about the Strait of Hormuz

https://apnews.com/article/strait-hormuz-iran-energy-war-5b60e82ef2fc68e2b43aa570a32404dd
1•mooreds•14m ago•0 comments

ToolMisuseBench: A deterministic benchmark for tool-augmented Agents

https://huggingface.co/datasets/sigdelakshey/ToolMisuseBench
1•akgitrepos•14m ago•2 comments

Deception, Lies, and Valve [video]

https://www.youtube.com/watch?v=13eiDhuvM6Y
1•streetfighter64•15m ago•0 comments

Music Streaming Economics: 6.9M Streams and a Full Cross‑Platform Payout Dataset

https://www.lackluster.org/support/
1•conner_bw•16m ago•0 comments

8th Wall is now open source

https://8thwall.org/
1•2001zhaozhao•17m ago•0 comments

Show HN: Drawbridge – Drop-In SSRF Protection for Python

https://github.com/tachyon-oss/drawbridge
1•logicx24•17m ago•0 comments

Show HN: Veread – A minimal RSS reader for web. No sign ups. No downloads

https://veread.com/
1•vasanthv•18m ago•0 comments

1 Dataset 100 Visualizations

https://100.datavizproject.com/
1•bookofjoe•18m ago•0 comments

Building a Software Career in an LLM World

https://sumnerevans.com/posts/software-engineering/building-swe-career-in-llm-world/
1•chilipepperhott•18m ago•0 comments

Ask HN: How are you preventing runaway LLM workflows in production?

1•HenryM12•20m ago•0 comments

Associated Press Announces It's Teaming Up with Kalshi Ahead of the Midterms

https://www.mediaite.com/media/news/ap-announces-its-teaming-up-with-prediction-market-site-kalsh...
1•terminalbraid•23m ago•0 comments

Why (and how) we built 3 AI agents into our product

https://getlago.com/blog/building-ai-is-hard
2•FinnLobsien•24m ago•0 comments

February 2026: Bitcoin fell 24%. Nothing in crypto infrastructure broke

https://thefutureofmoney.substack.com/p/the-monetary-blueprint-6-cryptos
2•futureofmoney•25m ago•0 comments

YCombodogpatchrental

1•gekahng•27m ago•0 comments

Only 526 AI tools are in the topM most-visited websites

https://airankings.co
2•chadlad101•27m ago•1 comments

Ask HN: How do you get better at coding agents?

3•twitchard•28m ago•0 comments

This Month in Ladybird – February 2026: Adopting Rust for LibJS

https://ladybird.org/newsletter/2026-02-28/
1•exploraz•28m ago•0 comments

Show HN: Vanilla JavaScript refinery simulator built to explain job to my kids

1•fuelingcurious•29m ago•0 comments

What keeps IoT devices running for a decade

https://mooracle.io/blog/building-iiot-that-lasts/
4•mooracle•29m ago•1 comments

Show HN: Synapse – P2P AI agent collaboration with async human supervision

https://github.com/francisdu53/synapse-protocol
1•Fran6codu53•30m ago•1 comments
Open in hackernews

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

1•juujian•9mo 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•9mo 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•9mo 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•9mo ago
If you need a web application you could also use Oxygen.jl.
MScholar•9mo 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.