frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gixy: Nginx Configuration Static Analyzer

https://github.com/dvershinin/gixy
2•petecooper•5m ago•0 comments

Staged Publishing for NPM Packages

https://docs.npmjs.com/staged-publishing/
2•pimterry•5m ago•0 comments

MPs call out Rockstar Games over alleged union-busting

https://www.computerweekly.com/news/366643401/MPs-call-out-Rockstar-Games-over-alleged-Union-busting
1•beardyw•7m ago•0 comments

Edu-committee wants social media ban to save mental health

https://www.theregister.com/personal-tech/2026/05/21/edu-committee-wants-social-media-ban-to-save...
1•ColinWright•8m ago•0 comments

Paragon Knives – No-frills EDC knives focused on pure utility

https://www.paragon-knives.com/
1•bgzlsxaz•9m ago•0 comments

Why domain valuation metrics fail in voice-first and agentic environments

https://domainalot.substack.com/p/how-to-correctly-value-a-domain-and
1•sonofmarzipan•9m ago•0 comments

I built a HoneyBook alternative after they raised prices 89%

https://quotesign.vercel.app
1•kevoIA•12m ago•0 comments

Auditing Apple's DifferentialPrivacy.framework: Bugs, Misconfig, Practical Risks

https://arxiv.org/abs/2605.21378
1•sbulaev•17m ago•0 comments

Been running Claude Code on Bun Rust port for a few days, can't tell difference

https://twitter.com/jarredsumner/status/2057280896231936258
2•tosh•17m ago•0 comments

Yet another Rust re-write: FalkorDB

https://github.com/FalkorDB/falkordb-rs-next-gen
1•fithisux•19m ago•1 comments

Google officially announces that ads will be included in AI Mode search results

https://blog.google/products/ads-commerce/google-marketing-live-search-ads/
3•sofumel•20m ago•0 comments

Micro GPT written in Excel formulas

https://github.com/pyxll/excel-gpt
1•pyxll•22m ago•0 comments

How's Linear so fast? A technical breakdown

https://performance.dev/how-is-linear-so-fast-a-technical-breakdown
1•SouravInsights•24m ago•0 comments

TextIndex

https://mattgemmell.scot/textindex/
1•Tomte•25m ago•0 comments

The Surprising Divide over What Counts as True

https://reason.com/2026/05/15/the-surprising-divide-over-what-counts-as-true/
1•stared•25m ago•0 comments

Nvidia unveils its spreading language model, "Nemotron-Labs-Diffusion"

https://huggingface.co/nvidia/Nemotron-Labs-Diffusion-14B
2•sofumel•26m ago•0 comments

Why I think Go is a Terrible Language

https://notashelf.dev/posts/go-sucks
2•Lunar5227•27m ago•2 comments

AMD's New Ryzen AI Max Pro 400 with 192GB LPDDR5X Memory

https://www.servethehome.com/amd-reveals-ryzen-ai-max-pro-400-series-192gb-ram-for-ai-systems/
1•calcifer•29m ago•0 comments

I Taught an AI to Be Our On-Call Engineer

https://medium.com/pipedrive-engineering/scooby-how-i-taught-an-ai-to-be-our-on-call-engineer-163...
1•devuo•31m ago•0 comments

VCs invested $300B in agentic infrastructure in Q1 2026

https://www.hitechies.com/venture-capital-q1-2026-300-billion-agentic-infrastructure-founders/
1•dhakalster•32m ago•0 comments

Value creation, bullshit jobs and the future of work

https://seths.blog/2026/05/value-creation-bullshit-jobs-and-the-future-of-work/
1•swolpers•33m ago•0 comments

The Cache Aware Scheduling Looks Like It Will Land for Linux 7.2

https://www.phoronix.com/news/Linux-7.2-Likely-CAS
2•rbanffy•35m ago•2 comments

Show HN: Visual timezone converter for remote teams

https://fluttertime.com/
1•dbecks•36m ago•0 comments

Mummy Brown

https://en.wikipedia.org/wiki/Mummy_brown
2•thunderbong•36m ago•0 comments

No Slop Grenade

https://noslopgrenade.com/
2•napolux•38m ago•0 comments

Show HN: I am making a cat-based gamified productivity app

https://store.steampowered.com/app/4704810/Junebug/
1•egretfx•40m ago•0 comments

X-Plane 12 Citation-X Checklist

https://www.wedesoft.de/simulation/2026/05/10/x-plane-citation-x-checklist/
1•wedesoft•40m ago•1 comments

The Beatles – On Their Old Sound

https://medium.com/the-hitmagist/the-beatles-on-their-old-sound-af380e576227
1•bryanrasmussen•41m ago•0 comments

Engineering Manager Interview Preparation

https://yusufaytas.com/engineering-manager-interview-preparation
13•hunter_coder•42m ago•0 comments

Gauss List Sieve for Lattices

https://leetarxiv.substack.com/p/gauss-lll-sieve
2•theanonymousone•43m ago•1 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.