This media is not supported in your browser
VIEW IN TELEGRAM
Giant city in #Blender, rendered in Eevee in realtime by Rui Huang
Forwarded from Recommender system (MehriMah Amiri)
Forwarded from Durov's Code
This media is not supported in your browser
VIEW IN TELEGRAM
🧠 The First Robot Powered by Human Brain Cells
Chinese scientists at Tianjin University have developed a humanoid robot with a brain made from human stem cells.
Using advanced brain-on-a-chip technology, the robot → learns and adapts to its surroundings through electrical signals, allowing it to perform tasks like gripping objects and avoiding obstacles without pre-programmed instructions.
This innovation not only opens the door for hybrid human-robot intelligence but also holds promise for future medical applications, including brain repair through organoid transplantation. Researchers believe this could be the future of brain-computer interfaces.
@durovs_code
Chinese scientists at Tianjin University have developed a humanoid robot with a brain made from human stem cells.
Using advanced brain-on-a-chip technology, the robot → learns and adapts to its surroundings through electrical signals, allowing it to perform tasks like gripping objects and avoiding obstacles without pre-programmed instructions.
This innovation not only opens the door for hybrid human-robot intelligence but also holds promise for future medical applications, including brain repair through organoid transplantation. Researchers believe this could be the future of brain-computer interfaces.
@durovs_code
Here's a tool to help u integrate AI copilots into your products. It has components u can use like textfields and stuff.
https://docs.copilotkit.ai/what-is-copilotkit
https://docs.copilotkit.ai/what-is-copilotkit
This media is not supported in your browser
VIEW IN TELEGRAM
VLM: visual language model
1X CEO talks about the AI data-engine with unlimited potential for what it can learn.
"The future of science is billions of droids running experiments in labs all over the world and, through that, progressing our understanding of the universe."
Source
1X CEO talks about the AI data-engine with unlimited potential for what it can learn.
"The future of science is billions of droids running experiments in labs all over the world and, through that, progressing our understanding of the universe."
Source
Forwarded from Go
The standard library of Go 1.23 now includes the new unique package. The purpose behind this package is to enable the canonicalization of comparable values. In other words, this package lets you deduplicate values so that they point to a single, canonical, unique copy, while efficiently managing the canonical copies under the hood. You might be familiar with this concept already, called “interning”.
Let’s dive in to see how it works, and why it’s useful.
https://go.dev/blog/unique
Let’s dive in to see how it works, and why it’s useful.
https://go.dev/blog/unique
go.dev
New unique package - The Go Programming Language
New package for interning in Go 1.23.
Smear phishing: not a new Android vulnerability
https://jameshfisher.com/2020/08/06/smear-phishing-how-to-scam-an-android-user/
> You can spoof an SMS sender id with a letter O instead of a zero 0 and it would be shown as a sender id in your contacts
https://jameshfisher.com/2020/08/06/smear-phishing-how-to-scam-an-android-user/
> You can spoof an SMS sender id with a letter O instead of a zero 0 and it would be shown as a sender id in your contacts
"animated QR code" for transferring data (still faster than our ISPs)
github.com/sz3/libcimbar
github.com/sz3/libcimbar
"Leaving Rust gamedev after 3 years":
https://loglog.games/blog/leaving-rust-gamedev/
This isn't meant to brag or indicate success, but rather just show there has been more than enough effort put into Rust, to dispel the the commonly said "once you gain enough experience it'll all make sense" argument.
https://loglog.games/blog/leaving-rust-gamedev/
This isn't meant to brag or indicate success, but rather just show there has been more than enough effort put into Rust, to dispel the the commonly said "once you gain enough experience it'll all make sense" argument.
Nix: Unsafe NAR unpacking
A bug in Nix 2.24 prior to 2.24.6 allows a substituter or malicious user to craft a NAR that, when unpacked by Nix, causes Nix to write to arbitrary file system locations to which the Nix process has access. This will be with root permissions when using the Nix daemon.
Fix
This issue is fixed in Nix 2.24.6.
GitHub, Article, Comments
A bug in Nix 2.24 prior to 2.24.6 allows a substituter or malicious user to craft a NAR that, when unpacked by Nix, causes Nix to write to arbitrary file system locations to which the Nix process has access. This will be with root permissions when using the Nix daemon.
Fix
This issue is fixed in Nix 2.24.6.
GitHub, Article, Comments