frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Aging May Be a Program, Not a Breakdown

https://www.quantamagazine.org/why-aging-may-be-a-program-not-a-breakdown-20260814/
1•jnord•22s ago•0 comments

Baking a Model: A Metaphor for LLM Training

https://newsletter.kentbeck.com/p/baking-a-model
1•KentBeck•2m ago•0 comments

Amazon reinstates binding arbitration, bars class-action lawsuits

https://www.reuters.com/legal/government/amazon-reinstates-binding-arbitration-bars-class-action-...
3•nmeagent•5m ago•0 comments

They Rig Clinical Trials – Leaving Millions Sick, Broke, and Gaslit

https://www.midwesterndoctor.com/p/how-they-rig-clinical-trials-leaving
2•bilsbie•6m ago•0 comments

Synthetic Market

https://www.kenwea.com
1•Myzura•6m ago•1 comments

Jane Street suffers $15B hit after meltdown at Situational Awareness

https://www.ft.com/content/47dd5308-dd17-404a-a615-61046defd697
4•bobstax•8m ago•0 comments

Flownie – Open and Visual Data Workflow Platform with AI Agent Assistance

https://flownie.com/
2•savhascelik•10m ago•0 comments

Post-mortem after Namecheap/RadiusDC service outage

https://www.namecheap.com/blog/namecheap-service-outage-update/
2•lschueller•26m ago•0 comments

Towards a Risk Assessment of Malicious Skill Files in Coding Agents

https://arxiv.org/abs/2608.05223
2•Beko2210•29m ago•0 comments

Talos AI Agent Super Secure

https://github.com/talos-kernel/talos
1•kurdman007•30m ago•0 comments

Learning Augmented Heuristics

https://systems.seas.harvard.edu/blog/learning-augmented-heuristics/
1•1a1a11a•31m ago•0 comments

Brands Suddenly Care About Reddit. Redditors Don't Return the Feeling.

https://www.wsj.com/cmo-today/brands-suddenly-care-about-reddit-redditors-dont-return-the-feeling...
2•bookofjoe•32m ago•1 comments

Qwen 3.8 27B 4-bit designs an animated dolphin riding a bicycle SVG

https://twitter.com/1littlecoder/status/2088399639628431831
1•amrrs•33m ago•0 comments

How the World Was Wired

https://www.economist.com/culture/2026/08/12/how-the-world-was-wired
1•andsoitis•34m ago•0 comments

Show HN: Macsomnia – close your MacBook lid while keeping long jobs alive

https://github.com/iamdadzilla/Macsomnia
1•dadzilla•35m ago•0 comments

The case for overhauling American science

https://www.economist.com/by-invitation/2026/08/13/the-case-for-overhauling-american-science
3•andsoitis•37m ago•0 comments

Show HN: Kvcachescope – Why Nvidia-smi is blind to vLLM KV cache leaks

https://github.com/brian-mwirigi/kvcachescope
1•nesh23•37m ago•0 comments

A Framework for Solving the AI Data Center Energy Crisis

https://github.com/kikazamek999-eng/beyond-brute-force-scaling
1•KitKat42•37m ago•0 comments

Selling my production-ready 4-in-1 FastAPI AI Automation Suite ($8k)

https://www.indiehackers.com/post/selling-my-production-ready-4-in-1-fastapi-ai-automation-suite-...
1•dav77•38m ago•0 comments

Production-Ready FastAPI Back End Suite – Advanced RAG and SEO Automation ($8k)

https://www.indiehackers.com/post/for-sale-production-ready-fastapi-backend-suite-advanced-rag-se...
1•dav77•39m ago•0 comments

Backtesting Congress members stock trades by the disclosure date

https://investingpaths.com/tools/congress
2•ProdRatSuperior•39m ago•0 comments

Coding Magic the Gathering in C# – Part One – Why Build a Card Game in WinForms

https://www.youtube.com/watch?v=n7fhuIHD-gM
1•birdculture•40m ago•0 comments

OT Manual Operations Plan: What Manual Operation Buys You

https://www.emberot.com/resources/blog/ot-manual-operations-plan/
2•TheWiggles•42m ago•0 comments

Migraine Trail: Voice Migraine Tracker

https://migrainetrail.com/
1•zrmachar•44m ago•0 comments

Claude Fable 5 Having Fun

https://github.com/robss2020/claude-fable-5-having-fun
8•logicallee•47m ago•2 comments

Show HN: A prompt to check Supabase DB security

https://defencecore.com/audit
1•tornadorice•49m ago•0 comments

Where the Shadow Fell

https://eclipses.bogachev.fr/
1•davidbarker•50m ago•0 comments

France's Top Court Strikes Down Ban on Social Media for Children

https://www.nytimes.com/2026/08/14/world/europe/france-court-strikes-down-ban-social-media-childr...
2•timpera•58m ago•1 comments

We got content-defined chunking from 555 MB/s to 21 GB/s

https://www.plakar.io/posts/2025-07-11/introducing-go-cdc-chunkers-chunk-and-deduplicate-everything/
1•vcoisne•58m ago•0 comments

Digital Signal Processing Pioneer Bede Liu Dies at 91

https://spectrum.ieee.org/digital-signal-processing
3•sohkamyung•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.