frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

We accidentally recreated old FB

https://amrshawky.com/posts/we-accidentally-recreated-fb/
1•amr_shawky•36s ago•0 comments

Query Insights for Postgres, Powered by ClickHouse

https://clickhouse.com/blog/postgres-query-insights-clickhouse-cloud
1•cauchyk•1m ago•0 comments

Let's kill off half the builtins in 0.8.0

https://c3-lang.org/blog/lets-kill-off-half-the-builtins-in-080/
1•DASD•1m ago•0 comments

Using Rust for Game Development by Catherine West (2018) [video]

https://www.youtube.com/watch?v=aKLntZcp27M
1•tosh•3m ago•0 comments

Worried Britons 'prepping' for major disruption with stash of tins and cash

https://www.theguardian.com/business/2026/may/09/worried-britons-prepping-for-major-disruption-wi...
1•tomwphillips•5m ago•0 comments

The Memex Method

https://pluralistic.net/2021/05/09/the-memex-method/
1•ingve•6m ago•0 comments

AoS and SoA

https://en.wikipedia.org/wiki/AoS_and_SoA
1•tosh•6m ago•0 comments

VGA Memory Access Is Complicated

https://www.os2museum.com/wp/learn-something-old-every-day-part-xxi-vga-memory-access-is-complica...
1•ingve•10m ago•0 comments

Show HN: Durable async jobs for x402-paid APIs

https://github.com/clearedink/cleared-jobs
1•massanishi•10m ago•0 comments

Ask HN: Notify about DNS records propagation

1•vojtechrichter•11m ago•0 comments

Debunking the Myth That Search Is Dying

https://graphite.io/five-percent/debunking-the-myth-that-seo-traffic-has-dramatically-declined
1•paulpauper•12m ago•2 comments

InMusic and Native Instruments Unite

https://www.inmusicbrands.com/press/inmusic-native/
1•Tomte•13m ago•0 comments

A $15 RISC-V Device Built Its Own Wallet and Learned to Pay the Internet

https://www.eddieoz.com/how-a-15-risc-v-device-built-its-own-lightning-wallet-and-learned-to-pay-...
1•eddieoz•13m ago•0 comments

The Body as a Bioreactor

https://accelerateadvancedtherapies.com/thebodyasbioreactor/ep1/
1•CuriousSoup•14m ago•0 comments

Why Americans pay for unfinished electricity projects

https://www.reuters.com/business/energy/why-millions-americans-pay-unfinished-electricity-project...
1•deadbishop•19m ago•0 comments

Becoming competitive when joining a new company

https://ludwigabap.com/posts/on-becoming-competitive-when-joining-a-new-company/
1•bkjlblh•19m ago•0 comments

JHarmonizer: Java-source reordering and formatting for CI

https://github.com/lemon-ant/JHarmonizer
1•antonlem•22m ago•0 comments

Go Players Disempower Themselves to AI

https://www.lesswrong.com/posts/nR3DkyivzF4ve97oM/how-go-players-disempower-themselves-to-ai
1•momentmaker•23m ago•0 comments

He Couldn't Land a Job Interview. Was AI to Blame?

https://www.wired.com/story/he-couldnt-land-a-job-interview-was-ai-to-blame/
1•momentmaker•24m ago•0 comments

Terry Tao – New Mathematical Workflows – Future of Mathematics Symposium

https://www.youtube.com/watch?v=tN4hsT5t0nw
2•fuglede_•26m ago•0 comments

How to survive the information crisis: 'Now reality itself feels fake'

https://www.theguardian.com/media/ng-interactive/2026/may/06/how-to-survive-the-information-crisi...
1•mitchbob•27m ago•0 comments

AI doesn't know – it guesses. What if meaning lived outside the model?

https://github.com/pekkalepola/colibri-clf
2•PekkaLepola•27m ago•0 comments

The Iran war has changed the global energy system forever

https://grist.org/energy/iran-war-oil-gas-coal-solar-nuclear/
2•ohjeez•28m ago•0 comments

Zed Editor Theme-Builder

https://zed.dev/theme-builder
2•cuechan•29m ago•0 comments

Counterfeit Power Cables – A Fire Waiting to Happen

https://goughlui.com/2026/05/09/notes-counterfeit-power-cables-a-fire-waiting-to-happen/
3•goodburb•30m ago•0 comments

Mandala: Open Source Logistics Orchestration

https://github.com/theoddden/Mandala
1•Facingsouth•31m ago•0 comments

The Two Abstractions of System Design: Hide or Reduce

http://muratbuffalo.blogspot.com/2026/05/the-two-abstractions-of-system-design.html
1•matt_d•31m ago•0 comments

Shelf Source: Tom MacWright

https://roadlessread.com/views/ss-macwright
1•tobr•31m ago•0 comments

Fixed the mobile display issue for income tax calculator

https://takehome.tax
1•ccnomas•32m ago•0 comments

Revibed accused of selling unlicensed vinyl rips without clearing rights (2025)

https://ra.co/news/82409
1•lelandfe•34m 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.