Brian retweeted
Brian
597 posts

Brian retweeted
Brian retweeted

everyone in tech rn to be honest af
autist@litteralyme0
me at 29 years old wondering what job will i do when i grow up
English
Brian retweeted

Next.js 16.2
• Up to ~60% faster rendering
• Up to ~400% faster 𝚗𝚎𝚡𝚝 𝚍𝚎𝚟 startup
• Server Function 𝚍𝚎𝚟 logging
• Redesigned error page
• Better hydration errors
• 𝙴𝚛𝚛𝚘𝚛.𝚌𝚊𝚞𝚜𝚎 display in error overlay
nextjs.org/blog/next-16-2
English
Brian retweeted

Learn DevOps by playing games 🎮
1. Kubernetes
K8sgames.com
2. DevOps
devops.games
2. Linux
overthewire.org
3. Git
ohmygit.org
4. Python
tynker.com
5. 25+ programming languages
codingame.com
English
Brian retweeted
Brian retweeted

Speed up rendering with content-visibility: auto ⚡
This CSS property skips rendering off-screen content until needed, giving massive performance wins on long pages.
⋅ Pairs with contain-intrinsic-size
⋅ Zero-effort lazy rendering
Learn more 👇
developer.mozilla.org/en-US/docs/Web…

English
Brian retweeted
Brian retweeted
Brian retweeted
Brian retweeted
Brian retweeted

how vibe coding is described on twitter
how vibe coding actually is
Gain of Fauci@DschlopesIsBack
I’ve probably watched this over 100 times now and the ending still kills me every time 😂😭
English
Brian retweeted

🆕 The Popover API is Baseline, no JavaScript needed
Tooltips, dropdowns, and menus with just HTML attributes.
⋅ popover attribute on any element
⋅ popovertarget to wire the trigger
⋅ Accessible by default, no ARIA hacks
Learn more 👇
developer.mozilla.org/en-US/docs/Web…

English
Brian retweeted

Keep the screen on with the Screen Wake Lock API 🔒
Prevent devices from sleeping during active tasks, like video playback, presentations, or navigation.
Learn more 👇
developer.mozilla.org/en-US/docs/Web…

English
Brian retweeted

Some tips from the animations.dev skill file that you can feed to your favorite coding agents.

English
Brian retweeted

Lazy loading? Infinite scroll? Scroll animations?
Meet IntersectionObserver 👋
React when elements enter or leave the viewport, no scroll event listeners.
⋅ Built-in debouncing
⋅ Works off the main thread
⋅ No performance overhead
Learn more 👇
developer.mozilla.org/en-US/docs/Web…
English
Brian retweeted
Brian retweeted
Brian retweeted

🚨 Someone built a full virtual computer that runs inside your browser.
No downloads. No installs. No VMs. Just a Docker command.
It's called Neko. It runs a complete desktop environment inside a Docker container and streams it to your browser using WebRTC.
Not a screen share. Not a remote desktop. A real computer running in a container that you control from any browser tab.
No VNC lag. No RDP setup. No TeamViewer watermarks. Just smooth, real-time video and audio.
Here's what this thing can do:
→ Run Firefox, Chrome, Brave, Edge, Tor Browser, or Opera in an isolated container
→ Run full desktop environments like XFCE or KDE
→ Multiple users can watch and control the same session simultaneously
→ Built-in audio streaming. Watch videos together with perfect sync
→ Persistent sessions. Close the tab, come back later, everything is still there
→ GPU acceleration for smooth rendering
→ Embed it in your own web app via API
Here's why people are losing their minds over this:
Watch parties. Open a movie, invite friends, everyone sees the same screen in real-time with synced audio. Open source alternative to Hyperbeam.
Throwaway browsing. Need to visit a sketchy site? Do it in a disposable container. Nothing touches your real machine. Pair it with Tor Browser and a VPN for full anonymity.
Team collaboration. Debug code together. Brainstorm on a shared whiteboard. Give a live demo where your audience can actually click around.
Secure jump host. Access internal company apps from anywhere without a VPN. Only video leaves the container. No cookies, no tokens, no data on the client.
Here's the wildest part:
The backstory. The creator built this because rabb.it shut down and he just wanted to watch anime with his friends. Discord kept crashing. His internet couldn't handle streaming. So he built an entire virtual browser platform from scratch.
One Docker command to start:
docker run -d -p 8080:8080 m1k1o/neko:firefox
Open localhost:8080. You now have a full browser running in the cloud that anyone can join.
17.3K GitHub stars. 1.2K forks. 2,133 commits. 57 contributors.
100% Open Source. Apache 2.0 License.

English
Brian retweeted

JavaScript now has non-mutating array methods ✨
`toSorted()`, `toReversed()`, `toSpliced()`, and `with()` return new arrays instead of modifying the original.
No more [...arr].sort() to avoid side effects.
Learn more 👇
developer.mozilla.org/en-US/docs/Web…

English










