frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Iran war shows Green Deal 'fundamental' to EU security

https://www.politico.eu/article/eu-green-deal-energy-security-iran-war/
1•vrganj•2m ago•0 comments

PEP 827 – Type Manipulation

https://peps.python.org/pep-0827/
1•arusahni•4m ago•0 comments

Volkswagen to cut 50k jobs as China offers cheaper electric cars

https://www.telegraph.co.uk/business/2026/03/10/volkswagen-to-cut-50000-jobs-after-failed-bet-on-...
2•emzo•5m ago•0 comments

Show HN: Iran War Clock

https://www.iranwarclock.com/
1•martialg•5m ago•0 comments

Cold DMs don't work anymore. Here's what got me my first users

1•deep1283•6m ago•0 comments

AI C-Suite – Chat with a fictional leadership team (1-on-1 or group chat)

https://99helpers.com/tools/csuite-advisor
1•nickk81•8m ago•1 comments

Most B2B Lead Generation Tools Create Contacts, Not Customers

1•lakshmirk•9m ago•0 comments

Show HN: A mission-based game to help students apply math in real life

https://www.owsterlabs.com/module/eagle-in-the-sky/
1•firepegasus11•9m ago•0 comments

Who Killed German Nuclear?

https://zionlights.substack.com/p/who-really-killed-german-nuclear
1•mpweiher•10m ago•0 comments

Removing recursion via explicit callstack simulation

https://jnkr.tech/blog/removing-recursion
1•gsky•12m ago•0 comments

Amygdala Research: Prompt topic, get footnoted report from experts in seconds

https://amygdala.eu/research
1•JoranCornelisse•12m ago•0 comments

Gemini Exporter – a Chrome extension to export Gemini chats

1•nongquy•16m ago•0 comments

Understanding React Native's new architecture

https://www.z1.digital/blog/react-native-s-new-architecture-a-paradigm-shift
1•ClarisaGuerra•17m ago•0 comments

IronPE – Minimal Windows PE manual loader written in Rust

https://github.com/iss4cf0ng/IronPE
1•iss4cf0ng•18m ago•0 comments

Nasdaq partners with Kraken to distribute tokenized stocks globally

https://www.coindesk.com/business/2026/03/09/nasdaq-and-kraken-are-teaming-up-to-let-you-trade-to...
1•giuliomagnifico•19m ago•0 comments

Show HN: .ispec – because documentation always lies and I'm trying to fix that

https://github.com/johnfire/ispec
1•alby-durer•21m ago•0 comments

We now know why some people had blood clots after Covid shots

https://www.thehindu.com/sci-tech/science/we-now-know-why-some-people-had-severe-blood-clots-afte...
1•thisislife2•22m ago•0 comments

Mnemos,persistent memory for AI agents

https://github.com/mem9-ai/mem9
2•mountainview•24m ago•0 comments

I put my whole life into a single database

https://howisfelix.today/
1•lukakopajtic•25m ago•0 comments

Lambda Calculus Explorer

http://kmicinski.com/cis352-s26/lambda-playground/
1•todsacerdoti•25m ago•0 comments

Ask HN: What AI content automation stack are you using in 2026?

2•jackcofounder•26m ago•1 comments

Bash is all you need. A nano Claude Code–like agent, built from 0 to 1

https://github.com/shareAI-lab/learn-claude-code
1•Oras•27m ago•0 comments

Hardware passkeys are winning on security, losing on adoption

https://www.corbado.com/blog/hardware-passkey-adoption-observability
1•vdelitz•27m ago•0 comments

Too Much Color

https://www.keithcirkel.co.uk/too-much-color/
5•Keithamus•28m ago•0 comments

CPG – Generate Cilium network policies from dropped Hubble flows

1•soulkyu•30m ago•0 comments

What's my JND? – a colour guessing game

https://www.keithcirkel.co.uk/whats-my-jnd/?r=ARUjKP__-ve-
3•Keithamus•31m ago•2 comments

I think I'm turning into a vibe coder

2•bekauridev•33m ago•2 comments

Measuring the Weight of an Electron (2017)

https://deftly.net/posts/2017-06-01-measuring-the-weight-of-an-electron.html
2•asimovDev•34m ago•0 comments

I made myself a device that tells me what plane flies above my home

https://old.reddit.com/r/aviation/comments/1roy7qs/i_made_myself_a_device_that_tells_me_what_plane/
1•taubek•35m ago•0 comments

Working to Decentralize FedCM

https://atproto.com/blog/working-to-decentralize-fedcm
1•erlend_sh•38m 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.