开发者
编程技术、框架工具、最佳实践
共 6941 篇 · 第 141/348 页
Holes
FlashAttention-4: Algorithm and Kernel Pipelining
The One-Person Company Fantasy
Keynote: Linus Torvalds in Conversation with Dirk Hohndel
submitted by /u/Infamous_Sorbet4021 [link] [留言]
International chess federation sanctions Kramnik
Essential Until It Wasn't
Dropping in on Gottfried Leibniz (2013)
Google DeepMind Unionization Talks Are Off to a Rocky Start
During negotiations on Wednesday, employees voiced frustrations with what they consider an unwillingness among executives to engage meaningfully with the prospect of unionization.
US residents angry datacenters 'shoved down our throats' are recalling officials
FreeBSD ate my RAM!
submitted by /u/CrociDB [link] [留言]
The Life and Times of Maxis, Part 1: SimEverything
NanoScript can finally create real projects!
Hey everyone! 👋 I'm super excited to share this. After a lot of work, NanoScript is finally ready to build real-world projects. It's a modern, ultra-lightweight JavaScript library designed for edge environments, and it makes DOM manipulation, event handling, and animations a breeze. To show you what it can do, I built a small but complete project: The Kasane Teto Song Finder . It's a fun, fully-functional web app that uses almost every NanoScript plugin. 🎵 What is the Kasane Teto Song Finder? It's a simple single-page app for fans of the UTAU voicebank, Kasane Teto. It lets you search through a list of songs, save your input, toggle themes, copy text, and more. Here's a quick look at the code: <input id= "teto-songs-input" type= "text" placeholder= "Enter song name.." /> <div class= "songs-list" > <div class= "song" > Voices In My Head feat. Kasane Teto </div> <div class= "song" > Execution Clap feat. Kasane Teto </div> <div class= "song" > YARARARA feat. Kasane Teto </div> </div> <script> // NanoScript in action! NS . getGhostState (); // Restore saved input NS . ghostState ( " #teto-songs-input " , " value " ); // Auto-save input // Live search filter NS . findArray ({ items : document . querySelectorAll ( " .song " ), element : " #teto-songs-input " }); // Live character counter NS . liveCounter ({ element : " #teto-songs-input " , max : 50 , showCounter : true , counterElement : " #count " , onLimit : () => { alert ( " No Kasane Teto song name is that tall 😅. " ); } }); /* Rest of the code */ </script> ✨ What This Project Shows This tiny app is a perfect demonstration of NanoScript's core philosophy: do more with less. Here's what it uses in a few lines of code: State Management: NS.ghostState and NS.getGhostState automatically save and restore the user's input using localStorage. This is a full-featured persistence system with zero setup. Real-time Search: NS.findArray filters a list of songs as you type, proving that NanoScript isn't just a utility library—it
Hunting a 16-year-old SQLite bug with TLA+: is dqlite affected?
submitted by /u/yusufaytas [link] [留言]
Markets are competitive if and only if P = NP
Amazon's Fire HD 10 tablet just got a refresh with a bit more RAM
A RAM upgrade? In this memory economy?!
Memorizing session transcripts isn't useful
How to Survive 3 Years in North Korea as a Foreigner
Why Senior Programmers Need Deep Focus
submitted by /u/Frequent-Football984 [link] [留言]