frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Design the Wave. Don't Just Ride It

https://alexoppenheimer.substack.com/p/design-the-wave-dont-just-ride-it
1•crescit_eundo•33s ago•0 comments

Smart, Safe, or Fast: Every conversational AI assistant picks two

https://pantsyr.dev/blog/smart-safe-or-fast-every-conversational-ai-assistant-picks-two/
1•nanoparticle•33s ago•0 comments

Scientists discover over 1,100 new marine species in landmark Ocean Census

https://oceancensus.org/press-release-scientists-discover-over-1100-new-marine-species-in-landmar...
1•speckx•41s ago•0 comments

The Pillars of an API Platform

https://launchany.com/the-pillars-of-an-api-platform/
1•mooreds•1m ago•0 comments

The Portable Way to Extract Date and Time from a File's Mtime in C++

https://www.sandordargo.com/blog/2026/07/22/extracting-datetime-from-mtime
1•ibobev•1m ago•0 comments

Airbus Full Scale Foldable Wing Extensions

https://www.airbus.com/en/newsroom/press-releases/2026-07-airbus-launches-new-flight-test-program...
1•r2sk5t•1m ago•0 comments

Not just development, distribution of software may change as well

https://antirez.com/news/170
1•sibellavia•2m ago•0 comments

Show HN: Receive.link – anyone can send you files encrypted to your passkey

https://receive.link/
1•neutrinoq•2m ago•1 comments

BLM proposes reopening 336k acres around Chaco Canyon to mineral leasing

https://www.koat.com/article/chaco-canyon-public-comment-period-opens-as-blm-proposes-reopening-3...
1•mooreds•3m ago•0 comments

A privacy-first macOS meeting-notes and writing app that runs on-device

https://github.com/bitwize-ai/Logue
1•westerosweb•3m ago•0 comments

The Airwaves Are Going on Sale Again. But Does the FCC Have the Right Goal?

https://thedailyeconomy.org/article/the-airwaves-are-going-on-sale-again-but-does-the-fcc-have-th...
1•NewCzech•3m ago•0 comments

The Light Flip Is the Stylish Dumb Flip Phone of Your Dreams

https://www.wired.com/story/light-flip-is-the-modern-stylish-dumb-flip-phone-of-your-luddite-dreams/
1•notpachet•5m ago•0 comments

Politician Count Binface Demands Sega Releases Shenmue 4

https://kotaku.com/count-binface-shenmue-4-sega-arcades-adele-nigel-farage-2000718341
1•robin_reala•5m ago•0 comments

AI Companies Are Buying Tons of Old Books Because They're Free of AI Slop

https://www.404media.co/ai-companies-are-buying-tons-of-old-books-because-theyre-free-of-ai-slop/
1•Brajeshwar•6m ago•0 comments

Show HN: Langy, an automated AI engineer (we gave it a robot body) [video]

https://langwatch.ai/blog/introducing-langy-your-automated-ai-engineer
3•jangletown•6m ago•0 comments

Show HN: A Sonos home-screen widget that talks directly to speakers over UPnP

https://play.google.com/store/apps/details?id=com.sonoswidget&hl=en_US
1•eyal4473•7m ago•0 comments

Show HN: I walk-forward tested classic trading setups. Several have no real edge

https://edgestacker.com/tools/library/
1•thepromptgenius•8m ago•0 comments

Show HN: Fund an agent once – prepaid USDC key for HTTP 402 tools (Solana)

https://vibes-coded.com/start
2•b_radford•8m ago•0 comments

Fujifilm X100 vs. Leica Q vs. Ricoh GR

https://map.simonsarris.com/p/fujifilm-x100-vs-leica-q-vs-ricoh
1•speckx•8m ago•0 comments

Show HN: Kernel optimization is obsolete. Just NPM install it

https://github.com/tensormux/kernel-skills
1•KRISH2832•9m ago•0 comments

Waymos cause "way mo" injuries per mile driven than for-hire vehicles in NYC

https://gothamist.com/news/are-waymo-robotaxis-actually-safer-than-nyc-uber-and-taxi-drivers
3•laserson•10m ago•1 comments

Which streaming service was that on again

https://www.timwehrle.de/blog/which-streaming-service-was-that-on-again/
3•weetii•12m ago•0 comments

Airtight – privacy-first crypto portfolio tracker,single HTML file, zero servers

https://airtight.sell.app/product/airtight-private-portfolio-tracker
1•AirTight•12m ago•0 comments

Backpropagation as Physical Relaxation: Exact Gradients in Finite Time

https://arxiv.org/abs/2602.02281
2•binyu•13m ago•0 comments

Trovio for Brands

https://brands.gotrovio.com/auth/signup
1•derrickshowers•14m ago•1 comments

Navigating abstraction in the age of machine-generated code

https://www.khola.blog/p/the-top-down-bet-needs-a-bottom-up
1•nkhola•14m ago•0 comments

Granola Discloses a 1 Click Session Takeover of Its Notes App

https://docs.granola.ai/help-center/policies/security-contributions/desktop-app-navigation-vulner...
2•bearsyankees•14m ago•1 comments

Sleight – Playwright for native Mac apps

https://sleight.sh/
1•imazio•14m ago•0 comments

Ghost Cut – or why Cut and Paste is broken everywhere

https://ishmael.textualize.io/blog/ghost-cut/
2•willm•15m ago•0 comments

Hologram works. Elixir runs in the browser

https://hologram.page/blog/backing-hologram
5•lawik•16m 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.