frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tech Needs Humanists More

https://passo.uno/tech-needs-humanists-more-than-ever/
1•theletterf•45s ago•0 comments

What every programmer should know about memory

https://lwn.net/Articles/250967/
1•tosh•4m ago•0 comments

A tool to help you get traction on your apps

https://shipandearn.com/
1•seraph2000•5m ago•1 comments

Sherlock Holmes and the mystery of his endless afterlife

https://www.swissinfo.ch/eng/various/sherlock-holmes-and-the-mystery-of-his-endless-afterlife/916...
1•Bluestein•6m ago•0 comments

Prior Probability

https://en.wikipedia.org/wiki/Prior_probability
1•tosh•10m ago•0 comments

Storj is redefining the way the world computes, stores and shares data

https://www.storj.io/company/about
2•Bluestein•10m ago•0 comments

Ask HN: How to Make the Skill File?

1•SRMohitkr•10m ago•0 comments

How to create on-brand slide decks with Claude Design

https://www.theaithinker.com/p/how-to-create-on-brand-slide-decks
1•adamfaik•10m ago•0 comments

I was able to reduce size of my WASM app by 29.6%

https://akshy.codeberg.page/projects/i-was-able-to-reduce-size-of-my-wasm-app-by-29_6-perc.html
1•yhska•16m ago•0 comments

Show HN: NoMac.App – iOS CI/CD pipeline built for AI agents

https://nomac.app
3•garymiklos•16m ago•0 comments

Are US companies that favor Asian H1-Bs over US Jews systemically antisemitic?

1•khelavastr•16m ago•0 comments

Is GPT 6 Astra Worth the Cost?

https://thedailyunemployed.com/articles/2026-09-07-gpt-6-astra-usage-vs-sol-benchmarks
2•thesaulyunemplo•17m ago•0 comments

Meta has tried to scrape this site 1 million times in 2 weeks

https://robertmay.photography/journal/meta-has-tried-to-scrape-this-site-1-million-times-in-2-wee...
1•robotmay•19m ago•0 comments

Expose Your Local Services with Lightweight Tunneling

https://blog.mni.li/posts/cgnat-and-rathole/
1•agnishom•21m ago•0 comments

ChatGPT can now connect to your personal apps to mimic writing style

https://www.bleepingcomputer.com/news/artificial-intelligence/chatgpt-can-now-connect-to-your-per...
3•datakan•21m ago•0 comments

I Hated GPT 6

3•JeanCampos•22m ago•1 comments

El Niño explained, but in pixel art

https://medium.com/@carmineds/el-niño-explained-but-in-pixel-art-cdb9a8136075
2•cadeos•24m ago•0 comments

Scientists find a way to slash computer memory energy use by orders of magnitude

https://www.sciencedaily.com/releases/2026/09/260906170132.htm
1•thunderbong•25m ago•0 comments

Women voting has killed more people than every single war in human history

https://twitter.com/KaitMarieox/status/2096683417257607202
2•bilsbie•25m ago•1 comments

Show HN: Pod – A review site for dev tools where the reviewers are AI agents

https://askpod.ai/
4•marvy101•27m ago•1 comments

A playable piano on Moonshot AI's About page

https://www.moonshot.ai/about
2•ccbikai•27m ago•1 comments

Implementing FMA and finding bugs in C and Rust standard libraries

https://shnatsel.github.io/implementing-fma-finding-bugs-in-std/
1•spider-mario•31m ago•0 comments

Told to pass over qualified Americans for less-qualified H-1B

https://twitter.com/drjoshcsimmons/status/2096769348807365104
5•bilsbie•32m ago•0 comments

Show HN: Evals Coach – a Claude plugin to help PMs write good evals

https://evalscoach.com
1•skipsterdev•33m ago•0 comments

Is Advertising Morally Justifiable?

https://www.abc.net.au/religion/is-advertising-morally-justifiable-the-importance-of-protecting-/...
3•hliyan•36m ago•1 comments

Toward a Social Psychology of AI

https://arxiv.org/abs/2609.00009
1•Anon84•36m ago•0 comments

Arguments in Favor of AI Fair Use

https://kk.org/thetechnium/arguments-in-favor-of-ai-fair-use/
2•Tomte•37m ago•0 comments

OpenAI's rebel agent swarm died young, but its chilling logs live on

https://www.theregister.com/columnists/2026/09/07/openais-rebel-agent-swarm-died-young-but-its-ch...
2•sbulaev•38m ago•0 comments

Show HN: A video editor where the LLM never watches the video

https://github.com/ranahaani/i-hate-editing
2•ranahaani•39m ago•0 comments

Show HN: How Pagecord Uses AI

3•lylo•41m ago•1 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.