frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Stolen Rockstar Games analytics data leaked by extortion gang

https://www.bleepingcomputer.com/news/security/stolen-rockstar-games-analytics-data-leaked-by-ext...
1•Brajeshwar•2m ago•0 comments

European regulators sidelined on Anthropic superhacking model

https://www.politico.eu/article/anthropic-apple-microsoft-europe-left-in-the-dark-superhacking-ai/
1•johnbarron•2m ago•0 comments

I used Claude+Obsidian to build tax fraud detection agent, found 217 fake expats

https://twitter.com/the_smart_ape/status/2043963588058972375
1•serial_dev•3m ago•0 comments

Addressing AI's Impact on Our Information Ecosystem

https://www.interface-eu.org/publications/ai-overviews-impact-on-news
1•speckx•4m ago•0 comments

Reverse Engineering Tuya with AI

https://zach.codes/p/reverse-engineering-tuya-with-ai
1•zackify•4m ago•0 comments

The Danger of "Modern" Open Source

https://fagnerbrack.com/the-danger-of-modern-open-source-c15dd5206346
1•fagnerbrack•4m ago•0 comments

Faith-based computing versus the unnatural science

https://queue.acm.org/detail.cfm?id=3806209
1•eatonphil•4m ago•0 comments

Rivian's Illinois Factory Will Run on Recycled EV Batteries

https://www.wsj.com/business/autos/rivians-illinois-factory-will-run-on-recycled-ev-batteries-12b...
1•JumpCrisscross•5m ago•0 comments

The Fanfare Around the Band Geese Was a Psyop

https://www.wired.com/story/geese-chaotic-good-marketing-industry-plant/
1•coloneltcb•5m ago•1 comments

Visualizing the Length of the Fine Print, for 14 Popular Apps (and Books)

https://lemmy.ml/post/45558675
1•abnercoimbre•7m ago•0 comments

Salary expectations for tech jobs abroad

https://relocateme.substack.com/p/how-to-answer-the-salary-question
2•andrewstetsenko•7m ago•0 comments

Context-pnpm – Score TypeScript monorepo files by AI context waste

https://www.notion.so/bobcats-coding/Context-aware-packaging-for-node-3411c06aab6e801cab68c2d5ae2...
1•kondvik•8m ago•0 comments

System over Model: Zero-Day Discovery at the Jagged Frontier

https://aisle.com/blog/system-over-model-zero-day-discovery-at-the-jagged-frontier
2•mmsc•8m ago•0 comments

When You Can't Fix the Database, You Contain It

https://www.alessiocavallo.me/articles/when-you-cant-fix-the-database-you-contain-it
1•jxad•9m ago•0 comments

DotLLM – Building an LLM Inference Engine in C#

https://kokosa.dev/blog/2026/dotllm/
1•vyrotek•10m ago•0 comments

Is Anthropic 'nerfing' Claude? Users increasingly report performance degradation

https://venturebeat.com/technology/is-anthropic-nerfing-claude-users-increasingly-report-performance
5•speckx•11m ago•0 comments

Why some people can't find things in plain sight

https://theconversation.com/its-right-under-your-nose-why-some-people-cant-find-things-in-plain-s...
1•bookofjoe•11m ago•0 comments

Google will begin punishing sites for back button hijacking starting in June

https://arstechnica.com/gadgets/2026/04/websites-that-hijack-your-back-button-must-stop-by-june-1...
3•ZeidJ•13m ago•0 comments

PersMEM: Persistent Semantic Memory and Multi-Instance Communication for AI

1•asixicle•15m ago•0 comments

A Brief History of the Pull Request (2023)

https://rdnlsmith.com/posts/2023/004/pull-request-origins/
1•js2•15m ago•1 comments

Yet Another Notes Project (YANP) plain-text, tool-agnostic format for PKM vaults

https://spinchange.github.io/yanp/
1•spinchange•16m ago•0 comments

It's OK to compare floating-points for equality

https://lisyarus.github.io/blog/posts/its-ok-to-compare-floating-points-for-equality.html
1•coinfused•17m ago•0 comments

80386 Memory Pipeline

https://nand2mario.github.io/posts/2026/80386_memory_pipeline/
1•wicket•17m ago•0 comments

Show HN: A Birth Control Pill Reminder for Couples

https://paircare.love/
1•oyaa52•18m ago•0 comments

OpenAI rips Anthropic, distances itself from Microsoft

https://www.axios.com/2026/04/13/openai-microsoft-anthropic-amazon
2•Brajeshwar•19m ago•0 comments

Show HN: I Added Support for Qwen3-ASR and Qwen3 ForcedAligner in WhisperX

https://github.com/m-bain/whisperX/pull/1401
1•mahfouz22•20m ago•1 comments

I built an AI to do my job end-to-end. The problem wasn't the AI

https://medium.com/@iroy2000/i-tried-to-automate-my-own-job-heres-what-i-found-15fb86d415c2
1•iroy2000•21m ago•1 comments

Using Actor Network Theory to rethink work in the age of generative AI

https://stripepartners.substack.com/p/this-months-frame-using-actor-network
1•laurex•22m ago•0 comments

Show HN: Messaging without phone numbers, email, or metadata

https://tunnelmessenger.com/access
1•trpfnc•22m ago•0 comments

Show HN: LoadLens – See why queues hide overload instead of solving it

https://loadlens.dev
1•janbalangue•23m ago•0 comments
Open in hackernews

Ask HN: How is Julia for data analysis coming along?

1•juujian•11mo 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•11mo 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•11mo 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•11mo ago
If you need a web application you could also use Oxygen.jl.
MScholar•11mo 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.