frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Statistical Physics with R: Ising Model with Monte Carlo

https://github.com/msuzen/isingLenzMC
41•northlondoner•3h ago•17 comments

Want to piss off your IT department? Are the links not malicious looking enough?

https://phishyurl.com/
747•jordigh•14h ago•205 comments

The Ruliology of Lambdas

https://writings.stephenwolfram.com/2025/09/the-ruliology-of-lambdas/
54•marvinborner•3d ago•11 comments

The Fisherman and His Wife (1857)

https://sites.pitt.edu/~dash/grimm019.html
42•andsoitis•2d ago•23 comments

Rules for creating good-looking user interfaces, from a developer

https://weberdominik.com/blog/rules-user-interfaces/
203•domysee•3d ago•106 comments

Frying Eggs and Air Quality Tests

https://chillphysicsenjoyer.substack.com/p/frying-eggs-and-air-quality-tests
11•crescit_eundo•2d ago•13 comments

Ruby Central's Attack on RubyGems [pdf]

https://pup-e.com/goodbye-rubygems.pdf
103•jolux•4h ago•9 comments

Dynamo AI (YC W22) Is Hiring a Senior Kubernetes Engineer

https://www.ycombinator.com/companies/dynamo-ai/jobs/fU1oC9q-senior-kubernetes-engineer
1•DynamoFL•53m ago

The Sagrada Família takes its final shape

https://www.newyorker.com/magazine/2025/09/22/is-the-sagrada-familia-a-masterpiece-or-kitsch
299•pseudolus•3d ago•158 comments

David Lynch LA House

https://www.wallpaper.com/design-interiors/david-lynch-house-los-angeles-for-sale
200•ewf•12h ago•77 comments

Apple: SSH and FileVault

https://keith.github.io/xcode-man-pages/apple_ssh_and_filevault.7.html
420•ingve•16h ago•151 comments

Help Us Raise $200k to Free JavaScript from Oracle

https://deno.com/blog/javascript-tm-gofundme
163•kaladin-jasnah•11h ago•77 comments

Leatherman (vagabond)

https://en.wikipedia.org/wiki/Leatherman_(vagabond)
154•redbell•4d ago•66 comments

U.S. already has the critical minerals it needs, according to new analysis

https://www.minesnewsroom.com/news/us-already-has-critical-minerals-it-needs-theyre-being-thrown-...
189•giuliomagnifico•17h ago•237 comments

Gemini in Chrome

https://gemini.google/overview/gemini-in-chrome/
211•angst•10h ago•186 comments

This map is not upside down

https://www.maps.com/this-map-is-not-upside-down/
299•aagha•19h ago•407 comments

Count Folke Bernadotte: Sweden's Servant of Peace (2010)

https://www.historytoday.com/archive/feature/count-folke-bernadotte-swedens-servant-peace
42•apollinaire•6h ago•26 comments

Burnend alive inside a Tesla as rescuers fail to open the car's door

https://www.msn.com/en-us/autos/electric-cars/man-and-two-children-burn-alive-inside-a-tesla-with...
45•dsego•2h ago•26 comments

Tracking trust with Rust in the kernel

https://lwn.net/Articles/1034603/
115•pykello•4d ago•31 comments

Playing “Minecraft” without Minecraft (2024)

https://lenowo.org/viewtopic.php?t=5
119•coolcoder613•10h ago•47 comments

Grief gets an expiration date, just like us

https://bessstillman.substack.com/p/oh-fuck-youre-still-sad
385•LaurenSerino•22h ago•184 comments

AI tools are making the world look weird

https://strat7.com/blogs/weird-in-weird-out/
141•gaaz•14h ago•130 comments

Llama-Factory: Unified, Efficient Fine-Tuning for 100 Open LLMs

https://github.com/hiyouga/LLaMA-Factory
98•jinqueeny•13h ago•14 comments

Slack has raised our charges by $195k per year

https://skyfall.dev/posts/slack
3084•JustSkyfall•1d ago•1340 comments

JIT-ing a stack machine (with SLJIT)

https://bullno1.com/blog/jiting-a-stack-machine
13•bullno1•3d ago•3 comments

Learn Your Way: Reimagining Textbooks with Generative AI

https://research.google/blog/learn-your-way-reimagining-textbooks-with-generative-ai/
323•FromTheArchives•19h ago•223 comments

Sylvia Plath's fig tree meets machine learning

https://dontlognow.substack.com/p/sylvia-plaths-fig-tree-meets-machine
17•batkin•3d ago•0 comments

Rupert's snub cube and other Math Holes

http://tom7.org/ruperts/
123•QuadmasterXLII•2d ago•7 comments

Nvidia buys $5B in Intel

https://www.tomshardware.com/pc-components/cpus/nvidia-and-intel-announce-jointly-developed-intel...
924•stycznik•1d ago•566 comments

iTerm2 Web Browser

https://iterm2.com/documentation-web.html
100•danielfalbo•5h ago•75 comments
Open in hackernews

Statistical Physics with R: Ising Model with Monte Carlo

https://github.com/msuzen/isingLenzMC
41•northlondoner•3h ago

Comments

northlondoner•3h ago
R ecosystem provides amazing reproducible research ecosystem, even for statistical physics.
Qem•3h ago
I wonder how close R was to also take over the scientific computing/machine learning space, instead of Python's numpy/scipy ecosystem.
mhog_hn•1h ago
One general purpose web framework away
rjdj377dhabsn•1h ago
I disagree. R is just not a very nice language.

It has some really great statistical and data science packages that were well ahead of the competition 10-15 years ago. The web frameworks were good enough for dashboards and what most people were using R for.

But if you wanted to write fast and elegant nom-vectorized code, R is really lacking. I left it for Julia for that reason.

mvieira38•8m ago
How is Julia in terms of data science dev experience? Nothing ever felt as good as the R+tidyverse combo to me, at least in Python.
larrydag•1h ago
Very close. In fact you could still say that it still is competing with Python for users. There is still an active community of developers.
teruakohatu•1h ago
I love and use R, but it never became the dominant ML in part because it has three (or more) different object systems and many libraries sort of use their own style.

This makes it seem a bit disjointed, in a way that other languages don’t.

The R community should have anointed one object system and made tidyverse a core part of R.

All that said, R is fantastic and the depth of libraries is extensive. Libs are often written by the original researchers that develop the method. At some academic institutions an R package is counted as a paper.

mvieira38•15m ago
Agree 100% on tidyverse becoming part of the standard library. Some of the language's greatest libraries (like Hyndman's forecasting stuff) basically assume you're using tidyverse already
3abiton•1h ago
R is really not for production deployment. It lacks a lot of what made python popular, and its target users were radically different.
shoo•20m ago
R was developed for and by statisticians, for better and worse. I used R a little bit 15-20 years ago, what I remember was that quite a few libraries and function interfaces seemed to be designed to be convenient for interactive use, but if you tried to use them in an automated script, e.g. some analysis you wanted to scale up and repeat 10,000 times while bootstrap sampling or hyperparameter sweeping or what have you, those same library and interface design choices involved bizarre edge cases where functions would sometimes do something completely different (perhaps changing the return type) when invoked with slightly different arguments. All these automation hostile edge causes were annoying to discover and then work around.

None of this was forced by R the language, it was purely a library design thing by the folks writing the libraries. Whereas in contrast, you simply wouldn't and didn't get such library design in mainstream general purpose programming languages (e.g. in C++, java some of this stuff wouldn't even type check) and similarly in python, even though python being dynamic was fertile ground for people to develop completely bonkers and unautomatable numeric and scientific libraries, the customs for how libraries should work were different

dkga•9m ago
Completely disagree. I work at a central bank, helping people make some of the most important economic decisions in my country and plenty of analyses are done purely with R.
esafak•4m ago
Were they run in production as nightly jobs or something?
shiandow•59m ago
In statistical physics they still use C a lot, as far as I know.
mamami•58m ago
It was never close. Its synthax is unintuitive and painful to learn as a science undergrad. If it hadn't been python it would have been another language.
evanb•34m ago
If you're interested in HMC, we showed how to apply it to the Ising model in https://arxiv.org/abs/1912.03278 with code available in https://github.com/HISKP-LQCD/ising_hmc
nakamoto_damacy•6m ago
Does the use of "Statistical Physics" as opposed to "Statistical Mechanics" indicates a European author or a broader scope?
DrNosferatu•33s ago
Anyone can recommend a good and straightforward to understand -- general -- tutorial or book in Monte Carlo methods?