frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Classic HN: A Story About 'Magic'

http://catb.org/jargon/html/magic-story.html
1•ColinWright•34s ago•0 comments

Show HN: JustBookmarks – a simple browser-independent bookmark manager

https://github.com/SellswordSoftware/justbookmarks
1•sellswordsoft•1m ago•0 comments

Implications of Predicting the Next Token

https://www.lesswrong.com/posts/AzRRPDNmeEoJdSiib/implications-of-predicting-the-next-token
1•cubefox•1m ago•0 comments

My new obsession: A horse-racing board game of pure luck

https://alexanderbjoy.com/horse-race-board-game/
1•surprisetalk•3m ago•0 comments

No honor among (ad-tech) thieves (25 May 2026)

https://pluralistic.net/2026/05/25/lying-spies/
1•Brajeshwar•3m ago•0 comments

Mark Cuban has been right every time the crowd said he was wrong

https://www.the-ai-corner.com/p/mark-cuban-has-been-right-every-time
1•mooreds•4m ago•0 comments

Additive ban could change New York's pizza and bagels, some say for the better

https://6abc.com/post/proposed-additive-ban-could-change-new-yorks-pizza-bagels-say-better/19167465/
1•brandonb•4m ago•0 comments

Five Takeaways from Day One of Data Centre Live 2026

https://datacentremagazine.com/news/the-top-five-takeaways-from-day-one-of-data-centre-live-2026
1•mooreds•4m ago•0 comments

I built a local proxy to catch IDOR/BOLA bugs. Looking for feedback

https://github.com/rodrigo-areyzaga/accguard
1•hackerone_n6hy1•5m ago•0 comments

Generative Engine Optimization

https://agentpatterns.ai/geo/
1•ankitg12•5m ago•0 comments

Hi

1•theshindesahil•6m ago•0 comments

Retatrutide's phase 3 results: 30% weight loss in 2 years

https://www.empirical.health/blog/retatrutide-phase-3-results/
1•brandonb•6m ago•0 comments

Building a Group TV Recommendation Engine

https://keeb.dev/2026/05/22/tv-recommendations-ai/
1•nickstinemates•6m ago•0 comments

In Defense of Operation Market Garden

https://secretaryrofdefenserock.substack.com/p/in-defense-of-operation-market-garden
1•rwmj•7m ago•0 comments

Scientists find new deep-sea octopus

https://www.rte.ie/news/2026/0525/1575079-deep-sea-octopus/
1•austinallegro•7m ago•0 comments

Loudness War – Dynamic Range DB

https://dr.loudness-war.info/
1•danielfalbo•8m ago•0 comments

The OCR Privacy and Security Listserv

https://www.hhs.gov/hipaa/for-professionals/list-serve/index.html
1•mooreds•9m ago•0 comments

Torvalds Tightens Linux Kernel Rules to Reject Deluge of Low-Value AI Fixes

https://hothardware.com/news/torvalds-tightens-linux-kernel-rules-to-reject-deluge-of-low-value-a...
1•losgehts•9m ago•0 comments

Maravel Crufd Wizard Lib Suite OE for Maravel Micro-Framework 20.0.0

https://marius-ciclistu.medium.com/maravel-crufd-wizard-lib-suite-oe-for-maravel-micro-framework-...
1•marius-ciclistu•10m ago•0 comments

Monads Are Easy

https://krishna.github.io/posts/monads-are-easy/
1•kenshi•10m ago•1 comments

Anthropic Cofounder Joins Pope Leo, Warns of AI Job Losses

https://www.forbes.com/sites/aliciapark/2026/05/25/anthropic-billionaire-cofounder-joins-pope-leo...
1•alach11•11m ago•0 comments

Anthropic's Olah says AI must be guided from outside Big Tech

https://www.reuters.com/world/europe/anthropics-olah-says-ai-must-be-guided-outside-big-tech-2026...
1•alach11•13m ago•1 comments

Show HN: SailWP – WordPress theme that bundles 8 plugins in 94KB

https://sailwp.com
1•JoostBoer•16m ago•0 comments

How to get your team past the AI coding plateau

https://www.theaithinker.com/p/how-to-get-your-team-past-the-ai
1•adamfaik•20m ago•0 comments

Robot dogs with tech boss faces roam Berlin art exhibit [video]

https://www.youtube.com/watch?v=909UTYDtuGY
1•ohjeez•22m ago•0 comments

Show HN: Widget Cast – Video Widgets for iOS

2•kingofspain•22m ago•0 comments

Enhanced Games [with steroids]: only 1 record broken and 3 clean athletes win

https://www.theguardian.com/sport/2026/may/25/enhanced-games-results-record-clean-athletes-win
2•Geekette•22m ago•0 comments

How soon is now in PostgreSQL?

https://event-driven.io/en/how-soon-is-now-in-postgresql/
1•birdculture•23m ago•0 comments

The Stepford AI

https://dotart.blog/cobbles/the-stepford-ai
1•cdrnsf•23m ago•0 comments

Thomas Massie Promises to Expose More Names from Epstein Files

https://www.newsweek.com/thomas-massie-promises-to-expose-more-names-from-epstein-files-11989729
3•bushwart•23m 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.