morty16's comments

morty16 | 3 years ago | on: 'Too many employees, but few work': Pichai, Zuckerberg sound the alarm

what I took from that is that inertia is more significant than total energy.

if you've got a tank of gas you can go a long way slowly, a short way quickly.

a flywheel takes a lot of effort to spin up or spin down. once it's going at a certain speed it tends to stay there.

so if you tend to get home, eat burritos, and watch netflix, you'll keep doing that.

morty16 | 8 years ago | on: Functional Programming Jargon

The original JS borrowed heavily from Scheme (lisp1 + everything evaluatable) and Self (prototype model of inheritance) and then was covered with a bunch of Java-like nonsense, which (IMO) just made things more complex.

There's been a nice functional language buried in JS all this time. It's still buried in there someplace.

morty16 | 9 years ago | on: I don't understand Python's Asyncio

From early on in the article

> asyncio.get_event_loop() returns the thread bound event loop, it does not return the currently running event loop.

How can these be different objects? In order to ask for the thread-bound event loop, you must be in the thread, right? When/why would you expect anything else?

fyi, I don't have any background with asyncio/twisted.

morty16 | 9 years ago | on: The cost of forsaking C

Amen.

Further, C helps you think like a particular evolutionary path of computer, and the language and architecture developed mostly in parallel. It's like saying that giraffes have long necks because they need them to reach the tall branches.

morty16 | 9 years ago | on: Letters between Backus and Dijkstra (1979)

My understanding is that English is a natural second language for the Dutch and is taught extensively in schools (i.e. learned by everyone). Also, they are close enough to the U.K. to receive broadcast television, etc. so they also have that level of immersion.

Every Dutch person I've met has had a terrific command of the language, much better than average native speakers. I suspect that at least some of this is due to the fact that as second-language students they actually take time to learn the rules of grammar, etc. Most native speakers pick it up "on the street", so the Dutch (that I've met) tend to sound more formal and educated, especially when there's no discernible accent.

morty16 | 10 years ago | on: Mosul dam engineers warn it could fail at any time, killing 1M people

The allies (the RAF) had fairly specialized bombs in WWII to blow dams. They would fly in from upstream and drop a bomb shaped like a barrel (picture a barrel of oil) from very low altitude. The bomb would skip along the surface as it lost momentum and then sink close to the dam wall. At a certain pressure it would blow and take advantage of the hydrostatic shock to break up the wall.

See: https://en.wikipedia.org/wiki/Operation_Chastise

morty16 | 10 years ago | on: New iPod touch

I think the GPS receiver comes "for free" with the phone hardware (the DSP/antenna package).

So, I doubt it, just because it wouldn't add much and would cost significantly more (both in components and battery life).

With this kind of device, you're only online when in wifi, so location-aware services are limited too. i.e. what would you do with the GPS info? Maybe photo tagging?

morty16 | 11 years ago | on: Profile of Ted Chiang: The Perfectionist

I read that as a short story in the Nebula anthology, and then again when "Story of your life and others" came out.

That was more than a decade ago, and I still think about it more often than most sci-fi stories I've read.

morty16 | 12 years ago | on: Remember Smalltalk? (2008)

Gartner also had an active hand in killing Smalltalk in the enterprise.

CTOs would pay Gartner millions of dollars to have them confirm their bias to go 100% Java/Windows/IBM.

Not that ParcPlace did themselves any favors.

morty16 | 12 years ago | on: Choosing the Best Python IDE

PyCharm also has plugin support, because it's a shared framework (much like Eclipse).

I'm running PyCharm (3.1 pro) and I currently have plugins for .sh, .pl, .md, and more. Some plugins require download (iirc, I had to go through a wizard to get the plugin for markdown)

It's low risk trying PyCharm. The community edition is fairly full-featured, and is free.

morty16 | 13 years ago | on: Apple Core Rot: Introduction

>Deprecation with threat of removal of robust long-standing threading APIs with rewrite required.

What's he referring to here?

morty16 | 13 years ago | on: Behind enemy lines: 3 months as an iOS developer at Google

yes, but I get reminded every day how it is not SmallTalk.

e.g. the primitive vs. object distinction, the lack of closures (gcd is a poor replacement) and the way they allow a rethink of control flow, the neat things you can do because the stack is an object (restart exceptions with values! coroutines!)

I'm fine with the compromise, I just wish it was different.

I had hopes that MacRuby would turn into a supported systems programming language, but it's not to be.

morty16 | 13 years ago | on: Maria Montessori

I was a very mediocre and uninspired student in primary school, often getting Cs and Ds. My parents enrolled me in a small Montessori school for grade 6 and my whole attitude changed. I was back in public school for junior high, but I was getting A/A+ across the board. Looking back (nearly 30 years), it was the most significant year of my education.

It's not that it enabled me to do well in conventional school (I suppose I would have qualified as gifted if I wasn't so extremely lazy), it's that it gave me an enthusiasm for learning and a realization of the broad horizons that were open to me.

page 1