

This is also a great way to just break everything you’ve set up.
This is also a great way to just break everything you’ve set up.
Yes, operating an aircraft carrier away from home is a massive logistics problem. They’ve been practicing with their rebuilt Russian carriers, but they’re still a long way from being able to sustain a battle group at sea.
We are the Han.
You will be assimilated.
Your biological and sociological distinctiveness will be erased.
Your culture will adapt to service us.
Resistance is futile.
Hmm, Trump might actually attempt it, but I think Russia in general is far more likely to sell to Chinese interests and accept a long-term Chinese presence.
I think the inevitable outcome will be China buying up a lot of Russia’s economy in the form of property, businesses, and access to natural resources.
I recommend getting familiar with SMART and understanding what the various attributes mean and how they affect a drive’s performance and reliability. You may need to install smartmontools to interact with SMART, though some Linux distributions include this by default.
Some problems reported by SMART are not a big deal at low rates (like Soft Read Errors) but enterprise organizations will replace them anyway. Sometimes drives are simply replaced at a certain number of Power-On Hours, regardless of condition. Some problems are survivable if they’re static, like Uncorrectable Sector Count - every drive has some overhead of extra sectors for internal redundancy, so one bad sector isn’t a big deal , but if the number is increasing over time then you have a problem and should replace the drive immediately.
Also keep in mind, hard drives are consumables. Mirroring and failovers are a must if your data is important. New drives fail too. There’s nothing wrong with buying used if you’re comfortable with drive’s condition.
The Z80 (which was the core processor of the TI-8x calculators) was only just discontinued last year. Lots of old chip designs find uses in embedded devices and consumer electronics.
If it ain’t broke, don’t fix it.
Yeah, it’s more than just the fabrication machines, it’s a massive logistics network.
Maybe. Some of the older fabrication is still in heavy production use (e.g. 28nm, 16nm, 7nm):
These produce a lot of the chips that go into everything electronic, things like bus controllers and timing ICs, which are needed in higher volumes than CPUs and GPUs. But I kind of doubt the older fab technology will be a priority to build in the new facility.
TSMC isn’t just a single factory production line that gets upgraded to the latest and greatest every year. It’s a collection of many fabrication technologies that has grown and developed organically over time. While it will be helpful to build a new facility with the benefit of lessons learned in Taiwan, it will not be possible to completely replicate what that original facility is.
All of them.
The US plants may be coming online but it will still be years before they’re at production capacity, and they’ll probably never have all of the same production capabilities. The chip fabrication lines in Taiwan have been decades in development and growth.
Yeah, pay somebody else to be responsible for the server uptime and the bandwidth. Somebody who specializes in providing that.
I think the answer depends a lot on the use case of each business’s website and what the business owner/employees expect from it.
Is the website a storefront? You’ll be spending a lot of time maintaining integration with payment networks and ensuring that the transaction process is secure and can’t be exploited to create fake invoices or spammed with fake orders. Also probably maintaining a database of customer orders with names, emails, physical addresses, credit card info, and payment and order fulfillment records… so now you have to worry about handling and storing PII, maybe PCI DSS compliance, and you’ll end up performing some accounting tasks as well due to controlling the payment processing. HIPAA compliance too if it’s something medical like a small doctor’s office, therapist, dialysis clinic, outpatient care - basically anything that might be billable to health insurance.
Does the business have a private email server? You’ll be spending a lot of time maintaining spam filters and block lists and ensuring that their email server has a good reputation with the major email service providers.
Do the employees need user logins so that they can add or edit content on the website or perform other business tasks? Now you’re not just a web host, you’re also a sysadmin for a small enterprise which means you’ll be handling common end-user support tasks like password resets. Have fun with that.
Do they regularly upload new content? (e.g. product photos and descriptions, customer testimonies, demo videos) Now you’re a database admin too.
Does the website allow the business’s customers to upload information? (comments/reviews/pictures/etc, e.g. is it Web 2.0 in some way) god help you.
You’re going to expose this to the public internet. It will be crawled, and its content scraped by various bots. At some point, someone will try to install a cryptominer on it. Someone will try to use it as a C2 server. Someone will notice that you’re running multiple sites/services from one infrastructure stack and attempt to punch their way out of the webhost VM and into the main server just to poke around and see what else you’ve got there. Someone will install mirai and try to make it part of a DDOS service provider’s network.
Yes, because everyone who could have voted and didn’t bears responsibility for looking the other way while Trump gained the presidency.
And everyone who was vocal at any point about not voting for Harris for any reason is culpable for assisting Trump in gaining the presidency, and for influencing others to do the same.
When I look at history, it seems the only times that the violence has calmed down are the periods following some immense, extended, extreme violence, to the point that everyone left living is sick and tired of it and says “no more”.
And that… that is deeply frightening in the present context.
Great, novelty surveillance devices, just what we need.
Depends.
If you just want a map to find things, OsmAnd is good.
If you want to prepare hiking/biking trail maps and then download them for offline use, Alpi Maps is really nice.
If you want useful navigation that includes traffic data and gets the realistic arrival time close to correct, Magic Earth is really the only option (traffic time estimates depend on users agreeing to share their location data while using ME for navigation so that it can make traffic speed assessments - quality will depend on how many other ME users in your area have agreed to share their data).
All 3 ultimately depend on OpenStreetMap for their map data. If you use them, consider creating an account and contributing with a tool like StreetComplete.
If you want something that has locations of businesses &etc with accurate names, operating hours, contact information, pictures of the location, street view, user reviews… there are no alternatives.
While I get the Microshaft hate, it’s still a major part of enterprise computing and it’s not going away anytime soon. Both the .NET platform and .NET Core are open source, so rebuilding Windows on them would necessarily make it a more open system, which could only be a good thing.
I think this is actually possible. The (terribly inconvenient and piecemeal) change from Control Panel to Settings has involved making a lot of the Windows configuration options accessible through PowerShell and .NET (which is actually a good thing - it makes it much easier to administrate a system remotely via command prompt vs RDP, and it makes it easier to configure the system programmatically). It’s not complete yet, but I could see that in the future the Windows user environment is entirely built on top of .NET, at which point you could theoretically run it on any OS that supports .NET.
you have to be pretty dense to think that there is any meaningful difference between how Kamala and Trump would have handled Palestine.
This is just blatantly disingenuous. It is not aligned with reality. You’re either delusional or you’re pushing a false narrative intentionally.
The issue is more that trying to upgrade everything at the same time is a recipe for disaster and a troubleshooting nightmare. Once you have a few interdependent services/VMs/containers/environments/hosts running, what you want to do is upgrade them separately, one at a time, then restart that service and anything that connects to it and make sure everything still works, then move on to updating the next thing.
If you do this shotgun approach for the sake of expediency, what happens is something halfway through the stack of upgrades breaks connectivity with something else, and then you have to go digging through the logs trying to figure out which piece needs a rollback.
Even more fun if two things in the same environment have conflicting dependencies, and one of them upgrades and installs its new dependency version and breaks whatever manual fix you did to get them to play nice together before, and good luck remembering what you did to fix it in that one environment six months ago.
It’s not FUD, it’s experience.