How I used SECRET NSA TECHNOLOGY to hack my gaming keyboard In which I reverse-engineer the game Super Hexagon using Ghidra. Check out the code here: https://gitlab.com/cartr/super-hexagon-keyboard-hack/#
David Patterson - Domain-Specific Architectures for Deep Neural Networks Presented at the Matroid Scaled Machine Learning Conference 2019 Venue: Computer History Museum scaledml.org | #scaledml2019
First M87 Event Horizon Telescope Results. V. Physical Origin of the Asymmetric Ring - IOPscience The Event Horizon Telescope (EHT) has mapped the central compact radio source of the elliptical galaxy M87 at 1.3 mm with unprecedented angular resolution. Here we consider the physical implications of the asymmetric ring seen in the 2017 EHT data. To thi...
How to take a picture of a black hole At the heart of the Milky Way, there's a supermassive black hole that feeds off a spinning disk of hot gas, sucking up anything that ventures too close -- even light. We can't see it, but its event horizon casts a shadow, and an image of that shadow could...
A Framework for Regulating Content on the Internet Regulators need to stop blindly regulating “the Internet” and instead understand that every part of the Internet stack is different, and only one part is suffering from market failure.
Quantum Garden: An interactive quantum computing installation Quantum Garden is a citizen science project where everyone can contribute to solve a quantum physics research problem of crucial importance for the outbreak of quantum technologies. The project is a collaboration between the University of Turku, the Schoo...
Black hole breakthrough: Event Horizon Telescope's landmark image On April 10, 2019, the international Event Horizon Telescope (EHT) collaboration revealed humanity's first glimpse of a black hole. Learn more: https://insidetheperimeter.ca/black-hole-breakthrough-astronomers-release-landmark-image Download free posters...
GIMP 2.10.14 Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.
Code Coverage on macOS and Linux in Rider 2019.1 - .NET Tools Blog Rider 2019.1 brings a lot of good news for macOS and Linux users: our profiling and code coverage tools are now supported (to varying degrees) on macOS and Linux. In this post, we’ll dive deeper into the code coverage updates … Continue reading →
Hack Your Career - Troy Hunt Originally, I was content in my job, happy even. But over time I grew to want more; more job satisfaction, more opportunities, more progression. I started working on making this possible at every opportunity; while I was in the office, nights, weekends, h...
Linux Game Jam 2019 A game jam from 2019-04-10 to 2019-04-21 hosted by The Linux Gamer & Cheeseness. How to participate: Feel free to use the resources below to coordinate with other participants and mentors: Heavy Element Forum: https://forum.heavyel
Unintended interactions of SerializationGuard and other features · Issue #29212 · dotnet/runtime The SerializationGuard feature is trying to prohibit certain types of operations during deserialization. However, these prohibited operations can happen and are valid for as features indirectly inv...
Lies, darn lies and sampling bias Sampling profiling is very powerful technique widely used across various platforms for identifying hot code (execution bottlenecks). ...
First Look: Forms and Validation in Razor Components A look at the new forms and validation feature just added to Razor Components. We'll start with an overview and finish with an example of how to use it all.
Pacific Raceways track day, 2019 March 31st Pacific Raceways, ProFormance Racing School Caterham Seven, 1500lbs, 185hp 2.0 liter Ford Zetec SVT, Avon CR500 tires HIGHLIGHTS LIST BELOW 0:50 - the new Pacific Raceways back section. 1:51 - fast hands in turn 8. 5:46 - wibbly-wobbly seveny-weveny thin...
Using ASP.NET Core Identity users in integration tests Using regular ASP.NET Core Identity user accounts in ASP.NET Core integration tests. Keeping link with user accounts in database.
Functional Scala: Next Level by John A. De Goes (LambdaConf Edition) Functional Scala: Next Level by John A. De Goes Functional Scala: Next Level is an extensive 3 day course that may be attended remotely (Denver time zone) or locally (Boulder, Colorado). The course instructs functional Scala developers on how to use funct...
Using, using, using with C# 8 C# has different meanings for the using keyword. One is the using directive to import types from namespaces, and to create aliases to types. The second meaning is the using statement as a convenien…