frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LED Sports Ticker – A high-performance 60fps stadium-style scoreboard

https://play.google.com/store/apps/details?id=com.tickerled.sports&hl=en_US
1•scrolling•5m ago•0 comments

Hard-Chat – A serverless, RAM-only P2P terminal chat

https://github.com/mrhardlint/Hard-Chat
1•hardlint•6m ago•0 comments

Almost all content here is HN's own bots

6•DidYouKnowThat•11m ago•2 comments

Five dead after Amazon-branded cargo plane overruns runway at Miami airport

https://www.nbcnews.com/news/us-news/amazon-plane-crash-miami-rcna596369
1•r_singh•14m ago•0 comments

App Review Shenanigans

https://kaylees.site//app-review-shenanigans.html
1•latexr•16m ago•1 comments

Four Weeks of a Vegan Diet Alter Signs of Inflammation and Aging

https://www.uniklinik-freiburg.de/en/press/press-releases/detailed-view/6938-vier-wochen-vegane-e...
19•marvinborner•21m ago•10 comments

CrisperWhisper – Speech to Text Model That Transcribes What You Say Verbatim

https://github.com/nyrahealth/CrisperWhisper
1•Curiositry•24m ago•0 comments

The Turpentine Effect (2010)

https://ribbonfarm.com/2010/03/18/the-turpentine-effect/
2•Curiositry•27m ago•0 comments

Pivot to AI safety, I beg you

https://ceselder.substack.com/p/pivot-to-ai-safety-i-beg-you
5•doitLP•28m ago•3 comments

Genius AI Detector

https://geniusaidetector.com/
1•ohjeez•28m ago•0 comments

When the Building Becomes the Computer

https://medium.com/@Radomako/when-the-building-becomes-the-computer-ea91674841e2
2•richieadomako•29m ago•0 comments

Show HN: Find people who share your taste in books, films, and music

https://www.joinstratum.app/
1•JeffreyInyang•31m ago•0 comments

An MCP for Telling the Time?

https://smithery.ai/servers/wolfendentheo/Stamp
1•Facingsouth•31m ago•1 comments

Draw the Rest of the Owl

https://luke.zip/posts/draw-the-owl/
3•yathern•36m ago•0 comments

Show HN: Maths.free – Learn all of maths, in order

https://maths.free/
1•nadermx•36m ago•2 comments

I'm a father who studies the impact of AI: this is what parents need to know

https://www.theguardian.com/technology/2026/sep/06/daniel-susskind-father-studies-ai-artificial-i...
1•lemming•42m ago•1 comments

UN backs new map showing Africa's true relative size with US alone in opposition

https://www.npr.org/2026/09/04/nx-s1-5958611/africa-world-map-un-vote
9•anticorporate•44m ago•2 comments

Ask HN: What is your biggest struggle while learning?

1•Cursed666•44m ago•1 comments

Have the frontier labs mixed up AI safety and security?

https://martinalderson.com/posts/ai-safety-vs-security/
1•ymolodtsov•47m ago•0 comments

Show HN: CellularFlow – Continual-learning LLM using associative memory

https://github.com/celcilin/cellularflow
2•celcilin•49m ago•0 comments

Making a Python interpreter in 1024 bytes

https://austinhenley.com/blog/python1024.html
33•azhenley•51m ago•8 comments

Show HN: Music-player – a music daemon where server and client are one binary

https://github.com/tsirysndr/music-player
1•tsiry•52m ago•0 comments

PortableMind – Offline AI on a USB

https://portablemind.io
1•shaunpud•53m ago•0 comments

Comparison of Power Training vs. Traditional Strength Training in Older Adults

https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2792175
1•bookofjoe•53m ago•0 comments

One Hundred Authors Against Einstein

https://archive.org/details/HundertAutorenGegenEinstein
5•tzury•54m ago•0 comments

Show HN: Grsshppr – Hop Devices Across Macs (Wi-Fi/BLE/AWDL)

https://grsshppr.app/
1•PeanutOS•58m ago•1 comments

Every MCP tool argument is model-chosen, so the signature is the boundary

https://fulcrumenterprises.gumroad.com/l/mcp-starter-kit
1•csolomon0704•58m ago•0 comments

Show HN: Chrome-bridge – let any AI agent drive your real logged-in Chrome

https://github.com/siropkin/chrome-bridge
1•siropkin•58m ago•0 comments

Is mathematics about to enter the conservatory?

https://mbmccoy.dev/posts/mathematical-conservatory/
3•_alternator_•1h ago•0 comments

A fresh definition of the product role

https://www.svpg.com/a-fresh-definition-of-the-product-role/
2•jaynate•1h 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.