frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Please let me phone my podcasts app

https://interconnected.org/home/2026/07/24/podcasts
1•surprisetalk•1m ago•0 comments

Ask HN: Who is hiring? (August 2026)

1•whoishiring•1m ago•4 comments

Ask HN: Who wants to be hired? (August 2026)

1•whoishiring•1m ago•9 comments

Show HN: Book Studio – Turn PDFs into a private reading library

https://github.com/mym0404/book-studio-template
1•mj_studio•2m ago•0 comments

A Good Vimrc (2014)

https://dougblack.io/words/a-good-vimrc.html
1•throwaway98797•3m ago•0 comments

Llama-Apps

https://github.com/tonyanglesey/llama-apps
1•tonyanglesey•4m ago•0 comments

Nvidia's CUDA Faces New Threats from AI Coding Agents

https://www.businessinsider.com/nvidia-cuda-new-threats-ai-coding-agents-2026-8
2•chrsw•4m ago•0 comments

Flock's CEO Faced Me After Its Cameras Led to My Wrongful Stop

https://www.thedrive.com/podcast/flocks-ceo-wants-zero-wrongful-stops-i-wasnt-the-first
3•f154hfds•5m ago•0 comments

Shots: Codex and MCP Plugin for Making App Store Screenshots

https://shots.run
2•Jonovono•6m ago•1 comments

Obidos is going Open Source

https://github.com/spenego/Obidos
1•spenegosoftware•6m ago•1 comments

An Alternative to X402

https://github.com/programmaman/d402
1•programmaman•8m ago•0 comments

AI Listings Have Made Apartment Hunting More Debasing

https://defector.com/ai-listings-have-made-apartment-hunting-even-more-debasing
1•martey•8m ago•0 comments

Honey, I shrunk the embeddings: Matryoshka vs. PCA

https://dylancastillo.co/posts/matryoshka-vs-pca
1•dcastm•8m ago•0 comments

Indirected Reality – Language, Truth, and LLMs

https://queue.acm.org/detail.cfm?id=3819081
1•vinhnx•9m ago•0 comments

Iau Finance – Free and Open-Source Bloomberg-Style Terminal for Cats

https://github.com/jz1656-izback/miau-finance-now-free
1•jz1656•10m ago•1 comments

Show HN: Send a Packet Around the World

https://ringaroundtheworld.com/
1•jgoldberg5706•12m ago•0 comments

The clever hack I used to translate my Résumé

https://axel.leroy.sh/blog/clever-hack-translating-resume
1•speckx•12m ago•0 comments

TSA Privatization Returns Airport Security to a Dangerous Past

https://prospect.org/2026/08/03/tsa-privatization-airport-security-911-trump-bush/
3•hn_acker•12m ago•0 comments

Artist Statement Generator

https://www.artybollocks.com/generator.html
1•bookofjoe•15m ago•0 comments

Clickbait, engagement, and credibility in YouTube's medical ecosystem

https://www.nature.com/articles/s41746-026-03046-x
2•wertyk•16m ago•1 comments

LLM policy for drivers/staging/ going forward

https://lore.kernel.org/all/2026080354-skater-urgent-31b2@gregkh/
1•ahlCVA•16m ago•0 comments

Show HN: Christopher Nolan's Hymn to Athena

https://jackcushman.org/writing/hymn-to-athena/
1•JackC•16m ago•0 comments

Show HN: One Thing at a Time – a todo app that hides your list

https://onethingatatime.app/
1•sumtsui•17m ago•0 comments

Can a robotics startup survive by pivoting from hardware to data scraping?

1•hjkofj•19m ago•0 comments

DeepSeek v4 flash and cheap intelligence

https://www.0xsid.com/blog/cheap-tokens-are-great
3•ssiddharth•19m ago•0 comments

Most Simple Design of a Stablecoin

https://github.com/shafu0x/MicroStable
1•AnhTho_FR•19m ago•0 comments

They're made out of meat (1991)

https://terrybisson.com/theyre-made-out-of-meat-2/
1•maxutility•19m ago•0 comments

The Mechanical Transmission of Power: Stangenkunst (2013)

https://solar.lowtechmagazine.com/2013/01/the-mechanical-transmission-of-power-1-stangenkunst/
1•at1as•19m ago•0 comments

Reading agent status out of Claude Code's hooks

https://agent-manager.dev/writing/claude-code-hooks/
1•yoanwaidev•19m ago•0 comments

AmigaOS Easter Eggs

http://www.bambi-amiga.co.uk/amigahistory/messages.html
2•Bluestein•19m 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.