frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Phoenix LiveView 1.2 Released

https://www.phoenixframework.org/blog/phoenix-liveview-1-2-released
1•andrewstetsenko•52s ago•0 comments

Detecting Prompt Injection Attacks on Purpose-Specific LLM Agents

https://arxiv.org/abs/2607.12624
1•zhinit•1m ago•0 comments

People don't buy calm: revisiting Weiser's "The Computer for the 21st Century"

https://adaptivesoftware.substack.com/p/the-computer-for-the-21st-century
1•beerdappel•1m ago•0 comments

What I've updated in Anchor.nvim after a month of developmen

https://github.com/zachyarbrough/anchor.nvim
1•zachyarbro•2m ago•1 comments

Wall Street Titans Posted Trading Numbers. Be Worried

https://www.bloomberg.com/opinion/articles/2026-07-14/goldman-s-stock-trading-numbers-are-so-wild...
1•petethomas•3m ago•0 comments

RFC: Maven Central and Care

https://www.sonatype.com/blog/request-for-comments-care-and-maven-central
1•ke4qqq•3m ago•0 comments

lobste.rs is now running on SQLite

https://simonwillison.net/2026/Jul/14/lobsters-sqlite/
2•Brajeshwar•4m ago•0 comments

Do we still need build tools?

https://olliewilliams.xyz/blog/no-build/
2•ksec•4m ago•0 comments

Fitbit Is Down

https://status.healthapp.google.com/
1•dweekly•6m ago•0 comments

The OpenAI Mystery Device Will Reportedly Be Basically Just a Smart Speaker

https://gizmodo.com/the-openai-mystery-device-will-reportedly-be-basically-just-a-smart-speaker-2...
1•HiroProtagonist•7m ago•0 comments

The discourse on software craftsmanship conveniently ignores last-mile delivery

https://kerkour.com/software-craftsmanship-last-mile-delivery
3•cold_pizz4•7m ago•0 comments

Practice Negotiations with an AI Phone Agent Real-Time Roleplay with Telnyx

https://lowlatencyclub.ai/blog/posts/ai-negotiation-practice-phone-python
2•harpreetseehra•7m ago•0 comments

I'd Rule the World

1•spottedmarley•8m ago•0 comments

Remember When It Matters: Proactive Memory Agent for Long-Horizon Agents

https://arxiv.org/abs/2607.08716
1•gmays•8m ago•0 comments

Police break up €100M-a-month investment fraud ring

https://www.dutchnews.nl/2026/07/police-break-up-e100m-a-month-investment-fraud-ring/
1•jacquesm•11m ago•0 comments

Show HN: I made Rung, a daily word game where you guess as soon as you dare

https://dailyrung.com/
1•amaanster•12m ago•0 comments

Open Source: How to Popularize Your Project

https://github.com/rdp/open-source-how-to-popularize-your-project
1•michael-sumner•13m ago•0 comments

Using AI for FOIA in 2026: What requesters should know

https://www.muckrock.com/news/archives/2026/jul/15/using-ai-for-foia-in-2026-what-requesters-shou...
1•toomuchtodo•13m ago•0 comments

Show HN: I'm a Robot

https://castrio.me/im-a-robot
1•non-•15m ago•0 comments

GPU-Tile-SIM: Tile-Centric GPU Simulation for LLM Hardware-Software Co-Design

https://arxiv.org/abs/2607.11262
1•rbanffy•15m ago•0 comments

The Model Was Never the Hard Part

https://srirupa19.github.io/gsoc/2026/07/14/gsoc2.html
1•LorenDB•15m ago•0 comments

Getting Clients Cold Calling

https://www.fludileads.co.uk
1•olliehemps•16m ago•1 comments

How to explain LLM architecture to your mom and dad

https://www.ibm.com/think/news/what-does-ai-look-like
3•linerep43•16m ago•0 comments

Show HN: HeapLens – Java heap dump analysis inside VS Code

https://github.com/sachinkg12/heaplens
1•sachinkg12•17m ago•0 comments

Show HN: Stacks – an hourly card solitaire about building four gardens

https://plan9.kr/stacks/
1•sungchi•17m ago•0 comments

Agentmetry – An open-source flight recorder (SIEM) for AI Agents

https://github.com/blitzcrieg1/agentmetry
1•blitzcrieg1•17m ago•0 comments

Don't ask what you want. Ask who you want to be

https://softwaredoug.com/blog/2026/07/13/who-want-to-be.html
2•zdw•18m ago•0 comments

MemExchange: Utility-Driven Distributed Memory Reallocation for Datacenters

https://arxiv.org/abs/2607.11579
1•rbanffy•18m ago•0 comments

Industrial Revolution vs. AI Revolution: Same Fears, New Era

2•historical1234•18m ago•0 comments

Show HN: MCP Queen – a graded registry that live-probes every MCP server

https://mcpqueen.com/
1•healthai•19m 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.