

I think a few hours with a torch and they would make fantastic dumpsters. Imagine if you could crab walk a self moving dumpster? Genius
ed25519 verify key: 6614c7acfe8e7419bbc26709d7f0fdcc55d8258f205a95173ce37e42e1715462
I think a few hours with a torch and they would make fantastic dumpsters. Imagine if you could crab walk a self moving dumpster? Genius
Companies aren’t held to contracts like people are held to contracts. One buyout, restructuring, name change, no more contract. It’s meaningless
If you are looking for a permanent place somewhere in Europe, it’s very difficult to quickly find monthly or weekly rentals with the appropriate monthly or weekly discount you will find on Airbnb. I don’t discount it’s négatives, but with the paperwork burden to find a medium or long term place in many areas in Europe Airbnb does the best job of cutting through all of that and getting you a place now
It’s understanding code like chatgpt helps me understand Hungarian.
We all know it’s going to be nodejs, backed up by mongodb. This is because LOC on the commits can be maximized for minimal effort, and it will need to be rewritten every 2-3 years.
The attractiveness of learning it was that you could avoid boom and bus cycles of retrenchment and clowns like Elon musk. Unfortunately that isn’t true anymore so I think once the dust settles, finding people willing to specialize in tech like this is going to get real hard.
Yet it’s the thing every junior dev wants to do as they gain more experience.
Its not marketing it’s that they extend credit to anyone who comes through the door. 550 credit score? No problem sir, here is your $62500 RAM 1500, loaded with options. If you can’t pay $1000/month for a Kia why not splurge and not pay $2000/month for an optioned out truck?
This is actually not true. If you are part of a “persecuted group” without access to a safe alternative location inside the country of origin, you can seek asylum in the EU.
So for example, trans people from Florida currently cannot seek asylum in the EU although they are at risk of “discriminatory and disproportionate prosecution” for using public restrooms, because there is an “internal protection alternative”, in other states.
If however, federal law is passed banning trans folks from public bathroom use, it is likely that they could seek asylum in the EU.
Source: https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ%3AL_202401347
How does it not mitigate the danger? You are putting a secure web server in front of the tunnel rather than basically all traffic being forwarded to the port?
It’s probably a bit dangerous to expose your internal network in this way. If you really want a server running at home, there are interesting services which provide that for a fee, or you could set up a “reverse ssh proxy”.
It’s easier to do on some flavor of Linux, but you will set up a background service to ssh to a cloud server you rent, which links a local port on the cloud server to a local port on your home computer. You can then run a web service like caddy server on the cloud server to securely serve this port.
I realize this sounds rather complex, but something to look into and learn.
Your Caddyfile on the cloud server will look something like this:
my_subdomain.my_domain.com {
reverse_proxy / {
to 127.0.0.1:8081
}
encode gzip
}
And the service on your local will look something like this:
[Unit]
Description=Keeps a reverse tunnel to '<your cloud server ip>' open on port 8081 on the remote server
After=network-online.target
[Service]
Environment="AUTOSSH_GATETIME=0"
ExecStart=/usr/bin/autossh -N -M 10986 -o "PubKeyAuthentication=yes" -o "PasswordAuthentication=no" -o "ExitOnForwardFailure=yes" -R 8081:127.0.0.1:8080 root@<your cloud server ip> -i <path to your ssh key> -p 2097
ExecStop=/bin/kill $MAINPID
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
You will have to allow ssh on a non standard port (arbitrarily 2097 here), that way you can still use ssh on the standard port 22. I have some services running like this through a NAT for years.
currently depends on having a working-age population that is large enough to support the non-working population
This is only a problem if production does not increase dramatically, as it has for the last century. The reason it feels like there are insufficient working people is because parasites siphon from the resource distribution between more and more productive workers and their non working counterparts
Confidence is indistinguishable from correctness if you lack competence and experience. Now in addition to the competent and experienced having to interpret the requirements and do the work, they must also sift through half baked AI solutions.
Id go so far as to say SaaS in general. Small startups are paying $5000/month to send emails and we’ve come to the point where inboxes are monopolized and if you don’t pay up to a cloud provider your emails end up in spam.
Take this and repeat for everything. Monopolize, ratchet up the costs, profit.
Windows phone 10 had most of these things in 2015
It would have deposited the funds in an account “foobar123” and been lost forever
I’m in the market, and the answer is kinda, for non Teslas. I do a road trip up the east coast a few times a year and the Tesla will reliably add about 4 30 minute stops on each half of the trip. A non Tesla also requires four stops, but they could be anywhere from 20 minutes best case to 1 hr plus, depending on the availability and status of the unreliable chargers.
A lucid with 400 miles of true range would probably cut it down to two stops, but I don’t have $140k
I experienced this too, and landed at a smart company that paid me for the time I spent on the take home project. Yes, it’s less money than I might earn at a more prestigious company who abused my time, but I’ve also successfully selected for a company that has a good working environment.
They have an engineer for probably 30% less than what I demanded from another company with a dumb hiring practice. The dumb company was willing to give me the money too, but I was annoyed with their process so I told them I would not work for them unless they put a four day work week in my offer.
You are right about not getting Facebook to pay for the data, but each time a company pays you $2 to be referred to their site, that’s $2 Facebook didn’t receive. Anything you earn on TARTLE comes directly out of the purse of big tech.
I have a well seasoned good quality one that makes eggs as well as a nonstick pan. Took time to get to that point though. Sugary American bacon is the surest way to end up having to reseason it though.