frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SF enters its building era, kicking and screaming: SF Standard Podcast

https://www.youtube.com/watch?v=k4KOd6e4_-I
1•scoofy•2m ago•0 comments

Ask HN: Who Has This Pain?

1•swk-phil•3m ago•0 comments

iMessage is now possible on Android (again)

https://www.neowin.net/news/this-app-promises-to-bring-imessage-to-androidagain/
1•bundie•4m ago•0 comments

Show HN: Learning Nix with LabCraft

https://www.labcraft.dev/
1•anandsuresh•5m ago•0 comments

London cops handed victim's new address and number to her stalker, watchdog says

https://www.theregister.com/security/2026/08/05/london-cops-handed-victims-new-address-and-number...
4•Bender•7m ago•0 comments

Weeks into explosive diarrhea outbreak, sluggish CDC plans response team

https://arstechnica.com/health/2026/08/report-cdc-finally-plans-formal-response-team-for-explosiv...
5•Bender•8m ago•0 comments

Apps for Kobo

https://github.com/BandarLabs/cobalt
1•mkagenius•8m ago•0 comments

What happens if you put work into the second dimension?

https://norbertkozsir.com/posts/work-in-the-second-dimension/
1•abelsm•8m ago•0 comments

A Harness for AGI

https://viktor.com/research/a-harness-for-agi
1•everlier•8m ago•0 comments

Hey AI come train on this song [video]

https://www.youtube.com/watch?v=ZBvLadXo7XA
1•haolez•9m ago•0 comments

Born Against, or why hobby programming communities are against LLM usage

https://blog.fogus.me/llm/born-against.html
3•lladnar•10m ago•0 comments

OpenFlexure Microscope – The OpenFlexure Project

https://openflexure.org/
1•latchkey•10m ago•0 comments

Show HN: DeepSeek V4 Flash 0731 with MoonViT Vision (NVFP4)

https://huggingface.co/webbrain-one/DeepSeek-V4-Flash-0731-Vision-NVFP4
1•webbrain•12m ago•0 comments

FlockHopper

https://dontgetflocked.com/
1•cdrnsf•12m ago•1 comments

Why low-latency trading infrastructure is harder than it looks

https://medium.com/@yaroslavaristov/why-low-latency-trading-infrastructure-is-harder-than-it-look...
1•yaroslavaristov•14m ago•0 comments

Can Agents Deceive? Evaluating Reasoning+Deception Using a Social Deduction Game

https://arxiv.org/abs/2607.28146
1•theanonymousone•14m ago•0 comments

The Lua community needs to learn to move on

https://hisham.hm/2026/08/04/the-lua-community-needs-to-learn-to-move-on/
3•thunderbong•15m ago•0 comments

Craft a detailed prompt to support test activities

https://club.ministryoftesting.com/t/day-8-craft-a-detailed-prompt-to-support-test-activities/74863
1•mahirsaid•17m ago•0 comments

hbkit: Recover Synology Hyper Backup (.hbk) archive files

https://github.com/YordiLorenzo/hbkit
1•toomuchtodo•17m ago•1 comments

New Drug: AI

https://blabbingabout.substack.com/p/new-drug-ai
1•atkntepe•18m ago•0 comments

Deployah – deploy to Kubernetes from a short spec, no Helm, nothing in-cluster

https://github.com/deployah-dev/deployah
2•atkrad•21m ago•2 comments

A fake Galaxy S22 Ultra, taken apart layer by layer

https://chardonnet.github.io/fake-s22-ultra-teardown/
2•techburger•21m ago•0 comments

DeepSight – give text-only LLMs eyes and hands (zero tokens, on-device)

https://github.com/Reality-Shifting-Tech/deepsight
1•eliaseffects•22m ago•0 comments

Show HN: GetPageSpeed Amplify, a compatible replacement for Nginx Amplify

https://amplify.getpagespeed.com/
1•dvershinin•23m ago•0 comments

Tracking Apple's Environmental Claims Across Product Generations

https://tostracker.app/entity/apple-inc/environment
1•tldrthelaw•26m ago•0 comments

Album Whale

https://albumwhale.com/
2•pentagrama•27m ago•0 comments

(Updated) Project Phoenix- Autonomous AI Agents

https://phoenix-production-96cd.up.railway.app/
2•amonte•28m ago•0 comments

Show HN: Hacker News with reduced priority for AI driven content

https://sprinklz.io/public/nncrnx74ykir
2•sammy0910•29m ago•0 comments

Microsoft's AI Sales Mostly Come from OpenAI, Disclosures Show

https://www.bloomberg.com/news/articles/2026-08-05/microsoft-s-ai-sales-mostly-come-from-openai-d...
8•mapping365•29m ago•2 comments

Beating GPT-5.6 Sol on retrieval with 100x cheaper open models

https://neon.com/blog/how-castform-neon-beats-frontier-models-on-price-and-efficiency
4•moonikakiss•29m 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.