@Sebasti66855537 Almost certainly it is RAM configuration / clocking issues. Combinations of DDR5 RAM are restricted with most motherboard configurations. I'm running 2 48GB DIMMs to run at faster RAM speeds than my motherboard can run 4 DIMMs. After months, had to slow it a bit to be stable.
@kincsescsaba Javascript - Chrome debugger + editor is all you need.
C++ + Emacs Compile-mode is fine for some things. The Spacemacs + IDE mode is nice.
Java: Visual Studio Code or IntelliJ is required.
Visual Studio is good for C++ on Windows.
Android Studio is required for Android.
@mkt_sentiment In the end, he made terrible decisions, and may have been a terrible person in certain key ways. But this is a very wise & perceptive point of view.
SAM: Segment Anything Model from FAIR.
Foundation model for image segmentation.
Demo: https://t.co/Ai29kp5dfs
Blog: https://t.co/TiORmyDIeM
Paper: https://t.co/Qppcl9mIKU
Code: https://t.co/4yOXB4WniI
Dataset: SA-1B , 11 million image, 1 billion masks https://t.co/b1fBRPMnmm
Highly recommended:
Michael from VoltPaperScissors has invented a DIY robot that uses a smartphone instead of a microcontroller and a simple light-sensor-transistor circuit to control the motors based on the brightness of the scree…https://t.co/wPVKfOoHrm https://t.co/0oAS7YIhkx
Building robots that cost thousands or tens of thousands is just not viable for most use cases. We need to solve the hardware problem along with the software problem.
Very sad news. Everyday Robots developed general purpose robots that could clean cafeteria tables, separate rubbish from recycling & could even open doors. The robots use AI & reinforcement learning to adapt to new situations & improve their skills. #ai
https://t.co/vXoa5HI2Pg
@ylecun Javascript. I wish Javascript had become the ML orchestration language rather than Python. While the main language is single threaded, many things are async at that level, multithreaded in implementation. Plus with WebWorkers (another thread), WASM...