frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cotypist

https://cotypist.app/
1•saikatsg•29s ago•0 comments

Shipped a 66-ticket Architecture Epic autonomously with a new Coding Agent setup

https://widal.substack.com/p/we-shipped-a-66-ticket-architecture
1•niwid•32s ago•0 comments

SVG in the Age of AI

https://svg.new/blog/svg-in-the-age-of-ai
2•swazzy•1m ago•0 comments

Show HN: Lovinghate – Share what you love and hate

https://lovinghate.com/
1•goshua•2m ago•0 comments

Show HN: An offline, privacy-first Pomodoro timer with 18 ambient soundscapes

https://www.adribyte-studio.com/mobile-apps/focusscape
1•AdriByte-Studio•3m ago•0 comments

Efficacy of front-of-package nutrient labels: a randomised controlled trial

https://www.thelancet.com/journals/lancet/article/PIIS2468-2667(26)00027-7/fulltext
1•PaulHoule•5m ago•0 comments

Brightcast.news

https://www.brightcast.news
1•Tommienbp•5m ago•0 comments

Free landing page review tool

https://splitsense.ai/tools/free-landing-page-review
1•george-field•6m ago•0 comments

Microcontrollers for a Lightbulb Turned Project of IoT Button Devices [video]

https://www.youtube.com/watch?v=ljrKFFjFT04
1•laserlight•6m ago•0 comments

Terry Tao "How to think like a mathematician" [video]

https://www.youtube.com/watch?v=kRcro90Aj0w
2•tzury•8m ago•1 comments

Microsoft Upgrades Its WSL2 Kernel Against Linux 6.18 LTS

https://www.phoronix.com/news/Linux-6.18-LTS-Microsoft-WSL2
2•Brajeshwar•9m ago•0 comments

Why your next mobile app is probably headless

https://tuananh.net/2026/03/18/why-your-next-mobile-app-is-probably-headless/
1•PaulHoule•9m ago•0 comments

Polymarket's $269M Question: Did U.S. Forces 'Enter' Iran?

https://www.wsj.com/world/middle-east/polymarket-iran-war-bets-975909a3
2•codechicago277•11m ago•0 comments

I researched Google Antigravity IDE quota failures and proposed a product fix

https://github.com/VIKAS9793/antigravity-continuity-engine
1•Vikas9793•13m ago•0 comments

Csvql – SQL queries on CSV files, 9x faster than DuckDB, written in Zig (ShowHN)

https://github.com/melihbirim/csvql
1•melih1im•13m ago•0 comments

Canopy – A desktop app to manage AI coding agents across Git worktrees

https://canopy.itsol.tech
1•nixuuu•14m ago•1 comments

Borges' cartographers and the tacit skill of reading LM output

https://galsapir.github.io/sparse-thoughts/2026/04/11/map-and-territory/
2•galsapir•15m ago•0 comments

How to breathe in fewer microplastics in your home

https://www.bbc.com/future/article/20260410-how-to-breathe-in-fewer-microplastics-in-your-home
3•vinni2•20m ago•0 comments

Cirrus Labs to join OpenAI shut down Circus CI on Monday, June 1, 2026

https://cirruslabs.org/
3•seekdeep•20m ago•0 comments

Claude Code: all issues get auto-closed without review?

https://github.com/anthropics/claude-code/issues/30407
1•marcindulak•23m ago•1 comments

Visconti-Sforza Tarot

https://en.wikipedia.org/wiki/Visconti-Sforza_Tarot
2•kakadu•23m ago•0 comments

How the Vision Pro Rollout Inflamed Tensions at Apple

https://www.wired.com/story/book-excerpt-mutiny-noam-scheiber-apple-vision-pro/
3•alsetmusic•25m ago•0 comments

Show HN: I'm organizing a vibe coding game dev competition

https://vibej.am/2026/
4•pieterhg•34m ago•0 comments

Iran war volatility is driving oil trading boom on Hyperliquid, says JPMorgan

https://www.coindesk.com/business/2026/03/20/iran-war-volatility-is-driving-oil-trading-boom-on-h...
1•PaulHoule•37m ago•0 comments

A History of the Early Years of AI at the University of Edinburgh

https://journals.sagepub.com/doi/epdf/10.1177/30504554261417567
1•jeremyscanvic•38m ago•0 comments

Tesla gets FSD Supervised approved in the Netherlands – here's what it means

https://electrek.co/2026/04/10/tesla-fsd-supervised-approved-netherlands-rdw-europe/
1•Someone•41m ago•0 comments

Persistent vs. Stubborn / Genius vs. Intelligent

1•shoman3003•41m ago•0 comments

Show HN: Angel Copilot – open-source tool for assessing startup deals

https://github.com/chouligi/angel-copilot/tree/main
1•chouligi•43m ago•0 comments

Why AI Coding Tools Still Feel Stuck on Localhost

https://kubekattle.github.io/ktl/blog/ai-tools-stuck-on-localhost.html
2•KyleVlaros•43m ago•3 comments

Towards a Science of Scaling Agent Systems

https://arxiv.org/abs/2512.08296
2•gpi•43m 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.