frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

X reveals foreign adversary behind fake accounts disseminating anti-data center

https://www.foxbusiness.com/fox-news-tech/x-reveals-foreign-adversary-behind-fake-accounts-dissem...
1•newsomix9xl•30s ago•1 comments

Roundup of September 2026 Bootstrapper Events

https://bootstrappersbreakfast.com/2026/08/27/roundup-of-september-2026-bootstrapper-events/
1•skmurphy•1m ago•0 comments

I accidentally turned LLM memory into program analysis

https://pwning.systems/posts/llm-memory-program-analysis/
1•matt_d•1m ago•0 comments

Zero-Cost 'Tagless Final' in Rust with GADT-Style Enums

https://inferara.com/blog/rust-tagless-final-gadt/
1•birdculture•3m ago•0 comments

PostgreSQL system catalog changes across versions

https://richyen.com/pg-catalog-almanac/
1•qianli_cs•7m ago•0 comments

LuaDB – A pure Lua RDBMS engine with B+Trees, WAL, and Postgres wire proto

https://github.com/jncastilho/luadb
1•COLD_WAR•9m ago•0 comments

Show HN: Substack and X and Reddit and Crypto = POW

https://www.proofofwriting.com/
1•caincurrency•10m ago•0 comments

The invisible labour behind 'intelligent' machines

https://theloop.ecpr.eu/the-invisible-labour-behind-intelligent-machines/
1•cdrnsf•12m ago•0 comments

Prop trading firms – the alternative and the reality

https://forexmechanics.com/choosing-broker/prop-trading/
1•wazka•13m ago•1 comments

Shortlinks

https://cailinpitt.com/blog/2026/8/28/shortlinks
1•classictraffic•13m ago•0 comments

Bigscreen Beyond 2 – the smallest VR headset

https://bigscreenvr.com/
1•bpierre•13m ago•0 comments

Now Hiring: Senior Open Source Maintainer

https://nesbitt.io/2026/08/28/now-hiring-senior-open-source-maintainer.html
1•metrofun•14m ago•0 comments

Cassius Marcellus Coolidge Gallery

https://www.dogsplayingpoker.org/gallery/coolidge/
2•billwirn•17m ago•0 comments

Xylitol linked to strokes and heart attacks

https://www.theguardian.com/society/2026/aug/28/sweetener-xylitol-used-in-chewing-gum-and-jam-lin...
3•yonibot•19m ago•0 comments

The Pure Python Breakthrough: How Blazeio Shatters the Compiled Language Dogma

https://medium.com/@bf_69202/the-pure-python-breakthrough-how-blazeio-shatters-the-compiled-langu...
1•anonyxbiz•21m ago•0 comments

Zig – Pointer Stability for ArrayLists

https://ziglang.org/devlog/2026/#2026-08-27
1•Retro_Dev•26m ago•0 comments

Boot a Virtual iPhone via Apple's Virtualization.framework

https://github.com/Lakr233/vphone-cli
2•hentrep•27m ago•0 comments

Show HN: Darwin-VM – run the latest iOS and macOS in QEMU

https://github.com/jprx/darwin-vm
1•jprx•27m ago•0 comments

Show HN: 500,000+ AOL Instant Messenger Buddy Icons All at Once

https://buddyiconarchive.com/
3•shedletsky•27m ago•0 comments

Summer's over: take out your notebooks (or Loreline)

https://loreline.app/en/journal/august-2026/
2•jeremyfa•40m ago•0 comments

Oscar Winner Jernej Barbič Brings Monsters to Life

https://spectrum.ieee.org/oscar-winner-jernej-barbic
2•jnord•44m ago•0 comments

Fluoddity – Particles self organizing into a variety of structures

https://fluoddity.com/
2•moultano•44m ago•0 comments

Ask HN: Single Page Learning Games?

1•tmaly•45m ago•0 comments

CBC reverses restriction on labelling 9/11 as 'terrorism'

https://www.thestar.com/politics/federal/cbc-reverses-restriction-on-labelling-911-as-terrorism/a...
1•cramer4next•46m ago•0 comments

A content agent should have to earn autonomy, one channel at a time

https://fulcrumenterprises.gumroad.com/l/content-agent-kit-pro
1•csolomon0704•49m ago•0 comments

Industry Standard Tools

https://industrystandard.tools/
1•philip1209•49m ago•0 comments

Postgres Isn't Slow. Your Storage Is

https://clickhouse.com/blog/posette-talk-recap-postgres-isnt-slow-your-storage-is
1•caffeinated_me•50m ago•0 comments

Become a 100x Engineer

https://100x.iamdevloper.io/
4•benhowdle•57m ago•2 comments

The Server Called Paranoia: Defend Autistici/Inventati Before Sept25 Sabot Media

https://www.wewillfreeus.org/the-server-called-paranoia-defend-autistici-inventati-before-septemb...
3•upofadown•58m ago•0 comments

My agents made a Photoshop equivalent in 8 hours

https://github.com/stubbb/c-shop
2•stubbby•59m ago•1 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.