frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

C – defer, a mechanism for general purpose, lexical scope-based undo [pdf]

https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3734.pdf
1•marcodiego•36s ago•0 comments

Russia's Kinzhal Missiles Are Too Fast to Shoot, So Ukraine Jams Them with Music

https://www.trenchart.us/p/to-jam-russias-mach-57-kinzhal-missiles
1•doener•1m ago•0 comments

Darts, Dice, and Coins: Sampling from a Discrete Distribution (2011)

https://www.keithschwarz.com/darts-dice-coins/
1•davikr•2m ago•0 comments

Goals rather than predictions determine the sense of agency

https://www.cell.com/iscience/fulltext/S2589-0042(25)00844-2?_returnURL=https%3A%2F%2Flinkinghub....
1•DrierCycle•2m ago•0 comments

Mount Mayhem at Netflix: Scaling Containers on Modern CPUs

https://netflixtechblog.medium.com/mount-mayhem-at-netflix-scaling-containers-on-modern-cpus-f3b0...
1•ugur2nd•3m ago•0 comments

Ask HN: Our town faces a 300MW DC proposal. What are the real risks?

2•rtp4me•7m ago•0 comments

Show HN: DataSpeeder 2 Beta – Instant End-User Web UI for MySQL and Oracle

https://www.dataspeeder.com/news-20251103-001.html
1•DataSpeeder•7m ago•0 comments

Paradox and Colossal Order have mutually decided to pursue independent paths

https://forum.paradoxplaza.com/forum/threads/an-update-on-cities-skylines-ii.1873154/
1•embedding-shape•8m ago•0 comments

The Futhark Programming Language

https://futhark-lang.org/
1•mvolfik•9m ago•0 comments

X: About Encrypted Direct Messages

https://help.x.com/en/using-x/encrypted-direct-messages
1•tosh•12m ago•0 comments

Make It Possible, Then Make It Normal

https://danielmangum.com/posts/possible-then-normal/
2•hasheddan•13m ago•0 comments

Advent of Compiler Optimisations 2025

https://xania.org/202511/advent-of-compiler-optimisation
1•hasheddan•13m ago•0 comments

How to Not Get Kidnapped for Your Bitcoin

https://www.nytimes.com/2025/11/17/business/how-to-not-get-kidnapped-for-your-bitcoin.html
1•apples_oranges•14m ago•1 comments

FreeMDU: Open-source Miele appliance diagnostic tools

https://github.com/medusalix/FreeMDU
6•Medusalix•14m ago•0 comments

The case against boolean logic

https://abuseofnotation.github.io/boolean-thinking/
1•boris_m•17m ago•0 comments

Countering the Achievement Society (2018)

https://iai.tv/articles/should-we-rediscover-education-as-leisure-auid-1109
1•robtherobber•20m ago•0 comments

Pangram – AI Detection that works

https://www.pangram.com
1•colesantiago•22m ago•0 comments

Intel's next-gen Granite Rapids-WS server CPU lineup leaked

https://www.tomshardware.com/pc-components/cpus/intels-next-gen-granite-rapids-ws-server-cpu-line...
1•rbanffy•23m ago•0 comments

'Buy Now, Pay Later' is expanding fast, and that should worry everyone

https://techcrunch.com/2025/11/16/bnpl-is-expanding-fast-and-that-should-worry-everyone/
2•01-_-•24m ago•0 comments

Ask HN: What's the Least Amount of Process a Small Team Can Get Away With?

3•_phnd_•25m ago•0 comments

WebAssembly Limitations

https://qouteall.fun/qouteall-blog/2025/WebAsembly%20Limitations
3•qouteall•25m ago•1 comments

Interesting websites I found on the internet

1•01-_-•26m ago•0 comments

Wheels of life dashboard – from my deprecated journaling-via-email project

https://wellbio.vercel.app/dashboard
2•danielfalbo•26m ago•0 comments

White nationalist talking points and racial pseudoscience: welcome to Grokipedia

https://www.theguardian.com/technology/2025/nov/17/grokipedia-elon-musk-far-right-racist
4•n1b0m•27m ago•0 comments

From Napster to Spotify: How Music Piracy Shaped the Subscription Economy

https://subscriptocracy.com/blog/spotify/
1•javipas•27m ago•0 comments

Against Exponential Backoff

https://incoherency.co.uk/blog/stories/against-exponential-backoff.html
1•FergusArgyll•27m ago•0 comments

Google is collecting troves of data from downgraded Nest thermostats

https://www.theverge.com/news/820600/google-nest-learning-thermostat-downgraded-data-collection
2•GiorgioG•28m ago•0 comments

Show HN: Blue Divide – Nurikabe puzzles with procgen islands for Mac and iPad

https://apps.apple.com/us/app/blue-divide-nurikabe/id6752651417
1•chribog•29m ago•0 comments

Live most polluted major city ranking

https://www.iqair.com/world-air-quality-ranking
1•ableal•29m ago•1 comments

Show HN: Learn Docker in your terminal with exercises

https://github.com/furkan/dockerlings
2•furk4n•30m ago•0 comments
Open in hackernews

Ask HN: How is Julia for data analysis coming along?

1•juujian•6mo 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•6mo 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•6mo 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•6mo ago
If you need a web application you could also use Oxygen.jl.
MScholar•6mo 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.