Powderfinger - Odyssey Number Five 20th Anniversary (Trailer) PRE-ORDER Odyssey Number Five Deluxe Edition: https://powderfinger.lnk.to/odyssey PRE-ORDER new Powderfinger merchandise: https://powderfinger.lnk.to/pre-order PRE-SAVE Odyssey Number Five on your preferred platform: https://powderfinger.lnk.to/pre-sav...
Azure/azure-notificationhubs-android Android SDK and Samples for Azure Notification Hubs - Azure/azure-notificationhubs-android
GitHub draft pull requests should trigger the pipeline Developer Community for Visual Studio Product family
It's time to get some wins. Back when I was into competitive gaming, I accidentally stumbled onto a strategy to consistently get my teams into the top 25 of the worldwide gaming ladders. I call the approach "Chaining Wins", the approach held even when we started playing newer versio...
Surviving Django (if you care about databases) — Daniele Varrazzo Django is currently the most commonly used full-stack web framework for Python. It has been around for a good 15 years, emerging as a winner from a period in which Python was already mature, but its web development tools were comparatively much more immat...
Reversing Lyft’s ride history API to analyze 6 years worth of rides A couple years back I built Uber Trip Stat’s (now renamed to RideShare Trip Stats after a C&D from Uber), because I was interested in how much money I had spent on Uber over the last few years. Luckily Uber’s web portal lets you see all your past rides, a...
A Day Without Business – Charlie Monroe On Aug 4, 2020 I woke up to a slightly different world – I had lost my business as it seemed. Full inbox of reports of my apps not launching (crashing on launch) and after not too long I found out that when I sign into my Apple developer account I can no ...
Negotiations Everyone has a different style when negotiating – and all of these styles lend themselves to have better outcomes depending on the topic at hand and who you’re speaking to. Having exper…
Proof of X I’ve spent a lot of time recently thinking about different proof-of-work mechanisms. When I say proof-of-work, I’m not talking about consensus algorithms like the ones that some crypto currencies use. I’m talking about social networks.
Saving Your Initial Reaction This is very simply idea that has helped me in a number of different ways in the recent past: recording my initial reaction to things. All this means is immediately saving my thoughts on a topic somewhere, as opposed to the usual ... "I'll write this down...
What I learned from 35 Hackathons What I learned from 35 hackathons, why you should participate at hackathons, how to gain experience without a full-time job.
A short case for unifying the iPad and the MacBook In this post, I present my opinion on why unifying the iPad and MacBook lineups is a good idea, from the perspective of a regular user of both these devices and keeping in view Apple’s planned processor transition.
XXXI. This is a photograph of Mt. Solitary, in the Blue Mountains of Australia, after which this website was named. In this strange and uncertain time in the histo...
acidanthera/OpenCorePkg OpenCore bootloader. Contribute to acidanthera/OpenCorePkg development by creating an account on GitHub.
WASM: Add MD5 and SHA* hash functions by akoeplinger · Pull Request #40486 · dotnet/runtime This ports the managed SHA* hash functions from https://github.com/microsoft/referencesource so we can use them on Browser/WASM where we don't have OpenSSL. There's no managed implementatio...
Toilet Trouble – Aaron Bockover Friends, in these tough economic times, we’re all expected to go above and beyond the usual call of duty. My very dear friend Miguel regularly executes on this mantra and today was no exception.
YC Startup Library YC's library of startup advice: essays, podcasts, and videos created over the past 15 years.
A Brief History of The Deficit Myth with Dr. Stephanie Kelton Dr. Stephanie Kelton is the most visible public advocate of modern monetary theory - the freshest and most important idea about economics in decades. With its important new ways of understanding money, taxes, and the critical role of deficit spending, MMT...
Azure Thursday - 6 August 2020 19:00 CEST Join us on the 6th of August 2020 at 19:00 CEST for a new Azure Thursday.
hephaest0s/usbkill « usbkill » is an anti-forensic kill-switch that waits for a change on your USB ports and then immediately shuts down your computer. - hephaest0s/usbkill
Life Beyond Coding with Justin Chau Being a developer is a lot more than just writing code. Justin and I discuss some of the hot topics for developers: marketing and building a brand, how to avoid burnout, creating content, how to learn, etc. Connect with Justin Chau Instagram - https://ww...
How to Cancel Tasks in C# - Using CancellationTokenSource and CancellationToken In this video, I answer the question "How to Cancel Tasks in C# using the CancellationTokenSource and CancellationToken objects?". Cancelling a Task in C# is pretty straight foreword. There are actually several ways to cancel a Task in C#. The three most...
Life, part 30 Holy goodness, we are on part 30; I never expected this to go for so long and we have not even gotten to Gosper’s algorithm yet! We will finish up Hensel’s QuickLife algorithm soon I ho…
ErikEJ/EFCorePowerTools Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core - ErikEJ/EFCorePowerTools
simdjson/simdjson Parsing gigabytes of JSON per second . Contribute to simdjson/simdjson development by creating an account on GitHub.
<ol>: The Ordered List element The HTML ol element represents an ordered list of items — typically rendered as a numbered list.
ADefWebserver/AutomaticKingdom Blazor Server Side Application. Contribute to ADefWebserver/AutomaticKingdom development by creating an account on GitHub.
Telerik Blazor 2.16—Editor TreeList StockChart ContextMenu Check out what's new in the Telerik UI for Blazor 2.16.0 release, including new Editor, TreeList, StockChart, ContextMenu components and much more.
Monitoring .NET Core applications on Kubernetes - Red Hat Developer Learn how to use Prometheus to monitor a .NET Core application running on Kubernetes, and use PromQL to run queries and generate metrics.
the creeping scourge of tooling config files in project root directories · Issue #79 · nodejs/tooling Splitting this out from #71 which was rather broad. There are (at least) two separate issues there; one is where user-specific config files should live, and another is where project-specific config...
Generate Reference Assemblies With Refasmer – .NET Tools Blog | JetBrains With each passing day, the .NET ecosystem introduces new target environments. In addition to Windows environments, we can now deploy to Linux, macOS, and all popular mobile operating systems. Having t
Build High-performance Microservices with gRPC and .NET gRPC is a high-performance RPC framework designed for microservices. In this talk you will learn how to use gRPC in .NET and see how gRPC's support for deadlines and cancellation can be used to create fast, reliable microservice apps.
Visual Studio 2019 v16.7 and v16.8 Preview 1 Release Today! | Visual Studio Blog Announcing the release of Visual Studio 2019 version 16.7 and Visual Studio 2019 version 16.8 Preview 1. Both versions include additional Git integration, .NET Productivity improvements, WPF additions, and C++ improvements.
New Azure SQL Learning Tools help reduce the global technology skills gap Across Microsoft, we are helping a new generation of technology workers develop the right level of skills. Recently, Microsoft announced the availability of new virtual learning programs. These programs, focused on technical topics are already helping peo...
Why is async void bad and how do I await a Task in an object constructor in C#? - Brian Lagunas In this video, I answer the question “Why is async void bad and how do I await a Task in an object constructor?”. Async void is generally considered bad for 3 reasons: 1. You can’t wait for its completion (fire and forget) 2. Any unhandled exceptions will...
What is default(object) used for? I was asked what the meaning of default(object) is in the following piece of code:The code is something that you’ll see a lot in RavenDB indexes, but I under...
Best way to create an empty collection (array and list) in C# (.NET) 4 Aug 2020 4 mins .NET, .NET Core, C#
nxrighthere/UnrealCLR Unreal Engine 4 .NET Core integration. Contribute to nxrighthere/UnrealCLR development by creating an account on GitHub.
Amazon.com: SAMSUNG T7 Portable SSD 1TB - Up to 1050MB/s - USB 3.2 External Solid State Drive, Gray (MU-PC1T0T/AM): Computers & Accessories Amazon.com: SAMSUNG T7 Portable SSD 1TB - Up to 1050MB/s - USB 3.2 External Solid State Drive, Gray (MU-PC1T0T/AM): Computers & Accessories
Web We Want - Web Apps We'd love your feedback on our top requests for web apps features submitted to The Web We Want Initiative. The Web We Want is a cross browser and standards initiative to gather feedback from developers and designers around the pain points they encounter w...
Remembering Frances E. Allen | IBM Research Blog Frances Allen the first female IBM Fellow and the first woman to win the Turing Award, died on August 4, 2020, the day of her 88th birthday.