apotheosis's comments

apotheosis | 5 years ago | on: Is Dark Mode Such a Good Idea?

I'm too tired and bored to source it, but, there are also "multiple studies," as the author puts it, stating that dark mode is better.

If you like sitting in a bright room, you'll prefer light mode; dark room, dark mode.

apotheosis | 5 years ago | on: Ask HN: Can't focus when writing code in dark mode

I was in the same position as you, not too long ago. I kept reverting back to my familiar light themes.

Switching to The Dark Side finally stuck after using it for a few weeks straight. Now I can't imagine going back. When I switch to an app without a dark mode, it's like staring at the sun.

I don't have any issues with dark mode. I feel like my eyes are more relaxed not having to contend with so much incoming light.

apotheosis | 5 years ago | on: SOLID design principles in C++: Open Closed Principle

Your typical factory pattern is an example of the OCP; move the part that changes into its own class (a factory). The class that uses the factory is closed to changes, but open to extension (new factory types).

Perhaps it's not the SOLID principles that are bad, but they way you've seen them used? More important than the principles is how they're interpreted and implemented, I think.

apotheosis | 6 years ago | on: Caesarean babies have different gut bacteria, microbiome study finds

Children create lactase to process milk (lactose) until around puberty, then they stop creating it. I learned in college that studies have shown that a lot of people of Northern European descent continue to create lactase into adulthood, and thus can continue to break down milk and cheeses without issue.

There is still a percentage of non-European population that can consume lactose into adulthood, and not break it down without any external symptoms.

apotheosis | 6 years ago | on: You're Worthwhile, Even When You Make Mistakes

The author is using wizards as synonymous with geniuses plus some geeky RPG terms used as metaphors. She's not implying that wizards exist, rather, that her peers seemed to be performing magic compared to her skill level at the time.

apotheosis | 6 years ago | on: Ask HN: What do you do on an Android phone that cannot be done on an iPhone?

Custom keyboards - on iPhone, long-pressing the mic button in Gboard has to run as a separate app instead of integrating directly into the keyboard. Also on iPhone "secure" screens (that use logins and passwords) never yield to 3rd party keyboards; instead they always revert back to the iPhone keyboard.

Browser plugins - as you pointed out, browsers on iPhone are not allowed to run plugins, so no ad blockers in the traditional sense - you can install a system-wide ad-block engine.

page 1