frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hyperbolic Navigation

https://en.wikipedia.org/wiki/Hyperbolic_navigation
1•Eridanus2•1m ago•0 comments

Away Goals Rule

https://en.wikipedia.org/wiki/Away_goals_rule
1•chistev•1m ago•0 comments

Enterprise Cyber Risk Management

https://andersenlab.com/services/cybersecurity-risk-management
1•andersen_lab•7m ago•0 comments

Be Careful with Your Select * Queries

https://notesonsystems.com/articles/why-im-done-with-select-star
1•theanonymousone•12m ago•0 comments

TeaonherChecker

https://teaonher.org
1•thefirstname322•13m ago•0 comments

Leaping Sun Dogs (2016) [video]

https://www.youtube.com/watch?v=KPPaGmtuHCY
1•joebig•16m ago•0 comments

Jev is the fastest-adopted model in AI Gateway history

https://vercel.com/blog/ai-gateway-jev-model-launch
1•flashbrew•16m ago•1 comments

A font that reads what you wrote

https://rohanadwankar.github.io/posts/semfont.html
1•RohanAdwankar•16m ago•1 comments

A deep dive into Jev, TypeSafe's System One model

https://flaviocopes.com/jev/
1•sts153•16m ago•0 comments

CoyoPedal – Full-Size Neural Amp Modeler Captures on an ESP32-S3

https://github.com/dashersw/coyopedal
1•arbayi•16m ago•0 comments

I'm so bad at billiards that I ended up in the hyperbolic plane [video]

https://www.youtube.com/watch?v=kL9BTbIGxLg
1•vismit2000•17m ago•0 comments

MIT Just Proved LLMs Will Stop Getting Smarter, and Money Won't Fix It [video]

https://www.youtube.com/watch?v=6xQ8LQfkBg4
1•bArray•21m ago•0 comments

Show HN: Delightful Cells – reliable AI batch processing for spreadsheets

https://delightfulcells.com
1•sumtsui•23m ago•1 comments

Clawptcha: Reverse Captcha

https://clawptcha.com/
1•Kotlopou•27m ago•0 comments

Neutron Radiation, Emission and Scattering (Neutron Chemistry)

https://www.ossila.com/pages/neutron-radiation
1•peter_d_sherman•28m ago•0 comments

Drop-in Django app to serve a decent LLM-ready documentation site

https://mdjango.chesselink.com/
3•fluxmatix•35m ago•1 comments

I built an extension that hides your personal information from AI

https://github.com/arikchakma/opencloak
2•arikchakma•39m ago•0 comments

Show HN: I-server: Hide server using ICMP reflection/Destination Unreachable

https://github.com/hajoon22/i-server
2•hajoon22•43m ago•0 comments

Benchmarking Wild vs. Mold

https://davidlattimore.github.io/posts/2026/09/18/benchmarking-wild-vs-mold.html
4•birdculture•45m ago•0 comments

Microsoft agentically ports Copilot runtime to Rust for $120K

https://www.theregister.com/devops/2026/09/18/microsoft-agentically-ports-copilot-runtime-to-rust...
3•pjmlp•45m ago•0 comments

Why China is pushing back on US warnings over rapid AI development

https://www.theguardian.com/world/2026/sep/20/why-china-is-pushing-back-on-us-warnings-over-rapid...
5•chrisjj•46m ago•1 comments

Boston to Calcutta Ice Trade Began with One Shipment

https://curiowire.com/article/556
3•thunderbong•47m ago•0 comments

Show HN: Book recommendations with live library availability

https://leafle.nanosheep.net
3•kidnoodle•49m ago•3 comments

Show HN: I built Hacker News alternative and scale to 11,000 users

https://founderstoday.org/
2•dreylord•50m ago•0 comments

Don't Be Nice

https://roe.dev/blog/dont-be-nice
6•edent•52m ago•1 comments

I Hijacked a Real Artist's Spotify with AI Music. It Was Disturbingly Easy

https://www.404media.co/spotify-ai-music-scam/
4•thm•58m ago•0 comments

Enjambre – a durable kernel for swarms of AI agents (Python, MCP)

https://github.com/santibccc-sudo/enjambre-os
3•santibccc•59m ago•0 comments

Show HN: AI Facial Attractiveness Model Aligned with Human Preferences

https://faceanalysisai.com/
3•dares2573•1h ago•0 comments

Show HN: I cleaned AI watermarks from my clipboard

https://www.pastezero.com/
2•And0v•1h ago•1 comments

Google Pixel phones pwned in zero-click attacks

https://www.theregister.com/security/2026/09/16/google-pixel-phones-pwned-in-zero-click-attacks/5...
4•fsflover•1h 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.