Problems with Wunderground integration Hello, having a problem with the Wunderground integration. I would like to get the data from my own weatherstation. Therefore, i use the Wunderground integration. I have an API key as i am transmitting data to WU. Config (excerpt) ####################...
Cryptography and assembly code Thanks to filippo streaming his adventures rewriting Golang assembly code into "cleaner" Golang assembly code, I discovered the Avo assembly generator for Golang. This post is not necessarily about Golang, but Golang is a good example as its standard libr...
It's hard to draw lessons from your own failures Andrew Wilkinson's tale of how he blew $10,000,000 building a to-do list app perfectly illustrates the danger of trying to analyze your own failures. It's so easy to fall in love with one of those infinite alternate universes where you just did that one t...
Banned From Skype – Jesse Nickles I setup a new Skype account that is tied to my business email address, which I have been using for nearly a decade. It is the email that pretty much all my clients and associates have saved for me.
The Cost of Proof of Work Introduction In the last months I’ve spent a lot of my time researching and thinking about the ecological impact of blockchain. Bitcoin and Ethereum, the two most popular blockchain technologies, have a vast power consumption. The power consumption is not...
Carthusian Citation Credits Many of the conflicts in academia are to some extent related to giving proper credit where credit is due. Sometimes, feuds arise over which papers of co-authors to cite in the ‘Related Work’ section of a manuscript; sometimes, researchers are accused of i...
egil/genzor Genzor is an experimental library ideally suited for generating files spanning multiple folders, using Blazor component model to generating the output. - egil/genzor
Age Of Suggestion • Joe Blau In the late 90’s there were over 20 search engines categorized by different dynamics and chracretists. Some were manually curated and others used web crawlers to create a graph of links between websites. Regardless of the technique used to build... | Joe ...
Buying Breached Data: When Is It Ethical? Security practitioners often tread a fine and not entirely well-defined legal line in collecting current and meaningful research. This research can also pose ethical questions when commercial sources for stolen data fall into a gray area.
Tether produces a new attestation — it says nothing useful Tether releases an audit of their reserves! Done by proper accountants! Well, actually an attestation. Well, functionally a press release.
MakAir Series: Engineering Focus on Ventilator Software This is the sixth (and last!) article of a series on the MakAir open-source ventilator, a project that I founded with friends, which was born at the beginning of the COVID-19 pandemic in early 2020. Think of this series of articles as a ledger of all that...
Monitoring and Observability in Cloud-Native ASP.NET Core apps | ASP.NET Blog Learn how to add monitoring and observability to your ASP.NET Core apps to handle the challenges of distributed microservice architecture.
.NET R&D Digest (March, 2021) This issue contains bits of computer science, software development, security, performance, diagnostics and as usual – .NET.
Azure Named Cloud Functions Leader, but Knocked for Plan Requirements -- Visual Studio Magazine A new analyst report on serverless cloud-native app development names Microsoft Azure as one of three leaders, touting its 'developer experience game' but knocking the platform for putting key enterprise features in advanced plans.
How to Outsmart Your Own Unconscious Bias The human brain is a remarkable achievement in evolution. Unfortunately, the brain activity that kept the human species alive for millions of years is the same brain activity that keeps us from achieving equality today. Author, speaker and CEO, Valerie Al...
gd/rust - platform/system/bt - Git at Google tree: c999261402ec546422f438a68823fce0ac79a9fb [path history] [tgz]
Copyright infringement by "Culture4Life GmbH" / LucaApp · Issue #1 · thesimj/jBaseZ85 Hey, just wanted to let you know that portions of your code seem to be used in the so called "LucaApp" by Culture4Life GmbH without respecting your License. See: https://gitlab.com/lucaap...
Organizing (Commands, Events & Handlers) in Microservices/SOA In a message driven architecture such as SOA or Microservices, how do I organize messages such as Commands, Events, Handlers and how are they named? You migh...
Inside a viral website Peeling back the curtain of running a viral meme website for 5 days. More details than you could ever hope for.
The Catch Block #52 - Balance, Devaluation, CQRS, and Slack Plus job listings, REST APIs, feedback, and biases.
Working with the Enron dataset Every now and then I need to do some work with text, and the Enron data set is one of the most well known corpuses. I ended up writing the parsing code for t...
C++ coroutines: The initial and final suspend, and improving our return_value method | The Old New Thing Last time, we had a basic implementation of a promise type but left with the question of what the initial_suspend and final_suspend are for. When the compiler encounters a coroutine function, it performs multiple rewrite passes. One of the early passes pr...
Apple's cooperation with authoritarian governments Over the past few years, Apple seems increasingly willing to cooperate with authoritarian governments, uninterested in protecting its own users, and unwilling to actually standup for human rights in broad terms, as often portrayed by its marketing departm...
Durable Objects, now in Open Beta As of today, Durable Objects beta access is available to anyone with a Cloudflare Workers® subscription.
Episode 14: Schnorr, Factoring and Lattices! Powerful podcast hosting and analytics. By podcasters, for podcasters.
Minimalistic C# APIs with FeatherHttp As you may or may not be aware, the annual MVP Summit for Microsoft MVPs is happening from March 29th to April 1st 2021. I’ve had the chance to travel to Red...
featherhttp/framework A lightweight low ceremony API for web services. Contribute to featherhttp/framework development by creating an account on GitHub.
Uno Platform Uno Platform 3.6: WinUI 3, WCT 7.0 support, Date and File pickers, and more Pixel-Perfect Multi-Platform Applications with C# and WinUI for Windows, WebAssembly, iOS, macOS, Android and Linux
Deploying packages with GitHub Actions GitHub Actions is a flexible platform for creating DevOps pipelines, and with it we can create smooth workflows that will build and deploy our libraries to destinations like npm and NuGet. What's more
Meet the 2021 Imagine Cup World Finals judges This week, twelve student teams from across the globe will pitch their purpose-driven applications in Round 2 of the Imagine Cup World Finals. Four winning teams will be selected by a panel of expert judges to move forward to the 2020 World Championship. ...
Kafka Without ZooKeeper: A Sneak Peek At the Simplest Kafka Yet Yes, you can run Kafka without ZooKeeper! Scale to millions of partitions, faster failover, run Kafka in a single process, make use a completely new KRaft protocol, and other architectural improvements.
Angular Basics: The Scope of This and Arrow Functions Scope, this and arrow functions are complex concepts that are not easily grasped. Let’s take a look at them together!
Maximizing the power of logs as your application scales - Michael's Coding Spot Logs can provide much more than debugging and troubleshooting for your application. Read more to see how logs can be used for metrics, alerts, experiments, and more.
The Dual Nature of Software Development - darcism.com From time to time, I wonder why correctly functioning software is so difficult to write. Software development is something we’ve been doing a long time, that also has a benefit that many other crafts don’t: you can create a repeatable process that does ex...
Here, I made a way to navigate between ANY files in Visual Studio Being able to navigate between different parts of code is really useful. You simply hold down the ctrl key and click on an item, and you're ...
Making Auth Simpler for Static Web App APIs | LINQ to Fail Let's look at how to make it a little easier to work with authenticated Static Web App APIs
github/roadmap GitHub public roadmap. Contribute to github/roadmap development by creating an account on GitHub.
Publish Unit Test Results - GitHub Marketplace A GitHub Action that publishes unit test results on GitHub
GitHub Desktop now supports cherry-picking - The GitHub Blog One of our most requested features from the past year is cherry-picking, and we’re excited to release it in GitHub Desktop 2.7.
The .NET Docs Show - Controllers are Dinosaurs: The Case for API Endpoints Though controllers aren't going extinct, our guest this weeks shows us how you can build lean and flexible APIs without using controllers. Featuring: Steve S...