> This article tries to build upon a lot of half-truths or incorrect facts, like this:
yeah i was wondering why my bullshit detector was going off. This feels as if someone who cooks for Ramsey's kitchen is trying to predict the end of the market hike.
These lens "blockers" are working less-and-less well (as tech gets better if they ever worked well at all), and seem to increase targeting from law enforcement.
In Tennessee, after the first two citations for "improper display of registration" it becomes an actual crime (an actual misdemeanor); if I ever get to this point (four months now multiple cops behind me haven't given a single F), I have an increasingly-insane series of "protests" that have semi-interesting legalities [0].
[0] e.g. transfer registration to brother ($10 gift fee every few months, which results in no tag requirement); small 3ft trailer (possibly with guillotine erected atop, blocking view), as TN does not issue license plates to trailers less than 15ft length
----
This isn't about "disappearing" (impossible in any modern civilization) — it's about sending a message and adding one small additional layer of protection from simple broad ALPR searches.
Honest question, why is ProxyCommand `fun`? What do I get out of ProxyCommand that i do not get out of setting the correct order for ProxyJump and doing an ssh finalhost -- domy --bidding?
ProxyJump is a newer functionality. There used to be only ProxyCommand. ProxyJump is a shortcut for the usual way to use ProxyCommand to connect through a bastion host but ProxyCommand is more flexible. For example with ProxyCommand you can run any command to connect to the remote host. ProxyJump only connects over ssh. I think I replaced all my ProxyCommand with ProxyJump because I don't need much else than the normal use case.
You can get a lot more out of ProxyCommand. For example, you can run SSH over non-IP protocols, such as serial, Bluetooth RFCOMM for embedded boards, or vsock for virtual machines without networking set up at all. The latter is built into and setup up automatically by systemd:
ProxyCommand allows you to use any command to setup a connection. Not necessarily an ssh command, like ProxyJump. It can be any command, as long as it receives on stdin and produces on stdout, it can act like a TCP connection.
ProxyJump is a special case of `ProxyCommand ssh -p <port> <user>@<host>`. Can't replace the `ssh` in there when using ProxyJump.
I came across ProxyCommand earlier this week, funnily enough. I have Cloudflare Zero Trust set up with an SSH service[0], and have the server firewall drop all incoming traffic. That helps reduce my attack surface, since I don't have any incoming ports open.
I use ProxyCommand in edge-case devices where key auth is not an option and the password is not controlled by me. ProxyCommand points to a script the retrieves the password from the vault, puts it on the clipboard for pasting, reminds me via stderr it's done so, and then proxies the connection.
Interesting. I might have such a use case. Do you have anything about best practices on how to automate grabbing passwords from vaults? Cuz it seems to me that the vault needs to be kept open or keep the vault password somewhere on disk.
So exactly what will the magic of unionization do when any company can hire developers from LatAm (much easier to deal with in the same time zone) that are good enough enterprise devs for half the price?
Why should tech workers care about the small minority of tech workers that make obscene amounts of money? The median dev salary in the US is ~$130k. [1]
Besides that point, I would very much like to get paid over time for being on call. I would very much like a preplanned process that comes to layoffs rather than firing people at random. I would like paid paternity leave.
Always a classic HN post about the rockstar dev willing to fuck over their fellow workers so they can make a quick buck then feign upset over how meaningless their lives are because they devote so much time making capitalists more capital rather than bettering their community.
Why should workers care about productivity growth when income inequality is at its highest levels in the United States? Companies already don't take chances on American workers, hence why companies need so much corporate welfare to stay competitive.
I'm sorry but American workers are getting bad deals, and let's not act like the largest companies in human history can't pay more in taxes to fund training, education, and healthcare for workers.
You're telling people that are fighting for scraps to start fighting over dirt.
My Qs for you are why are you so greedy? Why do you think you deserve so much because of pure luck? Why do you think workers don't deserve a larger share of the pie when the elites and rich have rat fucked this country into having more money than necessary?
European countries with labor regs that make firing more expensive tend to have higher unemployment rates (specially youth unemployment) because hiring becomes more risky.
Cry me a river for the “average” senior developer who as a rule, makes twice the median income of whatever city they live in. It’s called saving money and living below your means. Yes I was a standard enterprise dev for 25 years before 2020 living in a second tier city.
Hey buddy, you may not believe this but helping workers does in fact help everyone. Maybe get out of the crab bucket mentality and help your fellow human, as I'm confident you would want your fellow man to help you when you make the call.
This is a terrible plan to get those devs onboard, and unless your theory is "these companies are idiots who don't know how much to pay for devs" they're still gonna try and find ways to hire them.
Really, it sounds like what you want is the European system where employee protections are so strong that the tech industry is barely willing to hire and is crippled as a result. Layoffs suck but the alternative (turning hiring into a patronage system) is worse.
No, it just sounds like you deeply hate your fellow man which I find profoundly sad. Not wanting to better the lives of people around you and would rather greedily hoard all the resources just shows your lack of humanity.
Sincerely hope you don't treat people around you with this disregard, but seeing how you selfishly only care about yourself I hope they find a new community that loves them more than what you can (or can't) provide.
These folks (in CA at least) have a marginal tax rate in excess of 40%. In the US they are the main payer of federal income tax - income tax that is then mostly used to fund social programs. Double your income and your taxes (at least) double.
But it's not good enough for you, apparently, because the only acceptable way for me to prove I care is to support YOU making more money and being immune to layoffs.
I'm self-interested and freely admit that I like making money because money is nice. You're self-interested but you're pretending this take is for your "fellow man."
If you're a well paid software engineer, you're already incredibly privileged. Most of the world would kill to have that job, but according to you the real unfair part is that companies can choose to pay some people more than you?
> The wonderful thing about markets that work is that you can swap things out without being under their boot.
This is an illusion. You literally describe Zizek's "Desert of the real": Billionaires own the illusion and you are telling me I get to pick from a selection of choices carefully curated and presented to me.
reply