frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

1929: Inside the Greatest Crash in Wall Street History

https://www.nybooks.com/articles/2026/03/26/tick-tick-boom-1929-andrew-ross-sorkin/
1•mitchbob•5m ago•1 comments

Meadow: An ultra-compact smartphone without web browser, social media or email

https://www.notebookcheck.net/The-Meadow-launches-as-an-ultra-compact-smartphone-without-web-brow...
1•thunderbong•5m ago•0 comments

TurboQuant: Redefining AI efficiency with extreme compression

https://research.google/blog/turboquant-redefining-ai-efficiency-with-extreme-compression/
2•ray__•6m ago•0 comments

Iran camera network to control dissent turned into Israel targeting tool

https://apnews.com/article/iran-war-security-cameras-surveillance-5f9a1fe5845d94894f3edd50af560d3a
2•divbzero•18m ago•0 comments

Keryx – One TypeScript action class, five transports (HTTP, WS, CLI, MCP, tasks)

https://www.keryxjs.com/
2•evantahler•19m ago•0 comments

VMware – Strengthening the Cloud-Native Ecosystem Through Upstream Collaboration

https://blogs.vmware.com/cloud-foundation/2026/03/23/strengthening-the-cloud-native-ecosystem-thr...
2•donutshop•19m ago•0 comments

China mapping the ocean floor as it prepares for submarine warfare with the US

https://www.japantimes.co.jp/news/2026/03/24/asia-pacific/politics/china-ocean-submarine-warfare-us/
3•anigbrowl•21m ago•0 comments

Ask HN: Is Google AI overview good enough now?

5•coldtrait•24m ago•3 comments

Ask HN: Is anyone here giving their MCP server a code execution environment?

2•steadyelk•24m ago•0 comments

The Rise of the 'Backup Passport'

https://www.bbc.com/travel/article/20260318-the-rise-of-the-backup-passport
1•1659447091•25m ago•0 comments

New 'Lord of the Rings' Movie from Stephen Colbert and His Son in Development

https://variety.com/2026/film/news/lord-of-the-rings-movie-stephen-colbert-warner-bros-1236698684/
2•voxadam•27m ago•1 comments

Show HN: Probably the ultimate solution to shell documentation – shDoc

https://marketplace.visualstudio.com/items?itemName=DawsonHuang.shdoc
1•dawson0•31m ago•0 comments

CRP: An Open Protocol for Multi-Threaded Cognitive Perception in AI Systems

https://github.com/EraHQ/CRP
1•EraHQ•31m ago•0 comments

Social media bans and digital curfews to be trialled on UK teenagers

https://www.bbc.com/news/articles/cn89g3ngkyzo
2•1659447091•33m ago•0 comments

I Love the Em Dash–Too Bad If AI Does Too

https://thewalrus.ca/i-love-the-em-dash-too-bad-if-ai-does-too/
2•SegfaultSeagull•33m ago•1 comments

Ebenezer Everett

https://www.gracesguide.co.uk/Ebenezer_Everett
1•num42•34m ago•0 comments

The Inverse Law of Capital: The best way to kill a game studio is give it $250M

https://softcurrency.substack.com/p/the-inverse-law-of-capital
2•econgradstud•38m ago•1 comments

Miscellanea: The War in Iran

https://acoup.blog/2026/03/25/miscellanea-the-war-in-iran/
3•decimalenough•40m ago•0 comments

Crypto Mini-FAQ (2007

http://www.spinstop.com/roger/cryptofaq.htm
2•TMWNN•41m ago•0 comments

How to Build a Reliable IRL Streaming Setup for Under $300

https://www.instacam.tv
1•inteso•42m ago•0 comments

Persistent long-term memory for Claude Code

https://github.com/jakemannix/yaucca
2•fclaude•46m ago•0 comments

Life Lessons from Differential Equations

https://www.johndcook.com/blog/2015/07/23/life-lessons-from-differential-equations/
1•tzury•46m ago•0 comments

Composer 2 Technical Report [pdf]

https://cursor.com/resources/Composer2.pdf
1•nreece•47m ago•0 comments

Using AI as a Design Engineer

https://jakub.kr/work/using-ai-as-a-design-engineer
2•handfuloflight•48m ago•0 comments

Ask HN: Any recommended engineering/dev related Slack channels?

1•Kuraptka•54m ago•0 comments

How to Keep Secrets Out of the Sandbox

https://sandbox0.ai/blog/2026-03/keep-api-keys-out-of-ai-agents
2•laotoutou•1h ago•0 comments

Meta ordered to pay $375M in New Mexico trial over child exploitation

https://www.reuters.com/sustainability/boards-policy-regulation/jury-orders-meta-pay-375-mln-new-...
25•gostsamo•1h ago•2 comments

Safer vibecoding via old hacker habits

http://addxorrol.blogspot.com/2026/03/slightly-safer-vibecoding-by-adopting.html
1•tdullien•1h ago•0 comments

Show HN: Necessary Cuts – an interactive fiction fragment

https://necessarycuts.com/play
1•liquidchicken•1h ago•0 comments

Show HN: GitHub Actions for Agents

2•pistoriusp•1h ago•0 comments
Open in hackernews

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

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