Googling at least until fairly recently meant „I consulted an index of Internet”. It is a means to get to the bit of information.
Asking ChatGPT is like asking a well-behaved parrot in the library and believing every word it says instead of reading the actual book the librarian would point you towards.
Happiness can mean either of two things: joy and contentment.
While it might be possible to convincingly feign elation, contentment, I’d argue, is harder to convey externally and near impossible to fool yourself about.
Marginalized groups need activism - it’s a survival tool. For the same reason, if any obligation to activism exists, it’s for those that don’t need it.
Placing obligations onto those who are already burdened is immoral.
ssh to remote, forwarding some remote port to your local ssh port (-R)
ssh from remote through the exposed port, starting socks proxy in the process (-D)
use socks proxy explicitly or find some tool that can route the traffic into it
Similar approach can be used to establish VPN tunnel with no encryption (ssh already provides that), routing everything but your ssh connection through it.
ssh to remote, reverse forwarding your VPN-over-tcp server’s listening port
establish vpn connection on remote, route everything but your ssh connection through the newly established interface
It wasn’t supposed to be the revolution, it was sold like it was.
As a revolution, it relies on infinite applicability of Moore’s law to storage medium. In other words, it relies on infinite growth. It never left the square one.
It’s all about being comfortable with not knowing when you need to act. Believing that you can learn everything upfront is pure hubris, and once you hurt yourself enough times, you just drop the pretense.
In other words, life is Bayesian, not frequentist.
I can often implement 80% of a new feature without ever running the code.
I really love how they then go and invent their own TDD acronym to justify this. Types are proofs, and they replace a whole category of borderline superficial tests with useful assertions, but claiming that you implement a
<random number>
% of a feature when you haven’t once verified it is… a reason I regularly cuss at code and remain employable. Keep it up.
Googling at least until fairly recently meant „I consulted an index of Internet”. It is a means to get to the bit of information.
Asking ChatGPT is like asking a well-behaved parrot in the library and believing every word it says instead of reading the actual book the librarian would point you towards.