frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Xenoeye – analyze network without AI using netflow, PostgreSQL, Grafana

https://github.com/vmxdev/xenoeye
1•vmxdev•25s ago•0 comments

Show HN: A local-first eBook reader with a journal for each book you read

https://forgottenmachine.itch.io/ms-penrose-in-the-library
2•forgatmachine•3m ago•1 comments

AEB: A Case Study Using Comma.ai Dataset (2019)

https://comma-ai.medium.com/aeb-a-case-study-using-comma-ai-dataset-2fc08a2397f4
1•LorenDB•4m ago•0 comments

New York's War on Compute

https://www.city-journal.org/article/new-york-data-centers-moratorium-ai-compute
2•fortran77•5m ago•0 comments

Underwater Suit-Wearing Cyborg Insect Capable of Diving and Terra-Aqua Travel

https://www.nature.com/articles/s41467-026-74235-1
1•gscott•6m ago•0 comments

Khazad – Transparent Semantic Cache for LLM API Calls via Redis Vector Sets

https://github.com/GuglielmoCerri/khazad
2•guglielmoce•7m ago•0 comments

$22,000 per Hour: Assistants Use a Legislative Loophole to Outearn Surgeons

https://www.nytimes.com/2026/06/29/upshot/assistant-surgeons-loophole-pay.html
2•littlexsparkee•7m ago•1 comments

Simplified Sparse Attention via Gist Tokens

https://arxiv.org/abs/2604.20920
1•E-Reverance•7m ago•0 comments

League Loom an MCP Server for ESPN/Sleeper/Fantrax in ChatGPT/Claude

https://leagueloom.com/
1•cmtemkin•7m ago•0 comments

Howdy HN: fur.tea.laser

1•fur-tea-laser•10m ago•0 comments

Show HN: go-iroh – iroh compatible networking for Go

https://github.com/tmc/go-iroh
2•traviscline•13m ago•0 comments

Google's New reCAPTCHA Wants Your Camera Access and 21 Points of Your Hand

https://reclaimthenet.org/googles-new-recaptcha-wants-your-camera-access-and-21-points-of-your-hand
4•Cider9986•13m ago•2 comments

Nondelegation and the Unitary Executive [pdf]

https://afj.org/wp-content/uploads/2020/02/Nondelegation-and-the-Unitary-Executive.pdf
1•qwefasg•14m ago•0 comments

Core – Deterministic governance rules for AI-generated code (pip installable)

https://github.com/DariuszNewecki/CORE
1•d_newecki•14m ago•0 comments

Three FOSS projects for developers, procrastinators, and media wranglers

https://www.theregister.com/software/2026/06/26/three-foss-projects-for-developers-procrastinator...
1•rbanffy•16m ago•0 comments

A Good Animation Disappears

https://frigade.com/blog/a-good-animation-disappears
1•pancomplex•18m ago•0 comments

Proxylity: Academic and Non-Profit Program

https://www.proxylity.com/academic
1•mlhpdx•21m ago•0 comments

Ask HN: Should HN Get 2FA?

2•roschdal•23m ago•3 comments

China's first AI-powered cancer vaccine production line set to launch in Beijing

https://www.scmp.com/business/china-business/article/3358689/chinas-first-ai-powered-cancer-vacci...
2•msalsas•23m ago•1 comments

Feedback around "Tech enforcement layer for AI governance"

https://trust-layer-ai.de/
1•YUZHEN200495•23m ago•1 comments

The Next Chapter of PrimeTek

https://primeui.dev/nextchapter
2•nallerooth•25m ago•0 comments

3D necroprinting: Leveraging biotic material as the nozzle for 3D printing

https://www.science.org/doi/10.1126/sciadv.adw9953
3•jacquesm•28m ago•0 comments

Australian ballista spider builds a spring-loaded snare for a single ant species

https://phys.org/news/2026-06-newly-australian-ballista-spider-snare.html
2•wglb•28m ago•1 comments

Magicbookshelf.org – a spoiler-aware companion for public domain classics

https://magicbookshelf.org/
1•philipfweiss•28m ago•0 comments

Show HN: Fleet – a local-first console for managing Dockerized Hermes AI Agents

https://github.com/matt454/agent-fleet-console
1•matt454•29m ago•0 comments

Freedom of Intelligence

https://slack.org/freedom-of-intelligence
2•sixhobbits•29m ago•0 comments

Show HN: Apex Trading Signals – AI commodity trade ideas, free Android beta

https://play.google.com/apps/testing/com.apextradingsignals
1•dmaso191•29m ago•0 comments

Stop Killing the Internet

https://www.stopkillingtheinternet.net/
1•nobody9999•29m ago•0 comments

How AI Is Changing the Way Politicians Run for Office

https://www.nytimes.com/2026/06/29/us/politics/political-campaigns-ai-tech.html
2•m-hodges•31m ago•0 comments

Can Printed 'Skin' Heal Burns and Prevent Scars?

https://www.smithsonianmag.com/innovation/can-printed-skin-heal-burns-and-prevent-scars-180989000/
3•bookofjoe•35m 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.