Hacker Newsnew | past | comments | ask | show | jobs | submit | asplake's commentslogin

Via the BBC: Cervical cancer deaths fall to zero in young women given vaccine https://www.bbc.co.uk/news/articles/c621z28z138o

Reminds me of Ackoff’s Idealised Design [1]

[1] https://en.wikipedia.org/wiki/Interactive_planning#Idealized...




> For years, people have tried hard to get websites to build accessibility affordances. Now developers are willingly building them for AI.


“Kettle lead” is definitely good here too. It is, after all, more than just a plug.


Yeah, I know, I was just giving the colloquial name for them in the UK. We like calling things plugs, including what you might call a socket or outlet. Not exclusively but very commonly.


Is transposition a common enough operation that it might be better to avoid it by having versions of the operations/functions that take matrices that do the necessary transpositions implicitly?


IIRC, libraries like numpy and pytorch can already do that as they store the matrices as 1D arrays with information on things like the stride length (advancing to the next row). That allows you to implement operations like transposition by editing the stride length and other parameters without manipulating the content of the matrix array.


This is already done as much as possible by reordering and merging operations but transposition (explicit or implicit) is unavoidable for some operations.


A good example for this is A + A^T; you can fuse the two operations but you cannot get around the access pattern of matrix transposition.


I


And now you have 84,689 problems


In practice, it can be very relevant. With my own household solar/battery system, I am sometimes frustrated more by limits on how much current I can draw, not by capacity. I could add more batteries, but it seems that the inverter is the limiting factor. And 12MW of inverter is impressive, no?


No?

Natural Gas would crush these numbers at far less $$ invested.

All of this crap is apples vs bananas. It's all fake made up metrics

Strangely enough: natural gas is probably the better comparison because at least natural gas is a peaker / grid stabilization technology.

Batteries are energy storage while nuclear I base load. It's the most nonsensical comparison I can possibly think of.

-------

Energy storage should be compared vs energy storage. How is a battery vs compressed air? How is Li-ion vs Lead Acid? How is Pumped Hydro vs Li Ion?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: