frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Under the River

https://shopify.engineering/under-the-river
1•shahargl•9m ago•0 comments

Show HN: Egress WAF to limit AI agents and NPM malware based on mitmproxy

https://github.com/esamattis/mitmwall
1•esamatti•13m ago•0 comments

The Hardest Fork

https://www.chainguard.dev/unchained/the-hardest-fork
1•insomniacity•15m ago•0 comments

Show HN: I reverse-engineered the world maps of Test Drive III (1990 DOS game)

https://github.com/s-macke/Test-Drive-3-Maps
1•s-macke•20m ago•0 comments

Show HN: seed. – self-modifying webpage, on-device LLM, site in the URL

https://oxedom.github.io/seed/
1•oxedom•20m ago•1 comments

Local privacy-first period tracker

https://syncmateapp.com/
1•computersuck•22m ago•0 comments

Nvidia: We're adopting the Linux Foundation's OpenMDW framework

https://twitter.com/NVIDIAAI/status/2060035668655677804
2•tosh•25m ago•0 comments

Palindromes by Eric Harshbarger

http://www.ericharshbarger.org/cgi-bin/palindrome_viewer.cgi
1•jruohonen•27m ago•0 comments

The Eye of Argon

https://en.wikipedia.org/wiki/The_Eye_of_Argon
2•xg15•27m ago•0 comments

Branchless zero-dependency cardinal direction encoding using abs arithmetic

https://github.com/AbidiHichem-TunisianCoder/branchless-cardinal-direction-movement/blob/main/REA...
1•AbidiHichem•30m ago•0 comments

Show HN: AI Model Benchmark for Crypto Price Predictions

https://coinsignal.co/benchmark
1•docuru•30m ago•0 comments

The West Is Losing Taiwan

https://allenv0.github.io/blog/twwar
2•allenleee•34m ago•0 comments

Show HN: Pico, a small register-based scripting language I wrote in C

https://github.com/the0cp/pico
1•vaergawdd•34m ago•1 comments

Brands erased from the alphabet – can you identify them? (digital lipograms)

https://medium.com/@gui__/what-if-every-great-brand-had-its-own-digital-lipogram-94ce29a5b13d
1•gillesr•35m ago•0 comments

Meteor fireball triggered loud boom across New England

https://www.reuters.com/business/environment/meteor-fireball-triggered-loud-boom-across-new-engla...
1•svenfaw•37m ago•0 comments

Flathub disallows AI for submission and applications

https://social.treehouse.systems/@barthalion/116657011366876079
1•selfhoster1312•38m ago•1 comments

Show HN: Pytest-fastprom – Turn your SLOs into pytest assertions

https://github.com/Lujeni/pytest-fastprom
1•lujeni_•41m ago•0 comments

The Final Steps to a Sub-Minute Benchy

https://hackaday.com/2026/05/30/the-final-steps-to-a-sub-minute-benchy/
1•cbdevidal•41m ago•1 comments

AI for Bio has a Fuzzy API problem

https://ankitg.me/blog/2026/05/04/fuzzy_api.html
1•sebg•43m ago•0 comments

Why Gmail and Outlook Are Silently Killing Your Business

https://www.helloinbox.email/blog/why-gmail-and-outlook-are-silently-killing-your-business
2•ismaelyws•46m ago•3 comments

NesText: A Philosophical Divergence from Standard Structural Encoding

https://medium.com/@williamsken2013/the-latency-curse-why-human-language-is-broken-and-how-to-com...
1•IndieArchive•47m ago•0 comments

Ziglings

https://codeberg.org/ziglings/exercises/src/branch/main/README.md
1•tosh•51m ago•0 comments

Why AI can't be trusted to write scientific reviews

https://www.nature.com/articles/d41586-026-01616-3
3•XzetaU8•59m ago•1 comments

EU frets as China builds an industrial base in Morocco

https://www.ft.com/content/706c1db4-effa-4e53-9bdd-f66496407626
2•mmarian•59m ago•1 comments

Why Chinese AI labs went open and will remain open

https://try.works/why-chinese-ai-labs-went-open-and-will-remain-open
2•bkjlblh•59m ago•0 comments

SteamOS 3.8.6 Beta with Native Support for AMD HDMI VRR

https://www.phoronix.com/news/SteamOS-3.8.6-Beta
1•WithinReason•1h ago•0 comments

Streaming-Joins

https://pola.rs/posts/streaming-joins/
1•prakashqwerty•1h ago•0 comments

Bye Bye Copilot – new pricing looks to be a joke

https://old.reddit.com/r/GithubCopilot/comments/1tq9bea/bye_bye_copilot_new_pricing_looks_to_be_a...
3•sirnicolaz•1h ago•2 comments

Elements of Story

https://elementsofstory.com/
2•fullstackchris•1h ago•1 comments

Beastie Is Your Friend

http://www.oxide.org/
1•jruohonen•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.