r/CSEducation - We are Carnegie Mellon University Students, and we help build CMU CS Academy: a free, online, High School programming curriculum. AMA about remote instruction for Computer Science education! 94 votes and 27 comments so far on Reddit
Screen — Screen sharing for remote teams Work together like you’re in the same room. Supports Mac, Windows, Linux, iOS, Android, Safari, Firefox & Chrome.
#140 Maria Naggaga, Try .NET and .NET Interactive Summary Maria Naggaga talks about Try .NET and .NET Interactive - new ways of learning and demonstrating .NET code, and running samples.
Diary of a reverse-engineer In May, I wanted to play with BigInt and evaluate how I could use them for browser exploitation. The exploit I wrote for the blazefox relied on a Javascript library developed by @5aelo that allows code to manipulate 64-bit integers. Around the same …
The Intrepid Mother and Son Who Unraveled a Geographic Hoax Atlas Obscura had a page for something called Moose Boulder, until fan Roger Dickey called us on it.
From Laura Baldwin - O’Reilly Media It has been a rough few weeks as we’ve seen the COVID-19 virus take a toll on our livelihoods, our families and the world economy. People are losing their lives, and businesses are suffering in the shadow of revenue losses and a volatile stock market. The...
Thought Experiment - Futility Closet On Twin Earth, a brain in a vat is at the wheel of a runaway trolley. There are only two options that the brain can take: the right side of the fork in the track or the left side of the fork. There is no way in sight of derailing or stopping the trolley a...
DeepMind - What if solving one problem could unlock solutions to thousands more? Artificial intelligence could be one of humanity's most useful inventions. We research and build safe AI systems that learn how to solve problems and advance scientific discovery for all.
Getting Started With .NET Localization I have a dirty little secret to admit, and I hope you don’t think less of me for saying so. I have never localized any application that I’ve ever built. Phew, I feel better getting that off my chest. I like to think it’s something we’ve all done.
Setting Up Git Identities Working on many projects across multiple identities can be difficult to manage. This is a procedure for leveraging git aliases to set an identity at the project level.
Blazor Tutorial : Gridview Paging Hey Coders, Subscribe here - https://www.youtube.com/channel/UCetyodKOWGk5H6FoKoFnkZw Talk to us on - https://www.twitch.tv/curiousdrive Like our page - https://www.facebook.com/curiousdrive/ Follow us on - https://twitter.com/curious_drive Follow us o...
Top 10 Static Site Generators in 2020 With the growth of the JAMstack and its community, Static Site Generators are becoming more and more popular. In this video, let's take a look at the top Static Site Generators of 2020! https://www.jamesqquick.com https://twitch.tv/jamesqquick https://ww...
Bandits, victims and idiots I don’t enjoy politics, I don’t know enough about it, and my privilege greatly insulates me from its negative effects, and so I don’t talk about it much on this blog. My intention…
Replacing AJAX calls in Razor Pages with Razor Components and Blazor In this post I show how you can get AJAX-like behaviour in your Razor Pages by using Razor Components and Blazor
Learning Hardware With Makecode for Kids -- Live on Twitch! I’ve always wished that I could have learned about working with hardware and electronics from a younger age. I hope to share what I’ve learned and hopefully inspire school-aged kids who are currently stuck at home. When and Where I’ll be live-streaming an...
State of Unity 2020: In This Together - Unity Technologies Blog At this difficult time, we remain committed to making it easier and more intuitive for you to achieve your aspirations. We believe the world is a better pl...
c# Snake in the browser Following on from https://medium.com/@MStrehovsky/building-a-self-contained-game-in-c-under-8-kilobytes-74c3cf60ea04 , would it be…
Stark - Native Compiler - Prototype 2019 This is the second part of the blog post series about The Odyssey of Stark and Melody and more specifically, about the development of a prototype of the native compiler for the Stark language developed...
Online Product Testing - Get Paid To User Test | UserTesting User testers with UserTesting can get paid up to $60 per test to visit various websites and apps, complete a set of tasks, and speak your thoughts out loud.
Monsters Weekly 157 - C# 8 Default Implementationss Default implementations in C# 8 allow you to adapt your interfaces as your product changes without having to go back and fix a whole bunch of code you’ve already written.
Production postmortem: high CPU when there is little work to be done A RavenDB user called us with a very strange issue. They are running on RavenDB 3.5 and have run out of disk space. That is expected, since they are storing ...
Look iOS Developer, No Mac Required - Build an iOS Application using Xamarin and Visual Studio for Windows without using a Mac - Nick's .NET Travels If you’re a die-hard Windows user, like me, you’ll be excited to know that you can now build iOS application using Xamarin (and Xamarin.Forms) and Visual Studio, without having to buy or use a Mac. That’s right for development, you no longer need to inves...
Windows code-execution zeroday is under active exploit, Microsoft warns There's no patch available now. Here's what to do until Microsoft issues one.
Introduction to Functional Programming in F# - Part 9 — Softwarepark In this post we are going to see how we can improve the readability of our code by increasing our usage of domain concepts and reducing our use of primitives.
ASP.NET Core Guide for ASP.NET Framework Developers ASP.NET Core is here to stay. Let's see what has changed from the ASP.NET you've known for years
NServiceBus and .NET Core Generic Host My current client is using .NET Core 2.x, with plans to upgrade to 3.x next month. As part of that system, we do quite a bit of messaging, with NServiceBus as the tool of choice to help make this easier. To get it working with our .NET Core
Easily adding Security Headers to your ASP.NET Core web app and getting an A grade Well that sucks. That's my podcast website with an F rating from SecurityHeaders.com. What's the deal? I took care of ...
Learning and documenting .NET with dotnet try – Bruno Sonnino Learning a new programming language is always hard. You have to read the documentation, stop, go to the IDE of your choice, start a new project, compile and run the program and see the results. Stop. Restart. After some time, you have no more patience for...