frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: How do you use AI at your regulated, restrictive company?

1•iso20022•1m ago•0 comments

An MCP server for LinkedIn Ads (because the API is a nightmare)

https://github.com/ZLeventer/linkedin-campaign-manager-mcp
1•CurtVermin8149•2m ago•1 comments

Causal Persuasion [pdf]

http://aburkovskaya.com/pdf/causality.pdf
1•wslh•3m ago•0 comments

In France, Lunch Delivered via Steampunk-Like Contraptions

https://www.core77.com/posts/143750/In-France-Lunch-Delivered-Via-Steampunk-Like-Contraptions
1•gnabgib•5m ago•0 comments

WordPress: The Operating System of the Agentic Web

https://automattic.com/2026/04/21/wordpress-operating-system-agentic-web/
1•Tomte•5m ago•0 comments

Self-Learning Master's Curriculum for AI

https://github.com/demirbey05/x-master-curriculum
1•demirbey05•5m ago•0 comments

The distinction between Testing Library and unit testing

https://www.echooff.dev/blog/why-testing-library-is-not-unit-testing
1•lo1tuma•7m ago•0 comments

Open Telemetry founder tools up for project graduation party

https://www.theregister.com/2026/04/24/open_telemetry_founder_tools_up/
1•saikatsg•9m ago•0 comments

Show HN: I've built email capture on a hosted page (no SDK/ESP setup)

https://optinpa.ge/launch
1•Abstract2D•11m ago•0 comments

WordPress AI Features Are Coming. Nobody Is Talking About Cost for Your Users

https://russellenvy.com/wordpress-ai-plugins-token-cost/
1•taubek•12m ago•0 comments

Plants can sense the sound of rain, a new study finds

https://news.mit.edu/2026/plants-can-sense-sound-rain-new-study-finds-0422
3•paulpauper•16m ago•0 comments

U.S. Treasury Investors' Bet on AI

https://thetwocents.substack.com/p/us-treasury-investors-massive-bet
1•paulpauper•16m ago•0 comments

Generative AI and Entrepreneurship∗ [pdf]

https://conference.nber.org/conf_papers/f232872.pdf
1•paulpauper•17m ago•0 comments

Ask HN: How do I learn software engineering and transition to building products?

1•jdw64•17m ago•0 comments

You've Been Doing Harness Engineering All Along

https://alex000kim.com/posts/2026-04-26-harness-engineering/
5•alex000kim•18m ago•0 comments

12 Best Albums, IMO

1•programmexxx•19m ago•0 comments

Arcade Games: Source Code Collection

https://mrcook.uk/arcade-game-source-code/
2•CharlesW•19m ago•0 comments

Show HN: Flocking Boids – Simulator – Recreated

https://vizbull.com/puzzle-games/boids-flocking
1•rkj93•21m ago•0 comments

After Magnus Carlsen, Chess Has Entered a New Age

https://www.newyorker.com/sports/sporting-scene/after-magnus-carlsen-chess-has-entered-a-new-age
1•mitchbob•21m ago•2 comments

Compression Algorithm Useful in Finance, Tech Endorsed by Oxford PhD

https://github.com/nr282/FDTT/tree/main
1•nrogals•22m ago•1 comments

A Deep Dive into Spyro 3's Antipiracy

https://www.tumblr.com/hwd405/814911172694425600/a-deep-dive-into-spyro-3s-antipiracy
1•ndiddy•22m ago•0 comments

Ukraine Has Picked Up the Torch America Dropped

https://www.nytimes.com/2026/04/26/opinion/zelensky-ukraine-trump-nato-leader.html
7•mitchbob•25m ago•1 comments

A tool to understand German government letters (for expats)

https://aplet.app/
2•mucite•25m ago•0 comments

Why are top university websites serving porn? It comes down to shoddy housekeep

https://arstechnica.com/security/2026/04/why-are-top-university-websites-serving-porn-it-comes-do...
4•joozio•28m ago•0 comments

Abort, Retry, No Thanks

https://unsung.aresluna.org/abort-retry-no-thanks/
2•wilkystyle•28m ago•0 comments

Rewrote My Blog with Zine

https://drewdevault.com/blog/Rewrite-with-zine/
2•xngbuilds•29m ago•0 comments

How to build expertise while using Claude Code

https://github.com/DrCatHicks/learning-opportunities
3•flawn•34m ago•1 comments

A Polish Influencer Beat MrBeast's Charity Guinness Record

https://twocontinents.com/pl/blog/nine-days-one-song-a-world-record-how-a-polish-influencer-beat-...
2•__natty__•36m ago•0 comments

Ask HN: Which is Better–Android or iOS?

4•wasimsk•39m ago•2 comments

Conspiracy Theories Are Everywhere Following WH Correspondents' Dinner Shooting

https://www.wired.com/story/staged-conspiracy-theories-are-everywhere-following-white-house-corre...
3•embedding-shape•40m ago•0 comments
Open in hackernews

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

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