frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pg_durable: Microsoft open sources in-database durable execution

https://github.com/microsoft/pg_durable
1•coffeemug•26s ago•0 comments

P=NP

https://github.com/TiruArt/Pedigree-Polytopes-Lean4
1•carlsverre•36s ago•0 comments

Public transport network partially shut–down bosses forgot to pay internet bill

https://www.dailymail.com/news/article-15876799/san-francisco-bart-shutdown-clipper-internet-bill...
1•Bender•1m ago•1 comments

Here's why I created a travel website for robots

https://alexpanetta.substack.com/p/heres-why-i-created-a-travel-website
1•throw0101a•3m ago•0 comments

Tips to get the most out of OpenCode

https://byandrev.dev/en/blog/10-best-practices-for-opencode
1•mcormik•4m ago•0 comments

Flood of AI 'garbage' is pushing open-source developers to the limit

https://www.newscientist.com/article/2527761-flood-of-ai-garbage-is-pushing-open-source-developer...
1•mattsparkes•6m ago•1 comments

Configuration flags are where software goes to rot

https://00f.net/2026/04/11/config-flags/
2•birdculture•7m ago•0 comments

CrankGPT: A human-powered local and private AI solution

https://crankgpt.com/
3•_ihaque•8m ago•0 comments

Show HN: Group of Death – WorldCup bracket predictor with shareable URLs

https://groupofdeath.gg/
2•sparc24•8m ago•0 comments

FeOS: A 16-Bit OS Written in ASM (and a custom language)

https://github.com/anhumandev/feos
1•anhuman•9m ago•1 comments

Neural-somatic simulations of history's greatest minds

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

Understanding why autism symptoms sometimes improve amid fever

https://news.mit.edu/2024/understanding-why-autism-symptoms-sometimes-improve-amid-fever-0523
3•thunderbong•10m ago•0 comments

</> Htmx – Code is Cheap(er)

https://htmx.org/essays/code-is-cheap/
4•leephillips•13m ago•0 comments

The circus freaks of open source

https://drewdevault.com/blog/Circus-freaks-of-FOSS/
2•Tomte•15m ago•0 comments

The round-the-world escape from Pearl Harbor

https://signoregalilei.com/2026/05/17/the-round-the-world-escape-from-pearl-harbor/
1•surprisetalk•15m ago•0 comments

SignalScout

https://signalscout.be
2•AIGENIZE•15m ago•0 comments

My thoughts on the "focusgroup" attribute proposal

https://www.stevefrenzel.dev/posts/my-thoughts-on-the-focusgroup-attribute-proposal/
1•speckx•19m ago•0 comments

A curated list of AI for developers

https://github.com/ai-for-developers/awesome-ai-coding-tools
2•dariubs•20m ago•0 comments

Stop Using Conventional Commits

https://sumnerevans.com/posts/software-engineering/stop-using-conventional-commits/
12•jsve•20m ago•2 comments

Federal audit reveals NIST's NVD is plagued by poor planning and duplication

https://cyberscoop.com/nist-nvd-audit-mismanagement-duplication/
2•u1hcw9nx•21m ago•0 comments

AI investment 2nd round, from GPU to power·industrial goods·space

https://www.ooooo.law/board/9?lang=en
1•haebom•24m ago•0 comments

What Dot.com Bandwidth Taught Me About the AI Token Cost Panic

https://www.axamy.com/blog/bandwidth-tokens
1•jhonovich•24m ago•1 comments

MCemm a GEMM (General Matrix Multiply) Kernel Generato

1•Okerew•24m ago•0 comments

Clean City Law: Secrets of SãO Paulo Uncovered by Outdoor Advertising Ban

https://99percentinvisible.org/article/clean-city-law-secrets-sao-paulo-uncovered-outdoor-adverti...
1•chistev•26m ago•0 comments

Agentic communication protocol – why A2A sucks

https://asimovaddendum.substack.com/p/agents-need-a-public-square
1•ilan_s•26m ago•1 comments

The cognitive benefit of a window view

https://www.sciencedirect.com/science/article/pii/S0167268125004755
1•PaulHoule•26m ago•0 comments

Leak Reveals Microsoft Wants Its AI to Be 'Addictive'

https://kotaku.com/microsoft-ai-scout-addictive-satya-nadella-404-media-copilot-2000702924
7•thm•27m ago•0 comments

Justices validate SEC's use of disgorgement in securities enforcement

https://www.scotusblog.com/2026/06/justices-validate-secs-use-of-disgorgement-in-securities-enfor...
3•jawns•27m ago•0 comments

Russian Satellites Have Been Jamming GPS Signals Across Europe, Scientists Say

https://www.nytimes.com/2026/06/05/world/europe/russia-satellites-gps-interference-europe.html
6•ripe•27m ago•1 comments

Show HN: 2Draw – co-operative pictionary built with TLDraw inspired by Drawful

https://2draw.ritzademo.com/
1•sixhobbits•28m ago•0 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.