Mina zkApp Developers Meetup - San Francisco Learn about Mina Protocol and its zero knowledge smart contracts, have some food and drinks, and network with other developers.
StarkNetCC Lisbon Main Stage 🔮 StarkNetCC : https://www.starknet.cc/💠 Starkware : https://starkware.co/A Big thank you to our sponsorsStarkwareBraavosTheodoAstralyEmpiricLedgerZKXNostr...
My First Piano: A Story of Hurt, Healing and Joy — Jerome Leroy | Composer Being a trained pianist brings its own interesting challenge when it comes to your instrument… because it’s actually quite rare that the piano you play on is actually your instrument. Keyboard players are amongst the few musicians who rarely choose the ...
Zero to App Store in 7 weeks New record! I ported a client’s Ruby on Rails app to iOS and went live in the App Store in 7 weeks.
Regression Using PyTorch, Part 1: New Best Practices -- Visual Studio Magazine Machine learning with deep neural techniques has advanced quickly, so Dr. James McCaffrey of Microsoft Research updates regression techniques and best practices guidance based on experience over the past two years.
Reflection on being an engineering manager, 1 year after (Part 1) I’ve recently completed my first year as an engineering manager - specifically on the Site Reliability team for CloudVision as a Service at Arista. In many ways I’m writing this for myself moreso than anything else - a way to reflect on this year that fle...
Teamwork In this essay, I lay out what I've learned about how software teams work and how you should communicate with the other members of your team.
Frontend is Rife with Bad Ideas Front-end is a cornucopia of bad ideas. It’s full of frameworks, patterns, and technologies that make your job harder, not easier. Over the years, I have realized the hardest thing about front-end is picking up the pieces that “just work” and ignoring the...
KWin and tiling | Mart Personally I haven’t ever been a big user of tiling windowmanagers such as i3, awesome and what not, is not much the workflow style I want 24/7 out of my desktop, but there is definitely something something to say about that kind of multitasking when it m...
A tech lead guide to manager powers 🧙 It took me two years as a manager to reach the “leadership is lonely” phase.
Generate Random Numbers with .NET 6 Since the first release of .NET Framework, a class called Random was shipped. This class is still...
We need more nuance - Can's blog The world is not black and white. It’s mostly gray. In today’s world of hot takes and cancel culture, a lot of people seem to pin others down based on one thing …
Neural Network Pruning Explained Reduce on-CPU prediction and model storage costs by zeroing-out weights while minimally increasing the loss.
A Chance to Become Anti-Fragile | RKG Many private companies are seeing the market and wondering what it means. Here are some thoughts on how to navigate this. (Anything useful is based on the experiences of my teammates at Sequoia and the incredible founders who have survived/thrived in all ...
validating SSL certificates in non-browser software Authors: M. Georgiev, S. Iyengar, S. Jana, R. Anubhai, D. Boneh, and V. Shmatikov
Is Turbopack really 10x Faster than Vite? · Discussion #8 · yyx990803/vite-vs-next-turbo-hmr A week ago, Vercel announced Turbopack, a Rust-based successor to Webpack. In the announcement, one of the headlines was that Turbopack is "10x faster than Vite". This line is repeated in...
Everything you need to know about the OpenSSL 3.0.7 Patch (CVE-2022-3602 & CVE-2022-3786) - MalwareTech Live Status: this is an ongoing issue, and I plan to update this article when new information become available. Make sure to deep-refresh to avoid
Performance improvements in ASP.NET Core 7 .NET 7 brings a great amount of performance improvements to ASP.NET Core developers. Find out what is new and how to take adavantage of the latest enhancements.
GitHub - ema/pets: A configuration management system for Pets, not Cattle A configuration management system for Pets, not Cattle - GitHub - ema/pets: A configuration management system for Pets, not Cattle
Wii U Architecture | A Practical Analysis An in-depth analysis that explains how this console works internally
SourceHut terms of service updates, cryptocurrency-related projects to be removed sourcehut is a network of useful open source tools for software project maintainers and collaborators, including git repos, bug tracking, continuous integration, and mailing lists.
Entity Framework 7 performance improvements due to less roundtrips Entity Framework 7 Preview 6 has just been released (12th July 2022). Shay from the Entity Framework team has done … Continue reading Entity Framework 7 performance improvements due to less roundtrips
What is a "Select Administrator"? Is that some special elite kind of administrator? It's two different messages that combine in an interesting way.
C# gets yet another keyword in C# 11 Let's take a look at C#'s new keyword, called file.Full video on file keyword: https://www.youtube.com/watch?v=xm8eQenL7wA
Learn C# with CSharpFritz - Introduction to .NET MAUI Fritz is starting a new series and will be introducing .NET MAUI over the next 8 weeks. Join us for open discussion and introduction of the new .NET framewo...
Microsoft Previews Computer Vision Image Analysis API 4.0 Recently Microsoft announced the public preview of a new version of the Computer Vision Image Analysis API, making all visual image features ranging from Optical Character Recognition (OCR) to object detection available through a single endpoint.
Call for Papers - NDC Oslo 2023 | Conference for Software Developers NDC Oslo 2023 is a 5-Day Event for Software Developers, 22-26 May in Oslo Spektrum.
How to Convert DataTable to JSON in C# - Code Maze There's no in-built method to convert a DataTable to JSON so let's explore different ways we can do that ourselves.
Understanding & Implementing Caching in ASP.NET Core ASP.NET Core provides two primary methods allowing developers to cache information; IMemoryCache and IDistributedCache. Selecting the proper caching implementation requires an understanding of your application, your future goals, and the features of both...
New Videos: Coding Short and a Rant I can't believe October is almost over! I forgot to post about a couple of videos I made this month.
Using a Distributed Memory Cache with .NET Lambda Functions | no dogma blog There may be times when you want to share information between Lambda functions, using a distributed memory cache will help you do this.
Introduction to the Clang AST — Clang 16.0.0git documentation This document gives a gentle introduction to the mysteries of the Clang AST. It is targeted at developers who either want to contribute to Clang, or use tools that work based on Clang’s AST, like the AST matchers.
Lib.AspNetCore.ServerSentEvents 8.2.0 Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core
We Just Gave $260,028 to Open Source Maintainers Sentry is an open source company, and it’s important to us to financially support our non-commercial colleagues in the community as we…
Building a URL shortener in 12 lines of code using Cloudflare Workers Cloudflare Workers Cloudflare Workers is a serverless environment that runs Javascript. Basically, you just write code that handle HTTP requests, similarly to Node.js. The code is deployed globally across the Cloudflare network, which means it’s always ru...
Release Small Visual Basic v2.5.2 · VBAndCs/sVB-Small-Visual-Basic What's new in sVB v2.5: sVB is ready to create productive desktop apps. The toolbox now contains four new controls: ProgressBar, ScrollBar and Slider: These bars are horizontal only, but you can...