frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Test Your Claude Code Skills

https://claude-code.vercel.app/test
1•Krishnaa_•1m ago•1 comments

Motorola confirms GrapheneOS support for a future phone, bringing over features

https://9to5google.com/2026/03/01/motorola-confirms-grapheneos-partnership-for-a-future-smartphon...
1•microflash•3m ago•0 comments

U.S. science agency moves to restrict foreign scientists from its labs

https://www.science.org/content/article/nist-moves-restrict-foreign-scientists-its-labs
1•JeanKage•5m ago•0 comments

How to Write a Good Spec for AI Agents

https://www.oreilly.com/radar/how-to-write-a-good-spec-for-ai-agents/
1•pella•6m ago•0 comments

Show HN: XPilot – Your X presence, on autopilot

https://xpilot.so
1•alexcloudstar•7m ago•0 comments

cargo-shear: Remove unused dependencies in a Rust project

https://github.com/Boshen/cargo-shear
2•modinfo•10m ago•0 comments

A Campaign to Tackle Loneliness – Empty Chairs

https://emptychairs.org.uk
1•kelseyfrog•13m ago•0 comments

Local.html: Social Discovery by Browser-Based Crawling

https://lofihi.fi/local-html
1•rdmuser•14m ago•0 comments

Show HN: I built an MCP server to recruit employees for free

https://github.com/Himalayas-App/himalayas-mcp
1•walshhub•14m ago•0 comments

Show HN: React Redact – One keyboard shortcut to make your app demo-safe

https://github.com/btahir/react-redact
1•bilater•15m ago•0 comments

/e/OS is a complete "deGoogled", mobile ecosystem

https://e.foundation/e-os/
2•doener•15m ago•0 comments

Can Europe break free of Visa and Mastercard? MEPs stall digital euro

https://www.euronews.com/my-europe/2026/02/27/can-europe-break-free-of-visa-and-mastercard-meps-s...
1•doener•18m ago•0 comments

Angular Best Practice File Structure Principles 2026

https://medium.com/@bolik/angular-best-practice-file-structure-principles-2026-41f1d1383cda
1•mariusbolik•21m ago•0 comments

Lab-grown organoids trained to solve CartPole

https://news.ucsc.edu/2026/02/brain-organoids-goal-directed-learning/
1•Otterly99•21m ago•0 comments

Show HN: Mini-coder – small, fast CLI coding agent

https://github.com/sacenox/mini-coder
1•sacenox1•21m ago•0 comments

macOS-native sandboxing for local agents

https://agent-safehouse.dev
1•Mopolo•24m ago•0 comments

X's Rust and Python Architecture Analysed

https://nibzard.github.io/twitter-algorithm-tufte/
1•nkko•25m ago•0 comments

Show HN: Omni – Open-source workplace search and chat, built on Postgres

https://github.com/getomnico/omni
6•prvnsmpth•27m ago•0 comments

Show HN: Add a knowledge chat widget to your static site with one script tag

https://chat.juror8.ai
1•shivaodin•30m ago•0 comments

Your AI Slop Bores Me

https://www.youraislopbores.me/
1•mikidoodle•31m ago•0 comments

Graphtoy

https://graphtoy.com
2•netule•33m ago•0 comments

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/posts/fooling-go-x509-certificate-verification/
1•hasheddan•34m ago•0 comments

Getting Started with Snobol – Ratfactor

https://ratfactor.com/cards/start-snobol
2•rbanffy•45m ago•0 comments

Is Traditional Software Engineering Dead?

https://twitter.com/naval/status/2028314493206585471
1•MrBuddyCasino•45m ago•0 comments

Let OpenClaw bot to manage your issues and Git repositories

https://gisia.dev/docs/ai-bot-skills
1•okoddcat•49m ago•1 comments

After gunshots in entertainment district: Waymo taxi blocks ambulance in Austin

https://www.heise.de/en/news/After-gunshots-in-entertainment-district-Waymo-taxi-blocks-ambulance...
3•doener•50m ago•0 comments

Show HN: Deterministic symbolic memory layer for grounding LLMs

https://github.com/Th3Hypn0tist/SymbolicMemoryMCP
1•Th3Hypn0tist•53m ago•0 comments

Lean and AI caught a bug in my 2-year-old TLA+ spec

https://medium.com/@polyglot_factotum/on-what-the-future-of-software-looks-like-today-ea9d53e647a7
1•polyglotfacto•53m ago•1 comments

Why was the Commodore 64 disk drive so slow?

https://imrannazar.com/articles/commodore-1541
1•Two9A•56m ago•0 comments

The Forever Wars of 1984

https://junot.substack.com/p/the-forever-wars-of-nineteen-eighty
2•jbegley•57m ago•0 comments
Open in hackernews

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

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