Fuzzing for wolfSSL Larry Stefonic of wolfSSL contacted me after he’d noticed my project for fuzzing cryptographic libraries called Cryptofuzz. We agreed that I would write a Cryptofuzz module for wolfSSL. I activated…
An Introduction and Tutorial for Azure Cosmos DB Azure Cosmos DB is a globally distributed, JSON-based database delivered as a ‘Platform as a Service’ (PaaS) in Microsoft Azure. Learn about the benefits and disadvantages of Azure Cosmos DB. Find out more about this database and discover how to interact ...
Couchbase Mobile 3 Brings New C and Kotlin APIs, Simplified Administration NoSQL database maker Couchbase has released Couchbase Mobile 3, its edge-ready mobile database, introducing a new C API to embed Couchbase Lite on embedded platforms, Kotlin support on Android, a new administration REST API, and security enhancements.
Episode 413 - Thinking Cloud Native Microsoft Cloud Solution Architect Stephen Kaufman gives us valuable insights into the considerations for making applications 'Cloud Native' when hosting them on Azure.
Weekly Update 284 Back Speaking in Person; The M3AAWG Mary Litynski Award; Vigilante Pro-Ukraine Hackers; I Wanna Go Fast (with Pwned Passwords); Sponsored by Varonis
Introducing fullstackhero - Open Source Boilerplates for Rapid Web Development Ever gone through the painful process of setting up solutions from scratch although most of the features/code seems to be repetitive? fullstackhero addresses
Weekly Update 284 Back Speaking in Person; The M3AAWG Mary Litynski Award; Vigilante Pro-Ukraine Hackers; I Wanna Go Fast (with Pwned Passwords); Sponsored by Varonis
Why is Ukraine the West's Fault? Featuring John Mearsheimer UnCommon Core: The Causes and Consequences of the Ukraine CrisisJohn J. Mearsheimer, the R. Wendell Harrison Distinguished Service Professor in Political Sci...
Differences Between != And Is Not Operators in C# - Code Maze In this article, we are going to explore the differences between != and is not operators in C# through different examples.
Make Linux look exactly like Windows 95... I mean *exactly*. Blasphemy? Probably! But still pretty awesome!
Enable implicit usings by terrajobst · Pull Request #39 · terrajobst/nquery-vnext A Roslyn inspired rewrite of NQuery. Contribute to terrajobst/nquery-vnext development by creating an account on GitHub.
Speed up contended HTTP/2 frame writing (500% gRPC h2 70x1 improvement) by halter73 · Pull Request #40407 · dotnet/aspnetcore This PR changes Http2Connection/Http2FrameWriter so that it dispatches SslStream.WriteAsync to the thread pool and releases the Http2FrameWriter._writeLock immediately. This improves our "gRPC h2 7...
Linus Torvalds prepares to move the Linux kernel to modern C | ZDNet The Linux kernel's foundation is the ancient C89 standard of C. Now, Torvalds has decided to upgrade to 2011's more modern C11 standard.
Introducing the OpenIddict client When I unveiled the OpenIddict 3.0 roadmap three years ago, I mentioned that having an OpenIddict client would be a very nice addition but that implementing it as part of 3.0 wasn't realistic. Tod
App Configuration Settings in .NET MAUI (appsettings.json) Learn how easy it is to use an appsettings.json in your .NET MAUI app for complete control over configuration.
DIY Split-Flap Display Split-flap displays are electromechanical display devices, which were common in airports or railway stations a few years ago.Unfortunately, most of them are gone and replaced by LED displays. Why n…
Kolide - Is Grammarly a Keylogger? What Can You Do About It? Is Grammarly a keylogger? Here's what to consider so employees can reap the benefit of this valuable tool without compromising data security.
How I Work From Home And Parent – Geeqs at Seeq While it’s become a sore subject for many since the rise of COVID-19 and associated school and daycare closures, working from home with children around has been a part of my life since 2015, when my son was born. As with anything, choosing to do something...
Don’t track bugs, fix them You do not need a bug tracking system. In fact, a bug tracking system is a symptom of a deeper problem—insufficient focus on quality. In general, I fix bugs the moment they appear—not in a drop-everything sense, but as soon as I can get to it—usually with...
Zig Build System Internals Zig has a built-in build system for building projects. It runs on every platform Zig supports and is capable of building everything from simple executables and libraries to complex, multi-artifact, multi-step projects. This page will dive into how the int...
More notes on writing web scrapers I got a lot of great feedback from my first post about writing a web scraper for RTLjobs.com. The months since then have produced a ton more work, and a ton more learning about web scraping. Here’s round two of what I’ve learned about scraping and indexin...
10 HTML tags you have never used before Here are the 10 HTML tags that you have never seen before. Learn when and how to use these tags in your project. Some of the tags are really handy...