frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Supervising AI Agents

https://github.com/usefulsoftworks/ai-agent-control-checklist
1•usefulsoftworks•26s ago•0 comments

A Fast Attention Kernel for MI300X, Written in Hip, Not Assembly

https://moonmath.ai/cdna3attention/
1•latchkey•2m ago•0 comments

Show HN: Askmaps.ai – Like ChatGPT with a Map

https://www.askmaps.ai
1•fabino•4m ago•0 comments

I want to spend more time on the internet

https://m-bertel.at/articles/i-want-to-spend-more-time-on-the-internet
1•michibertel•5m ago•0 comments

At Meta, 90% of my coworkers were Chinese

https://twitter.com/jeremybernier/status/2058243373161722185
2•ksec•8m ago•3 comments

Billionaire Tax Officially Heads to Nov. 3 Ballot

https://www.sos.ca.gov/administration/news-releases-and-advisories/2026-news-releases-and-advisor...
3•simonpure•11m ago•1 comments

Dallas Fed paper: unauthorized immigration drove ~30% of home-price growth

https://www.wsj.com/opinion/border-enforcement-does-affect-american-workers-wallets-cc45d6b0
1•bilsbie•15m ago•0 comments

Roger Cook (Journalist)

https://en.wikipedia.org/wiki/Roger_Cook_(journalist)
1•petethomas•17m ago•0 comments

Ask HN: Is Anyone Using Filtr?

https://kaylees.site/wipr2-whats-new.html#filtr
1•dotcoma•17m ago•0 comments

Rich Programmer Food (2007)

https://steve-yegge.blogspot.com/2007/06/rich-programmer-food.html
2•tosh•20m ago•0 comments

'Can a machine do this job?' is the wrong question

https://www.ft.com/content/47f4d549-4560-4830-bf55-47774a9057bc
1•xnx•22m ago•0 comments

Which Copyleft Licence Is Suitable for an SVG?

https://shkspr.mobi/blog/2026/06/which-copyleft-licence-is-suitable-for-an-svg/
3•ajdude•28m ago•1 comments

(How to Write a (Lisp) Interpreter (In Python))

https://norvig.com/lispy.html
16•tosh•28m ago•4 comments

Show HN: CommitGate – Automatically scan your commit for vulnerabilities

https://github.com/ductrl/CommitGate
2•ductrl•30m ago•2 comments

Why Early-Stage Founders Are Misunderstood by Everyone with a Normal Job

https://abzglobal.net/technology/why-early-stage-founders-are-misunderstood-by-everyone-with-a-no...
2•mariansorca•33m ago•0 comments

Olympian arrested for touching remnants of decaying Reflecting Pool: report

https://www.rawstory.com/reflecting-pool-paint-algae/
3•hn_acker•34m ago•0 comments

Show HN: Trustmux – Lightweight Secure Daemon for Mobile Shell Access

https://trustmux.dev
2•dustinkirkland•35m ago•0 comments

Occupancy Math on the AMD MI355X: A From-First-Principles Guide

https://indianspeedster.github.io/blog/occupancy-math-mi355x/
1•skidrow•35m ago•0 comments

Don't Do That PhD

https://twitter.com/AI_in_LEO/status/2068511650215325847
1•gmays•42m ago•1 comments

Specs by Snapchat

https://www.specs.com/
1•ruckfool•43m ago•0 comments

I Still Live in the Terminal

https://blog.tacoda.dev/why-i-still-live-in-the-terminal-0d27918d85bb
3•tacoda•45m ago•3 comments

Cotypist – Smart Autocomplete for Mac

https://cotypist.app/
1•lorenz_li•48m ago•0 comments

Show HN: VS Code agent optimized for affordable coding plans

https://smartdino.dev/features
1•ylian•48m ago•0 comments

Tribes of Programming (2017)

https://josephg.com/blog/3-tribes/
2•downbad_•50m ago•1 comments

Show HN: Agent Departures

https://agent-departures.vercel.app/
1•qainsights•50m ago•0 comments

Controversial Programming Opinions (2012)

https://programmers.blogoverflow.com/2012/08/20-controversial-programming-opinions/
1•downbad_•50m ago•0 comments

Show HN: Browser-Based Video Converter

https://cliparr.dev/convert/
1•TechSquidTV•50m ago•0 comments

Europe buys the future, America builds it

https://www.economist.com/finance-and-economics/2026/06/18/europe-buys-the-future-america-builds-it
3•gmays•51m ago•1 comments

Bending Emacs Ep. 14: Prototype iOS apps with agent-shell artist-mode and skills [video]

https://www.youtube.com/watch?v=7fdHeUoRRgg
1•xenodium•53m ago•0 comments

Ask HN: Why Do AI Credits Expire

4•kuberwastaken•53m ago•5 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.