frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Researcher uses machine learning to hide vehicles from Flock cameras

https://www.bitdefender.com/en-us/blog/hotforsecurity/invisible-car-machine-learning-hide-vehicle...
1•leephillips•1m ago•0 comments

Bomb Sense

https://danboland.net/2021/07/15/bomb-sense.html
1•surprisetalk•1m ago•0 comments

Handmade Network adopts new AI policy

https://handmade.network/blog/p/9203-september_2026__a_new_ai_policy#30763
1•hovsater•2m ago•0 comments

LG about its TVs: "the claims made in the recently published video are not true"

https://gizmodo.com/lg-tvs-are-capable-of-listening-to-more-than-your-screen-report-claims-200080...
1•HelloUsername•3m ago•0 comments

How Fast You Walk May Determine How Long You Live

https://nautil.us/how-fast-you-walk-may-determine-how-long-you-live-1284877
1•Brajeshwar•4m ago•0 comments

Quantum Protocol for Electronic Voting Without Election Authorities

https://journals.aps.org/prapplied/abstract/10.1103/PhysRevApplied.18.014005
1•geox•4m ago•0 comments

Rich Schwartz – The Fate of the Riemann Hypothesis [pdf]

https://www.math.brown.edu/reschwar/Stories/AI.pdf
1•_jcrossley•5m ago•1 comments

New Records Reveal Problems with Medicare's AI Prior Authorization Experiment

https://www.eff.org/deeplinks/2026/09/new-records-reveal-problems-medicares-ai-prior-authorizatio...
2•hn_acker•6m ago•0 comments

Trezor breach victims now getting malicious QR codes by postal mail

https://domainsure.com/crypto/trezor-supply-chain-hack-moves-to-postal-mail-attack/
1•StuntPope•6m ago•0 comments

GPT-6 Astra: The System Card, Alignment and What Comes Next

https://thezvi.wordpress.com/2026/09/09/gpt-6-astra-the-system-card-alignment-and-what-comes-next/
2•swolpers•6m ago•0 comments

We Accidentally Built a Synthetic Cell Factory

https://bnext.bio/post/we-accidentally-built-a-synthetic-cell-factory
1•rajivm•6m ago•0 comments

John T. Downey, CIA agent captured by China during the Korean War (2014)

https://slate.com/news-and-politics/2014/11/john-t-downey-cia-agent-captured-by-china-during-the-...
2•speckx•7m ago•0 comments

Elon Musk told ex he needed 'a legion of children before the civil war'

https://www.theguardian.com/film/2026/sep/08/elon-musk-ashley-st-clair-documentary-venice
7•vrganj•8m ago•0 comments

Go code is leaving 90% of the CPU idle

https://samuelberthe.substack.com/p/your-go-code-is-leaving-90-of-the
2•adletbalzhanov•8m ago•0 comments

You Are Not a Model. Don't Price per Token

https://www.a16z.news/p/you-are-not-a-model-dont-price-per
1•gemanor•8m ago•0 comments

Ask HN: Is there any solution to the AI infestation?

1•yathern•8m ago•0 comments

Astrophyzix Heuristic Scoring System for NEO/PHA Close Approach Visualisation

https://zenodo.org/records/22240223
1•UniverseToday•9m ago•0 comments

Fashware

https://git.sr.ht/~rabbits/fashware
4•ErenayDev•10m ago•0 comments

Go fuck yourself Sam Altman

https://twitter.com/bettercallmedhi/status/2097472336257863722
16•doener•11m ago•2 comments

DeepSeek v4.1 Flash Beta on Vercel

https://vercel.com/ai-gateway/models/deepseek-v4.1-flash-beta
2•JonSchneider•13m ago•0 comments

Show HN: A better ChatGPT for NetSuite questions

https://trycadbury.com
1•dopeboy•13m ago•0 comments

Show HN: TrailerPark, a place just to talk about film trailers

1•ordinarily•15m ago•0 comments

Norwegian gas plant that could safeguard Europe from Trump

https://www.politico.eu/article/the-norwegian-gas-plant-that-could-safeguard-europe-from-trump/
5•leonidasrup•16m ago•1 comments

Show HN: A free, open-source agent orchestrator for knowledge work

https://www.itsverso.xyz/
1•SchezHugo•17m ago•0 comments

Show HN: AuralFret – Chords and scales together on one guitar board

https://auralfret.com/play
1•javixlab•18m ago•0 comments

Automatically detecting AI text in my browser

https://www.seangoedecke.com/deckard/
2•gmays•20m ago•1 comments

Show HN: A FOSS Expense Splitter

4•montenegrohugo•20m ago•2 comments

Word Processors in Basic, Part 2

https://permacomputer.solarpunk.au/?p=237
1•surprisetalk•20m ago•0 comments

Google: Attackers are using prompt injection against coding agents

https://cloud.google.com/blog/topics/threat-intelligence/from-prompting-to-autonomy-the-evolution...
6•fourfire•21m ago•0 comments

I'm not an economist, but here's an argument I've been thinking about

https://twitter.com/slatestarcodex/status/2097599396749992185
5•tosh•21m 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.