True, but I don’t want to scare the carbrains. :P
Honestly though yes. My pretty basic road bike was 1600 and that was one of the lower prices in the shop. I think they averaged at around 5-8k in that shop at least.
True, but I don’t want to scare the carbrains. :P
Honestly though yes. My pretty basic road bike was 1600 and that was one of the lower prices in the shop. I think they averaged at around 5-8k in that shop at least.
Bikes can reasonably get to 1.5k at least without things getting too absurdly overpriced. If there’s a trade in it would at least be for bikes in that range.
How long are folks planning to wait before migrating to something new? I suspect this is still safe for at least a few months before things fall out of date, right?
Or I guess it allows wire guard to update freely so it’s probably safe until something specifically breaks.
Just be careful you don’t get their “smarthome” line, at least for cameras. It doesn’t require Internet to operate, but it requires Internet for configuration and management.
I’m not sure if that’s the same with their doorbells, but it was true of their wifi cameras.
At least in very dramatic extremes, yes there’s at least a correlation between horrific animal abuse and psychopathy.
No idea if that extends to more run of the mill actions.
I wonder if you could copy (or buy used) some crypto mining rigs for this. I’m not sure if there’s some kind of bottleneck im not aware of though.
That’s a shame. I didn’t realize it was that locked down. Ive had a lot of terrible routers but all the ones I remember allowed me at least a port forward.
I think OP can accomplish some of the same result if he can get a cheap VPS to connect through (have the laptop Wireguard to the VPS, then have a proxy on the VPS forward to the laptop over the VPN, but that’s probably not worth the hassle for a starter project unfortunately.
With a comment on the test detailing why it matters so people don’t just assume the test is out of date when it fails.
And ideally test the underlying result of x before y, not the fact that x is called before y.
And while we’re at it, assert in Y that X has been called, and again comment the reason for the preconditions.
With most consumer wifi networks you can usually enable port forwarding. That would let you access services from anywhere.
Personally I would set up a Wireguard VPN server on the laptop and enable port forwarding only for the Wireguard port. This will let you access your laptop from anywhere, and it will protect you by limiting your attack surface (basically you only need to have a device Wireguard connection and you don’t need to worry as much about securing every other service you want to run).
Then I’d set up dynamic DNS with any DNS provider so you don’t need to keep track of a changing IP.
Then you can install whatever services you want on the laptop and you’ll be able to access them from anywhere by connecting to the Wireguard VPN. It does mean you can’t easily let a friend access a service on your laptop, but the tradeoff is you don’t have to worry as much about security while you’re learning.
Code comments for "why"s that persist. Commits for why’s that are temporary.
If you need to run X before Y, add a comment. If you added X before why because it was easier, leave it in a commit
Don’t just summarize the content though, summarize the rationale or how things connect. I can read your diff myself to see what changed, I want to know the logical connections, the reason you did X and not Y, etc.
Or just say “stuff” and provide that context in the PR description separately, no need to overdo the commit log on a feature branch if you’re using squash merges from your PR.
Sourcetree is still best by far for history browsing, and I’ll die on that hill.
Personally I like to keep my data on a separate system because it helps me keep it stable and secure compared to my more “fun” servers.
That said, being able to run compute on the same server as storage removes a bit of hassle.
Always looking for more, but so far it’s pretty minimal.
Looking to add Jellyfin and a sonarr radarr setup, but my QNAP doesn’t like doing actual work so I’ve been struggling. Planning to add a mini PC soon as a more stable server and to centralize things a bit.
I have my primary, and my secondary, and my secondary secondary.
Leader/follower works though.