frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Esbmc-Arduino: Closing the Deployment Gap for Formal Verification

https://arxiv.org/abs/2607.08550
1•Jimmc414•24s ago•0 comments

The Git history command deserves more attention

https://lalitm.com/post/git-history/
1•turbocon•2m ago•0 comments

Why Smucker's $5B Bet on the Twinkie Flopped

https://www.wsj.com/business/retail/smucker-hostess-twinkies-365614e5
2•doctaj•8m ago•1 comments

I built Snapchat without a webserver and with better privacy

https://github.com/jay23606/mayfly
1•joeydavis0068•8m ago•0 comments

The Future Worth Building Is Human

https://thinkingmachines.ai/blog/the-future-worth-building-is-human/
1•doppp•10m ago•0 comments

China builds full-scale US warship replica in desert

https://www.cnn.com/2026/07/11/world/video/china-builds-full-scale-us-warship-replica-in-desert-w...
1•bushwart•12m ago•0 comments

Viability Torus Lab

https://viability-torus-lab.citizen-of-earth.chatgpt.site/
1•CitizenOfEarth•19m ago•0 comments

America's Latest Weapon Against Iran: Sea Drones

https://www.wsj.com/world/middle-east/americas-latest-weapon-against-iran-sea-drones-3d5150e7
1•JumpCrisscross•20m ago•0 comments

Teachers and Local Businesses Win as Meta Expands Louisiana Data Center

https://about.fb.com/news/2026/07/teachers-local-businesses-win-as-meta-expands-louisiana-data-ce...
1•gnabgib•24m ago•0 comments

How America's Accurate Election Polls Were Covered Up

https://www.racket.news/p/how-americas-accurate-election-polls
2•casey2•27m ago•0 comments

LAPD Regularly Pulled over Innocent People Plate Readers Flagged Cars as Stolen

https://www.404media.co/lapd-regularly-pulled-over-innocent-people-because-license-plate-readers-...
6•Jimmc414•28m ago•2 comments

SFU prof launches legal-AI collaboration with Caseway to improve justice

https://www.sfu.ca/fas/computing/news-events/news/2026/january/sfu-launches-legal-ai-collaboratio...
1•ClearwayLaw•29m ago•1 comments

What did SFFA vs. Harvard reveal about admissions?

https://sorting-machine.pages.dev/
2•StrageMusik•32m ago•0 comments

Trump's plan for Europe is falling apart

https://www.ft.com/content/23041bb7-4647-4efe-b790-b763d270fb72
1•petethomas•33m ago•1 comments

Success may not matter if you aren't doing what you love

https://12gramsofcarbon.com/p/founders-guide-success-may-not-matter
1•theahura•33m ago•0 comments

Show HN: Microphone – Talk out your side-project ideas, then test them with ads

https://www.trie.dev/
1•Kriptering•33m ago•0 comments

Show HN: I MitM'd Plex to make remote streaming suck less

https://github.com/inhumantsar/plex-proxy/
1•inhumantsar•33m ago•1 comments

As We May Think – Vannevar Bush (1945)

https://web.archive.org/web/20120822124246/http://www.theatlantic.com/magazine/archive/1945/07/as...
1•embedding-shape•33m ago•0 comments

Groupchatty – Real time chat while using Codex and Claude

https://error.workos.com/redirect-uri-invalid?invalid_redirect_uri=https%253A%252F%252Fgroupchatt...
1•svapnil•35m ago•0 comments

Meta on course to become America's next big cloud provider

https://www.theregister.com/ai-and-ml/2026/07/14/zucks-ai-ambitions-put-meta-on-course-to-become-...
2•galaxyLogic•38m ago•0 comments

Trump invested crypto gains in stocks and bonds, filings show

https://www.reuters.com/legal/government/trump-invested-crypto-gains-stocks-bonds-filings-show-20...
4•petethomas•41m ago•1 comments

Show HN: Made a Free LLM Router

https://www.flexinference.com
2•Aperswal•41m ago•0 comments

AI Model Co-Design: Hardware-Friendly LLM Design

https://developer.nvidia.com/blog/ai-model-co-design-hardware-friendly-llm-design/
2•ashvardanian•44m ago•0 comments

The Political Economy of Diversity, Equity, and Inclusion

https://osf.io/preprints/socarxiv/5tgcs_v1
2•gmays•46m ago•0 comments

Turn your singing voice into printable notes (in the browser)

https://om-intelligence.ch/projects/vocal-notation/vocal-notation.html
3•busssard•48m ago•1 comments

Scams Were Awful. Then They Got AI

https://www.rstreet.org/commentary/scams-were-already-awful-then-they-got-ai/
2•antondd•49m ago•0 comments

Ask HN: What are the best free ePub books to read?

4•smalltorch•52m ago•0 comments

Web Scraper Sets $1M 'Bug Bounty' as Industry Scrutinized

https://www.bloomberg.com/news/articles/2026-07-10/web-scraper-sets-1-million-bug-bounty-as-indus...
2•petethomas•53m ago•0 comments

Show HN: The New Cyborgs Don't Have Implants

https://www.bulaev.net/p/the-new-cyborgs-dont-have-implants
2•sbulaev•53m ago•0 comments

A Hitchhiker's Guide on Distributed Training of Deep Neural Networks (2020)

https://www.sciencedirect.com/science/article/abs/pii/S0743731518308712
2•measurablefunc•55m 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.