frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Google Has Achieved RSI

1•AlexWApp•3m ago•0 comments

Optimizing a Spin-Lock

https://david.alvarezrosa.com/posts/optimizing-a-spin-lock/
1•signa11•6m ago•0 comments

Small Asian Grocery Stores Can Improve Local Product Discovery

1•yatifoods•6m ago•0 comments

Amazon expands shoppable features on Prime Video

https://press.aboutamazon.com/prime-video/2026/9/the-prime-video-shop-the-show-experience-introdu...
1•thm•8m ago•0 comments

Grigori Perelman

https://en.wikipedia.org/wiki/Grigori_Perelman
2•YeGoblynQueenne•13m ago•0 comments

Why Authenticity Matters in Personal Development

https://medium.com/@flaviopilotodasilva/why-authenticity-matters-in-personal-development-d75de9a3...
1•flaviopilotodas•17m ago•0 comments

Hallucinate got a jetpack – MMO Rave

https://hallucinate.site/?hn
2•stagas•20m ago•0 comments

BabaCAD Robotics Web – free browser-based industrial robot simulator

https://www.babacad.com/robotics/web/
2•comirza•21m ago•0 comments

Pnpm 12.4 can install Rust crates and Python packages

https://pnpm.io/blog/releases/12.4
1•novoreorx•23m ago•0 comments

Show HN: We built a local-first Android agent. Then Meta launched Muse

https://creepy.im/
1•kotleta552•24m ago•0 comments

The core arguments behind the Rockstar union busting trial

https://www.gamedeveloper.com/production/rockstar-and-fired-gta-developers-outline-core-arguments...
3•EvgeniyZh•27m ago•0 comments

Decky: Open-source DIY stream deck

https://github.com/Fenish/decky
2•thunderbong•28m ago•0 comments

Deep dive on evals for agents [video]

https://www.youtube.com/watch?v=UxMZfbWI3LY&list=PLo2EIpI_JMQvQZm-kVlz4wY1vWF0LBcf5&index=1
2•porridgeraisin•28m ago•0 comments

New Solar Panel Technology Trends for 2026 (UK)

https://spectrumenergysystems.co.uk/articles/new-solar-panel-technology-trends-for-2026/
2•DamonHD•40m ago•0 comments

Resistance Training Prescription for Muscle Function, Hypertrophy in Health

https://pmc.ncbi.nlm.nih.gov/articles/PMC12965823/
2•ultral•41m ago•0 comments

Perplexity trusts GPT‑6 Astra with end-to-end systems

https://openai.com/index/perplexity-improving-accuracy-with-astra/
1•ENOMEM•44m ago•0 comments

What do you think of controlling your agent via Siri

1•in_making•44m ago•0 comments

Rust-Like Syntax for WebAssembly

https://github.com/ocsigen/wax
3•alex_hirner•44m ago•0 comments

GoatCode – open-source terminal AI agent with provider failover

2•Arhan-w•47m ago•0 comments

AI may be denting computer science graduates' job prospects, UK data shows

https://www.theguardian.com/education/2026/sep/12/ai-computer-science-graduates-job-prospects-uk-...
2•vinni2•52m ago•0 comments

How the Nintendo Zapper Worked in Slow Motion [video]

https://www.youtube.com/watch?v=V6XnSvB34y8
2•ultral•53m ago•0 comments

The Newsroom EP01 – OpenAI Ships GPT-5 to Azure – DeepSeek Open-Sources 236B Moe

https://www.youtube.com/watch?v=oKORpPIwkm4
2•LebToki•54m ago•0 comments

Learnings from 12,000 Agentic Code Reviews

https://blog.watson-labs.co.uk/6-learnings-from-12000-agentic-code-reviews/
1•ultral•1h ago•0 comments

Time's Best Companies of 2026

https://time.com/article/2026/09/09/worlds-best-companies-of-2026/
2•giuliomagnifico•1h ago•0 comments

Collaboration

1•RTP123•1h ago•0 comments

LocalSend-like file transfer beyond the LAN

https://github.com/threatexpert/gonc-gui
1•gonc_cc•1h ago•0 comments

Stephen Bourne: Early days of Unix and design of sh (2015) [video]

https://www.youtube.com/watch?v=2kEJoWfobpA
1•mpweiher•1h ago•0 comments

Hegel's Logic in Cubical Agda

https://ddebruce.github.io/hegel-agda/index.html
1•hackandthink•1h ago•0 comments

UAE revises 5GW AI data center plan after Iranian attacks, sources say

https://www.reuters.com/world/middle-east/uae-revises-ai-data-center-plan-after-iranian-attacks-s...
5•giuliomagnifico•1h ago•0 comments

40C3 – Call for Participation

https://content.events.ccc.de/cfp/40c3/index.en.html
3•cgeier•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.