frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Smevals: A small eval suite for evaluating models, prompts, and harnesses

https://simonwillison.net/2026/Jul/31/smevals/
1•seahorseemoji•8m ago•1 comments

Persistent State Machines: LLM Attention with INT4 In-Memory Cells

https://zenodo.org/records/21753002
1•yusuke_esaka•8m ago•0 comments

It's Not Just Real Estate. China Is Dead [video]

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

The AI Bubble Survives on $1.65T in Hidden Debt

https://www.youtube.com/watch?v=HXlcMbxzz0U
1•cable2600•18m ago•0 comments

AMD's physical AI plans come into focus as company launch Ryzen embedded AI X100

https://www.servethehome.com/amds-physical-ai-plans-come-into-focus-as-company-launches-ryzen-emb...
1•teleforce•20m ago•0 comments

Guix shell now inside Emacs

https://tusharhero.codeberg.page/guix-shell-in-emacs.html
1•birdculture•25m ago•0 comments

Open-sourced a local WAN 2.1 mobile pipeline for on-device video generation

https://github.com/SaientAI/saient-quartz
1•SaientAI•26m ago•0 comments

Timeline Shift AI – An AI self-reflection companion for difficult decisions

https://ai.thetimelineshift.co.uk/beta-access.html
1•seededhealthltd•28m ago•0 comments

Dark Hours

https://darkhours.io
1•jparise•29m ago•0 comments

Nirmal Purja, Renowned Mountaineer, Dies at 43 After Pakistan Avalanche

https://www.nytimes.com/2026/08/01/world/asia/nirmal-purja-dead-pakistan-avalanche.html
3•whack•33m ago•0 comments

Plants and their ants: When flora and fauna team up

https://knowablemagazine.org/content/article/living-world/2026/ants-and-plants-keep-symbiotic-par...
3•marojejian•36m ago•1 comments

the death of uppercase: a bet I made around 20 years ago (that i lost)

https://thepeoplesrepublicofcouch.org/the-bet/
2•gaws•38m ago•0 comments

AI will always find a difference

1•ghassenfaidi•38m ago•0 comments

China's tech advances are causing chaos from Silicon Valley to the White House

https://www.theguardian.com/technology/2026/aug/01/china-silicon-valley-white-house
2•Teever•39m ago•1 comments

Suffering

https://www.aaronbergman.net/p/on-suffering
2•barry-cotter•42m ago•0 comments

Jaron Lanier and DeGrasse Tyson on "There Is No AI"

https://www.youtube.com/watch?v=a_ZKYH8v_do
3•lifeisstillgood•50m ago•1 comments

The brief life and sudden death of Zyzz

https://www.theguardian.com/film/2026/aug/02/the-brief-life-and-sudden-death-of-zyzz-why-did-the-...
3•mellosouls•54m ago•1 comments

Walsh: Multi-agent research pipeline with risk manager that can veto trades

https://github.com/ats4321/walsh
2•atshu21•56m ago•0 comments

Dreamup+|+Dang.ai

https://dang.ai/tool/ai-art-generation-dreamup
1•thestbyguy•58m ago•0 comments

Ask HN: I still don't understand why AI agents need "skills"

3•skeptic_ai•1h ago•3 comments

Ablative Software

https://conikeec.substack.com/p/ablative-software
1•conikeec•1h ago•0 comments

Send and Pretend: Exploiting Transcript Consistency Issues in E2EE Group Chats

https://arxiv.org/abs/2607.27510
1•sbulaev•1h ago•0 comments

The Greenhouse and the Lens: Two Modes of Agentic AI Work

https://www.brethorsting.com/blog/2026/08/the-greenhouse-and-the-lens-two-modes-of-agentic-ai-work/
2•aaronbrethorst•1h ago•0 comments

Android SystemUI Crash-loop from a single Google Drive one link (STA whitepaper)

https://lostmon.blogspot.com/2026/07/resilience-gaps-in-android-ipc.html
1•Lostmon•1h ago•0 comments

Kobuk the Destroyer – Tales from the Wild, Unseen World of Test Engineering

https://wwnorton.com/books/9781324051299
2•ripe•1h ago•1 comments

Why Is Europe Burning?

https://www.newyorker.com/news/the-lede/why-is-europe-burning
4•littlexsparkee•1h ago•0 comments

European Search Perspective: Creating a new foundation for digital pluralism

https://www.eu-searchperspective.com/
2•TMWNN•1h ago•1 comments

Genomic findings and their implications for the evolutionary social sciences

https://www.sciencedirect.com/science/article/pii/S1090513824000722?via%3Dihub
2•geneticdrifts•1h ago•0 comments

A Uiua Type System

https://www.uiua.org/blog/a-uiua-type-system
2•xyzsparetimexyz•1h ago•1 comments

The Kurzgesagt Situation is Insane [video]

https://www.youtube.com/watch?v=OX1yHmeLPy8
4•julkali•1h ago•3 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.