frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

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.

Oil prices fall on US-Iran agreement

https://www.cnn.com/2026/06/14/business/oil-prices-iran-peace-agreement
1•captn3m0•2m ago•0 comments

DBOS: A Database-Oriented Operating System

https://dbos-project.github.io/blog/intro-blog.html
1•teleforce•10m ago•0 comments

Anthropic's new Agent SDK pricing is a win for Codex

https://clor.com/blog/anthropics-new-agent-sdk-pricing
2•jacobgold•11m ago•0 comments

Show HN: G# –> a new dotnet language like Go/Swift/Kotlin with C# interop

https://davidobando.github.io/gsharp/
1•DavidObando•11m ago•0 comments

WWDC26: Rediscover the HTML select element [video]

https://www.youtube.com/watch?v=ACsHgWwP9Io
1•tambourine_man•12m ago•0 comments

You Can Game AI Peer Review with Presentation-Only Revisions

https://arxiv.org/abs/2606.13044
1•ilreb•13m ago•0 comments

Learning to Measure Time in Love and Loss

https://www.nytimes.com/2013/12/29/fashion/learning-to-measure-time-in-love-and-loss.html
1•ChaseRensberger•16m ago•1 comments

Choose a Claude Plan

https://support.claude.com/en/articles/11049762-choose-a-claude-plan
1•teleforce•18m ago•0 comments

The MDN MCP Server

https://developer.mozilla.org/en-US/blog/introducing-mdn-mcp-server/
1•soheilpro•19m ago•0 comments

UFC to pay White House fighters in crypto issued by Trump company

https://www.theguardian.com/us-news/2026/jun/14/white-house-ufc-fighters-crypto
3•krambs•21m ago•0 comments

Teaching Machine Learning to Software Engineers

https://arxiv.org/abs/2606.14618
1•ilreb•25m ago•0 comments

Using OSINT to find the real One Piece ocean drop location [video]

https://www.youtube.com/watch?v=eY-W9gmwxhg
1•phyzix5761•27m ago•0 comments

Nvidia Is the Federal Reserve of AI

https://ramansharma.substack.com/p/nvidia-is-the-federal-reserve-of
2•intrepidsoldier•34m ago•0 comments

Show HN: Dream Server – Turn your PC, Mac, or Linux box into a private AI server

https://github.com/Light-Heart-Labs/DreamServer
2•dreamserver•35m ago•0 comments

Horizons JPL Solar System Data Demo and NASA DSN Updates: Datastar, Common Lisp

https://horizons.lambda-combine.net/
1•adityaathalye•38m ago•0 comments

Inside the 24 hours that led to pulling Fable 5

https://www.businessinsider.com/why-white-house-ordered-export-controls-anthropic-mythos-fable-20...
3•twostorytower•46m ago•0 comments

Ask HN: What did you think of Apple's announcements around their 27 OS releases?

1•Austin_Conlon•53m ago•0 comments

Enterprise AI Agents Are Leaving the Server

https://focused.io/lab/enterprise-ai-agents-are-leaving-the-server
1•mooreds•57m ago•0 comments

British forces intercept Russian shadow fleet tanker in the Channel

https://www.reuters.com/world/europe/uks-starmer-says-armed-forces-intercepted-russian-shadow-fle...
2•MilnerRoute•57m ago•0 comments

I built a defense procurement marketplace – free for vendors

https://birka.ai
1•jaywashere•58m ago•0 comments

Agentic Credit Card MCP

https://robinhood.com/us/en/support/articles/agentic-credit-card/
1•barbacoa•1h ago•0 comments

Pyhn 0.4.0: Hacker News in your terminal

https://github.com/toxinu/pyhn
3•toxinu•1h ago•0 comments

Surge in scams as fraudsters use AI to target people

https://www.bbc.com/news/articles/cwykp9ygxlvo
3•1659447091•1h ago•0 comments

Monitoring LLM Inference with Prometheus and Grafana (vLLM, TGI, Llama.cpp)

https://www.glukhov.org/observability/monitoring-llm-inference-prometheus-grafana/
1•nryoo•1h ago•0 comments

Even More Batteries Included with Emacs

https://karthinks.com/software/even-more-batteries-included-with-emacs/
22•signa11•1h ago•0 comments

The next frontier of innovation is coming back to the physical world

https://productnow.ai/blogs/a-dose-of-hope-for-the-future
1•kadhirvelm•1h ago•0 comments

Smashed Toilet Phone Web Server

https://www.offthebricks.com/articles/smashed-toilet-phone-web-server
2•mircerlancerous•1h ago•0 comments

DBOS Network Sensing: A Web Services Approach to Collaborative Awareness

https://arxiv.org/abs/2509.09898
2•teleforce•1h ago•0 comments

Decouple the Agent: Why Prompts, Tools, and Models Don't Belong in Your Client

https://vivgrid.com/decoupling-prompts-tools-models-from-agent-client
6•fanweixiao•1h ago•0 comments

AI Has Amnesia. Here's Every System Built to Fix It

https://medium.com/@alanayalag/your-ai-has-amnesia-heres-every-system-built-to-fix-it-ad7dee117a75
7•AlanAAG•1h ago•1 comments