frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Study confirms permanent loss of Canada's last Arctic epishelf lake

https://news.ubc.ca/2026/09/study-confirms-permanent-loss-of-canadas-last-arctic-epishelf-lake/
1•rdmuser•3m ago•0 comments

Show HN: Biff 2.0 (Clojure web framework)

https://biffweb.com
1•jacobobryant•4m ago•0 comments

X-HBM – 16X more bandwidth or 10x higher density than traditional HBM (2025) [pdf]

https://neosemic.com/wp-content/uploads/2025/09/X-HBM_Brochure.pdf
1•peter_d_sherman•4m ago•0 comments

Oslo bans smart glasses in schools

https://www.thelocal.no/20260910/oslo-bans-smart-glasses-in-schools
1•vinni2•5m ago•0 comments

How do you keep up HN post with more than 2K comments?

1•pablogancharov•6m ago•1 comments

An Engineer's Guide to Surviving a Layoff

https://spectrum.ieee.org/how-to-survive-a-layoff
1•Brajeshwar•6m ago•0 comments

Stabilization Progress of Rust Allocators

https://cetra3.github.io/blog/state-of-allocators-2026-part-2/
1•fanf2•7m ago•0 comments

Ask HN: Would you pay to have your favorite AI agents in one app?

1•balgeman•8m ago•0 comments

What Comes After Git

https://ersc.io/blog/what-comes-after-git
5•steveklabnik•8m ago•0 comments

Bad Vibes Coding

https://spectrecollie.com/2026/09/05/bad-vibes-coding/
1•BrunoBernardino•8m ago•0 comments

Runnable – CI That Speaks Actions (Entire and GitHub)

https://runnable.cloud
1•melkor7•9m ago•0 comments

Writing in 2026: Wherein Claude Voice infects the universe

https://craigmod.com/roden/118/
1•decimalenough•9m ago•0 comments

People's Old Saves Kinda Make Me Sad

https://blog.absurdpirate.com/peoples-old-saves-kinda-make-me-sad/
1•speckx•9m ago•0 comments

OpenAI's research is too important to be turned into propaganda

https://www.modelrepublic.org/articles/openai-research-propaganda
1•cdrnsf•10m ago•0 comments

We Managed an Engineering Reliability Crisis

https://theengineeringmanager.substack.com/p/code-yellow-code-red
1•AntonZ234•10m ago•0 comments

The Open Source Engineering Performance Report [pdf]

https://research.navigara.com/research/Navigara-Performance-Report-Q2-2026.pdf
1•alienll•11m ago•0 comments

Not one of 426 open NIH funding opportunities has a machine-readable deadline

https://grantping.com/writing/nih-deadlines
1•ProtoRun•11m ago•0 comments

Show HN: I built a directory for discovering startups shared on X

https://www.startupsonx.com/
1•techbyhez•14m ago•0 comments

Google has removed the Pixel Tablet from its store

https://www.engadget.com/2254487/google-store-removed-pixel-tablet/
1•jefflinwood•15m ago•0 comments

Alberta First Nation invokes treaty clause to set up gender-affirming care

https://globalnews.ca/news/12053337/alberta-first-nation-gender-affirming-care-safe-haven/
3•colinprince•18m ago•0 comments

JEP 544: Ahead-of-Time Code Compilation

https://openjdk.org/jeps/544
6•Skinney•19m ago•1 comments

From Front Panel to Program: Thinking Like a PDP-8

https://pikuma.com/blog/pdp-8-minicomputer
2•atan2•19m ago•0 comments

Secrets of a Dinosaur Mummy (2021) [video]

https://www.youtube.com/watch?v=ftET83bD8N4
2•Eridanus2•21m ago•0 comments

A 50-year-old computer-assisted proof

https://www.johndcook.com/blog/2026/09/09/four-colors/
2•speckx•21m ago•0 comments

We Benchmarked 83 Frontier AI Repos–None Passed with an A

https://opsera.ai/blog/frontier-ai-software-readiness-benchmark/
3•nassirkhan•21m ago•0 comments

Show HN: Let coding agents work across your laptop, remote machines, and S3

https://github.com/vasinov/ridge-core
2•vasinov•22m ago•0 comments

Autism Is a Scary Word

https://ezducate1.substack.com/p/the-day-i-chose-fight
2•karima1980•23m ago•0 comments

When Computers Were Magic

https://www.goto10retro.com/p/when-computers-were-magic
2•atan2•24m ago•0 comments

Ruining a Blog by Using an LLM

https://www.bentasker.co.uk/posts/blog/opinion/ruining-posts-with-ai.html
2•speckx•25m ago•0 comments

Chinese Industry Is Starting to Wean Off Fossil Fuels

https://e360.yale.edu/digest/china-industry-peak-fossil-fuels
6•Brajeshwar•25m 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.