It’s a maze of twisty passages that gets there…
Infocom was bought by Activision, which later got merged into Activision Blizzard, which Microsoft later bought.
It’s a maze of twisty passages that gets there…
Infocom was bought by Activision, which later got merged into Activision Blizzard, which Microsoft later bought.


Just because you’re writing in a shiny new language that never misses an opportunity to crow about how memory safe it is, doesn’t mean that you can skip due diligence on input validation, checking every return value and writing exception handlers for even the most unlikely of situations.
Lol


I think you are confusing what the purpose of media is. You think the media exists to keep the public informed. When, in fact, the corporate media in the US exists to sell ad space. You are not the customer, you are the product. Just like a chicken farm doesn’t exist for the benefit of the chickens.
So, as such, the job of the media (especially TV media) is to grab your attention so thoroughly that you stay for the ads. This creates a fine line between reporting on hyped-up scandals and ignoring larger systemic faults that might make viewers themselves feel targeted. It means that once a particular narrative is seen to grab attention, everyone runs with it. However, that narrative can’t go too far in turning off people on one side of the issue unless the “news” outlet aims to only cater to the other side.
This also, to some extent, explains the sanewashing of the President that is currently going on. This President is a thin-skinned crybaby, and will whine about any little thing. And his supporters follow his every word like a new Messiah. News outlets who want to cultivate a broad viewership base (to sell them ads, of course) can only go so far with certain storylines before his followers change the channel.
Of course, the joke is on these news outlets. No matter how they try to comply in advance, the fascists will come for them eventually…


If I read the article property, the real asset is the rackspace and power they are already leasing. They would tear out the existing Bitcoin mining infrastructure and replace it with AI servers.


It’s even dumber, because it’s not about the budget, it’s about the allocation of funds to certain departments and the authorization to spend that money, which comes after the budget. Some other countries separate budgets and appropriations like this, but those other countries put in those safeguards you mention, because they want government agencies to function even if the politicians are having a snit.
In the US, thanks to “small-government” Republicans, we make it extremely difficult to spend any money without explicit authorization. And since we also have no concept of a no-confidence vote, politicians can basically hold government funding hostage if they want. The politicians that are doing this right now know they won’t have to face another election until next November at the earliest. (Senators serve six year terms, and it’s telling that all of the Democrats who voted for cloture on this bill are either retiring or not up for election next year…)


My quick take is that all that stuff mattered when people had to go out to find other people: to parties, bars, concerts, and other public places. They had to actively attract people to initiate a conversation. Now all those third places are dying, and most couples meet online, which means they have done all the superficial selection stuff already, which changes the game.


YOU SHOULD KNOW THAT YOUR CAPS LOCK KEY IS STUCK


Plot twist: this is just corporate shilling, too, trying to convince us it’s only 15%…


Is there like a programming language of some sort where a compiler converts syntax into circuitry layouts?
You are looking for something like System Verilog (Or VHDL).
Both these languages let you describe hardware. They can both go down to the circuit and transistor level, but people won’t write that by hand. Rather, they will write code that is a description of digital hardware (flip-flops and the logic between them), and then let tools synthesize their description down to individual logic cells and simple functions. Often, chip fab houses have “standard cell libraries” that implement the most common logical functions, and the tools stich them together based on the higher level description.
Then there is all the verification that needs to be done, not just verification that the design is doing what it needs to do at all times, but that every individual chip is made correctly. Defects do happen, and you want to find them as early as possible in the process. Chip companies spend considerable effort on verification.
Lots and lots of expensive tools and specialized knowledge! A good middle ground are FPGAs. These are special chips with lots of generic logic building blocks, and ways to programmatically make connections between them. You can write the same VHDL or Verilog for FPGAs, butt the tools map the logic to the FPGA vendor’s chip directly, and “programs” the chip to implement the logic. These still require tools and specialized knowledge, but much cheaper than a fully custom chip.
One of the trippy things to understand about digital logic when coming from a software background is that it is massively parallel. All the logic is ticking on each clock edge, all the time. While there may be an order to how an HDL file is written, the individual blocks in it are all operating at the same time once the design is actually running in silicon. So when you write it, you need to keep all this parallelism in mind


It depends on how big your arms are. I bet you can run around with a pistol but not with heavy guns…


Let’s have Geraldo Rivera televise it


There are two ways to interpret the question.
If you go with “will the internetworking between independent diverse networks ever go offline”, the answer to that is most definitely “no”. With so many independent entities involved, and so many redundant connections, data will find a way to be routed to where it needs to go. Perhaps a coordinated attack on undersea cables might disconnect continents from each other.
But if you go with “can the commercial Internet that companies use to sell stuff ever go offline”, I think we’ve seen that the answer to that is “yes”. As more and more commerce moves “to the cloud” I think people are ignorant about how concentrates computing in a few distinct geographical areas and companies. Yes, I am aware that those companies are very good at 24/7 operation and site reliability. Until they fire so many people that they aren’t reliable anymore.




Percussive maintenance


Those are rookie numbers


Take up knitting. I’m serious.


“Modernizing” being euphemism for planting lots of listening devices for his friends in Russia paying customers.


“Eight Sleep confirmed there’s no offline mode yet, but they’re working on it.”
There’s an offline mode after all. Unplug it!


I will be the contrarian in the room and say that you shouldn’t really do anything different – unless you know that you are going to need that money in the next year or two.
Let’s take the S&P 500. Yes, we know there is an AI bubble, and the same 7 tech companies are knee deep in it. But it turns out that bubbles make money, until they don’t. In fact, a good chunk of the growth in the S&P over the past two years has been in those 7 companies.. If you had made this bet 2 years ago, you would be a big loser now.
So what do you do? Don’t panic sell. You can’t time the market. Sell when you need the money for something else. Sell when you have a purpose. But don’t be too upset when the bubble finally bursts, and it all dives 25% (or more!) . That was never real money anyway.
Unmanaged switches are extremely dumb. They do simple things, and do them well.
Managed switches have lots of other shiny features, which is why they are more expensive. They also have to be configured to enable those features, which means you have to know how to drive them