Alexey Lyakhov (@justfly1984) 's Twitter Profile
Alexey Lyakhov

@justfly1984

Principal Software Engineer. FullStack Node.js React react-native Cloudflare AWS. Mentor. Open source maintainer npm @react-google-maps/api

ID: 2717948892

linkhttps://github.com/JustFly1984 calendar_today08-08-2014 20:51:10

2,2K Tweet

276 Takipçi

729 Takip Edilen

Ilir Aliu - eu/acc (@iliraliu_) 's Twitter Profile Photo

The world's smallest industrial robot arm Built for sub-micrometer precision. Here’s a behind-the-scenes look at how to control what is likely the world’s smallest and most precise industrial robot arm using custom software. The stack includes online and offline programming

Asimov 🟠 (@asimovinc) 's Twitter Profile Photo

This is Asimov v1. We're planning to open-source the complete body design, simulation files, and a full list of actuators. Asimov v1 includes everything you need to build, modify, and train your own humanoid.

Jordy Maui (@jordymaui) 's Twitter Profile Photo

nobody talks about this but OpenClaw has a hidden setting that changes everything. in your config, add cache-ttl: 15m this means your agent session resets after 15 minutes of inactivity instead of building up until it breaks. most agents go stupid after 2-3 hours because the

Vadim (@vadimstrizheus) 's Twitter Profile Photo

this is what a company looks like in 2026. not people. not offices. not salaries. a folder. .claude/agents/ engineering/ marketing/ design/ ops/ testing/ every role. every department. every function. all .md files. i have 12 of these running in OpenClaw right now. the org

this is what a company looks like in 2026.

not people. not offices. not salaries.

a folder.

.claude/agents/
engineering/
marketing/
design/
ops/
testing/

every role. every department. every function.

all .md files.

i have 12 of these running in OpenClaw right now.

the org
Vrushtee Gaikwad (@vrushteegaikwad) 's Twitter Profile Photo

wrote a blog on how i got started with robotic learning. how lerobot, a 3d printed arm and arxiv is *more* than enough to work on frontier robotics research.

wrote a blog on how i got started with robotic learning.
 
how lerobot, a 3d printed arm and arxiv is *more* than enough to work on frontier robotics research.
AshutoshShrivastava (@ai_for_success) 's Twitter Profile Photo

This is so freaking cool. OpenClaw + Kimi 2.5 + MOSS. Someone built a voice controlled robotic desk assistant using OpenClaw with Kimi 2.5. I have seen many OpenClaw demos using Kimi 2.5, largely for pricing reasons. Video source: AGI Yang Dali (Red)

Vali Neagu (@ambsdop) 's Twitter Profile Photo

YES! Someone reverse-engineered Apple's Neural Engine and trained a neural network on it. Apple never allowed this. ANE is inference-only. No public API, no docs. They cracked it open anyway. Why it matters: • M4 ANE = 6.6 TFLOPS/W vs 0.08 for an A100 (80× more efficient) •

YES! Someone reverse-engineered Apple's Neural Engine and trained a neural network on it.

Apple never allowed this. ANE is inference-only. No public API, no docs.

They cracked it open anyway.

Why it matters:

• M4 ANE = 6.6 TFLOPS/W vs 0.08 for an A100 (80× more efficient)
•
may.crypto {🦅} (@xmayeth) 's Twitter Profile Photo

A top-20 Polymarket leaderboard quant team posted a research paper and deleted it 20 seconds later. I managed to screenshot it. $500–$2,000 a day. I showed it to a guy in the top-50 leaderboard. He replied: “Where did you get this? Delete it. Don’t you dare share this

A top-20 Polymarket leaderboard quant team posted a research paper and deleted it 20 seconds later. I managed to screenshot it.

$500–$2,000 a day. 

I showed it to a guy in the top-50 leaderboard. He replied: “Where did you get this? Delete it. Don’t you dare share this
Feross (@feross) 's Twitter Profile Photo

You don’t see this every day: attackers hiding C2 infrastructure inside computer science essays on Pastebin using character-level steganography, then wiring it into 26 typosquatted npm packages impersonating some of the ecosystem’s most widely-used libraries. Socket detected the

Matteo Collina (@matteocollina) 's Twitter Profile Photo

Most developers I know complains about the performance of Web Streams. I'm glad that my friend James Snell is trying to fix it. Here is a new proposal for streams in JS. In some cases, this is a 90x throughput increase. You've read it right! blog.cloudflare.com/a-better-web-s…

Most developers I know complains about the performance of Web Streams.

I'm glad that my friend James Snell is trying to fix it. Here is a new proposal for streams in JS.

In some cases, this is a 90x throughput increase. You've read it right!

blog.cloudflare.com/a-better-web-s…
Soren (@sorenblank) 's Twitter Profile Photo

`tabular-nums` should be the default for any number that updates ( timers, counters, prices, percentages, scores, live data etc ). you can enable this tnum OpenType feature using the CSS property `font-variant-numeric`. .tabular-nums { font-variant-numeric: tabular-nums; }

Yuke Zhu (@yukez) 's Twitter Profile Photo

Today, we publicly released RoboCasa365, a large-scale simulation benchmark for training and systematically evaluating generalist robot models. Built upon our original RoboCasa framework, it offers: • 2,500 realistic kitchen environments; • 365 everyday tasks (basic skills +

FλL-D1 | Ningen (人間) 🍉 (@f2aldi) 's Twitter Profile Photo

Wow. Alibaba Cloud just launched Coding Plan. Starting at just $3/month for 18,000 requests. For that price, you get access to 4 of the best open-weight models right now without needing to subscribe to multiple platforms: - Qwen 3.5-Plus (multimodal) - Kimi K2.5 (multimodal) -

Wow. Alibaba Cloud just launched Coding Plan.

Starting at just $3/month for 18,000 requests.

For that price, you get access to 4 of the best open-weight models right now without needing to subscribe to multiple platforms:

- Qwen 3.5-Plus (multimodal)
- Kimi K2.5 (multimodal)
-
Victor (@vponamariov) 's Twitter Profile Photo

You know what kills your site performance? Rendering 3000px of content when the user can only see 900px. And there is an easy fix for that. It's a magical CSS property content-visibility: auto.

You know what kills your site performance?

Rendering 3000px of content when the user can only see 900px. And there is an easy fix for that.

It's a magical CSS property

content-visibility: auto.
Soren (@sorenblank) 's Twitter Profile Photo

another good example of `tabular-nums` in action. must have for columns of right-aligned numbers (tables, invoices, dashboards). normal table's columns have ragged left edges as digits swap between narrow ("1") and wide ("0", "8") glyphs. where tabular stays perfectly flush ~

jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

reminder that you can enable page transitions with one line of css @​view-transition { navigation: auto } second is that perspective() is a transform function meaning you can use 3D in your view transition animations 🤙