frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

PgDog vs. RDS Proxy

https://pgdog.dev/blog/pgdog-vs-rds-proxy
1•levkk•1m ago•0 comments

Developer Hiring and the Market for Lemons

https://danluu.com/hiring-lemons/
1•rzk•2m ago•0 comments

Webbynode Bang for Buck: Hetzner CPX22 at $23, Still a Bargain?

https://webbynode.com/articles/bang-for-buck-3-hetzner-cpx22-nuremberg
1•gsgreen•2m ago•0 comments

Weird Websites

https://webernaut.com/weird-websites
1•gregsadetsky•2m ago•0 comments

Show HN: Save Claude, codex, Grok and OpenCode sessions to an infinite canvas

https://agentgrid.sh/
1•yagudaev•2m ago•0 comments

Stanley Druckenmiller's WSJ Op-Ed Criticizing Bessent Was Written with AI

https://www.notus.org/media/stanley-druckenmillers-wsj-op-ed-bessent-ai
1•cwwc•4m ago•0 comments

How does Bot and Fraud prevention even work?

https://trustsig.eu/blog/how-bot-and-fraud-prevention-works/
1•ishqdehlvi•4m ago•0 comments

PowerAI – A zero-dependency local terminal AI harness using Ollama

https://github.com/Luizhcrs/powerai
1•luizhcrs•5m ago•1 comments

Gaza children grew up flying kites,now Israel say they will be treated as drones

https://www.thenationalnews.com/news/mena/2026/08/25/gazas-children-grew-up-flying-kites-now-isra...
3•Markoff•6m ago•0 comments

Private Credit's Chills Draw Bargain Hunters Offering Cash to Trapped Investors

https://www.wsj.com/pro/private-equity/private-credits-chills-draw-bargain-hunters-offering-cash-...
1•petethomas•6m ago•0 comments

Show HN: Orbit – One agent across many repos: real worktrees, no index

https://github.com/orbcli/orbit
1•firespark•6m ago•0 comments

US grain farmers face worst crisis in decades as Iran war sends costs spiralling

https://www.ft.com/content/acb64e29-a3ce-4282-82b0-6b7b5dd4f63e
3•mooreds•9m ago•2 comments

Founders rejected Bezos-backed Prometheus unveil Transformer-free AI

https://www.reuters.com/business/ai-founders-who-walked-away-bezos-backed-prometheus-model-univer...
2•owenpayton•10m ago•0 comments

Rosetta Code is a programming chrestomathy site

https://rosettacode.org/wiki/Rosetta_Code
1•mooreds•10m ago•0 comments

What would you do with a billion dollars?

https://kk.org/thetechnium/a-billion-dollars/
1•bookofjoe•11m ago•0 comments

Bolaño's Library: Every author or movement mentioned in Roberto Bolaño's books

https://bolano.vaguespac.es/
1•thebigship•11m ago•0 comments

Show HN: Music Rhythm Reading Trainer

https://soitax.app/
1•nullzzz•11m ago•0 comments

AI Engineering Productivity Metrics: Is AI Improving Your Team?

https://www.howdy.com/blog/ai-engineering-productivity-metrics
1•matheus_dantas•13m ago•0 comments

Securing the agentic era: formal verification for CEL Common Expression Language

https://opensource.googleblog.com/2026/08/securing-the-agentic-era-introducing-formal-verificatio...
1•cpeterso•13m ago•0 comments

OpenAI's upcoming JalapeñO chip looks like it'll be an inference beast

https://www.theregister.com/systems/2026/08/25/openais-upcoming-jalapeno-chip-looks-like-itll-be-...
3•joebuckwilliams•14m ago•0 comments

Show HN: Audit AI Generated Code with Go Std Lib

https://blog.devgenius.io/how-to-audit-ai-generated-code-with-the-go-standard-library-381d0f03d52...
1•cheikhdev•14m ago•0 comments

Editorial diagram types for Claude Code

https://github.com/cathrynlavery/diagram-design
1•garyhtou•14m ago•0 comments

Gpupdal – GPU Point Data Abstraction Library

https://github.com/zymazza/GPUPDAL
1•dandep•14m ago•0 comments

A Calmer, Clearer EMDR Experience

https://medium.com/@chris.ahrweiler/a-calmer-clearer-emdr-experience-ffc88c4c3a95
1•docjojo•16m ago•0 comments

Speaking for the Dead

https://longreads.com/2026/08/11/obituaries-new-york-times-sam-roberts/
1•mooreds•16m ago•0 comments

Diplomats See the World

https://asteriskmag.com/issues/15/how-diplomats-see-the-world
1•surprisetalk•17m ago•0 comments

Show HN: VoxelTV – Turn music videos into interactive 3D voxel sculptures

https://voxeltv.surge.sh/
1•jojohack•18m ago•0 comments

What Devices Are Connected to My Mac?

https://medium.com/@chris.ahrweiler/what-devices-are-connected-to-my-mac-005cd789d366
1•docjojo•18m ago•0 comments

Ever wonder what happens if you give your number to a Facebook ad?

https://imgur.com/yx3ScHw
2•suzzer99•18m ago•1 comments

Launching V<Benchmark> by Megaton to Measure Video AI Performance

https://megaton.ai/v-benchmark
1•megatonai•19m 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.