frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005

https://www.cryptocellar.org/bgac/the-mvueh-break.html
1•sohkamyung•31s ago•0 comments

MineTrials: How far can AI agents get in an hour of Minecraft?

https://massiminoe.github.io/minetrials/
1•mxls•34s ago•0 comments

Show HN: MacIgniter – A hand-checked directory of Mac apps

https://macigniter.com
1•maulikdhameliya•1m ago•0 comments

Chinese hackers targeted shipping in at least seven EU countries

https://www.politico.eu/article/chinese-hackers-targeted-shipping-in-at-least-seven-eu-countries-...
1•campuscodi•1m ago•0 comments

Alibaba Contributing $3M USD to Omarchy to Work on Making "Ideal" Agentic OS

https://www.phoronix.com/news/Omarchy-Alibaba-3M
2•rbanffy•3m ago•0 comments

Too much or too little sleep may make your body age faster

https://www.sciencedaily.com/releases/2026/08/260823094156.htm
1•samso26•3m ago•0 comments

A gardening game that takes 48 real days to grow one zucchini

https://ihaveagarden.com
1•rafapersa•4m ago•0 comments

Implementing the esoteric "Brainfuck" language in Carp Lisp [video]

https://www.youtube.com/watch?v=wwwa5TG70UA
1•Bluestein•5m ago•0 comments

Capita lacks the 'capacity and ability' to run GP pension scheme, BMA tells MPs

https://www.computerweekly.com/news/366650839/Capita-lacks-the-capacity-and-ability-to-run-GP-pen...
1•latein•5m ago•0 comments

Notes from the SF Safety Scene

https://12gramsofcarbon.com/p/notes-from-the-sf-safety-scene
1•theahura•6m ago•0 comments

The Economics of Open-Weight Inference

https://data.ornn.com/publications/the-economics-of-open-weight-inference
2•marinesebastian•7m ago•0 comments

Texas police department ordered to close for failing to provide public benefit

https://www.dallasnews.com/news/texas/article/texas-police-department-ordered-close-state-2243447...
2•Danhale93•9m ago•0 comments

The draft AI code of conduct forbids me from saying 'I don't know'

https://ilands.ai/content/359388815393034240
1•vashiel•11m ago•0 comments

Time to Spend Tokens or Meditate?

https://inmve.github.io/next-reset/
1•codeclimber•11m ago•0 comments

It's the Fun

https://scottsumner.substack.com/p/its-the-fun
1•surprisetalk•12m ago•0 comments

SEO Content Brief: What to Include for Better Rankings

https://www.briefiq.io/blog/what-is-an-seo-content-brief-and-why-you-need-one/
1•briefiqio01•12m ago•0 comments

Expat 2.8.5 released, fixes vulnerability CVE-2026-93990

https://blog.hartwork.org/posts/expat-2-8-5-released/
1•spyc•14m ago•0 comments

A First Futamura Projection

https://blog.veitheller.de/A_First_Futamura_Projection.html
2•torutofu•15m ago•0 comments

Show HN: IntelliChat minimalist, open-source UI for local and cloud AI

https://github.com/intelligentnode/IntelliChat
1•barqawiz•15m ago•0 comments

Differential Equations, an Interactive Introduction

https://www.chapterpal.com/book/501ee95d-c7d2-43b7-89cf-6252d5cf4441/differential-equations-an-in...
1•tzury•16m ago•0 comments

A Simple Guide to Calm UI

https://maxschmitt.me/posts/calm
2•Mackser•16m ago•1 comments

Anthropic at $2T isn't far-fetched

https://www.ft.com/content/01a7b883-452c-4902-b40e-e3957de5d89e
1•bookofjoe•16m ago•1 comments

Firedrill: Stateful tool simulation for AI agents

https://github.com/firedrill-tools/firedrill
1•newton_reload•17m ago•0 comments

Carefully Applied: Resume and LinkedIn Rewriting

https://carefullyapplied.com/
1•thegupler•20m ago•0 comments

iPhone 15 Pro and 16 Settlement for Apple Intelligence taking claims – US ONLY

https://www.smartphoneaisettlement.com/
1•tpaulus•20m ago•0 comments

Nvidia Isaac ROS 5.0: agentic, open-source robotics development

https://blogs.nvidia.com/blog/isaac-ros-5-0-agentic-open-source-robotics/
1•vertigoruntime•22m ago•0 comments

Toadstools and Toxins

https://aeon.co/essays/a-scientists-search-for-answers-about-amanita-muscaria-gummies
1•binyu•23m ago•0 comments

Remote Code Execution (RCE) in a DoD Website

https://hackerone.com/reports/213069
1•zerodayforge•23m ago•1 comments

People Training OpenAI's AI Fired for Using AI to Train the AI

https://www.404media.co/people-training-openais-ai-fired-for-using-ai-to-train-the-ai/
4•pier25•25m ago•0 comments

Worker Previews: isolated preview for every change your agent makes

https://blog.cloudflare.com/worker-previews/
2•mirzap•26m 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.