HN user

ld00d

158 karma

irc:ld00d:irc

Posts0
Comments105
View on HN
No posts found.

My favorite is when autoupdate is done updating, it runs a check to see if anything needs to be updated, and then it reports to me that there's nothing to update.

I recently got a 28" 4K monitor on sale for $250US, and it's almost too big to me, but I love the way fonts look under macOS's scaling. I'm farsighted, so when I wear glasses with a lower resolution, I really don't like seeing the lines between pixels. While not technically "retina", my new monitor is close enough.

Also, I do like working on a 13" laptop -- especially with workspaces. Switching the workspace is almost a complete replacement for the screen real estate of a larger monitor.

Goodbye, EdgeHTML 8 years ago

Pretty much the same here. FF has always been a battery eater, and even if only one tab is open, it's the sole app in the "Apps using significant energy".

On the magic keyboard, the whole bottom row of keys is shorter than they used to be. Not by a lot, but they're shorter. They're now the same height as the keys above.

Will a state manager start mediating all application logic now?

The author refers to the shopping cart sample -- which is exactly what I used as a blueprint. I think that's acceptable that the design pattern suggestion is coming from the store layer vs. the template layer (who is focused on the UI/UX).

Bug report: even though the cursor indicates you aren't allowed, you can still click the button without accepting all of the "I'm OK with this" buttons.

Mastodon is cool technology. The problem is Facebook fills a hole that Mastodon does not. Facebook connects people in real life. Folks from varying distances are able to keep up with their friends and family. There's a built-in desire to monitor their conversations. They're rewarded with "reactions". Facebook provides value for a very large group of people.

A relatively small group of people saw a problem with Facebook. Of course they have to have some underlying goal to make money. So they set out to create a federated system anyone can host that doesn't depend on some central company that's just out to make a buck. It's a noble goal, but it solves a problem that most users of Facebook simply don't care about. It doesn't do the thing that Facebook does, so it's a non-starter.

I'd also add that Mastodon is more of a Twitter replacement than a Facebook replacement. Facebook is better at isolating your feed into your group of "friends". Mastodon is more of a river of information from folks you follow (many of whom you will never meet in real life.)

If you want to replace Facebook, first figure out what people value about Facebook and expand on that. You'll need to be better than they are (at least until people determine they're that awful.) Then look at how you can federate it or achieving whatever other goal you have.

As a more mediocre developer than the author, I would add that instead of copy-pasting code, you actually type it out. This makes it stick better for me.

IME, it doesn't get much more complicated than web development. Even as fragmented as Android can be, it's nothing compared to the number of frameworks, build systems, scaling challenges, operating systems, browsers...

I've been working on a project lately that was designed by a really smart guy. It follows the OOP patterns and IoC and all of that. Trouble is you can introduce such complexity that maintenance from someone a few years later can get incredibly difficult. A lot of this code I'm working in has implicit dependencies that are really hard to trace w/o stepping through line by line. If the code was more explicit, maybe it would offend the ideologists, and maybe it wouldn't be as flexible as it is (debateable), but it sure as hell would be easier to maintain.

Funny because I'm on the other side. I do side projects. I enjoy it. I also think of them as resume builders. However, not one company I've interviewed with cared about them. They wanted to know what I got paid to do.