Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:eth (Score 1) 113

Once proof of stake goes through, doesn't it make the problem worse? Now instead of getting money from both minting coins and doing transactions, people running the blockchain rigs will only get transaction money. I would think that this means either a) transaction costs increase or b) it becomes unprofitable for many miners to run their rigs, leading to more consolidation of giant operations with preposterously cheap electricity.

Comment Re:Good luck with that, I just won't upgrade anymo (Score 1) 322

If the problem was certificates, we would've pushed new certificates. It's the ancient SSL/TLS implementations that are the problem.

I agree that IPMI controllers, in general, don't have their security well-implemented. That's the whole reason we have a physically isolated network for the IPMI traffic in the first place.

Comment Re:Good luck with that, I just won't upgrade anymo (Score 1) 322

My pet peeve -- all the IPMI management consoles whose SSL causes firefox/chrome to refuse to even allow you to request to ignore the weak encryption, then the java console access applets which new versions of Java refuse to let you load.

All of our IPMI interfaces are connected via a physically separate network, which only a single locked-down machine has access to. It ends up being quicker to open a ticket to ask someone down in the DC go touch the hardware instead of trying to manage some things remotely over IPMI

Comment Okay, then what? (Score 1) 354

The docs roughly say, "POSIX is crufty and a bad API, we're not afraid to not implement those parts in order to get a cleaner interface".

Okay, but what does this new API look like instead? Will the features enabled by these not-implemented APIs be reimplemented in some other, cleaner fashion? Or will that functionality just not be provided at all?

Comment Virtual memory? (Score 1) 148

Question from a layman: Do GPUs have a physical-virtual memory mapping? Ex: Could process A get space on the GPU, then when process B requests memory, the GPU would give process B the physical pages process A used to have (while copying the actual data over) to defragment the physical pages, leaving B with a copy of what A used to own? Or, perhaps process B requests so much memory that the texture space requested by process A gets paged out to main memory?

Comment Re:Sadly.. (Score 1) 352

Isn't that the 80/20 rule? I know I'm guilty of doing the "exciting" stuff on little libraries, then when it comes to the bits like packaging/documentation/etc.., putting it off to "later". It's just not as fun to do those little maintenance stuff as it is the neat parts

Slashdot Top Deals

"The Mets were great in 'sixty eight, The Cards were fine in 'sixty nine, But the Cubs will be heavenly in nineteen and seventy." -- Ernie Banks

Working...