Announcing New Text and Array Functions August 17th 2022 Update We've begun rolling out this feature to subscription users in the Current Channel on all endpoints. This banner will be updated once the feature is fully deployed. I’m thrilled to share with you the availability of 14 new Excel ...
Deviations from Chromium (features we disable or remove) · brave/brave-browser Wiki Next generation Brave browser for Android, Linux, macOS, Windows. - Deviations from Chromium (features we disable or remove) · brave/brave-browser Wiki
Developing Error Handling Strategies for Asynchronous Messaging I’m furiously working on what I hope is the last sprint toward a big new Jasper 2.0 release. Part of that work has been a big overhaul of the error handling strategies with an eye toward solv…
Someone’s Been Messing With My Subnormals! TL;DR: After noticing an annoying warning, I went on an absurd yak shave, and discovered that because of a tiny handful of Python packages b...
Perfect Notes or My Journey to Obsidian UPD. I made some corrections in 8.4.7. PROBLEM Android: Package Names 1. Before We Start I was hesitant to make any posts in my blog while there is war in my motherland Ukraine which is being invad…
Replicant: Reproducing a Fault Injection Attack on the Trezor One Introduction to Fault Injection Attacks
How I Take Book Notes — Simon Berens Lately, I’ve been reading exclusively physical books. I treat it almost as a daily meditation. Reading epubs or pdfs online opens me up to too many distractions to get a good reading session in. Reading on a kindle feels inauthentic. Unfortunately,...
Manually generating a Zoom link from the meeting ID and meeting password. The organiser of a recent Zoom meeting I attended provided me with only the meeting ID and meeting password, instead of simply giving me the meeting link, as people normally do. This being a recurring meeting, it ...
NASA Selects SiFive and Makes RISC-V the Go-to Ecosystem for Future Space Missions - SiFive SiFive X280 delivers 100x increase in computational capability with leading power efficiency, fault tolerance, and compute flexibility to propel next-generation planetary and surface missions San Mateo, Calif., September 6, 2022 - SiFive, Inc., the founde...
fxhash - Lessons Learned from Implementing "Wave Function Collapse" Lessons learned from implementing a variant of the "wave function collapse" algorithm for a generative piece using a 3D tileset.
Machine Learning at the edge | Мои IT-заметки Few learnings on migrating computer vision pipeline from python prototype at AWS to cpp in smarphones
I sold my SaaS for $800,000 The personal story of what it feels like selling a bootstrapped company. Enjoy the read!
Compressing global illumination with neural networks Can neural networks assist in bringing global illumination to the web? Can they also help with adding limited dynamic global illumination? Can they do all that while keeping performance high? Dig in!
Privacy architectural changes in the web are coming In 2019 I argued and explained that we are in the midst of a perfect storm that the privacy debate has caused. I predicted the impact on the web architecture, and the web platform. The thing that billions of people use every day, that is. These very basic...
Winding numbers using a Cauchy integral, with WebGL Winding numbers using a Cauchy integral, with WebGL This is what the winding number n(γ,a) of curve γ around point a, expressed as special case of Cauchy’s integral formula looks like on potentially non-closed loops, with complex numbers mapped to a hue-l...
It's time to leave Bitwarden Bitwarden recently raised a $100M seed fund. What does this mean for you as a user? Is Bitwarden going to become another example of what happens when innocent looking startups get seed funded?
What Is A Blockchain TLDR: a Blockchain is a trusted coordination mechanism; Of course, the answer depends on who you ask :-) My 7-word answer: a blockchain is a trusted coordination mechanism. What is your definition of a blockchain? Reply with your 7-word answer on Twitter....
Say no to restricting Internet by using open API - YottaAnswers Blog At the dawn of the Internet it was promised that all of the world’s information would be available to everyone but, as we all know, a couple of decades later that promise wasn’t achieved. And as years pass, that achievement is farther and farther away for...
Vulnerability Management for Go - The Go Programming Language Announcing vulnerability management for Go, to help developers learn about known vulnerabilities in their dependencies.
Multi-Class Classification Using PyTorch, Part 1: New Best Practices -- Visual Studio Magazine Dr. James McCaffrey of Microsoft Research updates previous tutorials with new, cutting-edge deep neural machine learning techniques.
AG Ferguson: Judge rules Facebook parent Meta intentionally violated campaign finance laws Judge denies Meta’s attempt to strike down key provision of Washington’s decades-old, best-in-the-nation law OLYMPIA — Attorney General Bob Ferguson today announced a King County Superior Court judge ruled that Facebook parent company Meta repeatedly viol...
TIL: You Can Access A User's Camera with Just HTML So that's the HTML capture attribute. It's a pretty cool way to add a nicer user experience if you know that your mobile users are going to be taking a
A Day in the Life of an Indie Game Developer Devlog video about "Homegrown", a casual farming game I'm creating using my own engine.Support the channel on Patreon and get access to the code for this gam...
Overhauling the Graphics in my Game Engine Devlog video about "Homegrown", a casual farming game I'm creating using my own engine.Support the channel on Patreon and get access to the code for this gam...
Make your own Compost! - Homegrown Devlog Devlog video about "Homegrown", a casual farming game I'm creating using my own engine.Support the channel on Patreon and get access to the code for this gam...
I Program the WAR GAMES Computer From Scratch - Hot Front Panel Action! Ever wonder what all the blinken lights and switches do on the old computers? Dave shows you how to use the front panel switches and LEDs to program the IMS...
Securing Software Repositories APAC friendly (June 29, 2022) https://docs.google.com/document/d/1-f6m442MHg9hktrbcp-4sM9GbZC3HLTpZPpxMXjMCp4/edit#heading=h.pujncb7gxv4f
Cloudflare named a Leader by Gartner Gartner has recognised Cloudflare as a Leader in the 2022 "Gartner® Magic Quadrant™ for Web Application and API Protection (WAAP)" report that evaluated 11 vendors for their ‘ability to execute’ and ‘completeness of vision’
Episode 437 - Azure CXP CRE Low Code Automation James Tabor from the Azure CXP CRE (Customer Reliability Engineering) team shares how he improves team productivity by building Power Platform Apps and gives us tips and tricks to get us started on the same journey.
GitHub - IdreesInc/Minecraft-Mono: A programming font based on the typeface used in Minecraft A programming font based on the typeface used in Minecraft - GitHub - IdreesInc/Minecraft-Mono: A programming font based on the typeface used in Minecraft
Comparing SQLite WAL mode to Voron’s There is a great article discussing how SQLite is handling transactions at fly.io. Which led me to the great documentation on the WAL mode for SQLite. And th...
Accelerating Value for Bitwarden Users - Bitwarden raises $100 million | Bitwarden Blog A message from the Bitwarden CEO on accelerating value for Bitwarden users and customers
SvelteKit Breaking Changes 2022 - My Reactions and What You Need to Know! SvelteKit just announced some major breaking changes. Here's what you need to know!Migrating Breaking Changes in SvelteKit - https://www.netlify.com/blog/mig...
[Last Week in .NET #99] – NEIN NEIN Azure It was a short week due to the US holiday Labor Day (A day in which some people take off to celebrate all people working, while some people work). Let’s get into it. Microsoft launches 30 day…
What’s the SynchronizationContext used for? Creating Windows applications, UI controls are bound to the UI thread. .NET made it to different iterations with different patterns dealing with asynchronous programming. .NET 4.0 introduced the Ta…
An almost religious case for Rust The Rust community is known to be very passionate about Rust, and some even blame us for occasionally behaving like a cult. I’m afraid I…
New EvilProxy service lets all hackers use advanced phishing tactics A reverse-proxy Phishing-as-a-Service (PaaS) platform called EvilProxy has emerged, promising to steal authentication tokens to bypass multi-factor authentication (MFA) on Apple, Google, Facebook, Microsoft, Twitter, GitHub, GoDaddy, and even PyPI.
Feature Flags in ASP.NET Core - Code Maze Feature Flags allow us to dynamically toggle features in our applications. Let's see how we can use Feature Flags in ASP.NET Core.
Extended VMware and Microsoft Collaboration with Major Updates to the Azure VMware Solution During the recent VMware Explore 2022, VMWare announced it would strengthen its collaboration with Microsoft regarding the Azure VMWare Solution. In addition, the solution received several new updates, including extended availability.
Cloud Providers Target Middle East: AWS Adds Region in the United Arab Emirates, Microsoft in Qatar Amazon recently announced a new region in the United Arab Emirates, its second one in the Middle East. Microsoft just opened its first global datacenter region in Qatar where Google plans to open a new region too.
Azure Virtual Machines with Ampere Altra Arm-Based Processors Now Generally Available Microsoft recently announced the general availability (GA) of virtual machines (VMs) on Azure featuring the Ampere Altra, a processor based on the Arm architecture. In addition, the Arm-based virtual machines can be included in Kubernetes clusters managed...
Microsoft Releases SynapseML 0.1.0 with .NET and Cognitive Services Support Microsoft announced the first .NET-compatible version of SynapseML, a new machine learning (ML) library for Apache Spark distributed processing platform. Version 0.1.0 of the SynapseML library adds support for .NET bindings, allowing .NET developers to wr...
Techorama (NL) 2022 | tabs ↹ over ␣ ␣ ␣ spaces by Jiří {x2} Činčura 6 Sep 2022 1 mins Presentations & Speaking
Performance in the .NET Runtime - Matt Warren - NDC London 2022 We often take the .NET Runtime for granted and just let it get on with its job. But not only does it run our code, it ensures that it runs as fast as possibl...
Azure Container Apps with Dapr Bindings Building Block - Part 7 - Bit of Technology Part 7: Tutorial shows how to configure dapr bindings building blocks in Azure Container Apps and how trigger periodic jobs using Cron binding
A walkthrough of Durable Entities Durable Entities are a special type of Azure Function that allow you to implement stateful objects in a serverless environment. They make it easy to introduce stateful components to your app without needing to manually persist data to external storage, so...
Browser Extension with Blazor WASM - Cross-Browser Compatibility Throughout this post, I'm going to discuss how to add cross-browser compatibility to the existing Blazor WebAssembly-based Chrome extension.
FUSE-T Abstract FUSE-T is a kext-less implementation of FUSE for macOS that uses NFS v4 local server instead of a kernel extension. The main motivation for this project is to replace macfuse (https://osxfuse.github.io/) that implements its own kext to make fuse...
DDD by Night September - Hybrid event, Wed, Sep 14, 2022, 5:45 PM | Meetup It's DDD but *lightning*. The evening will be a hybrid event hosted by the DDD Melbourne crew and consist of short & sharp presentations of fifteen minutes in length on
The Three-Point Seatbelt Turns 60, and It's a Damn Hero You have Volvo to thank for the fact that this critical safety device is included in every new car today.
Entropy decoding in Oodle Data: x86-64 3-stream Huffman decoders The adventure continues! Last time I went over the core decoder loop we use on AMD Jaguar-based consoles, i.e. Xbox One and PS4. I felt that one was a good example to start with since the target ha…