Hacker News new | ask | show | jobs
by vbezhenar 16 days ago
That's true. SQL knowledge is one of the few skills that didn't age.

1. C language.

2. *nix tools (shell and friends).

3. SQL.

4. Basic IPv4 networking.

These things I learned around 20 years ago, they didn't change much and they are useful for me to this day.

2 comments

I was a fan of Seven Languages in Seven Weeks [1] because it exposed you to different paradigms which you could then try to apply where they made sense on whatever tools you were using or building: prototype based, fault tolerante, funcional, logical. Very fun book when used right.

The point being that sometimes the tools themselves don't need to survive because you take the lessons from one thing to another (e.g. move semantics and rust/modern c++)

[1] - https://pragprog.com/titles/btlang/seven-languages-in-seven-...

Well, IPv4 is obsolete.
It is not obsolete. In fact, I've yet to encounter IPv6 anywhere, so my IPv6 knowledge so far stays mostly theoretical. And I work with servers.

Probably depends a lot on a particular location.

I inquired about getting a static IP(s) for a small business, and only v4 is available.... and that was this year!
Personally, I'm not a great fan of IPv6, but this says more about your provider than anything else.

Assuming you mean for a VPS, the majority of providers provide IPv6, and a good many would advertise your IPv6 prefix and route it to your box for a nominal fee. It's far cheaper to do anycast IPv6 than IPv4 because of the cost of IPv4 address space.

If you actually meant on-site for a business, that again depends on your provider, but again most providers should be able to give you a static IPv6 prefix from their own range if they're able to provide you a static IPv4 address. If not, you can always tunnel IPv6 to your site.

Obsolete like your old iPhone is obsoleted by this year iPhone.

Doesn't mean it stops working or being useful, and in arguably IPv4 case it is still of far more importance than v6.

All of the above are obsolete. But still what is regularly found out in the real world.
I'll believe that when I see tech companies bring up IPv6 integration before I do when setting up networking things.