Forgot your password?
typodupeerror

Comment Re:Isn't Javascript the opposite of fast loading? (Score 1) 9

Astro is (largely) a static site generator.
You have a collection of pages in your source tree - e.g. a bunch of files in Markdown format.
Then, when you make a change to the content, Astro ingests all of this, grinds it up and spits out a bunch of static html and css. You can still use JavaScript for interactivity with elements on the page (e.g. an accordion or a slider), but unlike something like WordPress which has all the content in a database and generates each page on-the-fly, all content in Astro is statically generated – the analogy is that Astro is like a compiled language, whereas WordPress is like a scripting language.

Astro blurs the line slightly with Islands, so you can have dynamic content in an otherwise static site – e.g. you could use it for a comments section on a blog where the main blog post is statically generated just once, but then the comments section is dynamically generated each time, or to have your user avatar and logged-in status in the header of an otherwise static page.

Comment Wait, what? $2.4M? (Score 1) 82

Let's just say they're amortising the purchase price of the 200 Mac minis over 3 years.
How much were they spending on cloud-hosted machines? For them to be not just breaking even, but saving $2.4M, they must have previously been spending more than $2.4M over 3 years.
Split across 200 machines, $2.4M is $12,000 per machine. Over 36 months this is more than $330 per machine per month.
When the cost of a base model Mac min is $599, this doesn't add up. Even the most expensive M4 Pro Mac mini with a 14-core CPU, 20-core GPU, 64 GB unified Memory, 8 TB storage and 10Gb Ethernet is only $4,699.

Even if they're getting the big brother of the mini, the Mac Studio, it still costs less than $12,000 for an M3 Ultra with 32 CPU cores and 80 GPU cores, 512 GB unified memory and 8 TB storage (total cost $11,699)

Comment Re:It's hard to take someone seriously when... (Score 1) 101

If you're not confused about what company they're talking about, then what's the problem?

I remember the days when people were talking about Compu$erve.
The problem is that I want a full and intelligent discussion that can stand on its own merits without resorting to name-calling. If you have a valid argument (and there are plenty of valid arguments against TPM) then It's just not necessary to get the point across.

Comment It's hard to take someone seriously when... (Score 2) 101

It's hard to take someone seriously when they can't even use the proper terms for things they are talking about.

Sure, you may not like what a TPM is and what it does, but to call it a "Treacherous Platform Module" instead of a "Trusted Platform Model" shows me that you need to resort to name calling just to try and get your point across. Similarly for people who refer to "Micro$oft" or "Winblows", look, I get your point, but you're talking about technical things where correctness matters. At least use the proper name for something and then tell me in a clear and concise fashion exactly why it's no good.

Comment Re:No mention of one of the most useful projects? (Score 1) 51

Yes, this will become more and more of an issue as time goes on. At present there are only two Macs with a T2 chip that are not supported by macOS Sequoia – the 2018 MacBook Air and the 2019 MacBook Air.

It's weird however that this issue doesn't seem to affect all Macs with T2 security chips, so hopefully there will be a workaround by the time more Macs drop off Apple's supported list:
https://github.com/dortania/Op...

Comment Bluesky already has verification (Score 3, Informative) 36

Bluesky already has verification - you can change your handle from @whatever.bsky.social to anything you want, as long as you own the domain name for it.

So, cnn.com has the handle @cnn.com – and unless an attacker was able to take over the cnn.com domain name to verify their handle, this is a pretty iron-clad guarantee that the @cnn.com account is run by whoever owns the domain name.

This can be further used to verify individuals - e.g. a company could run @example.com and then their staff could have their own subdomain handle – I could be @PhunkySchtuff.example.com if I worked for them and needed to post under my own name.

Comment No mention of one of the most useful projects? (Score 4, Informative) 51

No mention of one of the most useful projects of them all for keeping older Macs online – OpenCore Legacy Patcher.
https://dortania.github.io/Ope...

OCLP lets you install newer versions of macOS (possibly versions that are still receiving security updates from Apple and can run current versions of apps like browsers) on older Macs that Apple have officially dropped support for.

It won't let you, for example, run arm64 code on an x86_64 machine or anything crazy like that, but it will let you run much newer versions of the operating system than Apple will let you run on older hardware.

Slashdot Top Deals

You will never amount to much. -- Munich Schoolmaster, to Albert Einstein, age 10

Working...