frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Jack

https://github.com/mlangford75-lgtm/jack
1•Mlangford75•7m ago•0 comments

Smartphones with Popular Qualcomm Chip Share Private Information

https://www.nitrokey.com/news/2023/smartphones-popular-qualcomm-chip-secretly-share-private-infor...
2•airhangerf15•12m ago•0 comments

Historical memory prices 1960-2026

https://dam.stanford.edu/memory-prices.html
2•vga1•14m ago•0 comments

The Cost Yagni Was Never About – By Kent Beck

https://newsletter.kentbeck.com/p/the-cost-yagni-was-never-about
6•kiyanwang•15m ago•0 comments

The Great American Tech "Crackdown" Is Looking Like China's

https://x.com/compose/articles/edit/2070615531422433280
1•ceohockey60•16m ago•0 comments

Scaling Engineering: Ownership over Hiring

https://greenido.dev/2026/06/11/what-changes-at-20-50-and-200-engineers/
1•kiyanwang•17m ago•0 comments

Sun Ra's Full Lecture and Reading List from His 1971 UC Berkeley Course

https://www.openculture.com/2014/07/full-lecture-and-reading-list-from-sun-ras-1971-uc-berkeley-c...
1•mmooss•18m ago•0 comments

Basic Computer Literacy

https://excipio.tech/blog/basic-computer-literacy/
1•lvales•18m ago•0 comments

Agents Are the New Product's Interface

https://www.hopsworks.ai/post/agents-are-your-new-product-interface
2•LexSiga•22m ago•0 comments

The LLM shoggoth meme is weirder than you think

https://hedonicescalator.substack.com/p/the-llm-shoggoth-meme-is-weirder
3•HedonicEscal8r•24m ago•0 comments

Lost your crypto access code? Be wary, there's a scam for that too

https://www.theguardian.com/money/2026/jun/28/scam-watch-panic-thats-just-what-fraudsters-are-wai...
1•Brajeshwar•27m ago•0 comments

A Streptomyces megacluster encodes synergistic biotin-targeting antibiotics

https://www.nature.com/articles/s41586-026-10647-9
1•Lihh27•28m ago•0 comments

Ask HN: Is your journal hard cover or soft?

1•herodoturtle•28m ago•0 comments

The Lost Art of Leisure

https://www.theatlantic.com/newsletters/2026/06/leisure-productivity/687726/
1•shadow28•30m ago•0 comments

High Schoolers and AI

https://malerchen.com/high-schoolers-and-ai/
1•pokemyiout•33m ago•0 comments

France's heat this week exceeded a 2050 forecast in 19 of 34 locations

https://news.slashdot.org/story/26/06/27/2146244/frances-heat-this-week-was-worse-than-a-dire-sce...
3•logickkk1•34m ago•2 comments

Continuity-Enhancing Degree Elevation and Splits

https://graphics.cs.utah.edu/research/projects/continuity-enhancement/
1•E-Reverance•35m ago•0 comments

'Born to make people laugh': Comedy legend and Jewish icon Mel Brooks turns 100

https://www.timesofisrael.com/born-to-make-people-laugh-comedy-legend-and-jewish-icon-mel-brooks-...
1•sbuttgereit•36m ago•0 comments

Ask HN: Is WordPress the best way to create new websites for beginner

3•anitroves•43m ago•8 comments

AI and the Crisis of 'Classical Liberalism'

https://compactmag.substack.com/p/ai-and-the-crisis-of-classical-liberalism
1•paulpauper•45m ago•0 comments

The Tragic Birth of FM Radio (2006)

https://www.damninteresting.com/the-tragic-birth-of-fm-radio/
2•bookofjoe•46m ago•0 comments

Best Books of the 21st Century

https://www.nytimes.com/interactive/2024/books/best-books-21st-century.html
1•paulpauper•46m ago•0 comments

Alan Greenspan, RIP

https://scottsumner.substack.com/p/alan-greenspan-rip
1•paulpauper•46m ago•0 comments

Show HN: Iwtlp – Learn to code by solving real domain based projects

https://iwtlp.com/
1•i_w_t_l_p•46m ago•0 comments

The Ben and Jerry's Flavor Graveyard

https://www.benjerry.com/flavors/flavor-graveyard
1•NaOH•47m ago•0 comments

Hacking a Ceiling Fan Remote with RTL-SDR and ESP32 for Home Assistant

https://hackaday.com/2026/06/28/rf-hacking-a-ceiling-fan-via-the-remote/
3•whiteblossom•48m ago•0 comments

Ornith-1.0: Self-Scaffolding LLMs for Agentic Coding

https://deep-reinforce.com/ornith_1_0.html
2•kordlessagain•49m ago•0 comments

Show HN: Borkd – Is it your code or the platform? One dashboard instead of ten

https://borkd.dev/
1•watchready•50m ago•1 comments

Node.js io_uring over napi-rs, more then 2x performance

https://github.com/avifenesh/ferrings
3•anotherCodder•51m ago•0 comments

The (new) place for thoughtful puzzles

https://www.puzzmo.com/today
2•jasonpeacock•51m 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.