Readit News logoReadit News
gary_0 · 3 years ago
It's a bit depressing that she has to go to such lengths in her introduction to justify the goal of lightweight and fast code.

I started learning to code on a 25MHz 386, with no hardware floating point, clunky disk drives, and a dialup modem. Having to wait for anything to happen on a modern system, or suffer with any kind of noticeable interactive latency, is just flat-out unacceptable to me. Our machines are gods, yet our terrible bloated software makes them cry.

vardump · 3 years ago
I started with a 0.9 MHz system with 64.5 kB of RAM. And plenty of people have started with even less.

By the time we were at 386s, code bloat was already pretty bad.

Bad energy wasting performance is even worse than bloat. I'm horrified how much electrical energy bad code costs. We're already talking about a bunch of nuclear powerplants' output wasted!

HelloNurse · 3 years ago
Always amazing. Representative quote:

  > 1.8M o/tiny/examples/pyapp/pyapp.com        # statically linked python app

joeframbach · 3 years ago
FYI, this domain is inaccessible from Amazon employee machines. The whole domain is blocked by infosec.
jart · 3 years ago
Author here. We learned this a couple weeks ago when I blogged about logging C functions. https://news.ycombinator.com/item?id=31443198#31444751 I've been in contact with several employees trying to get it resolved. One of our regular contributors is even a staff security engineer at Amazon and he's just as confused about what's happening as the rest of us. There's a real lack of transparency so far on the part of Amazon and there's no official channels for appealing these sort of black box decisions. It's a real shame, since this isn't just my blog, but it also represents all the people who've been working hard to contribute. If we've been blacklisted by a company like Amazon then I'd like to at least know what's wrong and what steps I can take to address the situation.
kardos · 3 years ago
Any reason not to send the field rearrangement to upstream python? Or is it already done in later versions?
ncmncm · 3 years ago
It is always worth reading Justine beginning to end. Good for the soul, too.
pyautogui · 3 years ago
Wow, that is incredible!