frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

6 months looking for polish market b2bs

https://clawlabs.pro
1•Story91•4m ago•1 comments

Ask HN: We are building the Flutter equivalent to RN's Ignite CLI

1•ckalen•5m ago•0 comments

"There Are No European Cybersecurity Vendors." Wrong

https://ciphercue.com/blog/there-are-no-european-cybersecurity-vendors-wrong
1•adulion•5m ago•0 comments

Tip

https://vivaldi.com/blog/tips/tip-826/
1•shoegeezer•6m ago•0 comments

CSS Tricks for Markdown Blogs

https://dan-webnotes.com/posts/2026-06-28-css-tricks-markdown-blogs/
1•dandep•11m ago•0 comments

What's wrong with EU age verification? Nothing

https://blog.vrypan.net/2026/06/29/260629-whats-wrong-with-eu-age-verification/
2•Zababa•12m ago•1 comments

Fail Fast, Run Faster: Shape Safe Deep Learning in Rust on Apple Silicon [pdf]

https://cs231n.stanford.edu/2025/papers/text_file_840593634-egpaper_cvpr17_final%202.pdf
1•alex_hirner•14m ago•0 comments

The world economic forum just published the top emerging technologies [pdf]

https://reports.weforum.org/docs/WEF_Top_10_Emerging_Technologies_Report_2026.pdf
1•adithyaharish•14m ago•0 comments

Simulate altitude training by tilting your bed

https://pmc.ncbi.nlm.nih.gov/articles/PMC13173307/
1•lonelyasacloud•15m ago•1 comments

Chebyshev Polynomials

https://en.wikipedia.org/wiki/Chebyshev_polynomials
1•tosh•16m ago•0 comments

The Vulnerability Identity Crisis

https://research.empiricalsecurity.com/research/the-vulnerability-identity-crisis
1•pgl•16m ago•0 comments

Theories of Ageing [pdf]

https://iubmb.onlinelibrary.wiley.com/doi/abs/10.1080/15216540601178067
1•thunderbong•22m ago•0 comments

The Qbeast split-plane SaaS Architecture

https://qbeast.io/blogs/the-qbeast-split-plane-saas-architecture
1•fpj•23m ago•0 comments

It's time to reserve your WhatsApp username

https://blog.whatsapp.com/its-time-to-reserve-your-whatsapp-username?_fb_noscript=1
1•Anon84•23m ago•0 comments

Show HN: A Free AI Visibility Tracker

https://www.archytasdigital.com/
1•pastamania•25m ago•0 comments

Ask HN: How is Claude Slack app performing in your organisation?

1•akarshhegde18•25m ago•0 comments

Slint and the Node.js Event Loop

https://slint.dev/blog/slint-and-the-nodejs-event-loop
1•ogoffart•26m ago•0 comments

Apple iPhone 18 Pro supplier list, parts and photos exposed in Tata data leak

https://www.reuters.com/business/media-telecom/apple-iphone-18-pro-supplier-list-parts-photos-exp...
1•RaSoJo•28m ago•0 comments

Show HN: The Three Idempotencies of an Agent

https://agentsxbackend.substack.com/p/the-three-idempotencies-of-an-agent
1•Venky1729•30m ago•0 comments

"flows": a custom Markdown runtime for visualizing long-running agent loops

https://github.com/samleeney/flows
1•samleeney•33m ago•0 comments

A history of John Romero wishing Sandy Petersen well before nuking his tweets

https://www.pcgamer.com/gaming-industry/a-short-history-of-john-romero-wishing-sandy-petersen-wel...
1•Michelangelo11•35m ago•0 comments

Top 1 Million Analysis – June 2026: Ten Years of Web Security

https://scotthelme.co.uk/top-1-million-analysis-june-2026-ten-years-of-web-security/
1•moebrowne•38m ago•0 comments

You're Right

https://youre-absolutely-right-one.vercel.app/
1•senko•43m ago•0 comments

Antares Achieves Criticality of Mark-0 Reactor

https://antaresindustries.com/updates/antares-achieves-criticality
3•clarionbell•44m ago•1 comments

The Shape of the Whole

https://shapeofthesystem.com/the-shape-of-the-whole
2•charlieirish•51m ago•0 comments

RPC Endpoints

https://rpc.uquad.org/
1•uquad•51m ago•0 comments

After 12 years of being a customer, Uber is dumping PagerDuty

https://twitter.com/GergelyOrosz/status/2071709320199164184
3•tosh•52m ago•0 comments

The Invisible Architecture of Lock-In

https://blog.documentfoundation.org/blog/2026/06/30/the-invisible-architecture-of-lock-in/
2•ilreb•58m ago•0 comments

Show HN: Rheo 0.4.0

https://github.com/freecomputinglab/rheo
1•breezykermo•58m ago•0 comments

Database Traffic Control

https://planetscale.com/blog/introducing-database-traffic-control
1•religio•1h 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.