HN user

setpatchaddress

1,033 karma
Posts0
Comments523
View on HN
No posts found.

The derogatory and inaccurate use of “monkey patch” to describe adding methods to an open class identifies you as a Python advocate, so grains of salt applied, but:

I can’t speak for this particular Rails usage, but one of the most powerful things you can do with Ruby is build domain-specific languages without modifying the language itself. *This is a core feature of Ruby.*

The criticism you’re making is one of the Rails DSL — there’s nothing in Ruby preventing you from instead writing account.desposit(Dollar.of(100)).

Put another way: This is like people criticizing RISC-V for not having multiplication in the core ISA — they don’t seem to grasp that RISC-V is an ISA construction set. Ruby is a language construction set.

I think it’s much simpler than that. Ruby didn’t have good documentation in English until the mid-2000’s. Python was in use by the English-speaking world before the turn of the century. Documentation + you can generally understand it at a glance == total Python dominance.

Looking at recent Python code, it also seems like the simplicity is being lost in the rush to add features.

Dissenting voice here. I did not like the book. It's dark and unpleasant and contra other people here I don't think it speaks to any particularly interesting truths about how supposedly smart kids can be misled.

edited to add: I arrived at this opinion when I first read the book sometime in the early 90's, which I think is decades before the author's bigotry became public.

It’s really unfortunate that Apple’s blown gaming so badly. I built a mid-high range gaming PC during the first year of the pandemic. The awful software that PC gamers have to put up with, from the basic stuff like NVidia’s driver software updates that they seem to want to be a social network to the ASUS labyrinth of random apps + UI just to update various bits of motherboard support where it’s not clear what you actually need and what’s actually cosmetic to the MSI daemons to support RGB lights on RAM modules that cause some games to crash at launch Just Because.

Windows gaming is a real shitshow. But that’s where the games are. You can avoid running most of this crap. But you wouldn’t have to put up with it in the first place on the Mac, because there’s an assumed baseline of non-scummy software and vendors would get called out and shunned.

Note that the precipitating event was Wallace’s Fox contract coming to an end. This wasn’t ideological ragequit.

But this probably is a consequence of Fox having gone full Trumpy/facist (see: Tucker Carlson) and CNN willing to buy names for their new streaming service, which I think they correctly view as the future of live news (if there is a future outside of TikTok or TikTok-alikes).

It’s reasonable for people with center-right, centrist, or left-leaning politics to distrust Fox affiliates. Some of them are in fact still owned by the same company as Fox News.

TV network affiliates can be either independently owned or owned & operated by the network. Disney did not acquire either the Fox TV network or the Fox TV O&O stations in the recent Fox studio sale to Disney, likely because Disney already owns the ABC TV network and strategic ABC affiliates.

Why TV Lost (2009) 5 years ago

The religious channels are not PBS. "support" is not relevant if the goal is propaganda (religious or political).

Any person who resorts to violence instantly loses all justification

This is an argument for defunding the police.

Police reform is sorely needed. "Defund the police" as a slogan was insane political malpractice.

I use a PC as gaming console for my 4k TV. The EGS windows app is unusable on a 4k TV. Steam, GOG, and Ubisoft Connect all work fine on the same TV.

On top of that, I don't like Epic's business and legal practices. Can't buy my soul with free games.

I don’t know specifically what this person was told, but there was low confidence before the turn of the century on the classic Mac OS side that the NeXT people would developer a consumer-grade OS capable of replacing classic Mac OS[footnote]. So there was ongoing speculative development on various things.

However, by Mac OS 9, Mac OS X was clearly where all of Apple’s resources would go, whether it was any good or not. Most classic work at that point moved to building bridges to OS X via Carbon. Mac OS 8.5 was the last chance to build major new features into classic Mac OS. None of the ongoing work then or later was on the scale of Copland or putting a new kernel under the OS or anything of that sort. Mac OS 9 was known to be a dead end internally, and nothing like that would have been funded.

Footnote: This skepticism was well-placed: arguably it didn’t actually happen until Mac OS X 10.4. (You can argue that 10.3 was usable — or say “but UNIX” — but I don’t want to hear from you unless you actually tried to support that version on the machines of your less tech-savvy family members.)

“Mild” in this case means you don’t go to the hospital (and/or the morgue). It doesn’t rule out long COVID or extremely severe (from a layman’s perspective) symptoms.

And that’s the same as other “mild” COVID infections, yep. The ones where you don’t die. You ignorant dipshit.

This, so much. I maintain corporate, closed-source components which are central to my org’s mission and have to request radical changes on PRs submitted by other teams on a frequent basis. It’s really not “perfectionism” to avoid introducing serious maintenance issues and bugs long-term.

This is like jwz’s interaction with the emacs team decades ago — the story was that the emacs team was being unreasonable about merging some changes jwz/Lucid wanted. If you actually read the correspondence, turns out jwz wasn’t listening to review feedback. The feedback was completely technically reasonable from a maintainer’s perspective and jwz/Lucid just wanted the code merged without consideration for the emacs team’s future plans.

It’s no mystery why. It remains unclear why the ownership rights of a digital signature — which do not also convey the ownership rights to the digital object signed — have any value whatsoever. So everyone not NFT-pilled assumes that the explanation is wrong and fills in the gaps: you must mean the NFT owner owns some portion of that image, right?

The internet effectively did not exist in 1987. Even the most tech savvy people didn’t have access.

That didn’t start to change until the early 90’s. Al Gore’s contribution was actually important.

XPC sync is not in fact async underneath in recent macOS versions. It’s a severe performance pessimization to use async in many cases, because sync propagates thread priority and async often can’t.

You don’t seem to have a full grip on the reasons for the intermittent hangs you’re experiencing. Can I suggest two things?

1 Grab a sysdiagnose during one of the hangs and file a feedback report with Apple

2 Use the `sample` command line tool to see what’s actually hanging a particular process for yourself