Pao Ramen
-
Three.js Journey — Learn WebGL with Three.js
Feb 11 · threejs-journey.com ⎯ The ultimate Three.js course whether you are a beginner or a more advanced developer
-
Find any sound you like
Feb 10 · freesound.org ⎯ Freesound: collaborative database of creative-commons licensed sound for musicians and sound lovers. Have you freed your sound today?
-
The Startup Drake Equation
Feb 10 · longform.asmartbear.com ⎯ Why do smart, driven founders fail, despite having great ideas and execution? This model offers an answer, and a path to increase the chance of success.
-
How To Scale Your Model
Feb 09 · jax-ml.github.io ⎯ Training LLMs often feels like alchemy, but understanding and optimizing the performance of your models doesn’t have to. This book aims to demystify the science of scaling language models on TPUs: how TPUs work and how they communicate with each other, how LLMs run on real hardware, and how to parallelize your models during training and inference so they run efficiently at massive scale. If you’ve ever wondered “how expensive should this LLM be to train” or “how much memory do I need to serve this model myself” or “what’s an AllGather”, we hope this will be useful to you.
-
You are using Cursor AI incorrectly...
Feb 09 · ghuntley.com ⎯ I’m hesitant to give this advice away for free, but I’m gonna push past it and share it anyway. You’re using Cursor incorrectly. Over the last few weeks I’ve been doing /zooms with software engineers - from entry level, to staff level and all the way up to principal level.
-
Scroll Driven Animations | Nerdy Notebook
Feb 08 · nerdy.dev ⎯ Demo uses attr() but you don’t have to
-
John Coltrane's Love Is Still Supreme at Age 60
Feb 08 · www.honest-broker.com ⎯ Today we're celebrating a very special album
-
Garner and the category making business
Feb 08 ⎯ During my time as CTO of Redbooth, we somehow (paying money) ended up in the magic cuadrant of “unified communications”. Our CEO thought that this would do anything to our sales, but of course it didn't: Our customers where small businesses and marketing agencies, not executives that read Gartner’s bullshit to make IT decisions. That cuadrant meant changing the roadmap to shoehorn “unified communications” features, ceiling the product and eventually having to merge with another company. And for what? Have you heard of that term in the last 10 years? No. It faded away, like all those inventions that are made up to justify Gartner's business model. This is not how companies but software anymore. IT doesn't but software like they use to. With the arrival of the iPhone, employees have revolted and bring their own software to work. I don't short, but if I did, I would definitely short Gartner.
-
Why aren't you idempotent?
Feb 07 ⎯ Very good review about some techniques to achieve idempotency. One interesting insight is the performance implications of idempotency. It is quite known that an idempotent action is more resilient, since it can be retired safely, but the article goes beyond explaining how can it also improve latency by hedging requests: Per Jeff Dean in The Tail at Scale, one of the most effective ways to curb latency variability is to hedge your requests, which means to send it to many replicas. This is very similar to retrying on a timeout (or other error), except you're being more proactive and typically hedge after a delay much shorter than your configured timeout. Hedging comes with the same precondition of idempotency as many replicas could be processing the request in parallel.
-
New solution to the list labeling problem
Feb 07 ⎯ Imagine, for example, that you keep your books clumped together, leaving empty space on the far right of the shelf. Then, if you add a book by Isabel Allende to your collection, you might have to move every book on the shelf to make room for it. That would be a time-consuming operation. And if you then get a book by Douglas Adams, you’ll have to do it all over again. A better arrangement would leave unoccupied spaces distributed throughout the shelf — but how, exactly, should they be distributed?
-
Ideas vs execution
Feb 07 ⎯ Another exploration of what AI means to software engineering. It's always interesting to see how things change when costs trend down. Programming use to be very expensive, but now is becoming commodotized. Ya know that old saying ideas are cheap and execution is everything? Well it's being flipped on it's head by AI. Execution is now cheap. All that matters now is brand, distribution, ideas and retaining people who get it. The entire concept of time and delivery pace is different now. - Geoffrey Huntley
-
GitHub - OSU-NLP-Group/HippoRAG: [NeurIPS'24] HippoRAG is a novel RAG framework inspired by human long-term memory that enables LLMs to continuously integrate knowledge across external documents. RAG + Knowledge Graphs + Personalized PageRank.
Feb 07 · github.com ⎯ [NeurIPS'24] HippoRAG is a novel RAG framework inspired by human long-term memory that enables LLMs to continuously integrate knowledge across external documents. RAG + Knowledge Graphs + Perso…
-
Oh that's what you meant!: reducing emoji misunderstanding
Feb 07 · www.researchgate.net ⎯ PDF | Emoji provide a way to express nonverbal conversational cues in computer-mediated communication. However, people need to share the same... | Find, read and cite all the research you need on ResearchGate
-
Storage of Light
Feb 06 · physics.stackexchange.com ⎯ Hypothetically speaking, if one had a hollow sphere that had a perfectly polished mirrored interior surface with little to no light absorption, and then sought to fill the interior space by introdu…
-
The Slotted Counter Pattern — PlanetScale
Feb 05 · planetscale.com ⎯ Comments
-
The Art of Dithering and Retro Shading for the Web - Maxime Heckel's Blog
Feb 05 · blog.maximeheckel.com ⎯ A detailed walkthrough of the inner workings of dithering and other shading techniques to give a retro look and feel to your WebGL and React Three Fiber work.
-
Post-Processing Shaders as a Creative Medium - Maxime Heckel's Blog
Feb 05 · blog.maximeheckel.com ⎯ TBD
-
Bayesian Epistemology
Feb 04 · plato.stanford.edu ⎯ This section provides an introductory tutorial on Bayesian epistemology, with references to subsequent sections or related entries for details.
-
Modern CSS Solutions
Feb 04 · moderncss.dev ⎯ A series examining modern CSS solutions to problems Stephanie Eckles (@5t3ph), a seasoned frontend developer, has been solving for 15+ years.
-
SmolCSS
Feb 04 · smolcss.dev ⎯ Minimal snippets for modern CSS layouts and components