HN user

cleaver

924 karma
Posts10
Comments186
View on HN

Yes. I have thought about this a lot. There are cycles...

Like thin client (VT100), to thick (client/server desktop app), to thin (browser), etc.

Similarly, console apps (respond to a single request in a loop), to event-driven GUI apps, to HTTP apps that just respond to a simple request, back to event-driven JS apps.

It depends on how you define the boundaries, but history rhymes.

I've certainly been keeping my eyes open for a MacBook Pro alternative. On my last time looking, I thought I'd try to find something with:

- retina-like resolution 15" screen - 32GB RAM - slim and light without a flimsy plastic case - good battery life - good trackpad - keyboard home row centred

I could not find anything. I couldn't even find something with the first three items.

I'm starting to think it might make sense to go with a cheaper MacBook and a little pocket server like this: https://liliputing.com/2020/08/first-look-gmk-nucbox-2-4-inc...

Thank You MDN 6 years ago

Everybody has used them, but nobody wants to admit it ;)

I for one, would like to know who does their SEO... they are often at the top of the results for many searches.

I remember looking for a house to rent in Mexico and wondering why some places seemed to be much more expensive than similar properties. Took me a little while to figure out why ;)

Having cut my teeth on Turbo Pascal 3, I quickly adopted Joe when I started using Linux around 1995. Most of the same key mappings were there.

I'm a bit surprised to see it still is around. I eventually switched to vi, since it was reliably available on most systems.

I had a small company that did software consulting work for one of the provinces. Around 10+ years ago governments started requesting "off the shelf" solutions instead of custom-developed software. This led to a situation where they didn't own the code, were tied to vendor upgrade schedules, and had to pay a premium for customizations. This had the result of spiralling costs.

Each time there's a scandal, they tighten the rules so that ultimately only large companies with teams dedicated to writing proposals can compete.

To be fair:

- we worked on smaller projects of a scope where one person could maintain a mental model of the system

- nothing so mission critical as payroll

I expect the pendulum to swing back toward more internal development and greater ownership and autonomy. So far, not much has changed.

I do notice that while I can't keep the 30th API I've used in my head for instant recall, I am much faster at finding the big picture. I'm a big fan of diverse teams. A younger programmer can just plow ahead without my careful consideration, but that helps keep me from stagnation. Similarly, I can contribute the big picture stuff to make the long term smoother and reduce technical debt.

I haven't seen brain.fm, but there's so many tools that can help me improve the way I work.

I never devoted any effort to learning how to listen until the past few years. It makes a huge difference in having a good conversation. It's lots of fun to bring back what someone said earlier, often in a humorous way.

It helps to show interest in your conversation partner, not as technique of influence, but because people can be generally more interesting if you pay attention.

The number one indicator of poor listening for me is holding a response in my head and just waiting until the other person finishes talking so I can spew my wisdom. Taking an improv class or three helps a lot in learning to listen.

If it's for a trip mad you don't need it afterwards, you might think about a refurbished MacBook. The initial outlay will be more, but the resale value is good. I know people who've done this and actually came out a little ahead.

I pay for single sport subscriptions (UFC and MotoGP). I think they work out to about $10/mo for each. I don't follow the major US ball sports, but it seems like they're a bigger deal with more games than you can watch. Spending $25 doesn't seem outrageous, of you're a fan.

I plucked an Aeron out of the garbage. The frame for the seat was broken, so I just ordered the replacement part. I guess that makes it more than $10, but still a great deal.

The one that gets me is the suggestion that direct flights are more efficient. Sure, if you go from New York to Los Angeles, but it wouldn't make sense if you were headed to a smaller city away from a major centre.

With millions to be saved, I'm sure airlines do a decent job of working out the most efficient combination of large direct flights and smaller commuter planes. I don't think a 3/4 empty 767 to Fargo is the way to go.

If you want to take it to an extreme, imagine if the post office only delivered your mail point-to-point in the interest of efficiency.

Maybe it's just me, but I didn't take away that the commenter felt it is unimportant and he humourously explained why. He also explained that the other things were of greater concern.

More importantly, there's the fact that the level of access required to take over a webcam implies the ability to do all sorts of other things.

What I took away was that if his system was compromised, an open webcam wouldn't likely be the chosen vector for ruining his life.

It's also common to open these up so that team members can grab a copy of your database. I haven't done that, but I can think of a case in the past few months where a developer had done so.

Edit: Now that I think of it and especially with containerized dev environments and VMs, I'd bet it quite common. I'm sure I've opened up a DB or search container more than I needed to just because I couldn't get the damn things to talk. I still would have a firewall, but not everyone does.