frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Replacing Java's native sort with a Rust JNI engine (38x faster)

https://github.com/fbcouto/java-multimerge-dll/
1•fbcouto•31s ago•0 comments

LLMs can answer multiple choice questions by only seeing the answers

https://arxiv.org/abs/2510.07761
1•rbanffy•1m ago•0 comments

'You can hear me now or pay me later' Music exec tells graduates booing AI

https://www.independent.co.uk/tv/news/ai-students-scott-borchetta-middle-tennessee-state-universi...
1•cdrnsf•2m ago•0 comments

Drug Development Failure: How GLP-1 Development Was Abandoned in 1990 (2024)

https://muse.jhu.edu/verify?url=%2Farticle%2F936213%2Fpdf&r=2074105
1•wslh•2m ago•0 comments

HAMi v2.9.0 Deep Dive: Ascend User-Space Partitioning, DRA Production-Ready

https://dynamia.ai/blog/hami-v29-deep-dive
1•rjzzleep•2m ago•0 comments

Localaik – Run OpenAI and Gemini APIs Locally for CI and Tests

https://github.com/harshaneel/localaik
1•gokhalh•3m ago•0 comments

Hardware Architect Answers Microchip Questions – Wired Tech Support [video]

https://www.youtube.com/watch?v=83F1GSUsmzo
1•thm•3m ago•0 comments

Pintheft Linux LPE

https://www.openwall.com/lists/oss-security/2026/05/19/6
2•gnufx•4m ago•1 comments

Andrej Karpathy Joins Anthropic

https://twitter.com/i/status/2056753169888334312
1•kpw94•4m ago•0 comments

I'm handcrafting a coffee app with love and AI

https://anastasialaczko.substack.com/p/how-im-handcrafting-a-coffee-app
1•papermocha•5m ago•0 comments

I've had it with security orthodoxy. [video]

https://www.youtube.com/watch?v=SbeNRICgzTA
1•pocksuppet•5m ago•0 comments

Understanding, Analyzing, and Optimizing Agentic AI: A CPU-Centric Perspective

https://arxiv.org/abs/2511.00739
1•matt_d•5m ago•0 comments

Ask HN: Does root have to be uid 0? Does uid 0 have to be root?

1•axismundi•6m ago•0 comments

Agentically optimizing LLM prompt cache TTLs for fun and profit

https://blog.firetiger.com/agentically-optimizing-llm-prompt-cache-ttls-for-fun-and-profit/
1•matsur•6m ago•0 comments

Samsung, SK Hynix Employees Abandon Training for Bonuses

https://www.chosun.com/english/national-en/2026/05/20/GTNK6YYGWNG3NP23YDAAI6IXTA/
1•01-_-•6m ago•0 comments

Congress Wants You to Pay $130 a Year Just to Drive an Electric Car

https://insideevs.com/news/796222/ev-fee-gas-tax-house-bill-2026/
1•01-_-•7m ago•0 comments

Filipino virtual assistants behind LinkedIn's "thought leadership" content mill

https://restofworld.org/2026/virtual-assistant-linkedin-engagement/
1•PaulHoule•7m ago•0 comments

A Cheap Fix for Urban Crime

https://www.theatlantic.com/ideas/2026/05/fix-urban-disorder-crime/687205/
1•littlexsparkee•8m ago•0 comments

Ds.shadcn – Components for building design tools like Framer, Canva, and more

https://ds.shadcn.com
1•super256•9m ago•0 comments

Bill C-22's Privacy and Security Risks Will Drive Digital Services Out of Canada

https://www.michaelgeist.ca/2026/05/tech-exodus-why-bill-c-22s-privacy-and-security-risks-will-dr...
2•laurex•11m ago•0 comments

Leibniz's Philosophical Papers

https://leibnizpapers.org/
3•tzury•13m ago•0 comments

Apple's First Retail Stores Opened 25 Years Ago Today

https://www.macrumors.com/2026/05/19/first-apple-stores-opened-25-years-ago/
2•ndr42•14m ago•1 comments

AI is too expensive

https://www.wheresyoured.at/ai-is-too-expensive/
21•crescit_eundo•17m ago•6 comments

Show HN: A small code review extension for zot

https://github.com/patriceckhart/zot-review
7•patriceckhart•18m ago•0 comments

FPGAs Aren't Processors (Unless You Want Them to Be) FPGA Deep Dive and Use [video]

https://www.youtube.com/watch?v=d3nuepnbmC4
3•Imustaskforhelp•18m ago•0 comments

NSF bets $1.5B on startup-style science over open inquiry

https://lightwards.com/article/nsf-bets-15-billion-on-startup-style-science-over-open-inquiry
2•RumbleinJungle•19m ago•0 comments

Agent Bazaar: Enabling Economic Alignment in Multi-Agent Marketplaces

https://arxiv.org/abs/2605.17698
3•milkkarten•21m ago•1 comments

Wild Blueberry Farms Across Maine Suffer as Climate Change Upends Seasons

https://insideclimatenews.org/news/11052026/maine-wild-blueberry-farms-climate-change/
4•speckx•21m ago•0 comments

How Corrupt Is Trump? Here Are the Numbers

https://www.thebulwark.com/p/how-corrupt-is-trump-here-are-the-numbers-trades-chips-nvidia-pardon...
5•rawgabbit•21m ago•0 comments

Show HN: Superlog (YC P26) – Observability that installs itself and fixes bugs

https://superlog.sh/
9•Magnanten•22m 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.