frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Math challenges a 2k-year-old story about Parthenon's optical illusions

https://phys.org/news/2026-09-mathematician-year-legend-parthenon-optical.html
1•wglb•25s ago•0 comments

Could Your Chatbot Be Stealing Ideas from You?

https://www.nytimes.com/2026/09/10/science/chatbot-stealing-ideas.html
1•bookofjoe•39s ago•0 comments

Weeping whales: Stillborn humpback whale grieving documented

https://phys.org/news/2026-09-whales-stillborn-humpback-whale-grieving.html
1•wglb•2m ago•0 comments

I gave my agents a heartbeat

https://mlsystemsri.com/insights/i-gave-my-agents-a-heartbeat
1•Salparvezml•2m ago•0 comments

Will AI Replace Your Doctor? Dr. Zeke Emanuel and AMA President Dr. John Whyte

https://www.youtube.com/watch?v=WTnZ6W7qsLQ
1•shamoo•10m ago•1 comments

A Large Database Does Not Mean Large Shared_buffers

https://www.keithf4.com/a-large-database-does-not-mean-large-shared_buffers/
1•b-man•14m ago•0 comments

Size-Specialized Memory Allocation

https://go.dev/blog/size-specialized-allocations
1•spacey•16m ago•0 comments

What's Scarier Than Agents Taking over Internet? CEO Cartel Trying Take over AI

https://fractalsofchange.substack.com/p/q-whats-scarier-than-a-swarm-of-ai
4•gz5•17m ago•0 comments

AI Cheating Is on the Rise

https://www.vals.ai/blogs/cheating-on-the-rise
3•sanxiyn•20m ago•0 comments

Unplug America

https://engageq.notion.site/unplug-full
5•jethronethro•20m ago•0 comments

Suzanne Ciani's Buchla Cookbook

https://echo.orpheusinstituut.be/article/suzannes-buchla-cookbook
1•stuart78•22m ago•0 comments

OpenAI discloses six new AI safety incidents

https://www.axios.com/2026/09/16/openai-testing-safety-incidents-disclosure
7•toomuchtodo•29m ago•0 comments

The Return of Sail Power: Cargo Ships Are Turning Back to the Wind

https://gcaptain.com/the-return-of-sail-power-cargo-ships-are-turning-back-to-the-wind/
5•gumby•33m ago•0 comments

How the Strategic Petroleum Reserve Works

https://www.construction-physics.com/p/how-the-strategic-petroleum-reserve
3•sklargh•37m ago•0 comments

What Would Canada's Associate Membership of the EU Look Like?

https://www.wsj.com/world/europe/what-would-canadas-associate-membership-of-the-eu-look-like-2f65...
2•toomanyrichies•38m ago•0 comments

Cert/CC covers up Google's data retention fraud

https://medium.com/@istokovicsgyorgy79/how-cert-cc-and-googles-bots-dismissed-a-critical-data-per...
1•Bitu79•38m ago•0 comments

A dead man's switch with client-side crypto and an offline decryptor

https://etergis.com/
1•dannybcarrjr•40m ago•0 comments

Show HN: Hacker News, a little more focused

https://hn-tags.beehivesoftware.xyz/?tags=programming
1•ashish01•43m ago•0 comments

Recursive Meta-Intelligence

https://twitter.com/ProfBuehlerMIT/status/2099834306046664792
1•gmays•43m ago•0 comments

Unlocking the Brain's Potential, with Gül Dölen [video]

https://www.youtube.com/watch?v=Z1Tc64BN3Ac
1•binyu•44m ago•0 comments

Where Yesterday's Decisions Run Today

https://medium.com/@gurvinder372/article-19-where-yesterdays-decisions-quietly-run-today-2412842a...
1•gps372•46m ago•0 comments

AgentLane: Git-native coordination for coding agents

https://github.com/thetrueshags/AgentLane
2•shirag•46m ago•1 comments

Ask HN: How long before we will have a major AI driven cyberincident?

1•jacquesm•49m ago•0 comments

Bringing Correctly Rounded Math to Production with LLVM-Libc

https://devblogs.microsoft.com/cppblog/bringing-correctly-rounded-math-to-production-with-llvm-libc/
1•mmozeiko•51m ago•0 comments

When the fractional part of a float fixes your shader

https://crocidb.com/post/when-the-fractional-part-of-a-float-fixes-your-shader/
1•pavel_lishin•51m ago•0 comments

Otis – a minimal AI agent that runs local models out of the box

https://triangllabs.ai/otis
2•petrenk0n•54m ago•1 comments

Researchers have created a mouse with a partly human brain

https://www.economist.com/science-and-technology/2026/09/16/researchers-have-created-a-mouse-with...
1•sbulaev•55m ago•0 comments

Duotone icon library with 1k icons and 250 flags for React with RTL support

https://github.com/andrsrxn/icons
1•andrsrxn•56m ago•0 comments

Show HN: Nullsec – server-blind encrypted paste

https://nullsec.pntr.dev
3•NevskyNull•58m ago•0 comments

Future of computing is here – OmaVision on Omarchy [video]

https://www.youtube.com/watch?v=shNPZSCICJE
3•shellkr•59m 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.