frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Layer_shell.dart – Write a Wayland Shell in Flutter

https://github.com/mattkae/layer_shell.dart
1•matthewkosarek•2m ago•1 comments

Microtubule organization across cell types and states(2021)

https://www.cell.com/current-biology/fulltext/S0960-9822(21)00075-0
1•rolph•2m ago•0 comments

32 Principles of a Viral Product

https://twitter.com/marclou/status/2065385672991752210
1•rmason•2m ago•0 comments

MS Coin – A Layer-1 Privacy Protocol Built in Pure Rust

https://mscoin.network/
1•shaketank•4m ago•0 comments

Punch Card Wreath

https://princessleia.com/journal/2021/10/punch-card-wreath/
1•debo_•4m ago•0 comments

Show HN: Identity Layer for Agents and Autonomous AI

https://github.com/authsec-ai/authsec-ai
1•azifali•4m ago•0 comments

Carmakers Say They'll Leave CA over New Car Privacy Law [video][12 Mins]

https://www.youtube.com/watch?v=i1_8Lj6El8M
1•Bender•9m ago•0 comments

The Hrsi

1•bayesnet•9m ago•0 comments

Thinking in Ecosystems: From Climate to Planetary Resilience Tech

https://yanirseroussi.com/2026/06/29/thinking-in-ecosystems-from-climate-to-planetary-resilience-...
2•yanir•25m ago•0 comments

Computational Balloon Twisting: The Theory of Balloon Polyhedra [pdf]

https://cccg.ca/proceedings/2008/paper34full.pdf
2•luu•25m ago•0 comments

What Is SLAM? A short-and-sweet explainer

https://www.aptiv.com/en/insights/article/what-is-slam
2•ohjeez•29m ago•0 comments

Beta SDKs for the 2026-07-28 MCP Spec Release Candidate Are Here

https://blog.modelcontextprotocol.io/posts/sdk-betas-2026-07-28/
2•BrianPeek•31m ago•0 comments

WyrmRSS: A modern RSS reader and aggregator

https://github.com/kryoseu/WyrmRSS
2•kryoseu•31m ago•1 comments

FOMO Is the Cyberpsychosis of the AI Era

https://blog.akring.com/posts/fomo-is-the-cyberpsychosis-of-the-ai-era/
2•__natty__•32m ago•0 comments

Lake Powell Is Already Dead. They Just Won't Admit It. [video][22 Mins]

https://www.youtube.com/watch?v=wbdaSdrxUao
4•Bender•35m ago•0 comments

CyberWatch – Cybersecurity news and learning for everyone

https://cyberwatch-fc59b5.netlify.app/
2•KrishnaBozza•36m ago•1 comments

Paranoia: An automatic chaos engineering tool for Spring

https://github.com/MartinesEmanuel/ParanoiaEngine
2•SchwKatze•37m ago•0 comments

Will humans one day talk to animals? This scientist is bringing us closer

https://www.yahoo.com/news/science/articles/humans-one-day-talk-animals-200000105.html
2•gmays•39m ago•1 comments

Adding Features Without Interrupting Network Connections

https://blog.exe.dev/adding-features-without-interrupting-network-connections
2•anitil•41m ago•1 comments

How sound art is repurposing Philly's Village of Industry and Art

https://design-milk.com/historic-philadelphia-building-public-sound-installation/
2•whiteblossom•41m ago•0 comments

Ask HN: Line by Line Agentic Coding

5•notshore•44m ago•4 comments

You can get Unicode working on DOS

https://twitter.com/i/status/2071469740141224272
4•vkaku•44m ago•2 comments

Unaccountable Systems

https://whynothugo.nl/journal/2025/09/12/unaccountable-systems/
2•foxfired•46m ago•0 comments

What happened to BitTorrent's Project Maelstrom web browser?

https://www.ctrl.blog/entry/bittorrent-maelstrom.html
3•ValdikSS•46m ago•0 comments

Weak hands and blurry vision: Is your tech giving you 'phone body'?

https://www.bbc.com/future/article/20260630-is-your-tech-giving-you-phone-body
2•dabinat•47m ago•0 comments

Show HN: Toolnexus for Python – MCP, agent skills,a2a for any LLM

https://pypi.org/project/toolnexus/
2•muthuishere•52m ago•0 comments

Oracle outlines all the ways it could lose the farm it bet on AI

https://www.theregister.com/ai-and-ml/2026/07/01/oracle-outlines-all-the-ways-it-could-lose-the-f...
2•Bender•55m ago•0 comments

I'm opening VSCode less and less every day

3•othmanosx•55m ago•0 comments

Show HN: Banto – Turn any topic into a live game room in minutes

https://banto.tv
2•douglaspham•58m ago•0 comments

Red teamers turned Claude Desktop into a double agent to do their evil bidding

https://www.theregister.com/security/2026/07/01/red-teamers-turned-claude-desktop-into-a-double-a...
2•Bender•59m 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.