Brian

597 posts

Brian banner
Brian

Brian

@quicdev

I build for the web, #CKA

The Matrix Joined Kasım 2016
1.6K Following2.4K Followers
Brian retweeted
Akhilesh Mishra
Akhilesh Mishra@livingdevops·
🔥Learn How a Linux machine boot in 60 seconds
English
16
335
2.5K
150.7K
Brian retweeted
Next.js
Next.js@nextjs·
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
144
389
4.1K
418.1K
Brian retweeted
Adam KP
Adam KP@AdamKPx·
If you’re not automating your tests yet… you’re behind 👀
English
129
262
4.8K
655.7K
Brian retweeted
MDN Web Docs
MDN Web Docs@MozDevNet·
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…
MDN Web Docs tweet media
English
2
49
532
28K
Brian retweeted
Manu Arora
Manu Arora@mannupaaji·
Smooth Edges for Marquees with CSS Mask 𝚖𝚊𝚜𝚔-𝚕-𝚏𝚛𝚘𝚖-𝟾𝟶% 𝚖𝚊𝚜𝚔-𝚛-𝚏𝚛𝚘𝚖-𝟾𝟶% Can be used on card skeletons, marquees, or anywhere you want to smooth out the edges.
English
12
56
1.4K
56.6K
Brian retweeted
Adam Pietrasiak
Adam Pietrasiak@pie6k·
Getting hard to keep up with all the new CSS features.
Adam Pietrasiak tweet media
English
31
39
867
59.5K
Brian retweeted
Adriksh
Adriksh@Adriksh·
In Linux, absolutely everything is a file. Your hard drive, your webcam, your mouse. You can literally cat your mouse in the terminal and watch the raw bytes stream across your screen when you move it.
English
146
322
8.4K
296.5K
Brian retweeted
Shu
Shu@shuding·
COBE v2: reliably use any DOM elements as markers & arcs. CSS transition, animation, filter, interactivity, ...all just work. High perf, zero deps, still ~5KB. Coming soon.
English
75
230
4.2K
215.7K
Brian retweeted
MDN Web Docs
MDN Web Docs@MozDevNet·
🆕 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…
MDN Web Docs tweet media
English
6
59
518
21K
Brian retweeted
MDN Web Docs
MDN Web Docs@MozDevNet·
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…
MDN Web Docs tweet media
English
1
19
207
6.9K
Brian retweeted
Emil Kowalski
Emil Kowalski@emilkowalski·
Some tips from the animations.dev skill file that you can feed to your favorite coding agents.
Emil Kowalski tweet media
English
23
78
2.2K
94.2K
Brian retweeted
MDN Web Docs
MDN Web Docs@MozDevNet·
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
1
15
156
4.1K
Brian retweeted
zenith
zenith@bossadizenith·
text always has weird extra space above capitals and below the baseline. one-line CSS fix: `text-box: trim-both cap alphabetic;` Perfectly trims the text box to the actual glyph bounds. No more padding hacks.
English
13
32
940
71.8K
Brian retweeted
Victor
Victor@vponamariov·
One CSS property just killed the need for JavaScript in every FAQ accordion you've ever built. Seriously. The property is interpolate-size: allow-keywords
Victor tweet media
English
11
29
602
24.7K
Brian retweeted
Nav Toor
Nav Toor@heynavtoor·
🚨 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.
Nav Toor tweet media
English
238
1.9K
16.9K
891.3K
Brian retweeted
MDN Web Docs
MDN Web Docs@MozDevNet·
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…
MDN Web Docs tweet media
English
9
98
995
33.9K