frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Agent Harness Evolution Shapes Coding Agent Quality

https://arxiv.org/abs/2607.03691
1•wek•34s ago•0 comments

Show HN: Kudu – A TUI VM Manager on Linux

https://github.com/pythops/kudu
1•pythops•1m ago•0 comments

Yay? All my feeds are getting boring

https://princetonponders.bearblog.dev/yay-all-my-feeds-are-getting-boring/
1•speckx•2m ago•0 comments

House Dems' pro-Israel wing gains power on key panel

https://www.axios.com/2026/08/25/democrats-israel-moskowitz-house-foreign-affairs
1•newspaper1•4m ago•0 comments

Collective Action Problem

https://en.wikipedia.org/wiki/Collective_action_problem
1•num42•5m ago•0 comments

Show HN: Nodusfall Wiki – Tracking Verified Game Information and Updates

https://nodusfallwiki.org/
1•richardharmer•5m ago•0 comments

Spite

https://en.wikipedia.org/wiki/Spite_(game_theory)
1•num42•5m ago•0 comments

Charting the trillion-dollar TAM wars

https://www.ft.com/content/5b479f2e-6b34-4373-b65b-531b92bac816
1•cl42•6m ago•0 comments

GPU Shark – a native Nvidia telemetry monitor for Windows

https://github.com/k1gs/Gpu-Shark
1•k1gs•6m ago•1 comments

SQLite in Production with Built-In Litestream Replication

https://openrun.dev/blog/litestream/
1•ajayvk•7m ago•1 comments

Self-Determination Theory

https://en.wikipedia.org/wiki/Self-determination_theory
1•klaussilveira•7m ago•0 comments

Amazon Acquires Duck Labs (DuckDB)

https://motherduck.com/blog/duckdb-amazon/
1•wenc•7m ago•0 comments

Ads and tracking infiltrated TVs. Now they're coming for monitors

https://arstechnica.com/gadgets/2026/08/ads-and-tracking-infiltrated-tvs-now-theyre-coming-for-mo...
2•SubiculumCode•8m ago•0 comments

Meta, states agree to $17B settlement in child safety trial

https://text.npr.org/nx-s1-5944781
2•hvb2•10m ago•1 comments

Gambling Sweeps Across Another Industry. Welcome to the Future of Trading Cards

https://www.barrons.com/articles/gambling-baseball-cards-digital-repacks-bf0c4232
1•petethomas•11m ago•0 comments

View Transitions: Careful Not to Make Stuff Unclickable

https://blog.master.dev/view-transitions-careful-not-to-make-stuff-unclickable/
1•ibobev•11m ago•0 comments

Automating repetitive work at OpenAI with Codex

https://developers.openai.com/blog/automating-repetitive-work-at-openai-with-codex
1•sourishkrout•12m ago•0 comments

Reminder that `system-UI` is well supported

https://blog.master.dev/system-ui-san-francisco-fun/
1•ibobev•12m ago•0 comments

On-Call Is Now Theatre

https://boristane.com/blog/on-call-is-now-theatre/
1•adletbalzhanov•13m ago•0 comments

In Hilbert Space, All Things Are Quantumly Possible

https://www.quantamagazine.org/in-hilbert-space-all-things-are-quantumly-possible-20260826/
2•ibobev•13m ago•0 comments

Statistical mechanics in just one equation

https://condensedconcepts.blogspot.com/2026/08/statistical-mechanics-in-just-one.html
1•speckx•14m ago•0 comments

Big Ticks and Small Ticks in Equity Microstructure

https://dm13450.github.io/2026/08/23/big-ticks-and-small-ticks-in-equity-microstruture.md.html
1•dm13450•21m ago•0 comments

Ultrafast Frontier Inference – Cerebras Hot Chips 2026

https://www.cerebras.ai/blog/ultrafast-frontier-inference-cerebras-deep-dive-at-hot-chips-2026
1•rbanffy•21m ago•0 comments

Cold Boot Attacks on Encryption Keys [pdf]

https://www.usenix.org/legacy/event/sec08/tech/full_papers/halderman/halderman.pdf
1•gurjeet•22m ago•0 comments

Against Modesty's Bailey

https://thezvi.substack.com/p/against-modestys-bailey
2•7777777phil•23m ago•0 comments

Building Tyr in Rust, part 3: Managing GPU memory

https://www.collabora.com/news-and-blog/blog/2026/08/26/building-tyr-in-rust-part-3-managing-gpu-...
1•losgehts•23m ago•0 comments

Loading from Tape

https://www.usebox.net/jjm/blog/loading-from-tape/
2•speckx•23m ago•1 comments

Credentials Are Leaked by LLM Agent Skills: An Empirical Study

https://arxiv.org/abs/2604.03070
2•geox•23m ago•0 comments

Adversaries may leverage information repositories to mine valuable information.

https://attack.mitre.org/techniques/T1213/
1•mooreds•24m ago•0 comments

Study Reveals UnitedHealth's Profit Margins Four Times What It Claimed [pdf]

https://insurancewatchdogcoalition.com/wp-content/uploads/2026/08/UHG-Profits-Study_August-2026.pdf
18•CGMthrowaway•24m ago•5 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.