Tenno Tenno is an app that lets you create powerful dynamic documents where you can easily add and orchestrate computational elements. You can think of it as a mix between Word and Excel with a sprinkle of Javascript. You could also think of it as a...
When single threaded Node.js becomes a trouble As you know (as it is posted a dozen times a day), Javascript is a single-threaded language. Thus, we will have a single thread serving all of our requests in our Node.js server unless we specifically play around this. This can cause some troubles that yo...
How much did Dawnmaker really cost? About a year ago, I wrote a piece explaining how much we estimated making Dawnmaker would cost. Well, Dawnmaker is finished, so as promised, I'm going to revisit that and show you
Clowning in Pennsylvania — Sabrina J. Mielke Hi. I'm a PhD student at Johns Hopkins University Center for Language and Speech Processing (JHU CLSP). Machine learning and natural language are fascinating.
How I Landed 4 Jobs and Earned $25K+ with Technical Writing Discover the power of technical writing for developers. Insights from my technical writing journey that helped me earn $25000 and land 4 jobs.
Leaving WordPress (.org or WPF, still unsure which one) - Megabyte I’ve decided that I want to prioritize my mental (and physical) health and will no longer contribute to the WordPress open source project. The constant worry about the stability of the project and never-ending influx of WordPress-related news has contribu...
Thomas Hansen - Developer, Engineer In 2017, Luke Smith started making YouTube videos. He was a Linguistics PhD student who made linux tutorials while talking about open source software and digital sovereignty. While he was never explicitly political, he was by no means left wing. He distru...
my pocketchip experience in 2024 | mavica's corner! i got a next thing co pocketchip sometime around 2017 second-hand from a friend who had ordered and (luckily, seeing as the company went under before fulfilling all orders) receiv...
Yo'av Moshe - Using Userscripts to Translate Subtitles On-the-Fly Personal website of Yo'av Moshe - entrepreneur, tech enthusiast, nature and life lover
Designing A Fast Concurrent Hash Table I recently released papaya, a fast and feature-complete concurrent hash table for Rust. In this post I want to dive into the design and research that went into creating it, as well as why you might consider using it over existing solutions.
Taste and Tradeoffs All meaningful code used to be written by humans, but not anymore. What does that mean for software engineers in a few years? Is it still worth learning how to code?
Do what you want mirrored As someone with any sort of influence in a company, whether you’re a founder, executive, manager, influential employee, or anything in between, all your actions have a second order effect: reinforcing what's culturally acceptable. Whenever you do somethin...
GitHub - Stengo/DeskPad: A virtual monitor for screen sharing A virtual monitor for screen sharing. Contribute to Stengo/DeskPad development by creating an account on GitHub.
Mozilla fixes Firefox zero-day actively exploited in attacks Mozilla has issued an emergency security update for the Firefox browser to address a critical use-after-free vulnerability that is currently exploited in attacks.
Engineering the Scalable Vector Extension in .NET - .NET Blog Let's take an in-depth look at how the team implemented the Scalable Vector Extension (SVE) for .NET.
Why we’re helping more wikis move away from Fandom Hi! You may have seen that Weird Gloop is now hosting the official League of Legends Wiki. We’ve spent the last couple months working with the Riot folks and the League wiki editors to move it off of Fandom, and turn it into something the players will (ho...
The Await vs ContinueWith in C# async programming Understanding the Difference Between await and ContinueWith in C# Asynchronous Programming
Announcing Deno 2 Our next major version of Deno combines the simplicity, security, and performance of Deno 1 with full Node and npm backwards compatibility, and much more.
Why GOV.UK's Exit this Page component doesn't use the Escape key A very specific question, answered very longwindedly.
User Delegation SAS Tokens In Azure Explained Learn about User Delegation SAS tokens in Azure Blob Storage. Discover how to use them in C#/.NET and secure your storage accounts.