frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Apple Faces £3B UK Trial over iCloud Lock-In Claims

https://www.macrumors.com/2026/05/07/apple-icloud-lock-in-uk-lawsuit/
1•johneth•2m ago•0 comments

The Brand Age

https://www.paulgraham.com/brandage.html
1•KnuthIsGod•3m ago•0 comments

European Lisp Symposium 2026

https://european-lisp-symposium.org/2026/index.html
2•Igrom•4m ago•1 comments

Writers are fleeing the Substack Tax

https://www.theverge.com/tech/927294/substack-tax-ghost-beehiiv
2•articsputnik•5m ago•0 comments

UX Dark Patterns and Social Media Addiction

https://www.designorate.com/ux-dark-patterns-and-social-media-addiction/
1•rrm1977•7m ago•0 comments

Squatt.ing – The state of the .ing top level domain shortly after public release

https://blog.ioces.com/matt/posts/squatt.ing/
1•shoobs•8m ago•0 comments

Modi urges Indians to WFH and limit foreign travel as Iran war continues

https://www.bbc.com/news/articles/c8r8e2ne1v6o
1•penguin_booze•12m ago•0 comments

Young evil genius forces hamster to run on wheel to power his gadgets

https://www.theregister.com/offbeat/2026/05/06/youtuber-turns-hamster-wheel-into-phone-charger/52...
1•luckys•14m ago•0 comments

Show HN: Built a tool that analyzes product reviews and shows real pros/cons

https://chromewebstore.google.com/detail/astrea/ddlhfimgdflliapbjpfaeoheahhmgikl
1•adrianrogers04•15m ago•0 comments

A Tour of Txtar

https://rednafi.com/go/txtar/
1•ingve•19m ago•0 comments

Connections – James Burke

https://www.youtube.com/playlist?list=PLf02uWXhaGRng_YzH-Ser_VEV4lGSLX_1
1•gurjeet•20m ago•0 comments

Encouraging Autonomous Driving Companies to Share Safety-Critical Data

https://dl.acm.org/doi/pdf/10.1145/3757493
3•luu•20m ago•0 comments

Toward Worker-Owned Delivery Platforms with the OpenCourier Protocol

https://platform.coop/blog/toward-worker-owned-delivery-platforms-with-the-opencourier-protocol/
1•utopiah•20m ago•1 comments

Detachment 201, the US Army unit led by tech executives

https://english.elpais.com/technology/2026-04-13/detachment-201-the-us-army-unit-led-by-tech-exec...
2•BaudouinVH•20m ago•0 comments

Why is AI trust so much higher in China (87%) than the US (32%)? [pdf]

https://www.edelman.com/sites/g/files/aatuss191/files/2025-11/2025%20Edelman%20Trust%20Barometer%...
2•nilen•23m ago•3 comments

Bashism – Greg's Wiki

https://mywiki.wooledge.org/Bashism
2•dr_girlfriend•26m ago•0 comments

Gmail registration now requires scanning a QR code and sending a text message

https://discuss.privacyguides.net/t/google-account-registration-now-requires-sending-an-sms-via-p...
3•negura•27m ago•1 comments

Bring Kindness Back to Open Source

https://www.hanselman.com/blog/bring-kindness-back-to-open-source
2•mashally•27m ago•1 comments

Ask HN: What is your workflow for filtering academic papers?

1•hydra-f•27m ago•0 comments

Bash Pitfalls - Greg's Wiki

https://mywiki.wooledge.org/BashPitfalls
2•dr_girlfriend•28m ago•0 comments

ASTro: AST-Based Reusable Optimization Framework

https://github.com/ko1/astro/
1•riffraff•28m ago•0 comments

BashFAQ - Greg's Wiki

https://mywiki.wooledge.org/BashFAQ
2•dr_girlfriend•29m ago•0 comments

AI native flights search built in a weekend

https://flightzombie.com
1•mk0y•30m ago•0 comments

Roaring Bitmaps

https://roaringbitmap.org/
1•tosh•32m ago•0 comments

Silo: Isolated workspace manager for parallel agentic development

https://github.com/rsn491/silo
1•rsn491•36m ago•0 comments

Show HN: AI agents who prevent context drift through gossip

https://wuphf.team
1•najmuzzaman•37m ago•0 comments

Semantic Phonons: Lattice Vibrations in AI Internals

https://www.lesswrong.com/posts/Bn5ErDBp9redcGtxg/semantic-phonons-lattice-vibrations-in-ai-inter...
1•joozio•42m ago•0 comments

How hotels are stopping the 'dawn dash' for sunbeds after man wins payout

https://www.bbc.co.uk/news/articles/c99l17m2ep9o
3•gbxyz•43m ago•0 comments

Manufacturing qubits that can move

https://arstechnica.com/science/2026/05/manufacturing-qubits-that-can-move/
1•rippeltippel•45m ago•0 comments

Axavive Reviews: "Gut–Skin Miracle" or Just Hype? Expert Insights

https://finance.yahoo.com/sectors/healthcare/articles/axavive-skin-exploding-2026-golden-22590060...
1•larxdalu•47m 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.