frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Book Review – Animal Farm

1•jaysinhp•4m ago•0 comments

PayPal Is "In Talks to Sell Itself" After Rejecting Stripe's Initial $60.50 Bid

https://247wallst.com/investing/2026/08/15/breaking-paypal-is-in-talks-to-sell-itself-after-rejec...
1•theanonymousone•6m ago•0 comments

Why Big Tech's AI Spending Is $3T Higher Than It Seems

https://www.wsj.com/tech/ai/why-big-techs-ai-spending-is-3-trillion-higher-than-it-seems-e1067bb2
2•massagedpelican•12m ago•0 comments

Handwritten Digit Classification with Neural Cultures

https://www.biorxiv.org/content/10.64898/2026.08.10.743829v1
1•bwjx•14m ago•0 comments

Show HN: Rex, a parallel functional language for scientific workflows

https://github.com/peterkelly/rex
1•peterkelly•16m ago•0 comments

Zalvion AI

https://zalvionai.com
2•Mari_Developer•19m ago•0 comments

Wolfram Demonstrations – Unsolved Problems

https://demonstrations.wolfram.com/topic/unsolved-problems
2•soupspaces•20m ago•0 comments

$12B of US ratepayers' money wasted on a modeling mistake in PJM

https://newsletter.semianalysis.com/p/12b-of-us-ratepayers-money-wasted
1•_delirium•21m ago•0 comments

AI wins landmark Fair Work Commission case for Macquarie academic

https://www.afr.com/work-and-careers/workplace/ai-wins-landmark-fair-work-commission-case-for-mac...
4•solresol•22m ago•0 comments

Linear Algebra Done Right – Sheldon Axler

https://linear.axler.net/
3•the-mitr•22m ago•0 comments

Heavy Bluesky outage in the past day

https://statusgator.com/services/bluesky
2•krige•31m ago•1 comments

HN: SpotWarp – Local auto-failover daemon for Spot GPUs

https://github.com/enplabs/spotwarp
1•choi5844•35m ago•0 comments

Zcash: Cash Never Died

https://twitter.com/andresochoa/status/2089214322819936487
2•seudrim•40m ago•0 comments

Built a PyTorch optimizer based on Continuous Thermodynamics

https://github.com/3moorebbb-sketch/MEP-Unified-Architecture
1•3moorebbb•44m ago•0 comments

Heroes actress Hayden Panettiere dies at 36

https://www.bbc.com/news/articles/cq5665zgg1po
2•gpi•45m ago•0 comments

Waymo shipped 3200 CN-built EVs to LA for its fleet despite 127.5% tariffs

https://finance.yahoo.com/technology/articles/waymo-shipped-3-200-chinese-163000266.html
3•Markoff•55m ago•1 comments

Concurrent Servers: Part 7 – Rust

https://eli.thegreenplace.net/2026/concurrent-servers-part-7-rust/
2•mfrw•57m ago•0 comments

So You Want to Build an A.I. Star?

https://www.nytimes.com/2026/08/13/arts/ai-podcasts-fashion-pop-avatars.html
2•thm•1h ago•0 comments

I made Claude port omawrite to windows

https://github.com/WhiskeyTuesday/omawrite-win
1•whiskeytuesday•1h ago•1 comments

AI Stock Research Assistant · Streamlit

https://ai-stock-research-kiaan.streamlit.app
1•KiaanKothari•1h ago•0 comments

A Walkable ASCII Cyberpunk City in One HTML File

https://www.youtube.com/watch?v=3YtygAx_C6A
3•keithcarolus•1h ago•0 comments

The Orwellian Company Behind ICE's New Electric Shock Gloves

https://www.motherjones.com/politics/2026/08/ice-shock-gloves-torture-compliant-technologies-jeff...
8•cwillu•1h ago•2 comments

Understanding the HEIC Format

https://sites.google.com/view/heictools-io/home
3•suolex•1h ago•3 comments

Why Ethereum Walked Away from Poseidon

https://twitter.com/ProjectZKM/status/2088320035970330676
2•_alphageek•1h ago•1 comments

Serverless Agents

https://serverlessagent.dev
5•iacguy•1h ago•1 comments

Satellite operators emphasize launch deals in a constrained market

https://spacenews.com/satellite-operators-emphasize-launch-deals-in-a-constrained-market/
4•alainrk•1h ago•0 comments

Trillion-Parameter Sequential Transducers for Generative Recommendations (2024)

https://arxiv.org/abs/2402.17152
3•peter_d_sherman•1h ago•0 comments

Show HN: Earn 41% Commission: German Language Learning

https://languagemaster.org/affiliate/
1•not_wowinter13•1h ago•0 comments

Hayden Panetierre Dies at 36

https://abcnews.com/US/hayden-panettiere-dies-36/story?id=135698473
12•fagnerbrack•1h ago•7 comments

Idea for Expository AI

1•E-Reverance•1h 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.