frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Sudden Unexpected Death in the Pfizer BNT162b2 Trial

https://esmed.org/MRA/mra/article/view/7810/99193550508
1•blumomo•50s ago•0 comments

Can AI design circuit boards yet?

https://eebench.org/blog/can-ai-design-circuit-boards-yet/
1•iopapa•5m ago•0 comments

Character Development: A story about subtitles, cinema, and the Satos (2022)

https://media.typography.or.jp/typographicst/1194
1•1317•7m ago•0 comments

GPT-6-Astra Generally Available on Vercel's AI Gateway

https://twitter.com/vercel_dev/status/2095957372850389186
2•samyok•13m ago•0 comments

GotChat – Apache 2.0 LLM chat with installable full-stacked plugins

https://github.com/gotchat-ai/foundry
1•gotchat•13m ago•0 comments

Genetic diversity is a predictor of mortality in humans

https://link.springer.com/article/10.1186/s12863-014-0159-7
2•consumer451•14m ago•0 comments

Driftwood Deli to Offer Poutine, Steve Cites Canadian Solidarity

1•b112•17m ago•0 comments

Saloni's Guide to Data Visualization

https://www.scientificdiscovery.dev/p/salonis-guide-to-data-visualization
1•Michelangelo11•17m ago•0 comments

Ask HN: What Is AGI?

1•mathieu_aithos•19m ago•1 comments

Boom Supersonic's SuperPower Jet Engine Is Real [video]

https://www.youtube.com/watch?v=vPOUfcpOSDg
1•sbuttgereit•20m ago•0 comments

UN tells the world: Stop making Africa look small

https://news.un.org/en/story/2026/09/1168284
2•ChrisArchitect•22m ago•2 comments

More Targets of the OpenAI Agent Swarm

https://fi-le.net/vanderbilt/
1•fi-le•22m ago•0 comments

No Silver Bullets

https://writing.jan.io/2026/09/04/no-silver-bullets.html
1•gpi•23m ago•0 comments

Show HN: Sageling – free, private, local, Cowork AI harness for non-devs

https://sageling.ai/
1•kirillklimuk•23m ago•0 comments

Show HN: Airuncode – an AI runtime coding agent with a built-in 3D game engine

https://airuncode.com/
1•GUSTAVOSIS•24m ago•0 comments

Burning Man Project

https://burningman.org/
1•simonebrunozzi•24m ago•0 comments

The Glass Bead Game

https://en.wikipedia.org/wiki/The_Glass_Bead_Game
1•petethomas•26m ago•0 comments

UN approves resolution in support of map that shows Africa's true size

https://www.reuters.com/world/africa/un-approves-resolution-support-map-that-shows-africas-true-s...
4•pella•26m ago•1 comments

Training a Specialist Code Search Agent with Turbopuffer

https://www.appliedcompute.com/case-studies/turbopuffer
1•_peregrine_•27m ago•0 comments

U.S. Navy Spent $3.4B on Idled Submarines, Could Spend Another $3.1B More

https://www.jalopnik.com/2249392/u-s-navy-3-4-billion-idled-submarines/
2•cf100clunk•28m ago•0 comments

CD sales are making an unexpected comeback amid a retro tech boom

https://techcrunch.com/2026/09/04/cd-sales-are-making-an-unexpected-comeback-amid-a-retro-tech-boom/
1•speckx•30m ago•0 comments

In a First, a Pig Kidney Kept a Patient Alive Until He Got a Human One

https://www.nytimes.com/2026/09/03/well/pig-kidney-bridge-transplant.html
1•paulpauper•31m ago•0 comments

Finding Emily

https://www.commonreader.co.uk/p/finding-emily
1•paulpauper•31m ago•0 comments

One geometric idea that explains SGD, AdamW, and Muon

https://kbwal.github.io/writing/notes-on-muon/
3•kbwal7•32m ago•4 comments

After Work, We'll Have Each Other Clara Collier

https://asteriskmag.com/issues/15/after-work-we-ll-have-each-other
1•paulpauper•32m ago•0 comments

Show HN: Covenant – A governance framework for multi-agent AI systems

https://github.com/asalsali/covenant-framework-community
2•alexjsalsali•33m ago•0 comments

When Search Eats the Web: A Model of Corpus Erosion Under Generative Extraction

https://arxiv.org/abs/2608.15896
2•sypsyp•37m ago•1 comments

OpenAI's AI Agents Build a Secret Community to Talk with Each Other

https://www.aiexperts.com/blog/openai-agents-broke-out-of-their-sandboxes
2•lucaserb•39m ago•2 comments

Show HN: Fast-Paced Action Tile-Swapping Challenge

https://nopy.io
2•cplepage•40m ago•0 comments

PGLite: Embeddable Postgres with real-time, reactive bindings

https://github.com/electric-sql/pglite
1•theanonymousone•40m ago•0 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.