You can run software on bare metal without an OS. The downside is you have to write everything. That means drivers, networking code, the process abstraction (if you need it), etc.
One thing to remember is an operating system is just another computer program.
You would end up blocking every network then. Almost no one wants malware on their machine or network. Unfortunately, people get hacked and network operators cannot always determine which machines are hacked (hackers are not known for letting people know that they have taken over a machine).
Security is hard and there are no easy solutions. People often do not know they have been hacked or even know if a computer on their network has been hacked. Also, it is often not easy to determine if traffic is legitimate, illegal, malicious, or abusive.
Wire-fraud is a United States legal concept. It's probably not applicable to Germany (although Germany might have its own laws which cover this issue).
I wish these companies luck. That being said, I would not recommend working all of the time to almost all people. Here is why:
1. According to Rapid Development or Code Complete (I can't remember which book said this), for most people, working more than 40 hours a week does not increase productivity in the long term. Basically, you can spend more time at work but you will not get more done. There are a few people who this is not true for but those people are rare and they usually are extremely driven because there is something about the project is really really interesting to them.
2. I strongly suspect most humans are just not built to work all of the time. It's not that there is something wrong with them, they just can't deliver more than about 40 hours a week of work. This isn't because they aren't committed, don't care, are lazy, etc. They just can't do it. I think this has to be accepted.
3. I have tried for decades to make the live at work lifestyle work and I have failed. I have repeatedly burnt out. It has taken me decades to realize that it is not a question of what you want to do, it is a question of what you can actually do and what is sustainable. Basically, you or your boss may want you to work 60 hours a week for months on end but that is probably impossible and it's better to accept reality than to keep on trying to do something which does not work.
Note that when I hear employers demanding crunch time, it tells me the leaders do not understand how people work because they don't understand that 99% of their employees probably cannot given them any more than they are already giving. This means crunch time does not improve productivity, but it does make everyone on the team more miserable because they are spending too much time at work and they are wondering why they can't seem to force themselves to get more done.
I am not sure what your point is. If Boeing went bankrupt, someone could buy them and the company would continue running. Also, Boeing is not the most important defense contractor in the US. They don’t make the F35 and they don’t make the new B21 Raider. The world is not going to end if Boeing disappears.
I think you under estimate the value of anti-virus. Anti virus software is a good second line of defense. It’s not perfect but it will stop a lot of known malware. This has value.
That is not my experience. Every US company I have worked in spent a lot of time training employees to follow the relevant laws. I have even been on teams which had to do work to comply with the European GDPR. The message I have always received is follow the law and don’t break it.
Real life people use AI. A good example of this is the lawyers who submit court filings with AI generated legal citations. The get caught because the citations are fake (the case cited does not exist).
Probably because there are services (AKA web services, software listening on a network port, etc.) out there which accept arbitrary Parquet files. This seems like a safe assumption given lots of organizations use micro-services or cloud venders use the same software on the same machine to process requests from different customers. This is a bad bug and if you use the affected code, you should update immediately.
I suspect that an MCP is just a rebranded API. We have also seen these sorts of extensibility mechanisms before. Browser extensions, Object Linking and Embedding, Dynamic Data Exchange, and Visual Studio Code extensions are all examples of having a standard API which allows lots of different things to plug into it.
My last iPhone’s battery lasted about 5.5 years before it needed to be replaced. Replacing it cost about $90 + tax at the Apple store. The bottom line is Apple products do last and if you need a new battery, you can get one.
I suspect the moral of the story is devops and operations staff need to keep all payments, secret rotations, certificate expirations, etc. on a calendar so no one forgets to pay the bills. I hope the employee who forgot to pay the bill learns from this.
Netflix is very profitable. Its net income for 2022 was $4.4 billion; for 2023 it was $5.4 billion; and in 2024 it was $8.7 billion. For more information, go to https://ir.netflix.net/financials/quarterly-earnings/default... . The 2024 Q4 earning announcement has a spread sheet with Netflix's financial results for the last 3 years.
A Computer Science degree does not teach you to be a good software engineer. In fact, you don't even need a degree to be a good software engineer. For 99% of the software engineering jobs, employers are not looking people who know the theory of computation, algorithmic complexity, operating systems, compilers, or even how a database works. What they want is the following:
0. A strong desire to solve the user's problem and the organization's problem.
1. Knowledge of a major programming language like JavaScript, Java, Python, C/C++, C#, etc.
2. Knowledge of how to use an SQL database or maybe a no SQL database.
3. Knowledge of how to debug the build process and write scripts in Bash, PowerShell, etc.
4. Knowledge of at least 1 major framework.
5. Knowledge of Linux, MacOS, or Windows.
6. An ability to read documentation and learn.
7. An ability to debug large programs and fix bugs without introducing more bugs.
8. A desire to think critically and choose the appropriate technology for the problem (very hard, takes a lot of experience).
9. An ability to write clear code which others will understand.
10. The ability to write, argue, and persuade others.
11. A good person who works well with others, puts the product before himself, and is honest.
Almost all of these things are not taught to computer science majors. At best, a person will learn 1 to 2 languages and maybe Linux. Expecting computer science programs to produce good software engineers is crazy because software engineering and computer science are two different things.
I uses the business version of Office 365 for e-mail. It works well. I never have a problem with e-mails not being delivered or going into a SPAM folder. I am not saying your family did anything wrong. What I am saying is e-mail works well for some people.
I have never ever seen this. If your "friends" treat you badly because of your phone choice, they are not really your friends. Also, iMessage is not that great. It's nice but it is not amazing like some people make it out to be.
One thing to remember is an operating system is just another computer program.