eclipse

joined 2 years ago
[–] eclipse 8 points 7 months ago (1 children)

They're not more effective. They might assist with speed of absorption but that's it.

[–] eclipse 2 points 7 months ago* (last edited 7 months ago)

Never trust the network in any circumstance. If you start from that basis then life becomes easier.

Google has a good approach to this: https://cloud.google.com/beyondcorp

EDIT:

I'd like to add a tangential rant about companies still using shit like IP AllowLists and VPNs. They're just implementing eggshell security.

[–] eclipse 5 points 7 months ago

I actually disagree. I only know a little of Crowdstrike internals but they're a company that is trying to do the whole DevOps/agile bullshit the right way. Unfortunately they've undermined the practice for the rest of us working for dinosaurs trying to catch up.

Crowdstrike's problem wasn't a quality escape; that'll always happen eventually. Their problem was with their rollout processes.

There shouldn't have been a circumstance where the same code got delivered worldwide in the course of a day. If you were sane you'd canary it at first and exponentially increase rollout from thereon. Any initial error should have meant a halt in further deployments.

Canary isn't the only way to solve it, by the way. Just an easy fix in this case.

Unfortunately what is likely to happen is that they'll find the poor engineer that made the commit that led to this and fire them as a scapegoat, instead of inspecting the culture and processes that allowed it to happen and fixing those.

People fuck up and make mistakes. If you don't expect that in your business you're doing it wrong. This is not to say you shouldn't trust people; if they work at your company you should assume they are competent and have good intent. The guard rails are there to prevent mistakes, not bad/incompetent actors. It just so happens they often catch the latter.

[–] eclipse 3 points 7 months ago* (last edited 7 months ago)

I agree with most of these but there's another missing benefit. A lot of the time my colleagues will be iterating on a PR so commits of "fuck, that didn't work, maybe this" are common.

I like meaningful commit messages. IMO "fixed the thing" is never good enough. I want to know your intent when I'm doing a blame in 18 months time. However, I don't expect anyone's in progress work to be good before it hits main. You don't want those comments in the final merge, but a squash or rebase is an easy way to rectify that.

[–] eclipse 0 points 7 months ago

I saw Fellowship at the cinema a few days after release (I think it was late Dec.?)

I literally fell asleep when they arrived at the elven town (sorry, fans; I have no idea). My cousin sitting next to me punched me in the arm because I eventually started snoring.

Honestly, the films are very good, but you need to properly engage.

I don't know enough to debate the difference between the theatrical and extended cuts beyond to say I personally think the theatrical was long enough and communicated the story.

[–] eclipse 1 points 7 months ago (1 children)

Uh, how? Fundamentally I disagree. I'd recommend reading the many other comments on this post for more context.

[–] eclipse 1 points 8 months ago* (last edited 8 months ago)

Honestly, these days I have no idea. When I said "wouldn't recommend" that wasn't an assertion to avoid; just a lack of opinion. Most of my recent experience is with Cloud vendors wherein the problem domain is quite different.

I've had experience with most of the big vendors and they've all had quirks etc. that you just have to deal with. Fundamentally it'll come down to a combination of price, support requirements, and internal competence with the kit. (Don't undermine the last item; it's far better if you can fix problems yourself.)

Personally I'd actually argue that most corporates could get by with a GNU/Linux VM (or two) for most of their routing and firewalling and it would absolutely be good enough; functionally you can do the same and more. That's not to say dedicated machines for the task aren't valuable but I'd say it's the exception rather than rule that you need ASICs and the like.

[–] eclipse 8 points 8 months ago* (last edited 8 months ago)

I agree. GeoIP was never a good idea, but here we are. Any ASN could be broken up and routed wherever (and changed) but it's still far too prevalent.

[–] eclipse 2 points 8 months ago (1 children)

I might be misunderstanding. It's definitely possible to have as many IPv4 aliases on an interface as you want with whatever routing preferences you want. Can you clarify?

I agree with your stance on deployment.

[–] eclipse 10 points 8 months ago (5 children)

Given how large the address space is, it's super easy to segregate out your networks to the nth degree and apply proper firewall rules.

There's no reason your clients can't have public, world routeable IPs as well as security.

Security via obfuscation isn't security. It's a crutch.

[–] eclipse 8 points 8 months ago (2 children)

This article is biased to selling you more F5 equipment but is a reasonable summary:

https://www.f5.com/resources/white-papers/the-myth-of-network-address-translation-as-security

Long story short is that NAT is eggshell security and you should be relying on actual firewall rules (I wouldn't recommend F5) instead of the implicit but not very good protections of NAT.

view more: ‹ prev next ›