arcadian (@_hephaestus_) 's Twitter Profile
arcadian

@_hephaestus_

Blast! Damn you all! Victory is mine!

ID: 62120801

calendar_today01-08-2009 21:19:33

164 Tweet

17 Takipçi

39 Takip Edilen

Gary Marcus (@garymarcus) 's Twitter Profile Photo

Deep Learning Is Hitting a Wall. What would it take for artificial intelligence to make real progress? #longread in ⁦Nautilus Magazine⁩ on one of the key technical questions in AI. nautil.us/deep-learning-…

Tivadar Danka (@tivadardanka) 's Twitter Profile Photo

The single most undervalued fact of linear algebra: matrices are graphs, and graphs are matrices. Encoding matrices as graphs is a cheat code, making complex behavior simple to study. Let me show you how!

The single most undervalued fact of linear algebra: matrices are graphs, and graphs are matrices.

Encoding matrices as graphs is a cheat code, making complex behavior simple to study.

Let me show you how!
Melanie Mitchell (@melmitchell1) 's Twitter Profile Photo

Amidst all the recent Twitter talk on the role of symbols vs. deep learning in AI, I came across a very interesting article by Allen Newell, published in 1982, entitled "Intellectual Issues in the History of Artificial Intelligence". apps.dtic.mil/sti/pdfs/ADA12… 🧵 (1/9)

Keenan Crane (@keenanisalive) 's Twitter Profile Photo

There are lots of different ways you can express 3D rotations: Euler angles, quaternions, log/exp map… Check out this awesome interactive webpage by CMU School of Computer Science undergrad Max Slater, which explais what all these different choices mean & how they behave. thenumbat.github.io/Exponential-Ro…

Tivadar Danka (@tivadardanka) 's Twitter Profile Photo

Differentiation is much more than you think. It's not just a limit of quotients, it is the • rate of change, • tangent plane, • best linear approximation, and more. I just wrote a post to help you develop a deep understanding of derivatives. Enjoy! tivadardanka.com/blog/what-you-…

YetkinReport (@yetkinreport) 's Twitter Profile Photo

Depremde haberleşme çöktü çünkü BTK altyapı şirketlerini engelliyor ▶️ Depremin ardından en büyük sorunlardan biri çöken haberleşme oldu. Füsun Sarp Nebil, BTK tarafından engellenen altyapı şirketlerini yazdı Fusun S.Nebil 👇 yetkinreport.com/2023/02/11/dep…

Depremde haberleşme çöktü çünkü BTK altyapı şirketlerini engelliyor
▶️ Depremin ardından en büyük sorunlardan biri çöken haberleşme oldu. 
Füsun Sarp Nebil, BTK tarafından engellenen altyapı şirketlerini yazdı
<a href="/fusunnebil/">Fusun S.Nebil</a> 👇
yetkinreport.com/2023/02/11/dep…
Andrej Karpathy (@karpathy) 's Twitter Profile Photo

Fun weekend hack: awesome-movies.life 🎥Took all 11,768 movies since 1970 🧮Took each movie's Summary+Plot from Wikipedia, embedded it with OpenAI API (ada-002) 📃 Wrapped it up into a movie search/recommendation engine site :) it works ~okay hah, have to tune it a bit more.

Fun weekend hack: awesome-movies.life
🎥Took all 11,768 movies since 1970
🧮Took each movie's Summary+Plot from Wikipedia, embedded it with OpenAI API (ada-002)
📃 Wrapped it up into a movie search/recommendation engine site :)
it works ~okay hah, have to tune it a bit more.
MIT Sloan School of Management (@mitsloan) 's Twitter Profile Photo

Decisions about powerful automation tools should not be left to a handful of entrepreneurs and engineers, MIT researchers argue. Here’s how to reclaim control. Daron Acemoglu Simon Johnson mitsloan.co/452Y13N

Jim Fan (@drjimfan) 's Twitter Profile Photo

A fact worth highlighting: NVIDIA is making its own *CPU*, and will increasingly excel at it. To max out GPU's performance, building CPU in-house is an inevitable path. Below is GH200, the first superchip that includes all home-grown components: CPU (Grace), GPU (Hopper), and

A fact worth highlighting: NVIDIA is making its own *CPU*, and will increasingly excel at it. To max out GPU's performance, building CPU in-house is an inevitable path.

Below is GH200, the first superchip that includes all home-grown components: CPU (Grace), GPU (Hopper), and
Semih Tareen (@virusfantom) 's Twitter Profile Photo

Ortalıkta bir gazetecinin “pıhtı, felç… patlamış vaziyette” diyen bir videosu dolanıyor. Dolansın. Kimin ne dediği önemli değil, sadece veriler önemli. Buryun: 👉Görselde Mart2020-Ekim2022 arasında ABD’de kalp krizi, felç gibi günlük ölümler grafiği. 👉Hatırlatırım: İlk Covid

Ortalıkta bir gazetecinin “pıhtı, felç… patlamış vaziyette” diyen bir videosu dolanıyor. Dolansın. Kimin ne dediği önemli değil, sadece veriler önemli. Buryun:
👉Görselde Mart2020-Ekim2022 arasında ABD’de kalp krizi, felç gibi günlük ölümler grafiği. 
👉Hatırlatırım: İlk Covid
Rick Brewster (@rickbrewpdn) 's Twitter Profile Photo

There's a very ... special ... software out there installed on a lot of PCs. It's a system service called Nahimic and is used by software such as "A-Volute", which does something related to audio. It basically causes everything to crash. But there's a secret killswitch ...

There's a very ... special ... software out there installed on a lot of PCs. It's a system service called Nahimic and is used by software such as "A-Volute", which does something related to audio.

It basically causes everything to crash. But there's a secret killswitch ...
Sebastian Aaltonen (@sebaaltonen) 's Twitter Profile Photo

I am impressed about our new WebGPU WASM page load time. Whole engine loads in just a few hundreds of milliseconds. And games load pretty much instantly too.

Sebastian Aaltonen (@sebaaltonen) 's Twitter Profile Photo

This is how fast things should load. We have spent a massive effort optimizing the data structures. I also rewrote the renderer. You can't get this kind of load times with lots of tiny memory allocs, shared pointers, hash map lookups, frequent mutexes and all other slow stuff.

Jonathan Blow (@jonathan_blow) 's Twitter Profile Photo

Jamon Zeta Reticulum Kevin Naughton Jr. If there are a couple of specific crashes, and you have to go through this process many many many times, it sounds like you are not getting traction on any particular crash. Usually this is because there is too much uncertainty (there are a bunch of things you don't know, and you

Ryan Fleury (@ryanjfleury) 's Twitter Profile Photo

The C++ design strategy of making it increasingly easy to generate garbage machine code with succinct syntax has been an unequivocal disaster. All new languages which inherit this same strategy inherit this same disaster. Expensive operations should be visually obvious. The