Is software development better than 20 years ago? | Loosely Coupled Show #011 Where have we gone in 20 years of web-development? Are things better in software development overall? In our (strong) opinions, some ways yes, in some ways no. James and Derek share their ideas on these issues and more! 🔔 Subscribe: https://www.youtub...
Understanding F# applicatives and custom operators After discussing something with Ian Russell he suggested I take some time to read through another fine blog post he has written and understand F# applicatives and custom operators. I found myself in familiar territory when reading F# blog posts and it’s ...
On Trouser Pockets | Sam Bleckley The clothing industry rarely creates dramatically new patterns. It is more lucrative to make small, easy-to-manufacture changes that always use the same basic pattern.
Krita, OpenGL and Qt – Fading Memories Adrian Page first coded an OpenGL-based canvas implementation for Krita in 2005. That was back in the Qt3 days. OpenGL was fairly simple back then, but we had to duplicate all our canvas handling code, once implemented in OpenGL, once implemented with QPa...
shabda/tweet-signer Sign your Tweets with Github/SSH Keys. Contribute to shabda/tweet-signer development by creating an account on GitHub.
lawl/NoiseTorch Real-time microphone noise suppression on Linux. Contribute to lawl/NoiseTorch development by creating an account on GitHub.
Powerful AI Can Now Be Trained on a Single Computer - IEEE Spectrum The enormous computing resources required to train state-of-the-art artificial intelligence systems means well-heeled tech firms are leaving academic teams in the dust. But a new approach could help balance the scales, allowing scientists to tackle cuttin...
Automatic Garage Opener Come and go with easy access. Connect your Model 3/Model Y to your garage door, gate system and other radio-frequency (RF) controlled devices with the fully integrated Homelink module. Learn more about the Automatic Garage Opener on our support page....
If Looks Could Kill (1991) - IMDb Directed by William Dear. With Richard Grieco, Linda Hunt, Roger Rees, Robin Bartlett. Michael has to take summer class in French, a class trip to France, to graduate high school. He is, however, mistaken for an agent and people try to kill him. There ar...
Mainframe workloads supported on Azure Use a mainframe emulator and other services from Microsoft partners to rehost your mainframe workloads such as IBM Z-based systems using Microsoft Azure.
dotnet-foundation/announcements Subscribe to this repo to be notified of Announcements for the .NET Foundation - dotnet-foundation/announcements
CP2104 USB to Serial Converter Arduino Programmer a { color:rgb(0, 97, 190); transition:0.5s; }a:hover { color:rgb(235, 97, 0) } This CP2104 USB to Serial Converter is super tiny, a highly-integrated USB-to-UART Bridge Controller providing a simple solution for updating and programming. Features: There ...
The Ultimate Oldschool PC Font Pack: FAQ/Docs/ReadMe Documentation for the world's biggest collection of classic text mode fonts, system fonts and BIOS fonts from DOS-era IBM PCs and compatibles
Compiler Explorer - C (x86-64 clang 10.0.0) extern void bar(int x); void foo(int x) { (***bar)(x); (bar+0)(x); (bar[0])(x); }
Cloudflare outage on July 17, 2020 Today a configuration error in our backbone network caused an outage for Internet properties and Cloudflare services that lasted 27 minutes. We saw traffic drop by about 50% across our network.
Add methods to convert between hexadecimal strings and bytes by tkp1n · Pull Request #37546 · dotnet/runtime Closes #17837 This adds two methods (with overloads) ToHexString and FromHexString to System.Convert. As discussed in the API review and Twitter, the implementation is kept minimal and straight-for...