frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A chess playground that lets you share board configurations

https://www.chesster.eu
1•MirceaOprea•7m ago•0 comments

Put away your phone and play Pokémon on your Nintendo DS instead

https://alexwennerberg.com/blog/2026-04-15-ds.html
1•abnercoimbre•8m ago•0 comments

We scored 10k Polymarket wallets. Calibration barely predicts profit

https://www.convexly.app/blog/polymarket-10k-wallet-study
1•convexly•9m ago•0 comments

Show HN: Design Graph – a canvas for reviewing parallel HTML variants

https://github.com/noemica-io/design-graph
1•SebastianSosa•9m ago•0 comments

BreachLab Phantom – 32-level post-exploitation wargame on a real Linux box

https://breachlab.org/tracks/phantom
1•atobones•9m ago•0 comments

AgentID – Shared identity. Shared memory. Shared tasks. Lower token costs

https://agentid.live/
1•colapsis•10m ago•0 comments

Koide Formula

https://en.wikipedia.org/wiki/Koide_formula
1•tcp_handshaker•12m ago•0 comments

In a first, Blue Origin uses a recycled rocket to send a satellite into space

https://www.geekwire.com/2026/blue-origin-uses-a-recycled-rocket-to-launch-satellite-for-ast-spac...
1•SilverElfin•13m ago•1 comments

Making Illegal State Unrepresentable

https://blog.frankel.ch/illegal-state-unrepresentable/
1•Tomte•14m ago•0 comments

We Need a New Product Hunt

https://molodtsov.me/2026/04/we-need-a-new-product-hunt/
2•twapi•14m ago•0 comments

You're Invisible on the Internet. Here's the Why

https://medium.com/@simbamudonzvo/youre-invisible-on-the-internet-here-s-the-why-fbe086d99d62
1•TechOnionKing•14m ago•0 comments

The Best Photos of the Artemis II Mission

https://nautil.us/the-best-photos-of-the-artemis-ii-mission-1279789
2•Bender•15m ago•1 comments

Embedded Rust discovery guide for the official Rust ESP32-C3 board

https://github.com/melastmohican/esp-rust-board-discovery
1•melastmohican•17m ago•0 comments

Passmark: Open-source Playwright library for AI regression testing

https://passmark.dev
3•hliyan•17m ago•1 comments

Sandboxed AI agent orchestration platform

https://github.com/superhq-ai/superhq
2•purusa0x6c•18m ago•0 comments

The Secret Life of Circuits

https://lcamtuf.coredump.cx/electronics/
1•signa11•20m ago•0 comments

Turtle WoW classic server announces shutdown after Blizzard wins injunction

https://www.pcgamer.com/games/world-of-warcraft/turtle-wow-classic-server-announces-shutdown-afte...
4•Brajeshwar•20m ago•1 comments

Claude Brain

https://github.com/memvid/claude-brain
2•DeathArrow•21m ago•0 comments

Per-Screen Virtual Desktops Is Finally on KDE Plasma

https://www.neowin.net/news/after-21-years-of-waiting-kde-plasma-is-finally-adding-this-long-requ...
1•bundie•22m ago•0 comments

Against an Endless Present

https://thedispatch.com/article/short-video-memory-culture-books/
1•XzetaU8•23m ago•0 comments

What Category Is Prune?

https://contemplativegames.com/prune
1•justinneuman•23m ago•0 comments

Have your agent post Markdown/HTML/JSX to internet

https://www.saved.md/
1•anboias•27m ago•0 comments

Show HN: Find jobs and know your fit before you apply

https://karriero.net/
2•alenn_m•27m ago•2 comments

Who Voted You King?

https://chrisabraham.substack.com/p/who-voted-you-king
1•chrisabraham•27m ago•0 comments

Ηuman collective intelligence through space, body and material symbols

https://royalsocietypublishing.org/rstb/article/381/1948/20240448/481362/Scaffolding-minds-human-...
1•XzetaU8•28m ago•0 comments

Moonspans

https://moonpans.com/
1•tcp_handshaker•28m ago•0 comments

The first compliance-native Git platform

https://www.guardgit.com/
1•quietproof•29m ago•0 comments

Show HN: Ratio Royale – A playable simulation of the Dead Internet theory

https://vibeaxis.com/ratio-royale/
1•XQorp•30m ago•0 comments

Tesla owner uses emergency solar to trickle charge after running out of battery

https://electrek.co/2026/04/18/tesla-model-x-solar-charging-atacama-desert-chile-pan-american-hig...
2•Bender•34m ago•0 comments

I've fired one of Americas most powerful lasers heres what a shot day looks like

https://theconversation.com/ive-fired-one-of-americas-most-powerful-lasers-heres-what-a-shot-day-...
2•Bender•36m ago•0 comments
Open in hackernews

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

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