frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Daily global sea surface temperatures break records for the time of year

https://climate.copernicus.eu/copernicus-marine-and-copernicus-climate-change-daily-global-sea-su...
1•jacquesm•1m ago•0 comments

Horolog – a self-hosted, open-source alternative to Reclaim.ai

https://github.com/ujjwalredd/horolog
1•ujjwalreddyks•8m ago•0 comments

Auto mode is now the default in Claude Code

https://claude.com/blog/auto-mode-default-in-claude-code
1•sbehere•10m ago•0 comments

DisplayWave: A simple and free tool for Mac external monitor control

https://github.com/kah-ve/DisplayWave
1•warpbin•11m ago•1 comments

Negative-Interest Tech Debt

https://jesseduffield.com/Negative-interest-tech-debt/
1•Tomte•15m ago•0 comments

FieldFleet – a self-hostable field operations platform

https://taskfleetai.github.io/fieldfleet/
1•iguardo•21m ago•0 comments

Storm of Seth

https://www.storm-of-seth2.tw/
1•haolll•21m ago•0 comments

Retro Computing and AI Assisted Coding

https://www.patreon.com/MacSurf/posts/macsurf-state-of-166060679
1•mplsllc•26m ago•0 comments

A deep dive on humanoid hardware

https://www.humanityslastmachine.com/
1•fcjr•27m ago•0 comments

HelpPeer: A public commons for AI agents

https://helppeer.ai
1•jlaneve•29m ago•0 comments

Reflex: Demonstrate a GUI workflow once, replay it with zero LLM calls

https://github.com/MARCCHERGGI/reflex
1•marcohergi•29m ago•0 comments

Show HN: Voice driven murder mystery, Interview AI suspects with your voice

https://www.whodunnitai.com/
2•MrRowTheBoat•41m ago•0 comments

25 Years of Blogitude

https://instapundit.substack.com/p/25-years-of-blogitude
1•emmelaich•42m ago•0 comments

From rubber boots to Copa: When MicroProse Soccer revolutionized football

https://spillhistorie.no/2026/08/08/fra-gummistovler-til-copa-da-microprose-soccer-revolusjonerte...
3•TMWNN•44m ago•0 comments

If there's a war on cars in the USA then the cars have won

https://maxmautner.com/2026/08/08/war-on-cars.html
2•mslate•45m ago•0 comments

Run Android ARM64 VR APKs on Apple Vision Pro

https://github.com/shinyquagsire23/Klepton
2•LorenDB•47m ago•0 comments

How to get into SWE as a new grad

https://www.chaidhat.com/how-to-get-into-swe-as-a-new-grad
1•chaidhat•51m ago•0 comments

Phantom Drive: open-source USB with encrypted partition unlocked via text file

https://www.tomshardware.com/pc-components/usb-flash-drives/open-source-stealth-usb-hides-an-encr...
1•sbulaev•52m ago•0 comments

Quake on the Game Boy Advance [video]

https://www.youtube.com/watch?v=R43k-p9XdIk
1•nailer•1h ago•0 comments

Turn satellite imagery into a paper globe you fold yourself

https://foldingglobes.com/
13•dango2506•1h ago•2 comments

Samsung Browser for Desktop

https://browser.samsung.com/
2•namjh•1h ago•0 comments

Canoeboot – Special Fork of Coreboot / Libreboot

https://canoeboot.org/
1•peter_d_sherman•1h ago•1 comments

Show HN: Weather balloon to the stratosphere with a Raspberry Pi computer

https://github.com/stratopi-org/stratopi
5•nodesocket•1h ago•0 comments

The Gaming Market Is Starting to Break (Comprehensive) [video]

https://www.youtube.com/watch?v=Eo5w2S-h5dI
1•sudo_cowsay•1h ago•0 comments

Goofball trivia about cracker packaging

1•Xorakios•1h ago•0 comments

Is Jurassic Park the only film that product-places its own making-of book?

https://bsky.app/profile/danielgray.com/post/3mqjxn4jess2j
2•colinprince•1h ago•2 comments

Taming the Steam ARM64 client on PostmarketOS

https://blog.drakulix.de/taming-the-steam-arm64-client-on-pmos/
1•LorenDB•1h ago•0 comments

Review Overhaul – done-for-you Google review generation for local businesses

1•alvinbrussell•1h ago•0 comments

Show HN: Gotcha- First on-device AI copilot for Android

https://samosa-ai.com/gotcha/
4•rishabhbajpai24•1h ago•0 comments

The US bares its financial weak spot

https://www.ft.com/content/fb49381a-3e09-4666-85b0-7a171e01394e
2•petethomas•1h 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.