Readit News logoReadit News
theincredulousk commented on The anti-abundance critique on housing is wrong   derekthompson.org/p/the-a... · Posted by u/rbanffy
theincredulousk · a month ago
> Small companies can have downsides, and big companies can have benefits. A virtue of scale is that it can provide resilience in an age of crisis.

Nassim Taleb would argue the polar opposite of this.

I like the article. Starting to make assertions about benefits seems premature.

theincredulousk commented on Nvidia pushes further into cloud with GPU marketplace   wsj.com/articles/nvidia-p... · Posted by u/Bostonian
theincredulousk · 3 months ago
This has been developing for a while... The big players have basically been competing for allocations of a set production, so NVIDIA negotiated into the allocations that some % of the compute capacity they "sell" them is reserved and exclusively leased back to NVIDIA.

So now NVIDIA has a whole bunch of cloud infrastructure hosted by the usual suspects that they can use for the same type of business the usual suspects do.

well played tbh

theincredulousk commented on Building an "Easy" Web Application   rudyfaile.com/2020/07/06/... · Posted by u/luu
mths · 7 months ago
Also not a web person, but my guess is that the bottle app makes the requests from the "server" end, so even though you're accessing the app in your browser, the browser is only communicating with the local app server and thus isn't in the way to enforce CORS.
theincredulousk · 7 months ago
you're right mostly, person above even created a nice diagram
theincredulousk commented on Building an "Easy" Web Application   rudyfaile.com/2020/07/06/... · Posted by u/luu
kenny_r · 7 months ago
CORS is enforced by the client, the web browser.

  +----------------------+                               +-----------------------+
  |     User Browser     |                               |     WordPress Site    |
  | (viewing from        |          CORS Error           |     (blog.com)        |
  |  example.com)        |     Browser enforces CORS     |                       |
  |    +------------+    |        Direct request         |    +------------+     |
  |    | Frontend   |<-----------------------------------X    | xmlrpc.php |     |
  |    | App        |    |     example.com → blog.com    |    |            |     |
  |    +------------+    |                               |    +------------+     |
  +----------------------+                               +-----------------------+
       Browser security blocks cross-origin
       requests (CORS is browser-only!)

The bottle app presumably uses some python library like Requests. It wouldn't care about CORS.

  +----------------------+     +------------------------+     +-----------------------+
  |     User Browser     |     |    App Server          |     |     WordPress Site    |
  | (viewing from        |     |    (example.com)       |     |     (blog.com)        |
  |  example.com)        |     |                        |     |                       |
  |    +------------+    |     |    +------------+      |     |    +------------+     |
  |    | Frontend   |<-------->|    | Backend    |<---------->|    | xmlrpc.php |     |
  |    | App        |    |     |    | (Bottle)   |      |     |    |            |     |
  |    +------------+    |     |    +------------+      |     |    +------------+     |
  +----------------------+     +------------------------+     +-----------------------+
           Same origin         Uses requests library           Different origin
       Browser allows this       No CORS checks here!         (Server doesn't care
                               (Not a browser!)                  about origin)

theincredulousk · 7 months ago
makes sense, thank you. How'd you generate the diagrams so quickly?
theincredulousk commented on Modern-Day Oracles or Bullshit Machines? How to thrive in a ChatGPT world   thebullshitmachines.com... · Posted by u/ctbergstrom
theincredulousk · 7 months ago
reductionist view can be applied to what we call "thinking" and "intelligence" too. When I'm asked a question, my brain is also just picking a suitable sequence of words based on my experience (training). Talking is what we consider part of thinking, something only "intelligent" creatures can do.

Just feels like a lot of coping from people that don't want to let go of our concept of "intelligence superiority" or w/e you want to call it.

The end game of this will be them wild-eyed in front of a string-crossed cork board, claiming they've found the one thing human brains can do that AI can't, so it's not thinking it's just x,y,z.

theincredulousk commented on Building an "Easy" Web Application   rudyfaile.com/2020/07/06/... · Posted by u/luu
theincredulousk · 7 months ago
not a web person - why does the original approach not have the CORS problem? Isn't it still generating the request from the same local machine?
theincredulousk commented on OpenAI O3 breakthrough high score on ARC-AGI-PUB   arcprize.org/blog/oai-o3-... · Posted by u/maurycy
theincredulousk · 8 months ago
Denoting it in $ for efficiency is peak capitalism, cmv.
theincredulousk commented on Tesla’s TTPoE at Hot Chips 2024: Replacing TCP for Low Latency Applications   chipsandcheese.com/2024/0... · Posted by u/ksec
krasin · a year ago
> like everyone else but Apple, on Nvidia (InfiniBand)

Google also does not depend on NVIDIA, thx to TPUs. Rents NVIDIA GPUs to external customers - sure, it's a nice side business, but internally TPUs are king and there's no dependency on NVIDIA for that.

theincredulousk · a year ago
TPUs are essentially garbage compared to NVIDIA hardware. TPUs are king of nothing, but a primary ingredient in Kool-Aid
theincredulousk commented on Tesla’s TTPoE at Hot Chips 2024: Replacing TCP for Low Latency Applications   chipsandcheese.com/2024/0... · Posted by u/ksec
morepork · a year ago
Likewise Microsoft and Meta have developed in house AI chips, but I don't know what fraction of their AI workloads run on them.
theincredulousk · a year ago
Not a meaningful amount :). Their “AI chips” are, for now, marketing.
theincredulousk commented on     · Posted by u/croes
theincredulousk · a year ago
There is nothing of value in this article

u/theincredulousk

KarmaCake day441July 22, 2016View Original