frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Popular Git Config Options

https://jvns.ca/blog/2024/02/16/popular-git-config-options/
1•sharjeelsayed•40s ago•0 comments

Ask HN: Have you used an LLM for grief support?

1•mettakindness•2m ago•0 comments

Bill Gates Foundation's 65% Microsoft Stock Dump

https://thinkmintmedia.blogspot.com/2025/11/87-billion-question-is-gates.html
1•iamtech•2m ago•0 comments

How Loud Are Cities?

https://www.datawrapper.de/blog/how-loud-are-cities
1•speckx•3m ago•0 comments

CDC instructs researchers to end all monkey studies by year-end: Science

https://www.fiercebiotech.com/research/cdc-instructs-researchers-end-all-monkey-studies-year-end-...
2•JPLeRouzic•6m ago•0 comments

Pre-Cache: A Microarchitectural Solution to Prevent Meltdown and Spectre

https://arxiv.org/abs/2511.17726
1•bikenaga•6m ago•0 comments

Market Volatility Underscores Epic Buildup of Global Risk

https://www.nytimes.com/2025/11/25/business/economy/stocks-bitcoin-markets-risk.html
1•zerosizedweasle•7m ago•0 comments

Show HN: Idealane – Intuitive vibe coding for entrepreneurs and SMBs

https://idealane.com/
1•lluiscanadell•9m ago•0 comments

Roman fingerprints found in 2k-year-old cream (2003)

https://www.theguardian.com/uk/2003/jul/28/artsnews.london
1•gradus_ad•10m ago•0 comments

Companies overpaying on employee expenses by up to 14%

https://ffnews.com/newsarticle/paytech/companies-overpaying-on-employee-expenses-by-up-to-14/
1•onpedrof•12m ago•0 comments

The Wanderer

https://randsinrepose.com/archives/the-wanderer/
1•mooreds•12m ago•0 comments

Tips on being a kinder neighbor and fostering a sense of community

https://text.npr.org/1060464791
2•mooreds•13m ago•0 comments

Lessons from testing three AI agents on the same complex task

https://prashamhtrivedi.in/ai-agent-comparison-claude-gemini-codex/
1•prash2488•13m ago•1 comments

The Return of the Viva

https://ednutting.com/2025/11/25/return-of-the-viva.html
1•EdNutting•14m ago•1 comments

You probably shouldn't block AI bots from your website

https://kerkour.com/dont-block-bots
1•randomint64•15m ago•0 comments

Show HN: Agent Runner – open-source agent harness to benchmark real coding

https://www.designarena.ai/?arena=agents&harness=standard
1•grace77•17m ago•0 comments

A legacy of genetic entanglement with wolves shapes modern dogs

https://www.pnas.org/doi/10.1073/pnas.2421768122
1•bikenaga•17m ago•0 comments

Broken Business Processes: The Hidden Profit Killer

https://instituteprojectmanagement.com/blog/broken-business-processes/
1•ViktoriiaYarosh•17m ago•0 comments

Exploring Anthropic's Memory Tool

https://leoniemonigatti.com/blog/claude-memory-tool.html
2•vinhnx•19m ago•0 comments

Ask HN: For Mac users – Do you have а shoulder pinched nervе?

1•zipotm•20m ago•1 comments

Python is not a great language for data science. Part 1: The experience

https://blog.genesmindsmachines.com/p/python-is-not-a-great-language-for
2•speckx•21m ago•0 comments

I stopped using Figma and switched to Penpot

https://www.xda-developers.com/switched-from-figma-to-penpot/
1•jpalomaki•22m ago•0 comments

A Second Look at Geolocation and Starlink

https://www.potaroo.net/ispcol/2025-11/starlinkgeo2.html
1•speckx•22m ago•0 comments

Flux2 VAE Research Report

https://bfl.ai/research/representation-comparison
2•anjneymidha•24m ago•0 comments

The AI Industry Is Built on a Big Unproven Assumption

https://www.bloomberg.com/news/articles/2025-11-24/the-ai-industry-is-built-on-a-big-unproven-ass...
3•wslh•24m ago•1 comments

How to keep your apps up when AWS is down

https://www.restate.dev/blog/geo-replicated-apps
1•gk1•25m ago•0 comments

Ozempic does not slow Alzheimer's, study finds

https://www.semafor.com/article/11/25/2025/ozempic-does-not-slow-alzheimers-study-finds
3•danso•25m ago•0 comments

Is AI Eating the World?

https://philippdubach.com/2025/11/23/is-ai-really-eating-the-world/
1•vinhnx•26m ago•0 comments

Thai woman's cremation stopped as knocking on coffin heard

https://www.bbc.com/news/articles/cvgq0jzw5n2o
1•onemoresoop•27m ago•0 comments

Ask HN: What AI tool to use for coding in 2025?

1•WorldDev•28m ago•1 comments
Open in hackernews

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

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