frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

RuBee

https://computer.rip/2025-11-22-RuBee.html
3•Sniffnoy•8m ago•0 comments

Japan's gamble to turn island of Hokkaido into global chip hub

https://www.bbc.com/news/articles/c8676qpxgnqo
1•1659447091•9m ago•0 comments

The Cloudflare outage was a good thing

https://gist.github.com/jbreckmckye/32587f2907e473dd06d68b0362fb0048
2•radeeyate•12m ago•0 comments

KeePassXC 2.7.11 Released

https://keepassxc.org/blog/2025-11-23-2.7.11-released/
1•theodorejb•13m ago•0 comments

A free tool that stuns LLMs with thousands of invisible Unicode characters

https://gibberifier.com
2•wdpatti•16m ago•1 comments

McMaster Carr – The Smartest Website You Haven't Heard Of

https://www.bedelstein.com/post/mcmaster-carr
1•jcartw•19m ago•0 comments

Style Reference vs. Image Prompts: What's the Difference?

https://image2prompts.com/blog/style-reference-vs-image-prompts-what-the-difference
1•zack119•22m ago•0 comments

Visualizing asymmetry in the 196 Lychrel chain (50k steps, 20k digits)

1•jivaprime•25m ago•0 comments

Napster Said It Raised $3B from an Investor. Now 'Investor' and 'Money' Are Gone

https://www.forbes.com/sites/phoebeliu/2025/11/23/napster-said-raised-3-billion-mystery-investor-...
1•pseudolus•28m ago•0 comments

Ouya

https://en.wikipedia.org/wiki/Ouya
3•Ariarule•29m ago•2 comments

'The public has been lied to': made doc insists that aliens exist

https://www.theguardian.com/film/2025/nov/22/age-of-disclosure-documentary-aliens
1•handfuloflight•35m ago•0 comments

SecIron Is Recruiting for Technical Support in KL, Malaysia-Challenge Yourself

https://malaysia.indeed.com/job/mobile-app-securit-engineer-93c4f95524a00f8f
1•bboypy•36m ago•0 comments

Show HN: 3M km interferometer concept using Saturn moons

https://zenodo.org/records/17665935
1•kurtswendson•37m ago•0 comments

We stopped roadmap work for a week and fixed 189 bugs

https://lalitm.com/fixits-are-good-for-the-soul/
11•signa11•39m ago•2 comments

B-Trees: Why Every Database Uses Them

https://mehmetgoekce.substack.com/p/b-trees-why-every-database-uses-them
2•signa11•41m ago•0 comments

Valve makes almost $50M per employee

https://www.tomshardware.com/video-games/pc-gaming/valve-makes-almost-usd50-million-per-employee-...
2•xu_ituairo•43m ago•0 comments

US issues security NOTAM for Venezuelan airspace

https://www.flightradar24.com/blog/aviation-news/us-issues-security-notam-for-venezuelan-airspace/
4•8ig8•47m ago•0 comments

Show HN: I slowed down and visualized birdsong [video]

https://www.youtube.com/watch?v=mhHGuAUUCUE
2•andai•48m ago•0 comments

Ask HN: Hearing aid wearers, what's hot?

44•pugworthy•51m ago•1 comments

Anna's Archive 'WorldCat Scrape' Lawsuit Drops $5M Claim, Pivots to Takedown

https://torrentfreak.com/annas-archive-worldcat-scrape-lawsuit-drops-5m-claim-pivots-to-takedown-...
4•t-3•57m ago•2 comments

Passing the Torch – My Last Root DNSSEC KSK Ceremony as Crypto Officer 4

https://technotes.seastrom.com/2025/11/23/passing-the-torch.html
9•greyface-•1h ago•0 comments

Future War Will Be Fought with Sticks and Stones

https://smallwarsjournal.com/2025/11/20/future-war-will-be-fought-with-sticks-and-stones/
4•Gaishan•1h ago•1 comments

My Life Is a Lie: How a Broken Benchmark Broke America

https://www.yesigiveafig.com/p/part-1-my-life-is-a-lie
25•jger15•1h ago•10 comments

A Unified Theory of Ego, Empathy, and Humility at Work

https://matthogg.fyi/a-unified-theory-of-ego-empathy-and-humility-at-work/
2•mrmatthogg•1h ago•0 comments

LowType: Elegant Types in Ruby

https://github.com/low-rb/low_type
3•lowtype•1h ago•0 comments

Show HN: YipYap – I wanted something to tell me what to do with my Stripe KPIs

https://yipyap.fyi
1•zach_olson•1h ago•0 comments

Preserve? Conserve? AI will need reasons

1•sonicvrooooom•1h ago•1 comments

Practical Security in Production

https://queue.acm.org/detail.cfm?id=3773097
1•tkhattra•1h ago•0 comments

Mew Design – Natural language to editable UI/graphic design

https://mew.design
2•bkidyy•1h ago•1 comments

Pabst, Pamphlets and a Petition: A Harvard-Yale Tailgate in the Trump Era

https://www.nytimes.com/2025/11/23/us/politics/yale-harvard-football-trump.html
2•whack•1h ago•1 comments
Open in hackernews

Ask HN: How is Julia for data analysis coming along?

1•juujian•6mo 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•6mo 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•6mo 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•6mo ago
If you need a web application you could also use Oxygen.jl.
MScholar•6mo 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.