frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

F ingerprinting documents with steganography (Fast Fwd Labs, 2015)

https://blog.fastforwardlabs.com/2017/06/25/fingerprinting-documents-with-steganography.html
1•aanet•7s ago•1 comments

In the Footsteps of Robert Moses

https://aresluna.org/in-the-footsteps-of-robert-moses/
2•throwaway270925•1m ago•0 comments

Mother of Invention

https://www.economist.com/1843/2018/02/27/mother-of-invention
1•geneticdrifts•3m ago•0 comments

Show HN: Keep batch LLM jobs from starving interactive traffic (TypeScript)

https://github.com/janbalangue/async-bulkhead-llm
1•janbalangue•3m ago•0 comments

Show HN: Xpt – minimalist C package manager

https://git.sr.ht/~juanvel400/xpt
1•juanvel400•7m ago•0 comments

Contributing to the Lean Mathlib Library – Tanner Duve

https://www.youtube.com/watch?v=GqsBVW3d_vc
1•abaradwaj•8m ago•1 comments

Ask HN: Why Connected Home Appliances?

1•ripe•10m ago•1 comments

circle rain sin

https://openprocessing.org/@u141185/2376570
1•bookofjoe•11m ago•0 comments

Beer Nuts

https://en.wikipedia.org/wiki/Beer_Nuts
1•reaperducer•12m ago•0 comments

Senior Scala/Java Developer

1•ali_rezvani•12m ago•1 comments

A simple fix for LLM tail latency

https://engineering.myhoai.com/posts/a-simple-fix-for-llm-tail-latency/
1•zhixuan•12m ago•0 comments

Cats and dogs are missing meals after a popular smart feeder went down

https://www.theverge.com/tech/979295/petlibro-outage-smart-pet-feeders
1•speckx•14m ago•0 comments

Solo founder, non-technical, $100M raised

https://solofounders.beehiiv.com/p/solo-founder-non-technical-100m-raised
1•spking•15m ago•0 comments

Chestnut

https://blog.comma.ai/chestnut/
2•simonpure•16m ago•0 comments

87-Webcam Multiview of the 2026 Eclipse

https://ostwilkens.se/blog/eclipse
1•ostwilkens•19m ago•0 comments

Show HN: VolumeM8 – Volume Control for Chrome

https://chromewebstore.google.com/detail/volumem8-volume-control/nacgakdfnhfmoipjhfbbpicfpkdajomg
1•louisblythe•20m ago•0 comments

ICE equipping agents with gloves that deliver electric shocks

https://www.bbc.com/news/articles/c20d292gdp4o
1•dabinat•21m ago•0 comments

Turning molecules into reliable electronic devices

https://news.mit.edu/2026/turning-molecules-into-reliable-electronic-devices-0803
1•signa11•22m ago•0 comments

Unless nderstanding std:counting_semaphore and std:binary_semaphore from C++20

https://www.cppstories.com/2026/semaphore/
1•signa11•23m ago•0 comments

The End of Mathematics

https://www.daniellitt.com/blog/2026/8/11/the-end-of-mathematics
1•rzk•24m ago•0 comments

Rubber Chicken AI

https://teambuildingschool.com
1•tylerhayden•26m ago•1 comments

My Ten Years in No Man's Sky

https://nmsspot.com/2026/08/09/my-ten-years-in-no-mans-sky/
2•blakespot•26m ago•1 comments

Show HN: TimeM8 – Time Tracking and Invoicing

https://chromewebstore.google.com/detail/timem8-–-time-tracking-in/mchhcaboohohmhedhmghenjnfjgk...
1•louisblythe•26m ago•0 comments

Show HN: DarkM8 – Dark Mode Chrome Extension

https://chromewebstore.google.com/detail/darkm8/ilhmpipdbgkiogeiicdjcmpgijeicpdb
1•louisblythe•29m ago•0 comments

Elasticsearch Hybrid Search Recipes – Benchmarked (2025)

https://softwaredoug.com/blog/2025/03/13/elasticsearch-hybrid-search-strategies
1•softwaredoug•31m ago•0 comments

Anyone play the Half-Life games recently?

2•Singular_Child•33m ago•0 comments

Why Wall Street and Nvidia Are Building an Exotic Money Pipeline for the AI Boom

https://www.wsj.com/tech/ai/why-wall-street-and-nvidia-are-building-an-exotic-money-pipeline-for-...
1•lesbarclays•35m ago•1 comments

I never changed careers, only systems

https://www.silvestri.cloud/blogs/i-never-changed-careers-only-systems/
1•dev_marco•37m ago•0 comments

ByteDance launches SeedRealtime: native full-duplex audio-video model

https://ainexusdaily.vercel.app
1•qrify_app•38m ago•0 comments

Initial Listing of Two Compute Futures Contracts

https://www.cmegroup.com/notices/ser/2026/08/ser-9785.html
1•JumpCrisscross•40m 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.