frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What do you think about elastic workload?

https://xflops.io/blog/flame-v0-6/
1•k82cn•28s ago•0 comments

Dutch central bank moves 86 tonnes of gold from US citing 'geopolitical unrest'

https://www.theguardian.com/world/2026/sep/03/netherlands-gold-dutch-central-bank-uk-us-and-canad...
1•Jimmc414•1m ago•0 comments

Show HN: Review-to-rule – Turn accepted review feedback into durable repo rules

https://github.com/vamgan/review-to-rule
1•vamgan•8m ago•0 comments

The Loose: The Coming of Useless Agents

https://twitter.com/deanwball/status/2094794694572015854
1•jjwiseman•10m ago•0 comments

Toxic haze from Indonesia spreads to Malaysia and Philippines as wildfires rage

https://www.bbc.com/news/live/cqevw9y34y34t
1•blondie9x•10m ago•0 comments

We analyzed the code published by 29 frontier AI labs. Here's the data

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

Phased Behaviour in Wrapture

https://grahamdumpleton.me/posts/2026/09/phased-behaviour-in-wrapture/
1•lumpa•12m ago•0 comments

The mission to reach Nepal's underground 'Goldilocks zones'

https://www.abc.net.au/news/2026-09-03/nepal-hydroelectric-tunnels-rescue-interactive/107101108
2•CHB0403085482•13m ago•0 comments

Literate Programming with LLMs? – A Study on Rosetta Code and CodeNet

https://research.chalmers.se/en/publication/549267
1•gurjeet•17m ago•0 comments

Load-Bearing People

https://mikefisher.substack.com/p/load-bearing-people
2•Garbage•22m ago•0 comments

Frontier Act – Federal oversight of the development of frontier AI

https://www.congress.gov/bill/119th-congress/house-bill/9925/text
2•cco•30m ago•0 comments

Show HN: Indicate: Transliterate Indic Languages with PyTorch and LLMs

https://github.com/in-rolls/indicate
1•neehao•32m ago•0 comments

Reactor Live

https://live.reactor.inc/
1•willemhelmet•34m ago•0 comments

An Inflection Point for Prediction Markets

https://www.theatlantic.com/newsletters/2026/09/kalshi-polymarket-insider-trading-santos/688505/
1•paulpauper•35m ago•0 comments

How to Evaluate Diet Gurus

https://www.exfatloss.com/p/how-to-evaluate-diet-gurus
2•paulpauper•39m ago•0 comments

Rootnet: Exponentially Accelerate Advancing the Frontier

https://twitter.com/onrootnet/status/2095349077542342858
1•koopuluri•40m ago•0 comments

Wk. 6 of Vibecoding an MMO

https://eldermyr.com/
4•josiahturnq•40m ago•1 comments

Once you understand how to write a program get someone else to write it

https://engineering.yale.edu/academic-study/departments/computer-science/about/epigrams-programming
3•teleforce•41m ago•0 comments

To opt out of using your X data for Grok training

https://twitter.com/grok/status/2007729382429761905
1•andsoitis•47m ago•0 comments

Late-life semaglutide slows ageing and extends lifespan in female mice

https://www.nature.com/articles/s41586-026-10940-7
1•sbulaev•47m ago•1 comments

What is neuralese and why is it bad?

https://linch.substack.com/p/what-is-neuralese
2•paulpauper•47m ago•0 comments

AI security that assumes the attacker has root

https://thenewstack.io/tide-raziel-emergent-authority/
1•SaltNHash•47m ago•0 comments

Elon Musk's heterodox robotaxi philosophy gets put to the test

https://www.theverge.com/transportation/987901/tesla-cybercab-launch-elon-musk-robotaxi-camera-lidar
1•Tiktaalik•49m ago•1 comments

How we can win: A blueprint for the mathematical community

https://tasmin.substack.com/p/how-we-can-win
1•reasonableklout•50m ago•0 comments

OpenAI Astra Launching Soon

https://help.openai.com/en/articles/20001259-openai-daybreak-common-issues-and-troubleshooting#wh...
3•imbobbytables•52m ago•0 comments

After Show HN: Targeting the Bot Storm

1•UJ-FLD-ScrTr•53m ago•0 comments

Ask HN: Should you open-source your Claude Code project docs with the repo?

1•seestraw•55m ago•0 comments

SOfIoTS: Secure Ontologies for Internet of Things Systems (2023)

https://eprints.soton.ac.uk/490073/
1•teleforce•57m ago•0 comments

Turning your world upside down

https://easel.games/blog/2026-sep-update
3•BSTRhino•57m ago•1 comments

An update to JSTOR's free reading program

https://about.jstor.org/blog/an-update-to-jstors-free-reading-program/
2•krelian•58m 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.