Forgot your password?
typodupeerror

Comment Re:Monkey See, Monkey Buy Other Monkey's Copy (Score 1) 31

HP simply has no idea what Teradici is.

I've wanted to buy Teradici for a couple of architecture studios that I work with. The idea being the heavy-duty CAD workstations will live in a rack in a climate-controlled room, and all of the architects will work on a cheap desktop PC, or on their laptops from wherever they are.

I've spoken to HP directly, multiple times, and no-one could give me a straight answer as to what SKUs I needed to purchase, or even what the hardware requirements would be for a simple studio setup with 10-20 CAD workstations being served out to the architects via PCoIP.

I wanted to give them money, and they couldn't work out how to take it.

Comment Teradici is really good (Score 1) 31

Teradici is actually a really good product, and the performance is amazing.
HP don't seem to know what it is, what to do with it or how to sell it.
I've attempted to buy Teradici for a number of clients over the years, dealing directly with HP, and no-one has known anything about it, what licensing is required for a simple setup, or what other hardware and software requirements there are beyond the marketing copy on the website.

I've demoed it, and actively wanted to give HP my money and they couldn't work out how to sell it.

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...

Slashdot Top Deals

Human beings were created by water to transport it uphill.

Working...