frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Agent Host Protocol

https://microsoft.github.io/agent-host-protocol/
1•gokhan•4m ago•0 comments

Data Science Weekly – Issue 661

https://datascienceweekly.substack.com/p/data-science-weekly-issue-661
1•sebg•4m ago•0 comments

Dinitz-Garg-Goemans conjecture is false

https://xcancel.com/DmitryRybin1/status/2079904005652893709
1•franzb•4m ago•0 comments

Why AI Challenges Us: Ego, Awareness, and the Illusion of Ascent

https://www.immaculateconstellation.info/why-ai-challenges-us-part-2-ego-pure-awareness-and-the-i...
1•manjuc•5m ago•0 comments

Doesn't OpenAI have every incentive to destroy HuggingFace?

3•jrm4•6m ago•0 comments

Computational Arbitrage in AI Model Markets via Routing, Finetuning

https://arxiv.org/abs/2603.22404
1•blackcat201•7m ago•0 comments

AMD calls CUDA a 'non-event'

https://www.pcgamer.com/hardware/amd-calls-cuda-a-non-event-says-companies-are-programming-at-lev...
2•neilfrndes•10m ago•0 comments

First experimental evidence of recursive self-improvement (RSI)

https://threadreaderapp.com/thread/2077079778793042425.html
2•gmays•11m ago•0 comments

What we know about the typical Polymarket user

https://www.pewresearch.org/short-reads/2026/07/22/what-we-know-about-the-typical-polymarket-user/
2•gnabgib•13m ago•0 comments

Show HN: AI-factory – a spec-driven pipeline that stops AI agents rotting code

https://github.com/highflame-ai/ai-factory
1•sharathr•16m ago•0 comments

Deleting Systems You Don't Understand

https://idiallo.com/blog/deleting-systems-you-dont-understand
1•firefoxd•17m ago•0 comments

AMD EPYC 9006 Venice Announced and Looks Poised to Be a Grand Slam

https://www.phoronix.com/review/amd-epyc-9006-venice
2•rbanffy•19m ago•1 comments

Looking for Feedback on Website

https://www.what2do.me/
1•gnrlnoob•20m ago•2 comments

How Tether Benefited as Trump Insiders Shaped First Crypto Law

https://www.bloomberg.com/features/2026-howard-lutnick-bo-hines-trump-tether-crypto-law/
3•petethomas•20m ago•0 comments

The Gospel of Gains: How Fitness Culture Went Mainstream

https://greyenlightenment.com/2026/06/30/the-all-the-gospel-of-gains-how-fitness-culture-went-mai...
1•paulpauper•21m ago•0 comments

Microsoft deleted Nokia's archive of unreleased ringtones in 2016 HMD sale

https://bsky.app/profile/techprodbangers.bsky.social/post/3mr4askb6tk2i
2•scblzn•22m ago•0 comments

Kalytera – tells you why your AI agent failed, not just that it did

https://kalytera.dev/
1•mathurpriya19•24m ago•0 comments

Locked in An Escape Room with Jacob Tsimerman

https://www.begiant.ca/stories/people/jacob-tsimerman-math
1•tibbar•24m ago•0 comments

DOE Fires the $5B Starter Gun for Its AI-Targeted Genesis Mission

https://www.nextplatform.com/hpc/2026/07/23/doe-fires-the-5-billion-starter-gun-for-its-ai-target...
1•rbanffy•25m ago•0 comments

The AI Productivity Paradox

https://www.svpg.com/the-ai-productivity-paradox/
2•andrii•27m ago•0 comments

Show HN: How far do I have to go to run into 100k people?

https://imjasonh.github.io/playground/population-rays/
2•ImJasonH•27m ago•0 comments

Sometimes Being First Means Seeing the End Before Anyone Else

https://www.quantamagazine.org/jacob-tsimerman-wins-2026-fields-medal-for-andre-oort-conjecture-p...
3•energy123•29m ago•0 comments

AI Agents Don't Respect Font Licenses

https://www.mixfont.com/blog/ai-agents-dont-respect-font-licenses
2•jenthoven•31m ago•0 comments

Show HN: Advanced Coffee Search Covering Over 17,000 coffees

https://beangenie.coffee/coffee
2•epicwynn•31m ago•0 comments

Show HN: Connecting my dumb garage and car's homelink buttons to Home Assistant

https://dsauerbrun.com/writing/dumb-garage
1•dsauerbrun•32m ago•0 comments

US announces double-digit tariffs on most of globe to replace expiring duties

https://finance.yahoo.com/economy/policy/article/trump-administration-announces-the-next-phase-of...
6•ck2•32m ago•3 comments

Tesla shares tumble 11% after discounts hit profits

https://www.ft.com/content/dc5e629b-562c-41e3-8b89-350af6960adc
2•doener•34m ago•0 comments

What Happened When Flock Came to My Town

https://www.404media.co/what-happened-when-flock-came-to-my-town/
1•Jimmc414•35m ago•0 comments

Lazarus Group Using Git Hooks to Hide Malware – Open-Source Malware Blog

https://opensourcemalware.com/blog/lazarus-group-uses-git-hooks-to-hide-malware
3•vinnyglennon•35m ago•0 comments

California legislature removes REAL-ID compliance from Governor's budget

https://papersplease.org/wp/2026/06/15/california-legislature-removes-real-id-compliance-from-gov...
2•Jimmc414•35m 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.