frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: We built an AI strategy agent that runs consulting-style workflows

https://nitrolens.ai/
1•ianchou_0601•4m ago•0 comments

Couldn't find privacy filter for Claude, so I built one

https://outgate.ai/en/
1•alikh31•4m ago•0 comments

AI Didn't Break College. It Exposed What College Was

https://greyenlightenment.com/2026/05/17/ai-didnt-break-college-it-exposed-what-college-already-was/
2•paulpauper•9m ago•0 comments

Show HN: Gutenberg – Any URL to verified CLI and MCP server and agent skills

https://github.com/JustVugg/gutenberg-cli
1•vforno•14m ago•0 comments

Thanks Microsoft, you solved my homelab problem

https://www.ypsidanger.com/thanks-microsoft-you-solved-my-homelab-problem/
3•jcastro•14m ago•0 comments

Syllable: A user friendly, POSIX compatible operating system

https://syllable.metaproject.frl/
2•doener•15m ago•0 comments

Railway Is Down

https://status.railway.com?resubmit=hn
3•mahmedtan•19m ago•1 comments

Ask HN: How would you find early users for an AI trading assistant before MVP?

1•pkpie1234•19m ago•0 comments

Researchers who use hallucinated references to face ArXiv ban

https://www.nature.com/articles/d41586-026-01595-5
2•gnabgib•19m ago•0 comments

Ask HN: Are toiled rolls the same everywhere?

1•bjourne•20m ago•0 comments

All non-drone militaries are obsolete

https://www.noahpinion.blog/p/all-non-drone-militaries-are-obsolete
2•nozzlegear•21m ago•0 comments

Is Claude Code going to cost $100/month? Probably not–it's all confusing

https://simonwillison.net/2026/Apr/22/claude-code-confusion/
2•birdculture•22m ago•0 comments

DNA Through the Eyes of a Coder

https://berthub.eu/articles/posts/amazing-dna/
1•widowlark•29m ago•0 comments

Google Cloud Auto-Banned Railway.app Account – Major Railway Outage

https://twitter.com/acgfbr/status/2056866780866351323
10•kennysmoothx•31m ago•1 comments

Stop babysitting your AI agents

https://agentrail.app
1•railbuilder•31m ago•1 comments

Railway Is Having a Major Outage

https://status.railway.com/#/
9•kgraves•32m ago•2 comments

Why College Grads Are Booing Their Commencement Speakers

https://www.nytimes.com/2026/05/18/opinion/ai-boo-commencement-speeches.html
2•65•32m ago•0 comments

Android CLI Now Stable 1.0

https://android-developers.googleblog.com/2026/05/android-cli-stable-1-0-agent-development.html
1•vyrotek•33m ago•0 comments

Yet Another AI Teammate

https://yaat.sh/
2•e7h4nz•36m ago•0 comments

Intelligent eyewear is coming this fall

https://blog.google/products-and-platforms/platforms/android/android-xr-io-2026/
3•decimalenough•41m ago•1 comments

Build managed agents with the Gemini API

https://blog.google/innovation-and-ai/technology/developers-tools/managed-agents-gemini-api/
1•ddl•41m ago•1 comments

Lighthouse Attention

https://nousresearch.com/lighthouse-attention
3•gmays•42m ago•0 comments

Anthropic Announces Managed Agents – what this means for consumers

https://www.greatworkeveryone.com/writing/cheap-cloud-ai-was-never-going-to-last
2•connorrandazzo•46m ago•0 comments

Why raw blockchain logs are no longer enough

https://blog.bridgexapi.io/bxruntime-terminal-the-rise-of-execution-observability-for-evm-systems
1•Bridgexapi•49m ago•0 comments

State of Crypto 2025: The year crypto went mainstream

https://a16zcrypto.com/posts/article/state-of-crypto-report-2025/
2•Anon84•51m ago•0 comments

Trump Mobile has a real phone, but it may also have a real data leak

https://www.androidauthority.com/trump-mobile-customer-data-link-3668917/
4•bilekas•54m ago•0 comments

Trusted Publishing for NPM Packages

https://docs.npmjs.com/trusted-publishers/
1•healsdata•55m ago•0 comments

Show HN: Reckoner – a semantic browser for structured data

https://reckoner-production.up.railway.app/
2•abk9811•55m ago•1 comments

Ask HN: Natural Language App Testing?

6•devstein•58m ago•0 comments

Google's SynthID AI watermarking tech is being adopted by OpenAI, Nvidia

https://arstechnica.com/google/2026/05/googles-synthid-ai-watermarking-tech-is-being-adopted-by-o...
3•jonbaer•58m 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.