Explore other dev related sites in this ring. If you find this idea useful click here to join.
devring.club Previous Random Next

🎉 linksfor.dev(s)

Posts for 'compilers'

  1. Announcing Rust 1.85.0 and Rust 2024 | Rust Blog
  2. C# Object and Dynamic Types
  3. Client state management, sync engines, and Foundry
  4. Why I'm Writing a Scheme Implementation in 2025 (The Answer is Async Rust)
  5. Designing type inference for high quality type errors
  6. A new interpreter in Python 3.14 delivers a free speed boost
  7. IEnumerable vs IEnumerator in C#: One is 2x Faster - LinkedIn Edition
  8. Comments on NASA's 10 rules
  9. Emjay - a simple JIT that does math
  10. Multi-files fixes
  11. Tiny JITs for a Faster FFI
  12. strongly-typed-thoughts.net
  13. GitHub - Grubre/smol-gpu: An rv32i inspired ISA, SIMT GPU implementation in system-verilog.
  14. Tech's Dumbest Mistake: Why Firing Programmers for AI Will Destroy Everything
  15. How I learned to stop worrying and love the LLM · baby steps
  16. Elementary Functions and NOT Following the IEEE 754 Floating-Point Standard — TRYING TO FIND THE OBVIOUS
  17. computer graphics, mathematics, shaders, fractals, demoscene and more
  18. Devlog ⚡ Zig Programming Language
  19. GitHub - Sawyer-Powell/chatgcc: A bash script to use ChatGPT as your C compiler
  20. Gleam gets ‟rename variable” - Gleam
  21. Julia for R users – vituri’s blog
  22. String vs &str
  23. The future belongs to idea guys who can just do things
  24. The inevitability of the borrow checker
  25. strongly-typed-thoughts.net
  26. rewrite.md
  27. Type Theater and Pushing Left
  28. Optimizing with Novel Calendrical Algorithms
  29. GitHub - kspalaiologos/bzip3: A better and stronger spiritual successor to BZip2.
  30. Does O3 beat a specalized numeric compiler?
  31. Starflate: Deflate decompression in C++23
  32. The Next Chapter in Swift Build Technologies
  33. Falsehoods programmers believe about null pointers
  34. How we accidentally built a better build system for OCaml
  35. Creating source-only NuGet packages
  36. Where are they?
  37. My Technological Regrets
  38. Cache Conscious Hash Maps
  39. I Tried To Bootstrap A Startup - memoricide
  40. New Years resolutions for PyTorch in 2025 : ezyang’s blog
  41. TB
  42. GitHub - davidlattimore/wild: A very fast linker for Linux
  43. My impressions of Gleam
  44. Rust's Superpower: Speed Meets Smarts - Chris Woody Woodruff
  45. Using the most unhinged AVX-512 instruction to make the fastest phrase search algo
  46. C Is Not Suited to SIMD
  47. Level Up Your Skills: Learning Rust as a C# Dev - Chris Woody Woodruff
  48. WinForms: Analyze This (Me in Visual Basic) - .NET Blog
  49. Threads, Tasks, and Ownership: C# and Rust Concurrency Explored - Chris Woody Woodruff
  50. Rethinking MediatR Validation: Moving from Pipeline to Domain Objects
  51. Programing Pipelines Using Dependent Types
  52. How we made Blurhash 128x faster — Uploadcare Blog
  53. Garbage Collection in C# vs. Ownership in Rust – Chris Woody Woodruff
  54. A Look at Common Constructs in C# and Rust – Chris Woody Woodruff
  55. Learning about excellence from Roger Rabbit
  56. Beating cuBLAS in Single-Precision General Matrix Multiplication
  57. Beating OpenBLAS in FP32 Matrix Multiplication
  58. Yashovardhan Srivastava
  59. The missing tier for query compilers
  60. Memorization Is Important In CS
  61. Apple is Killing Swift
  62. Perspectives after 4 years – tylerrussell.dev
  63. Building Bauble
  64. I quit my job to work on my programming language
  65. eBPF Research Papers
  66. Announcing Rust 1.84.0 | Rust Blog
  67. Fidget
  68. Fired From Meta After 1 Week: Here’s All The Dirt I Got
  69. Build an LVGL Touchscreen App with Zig
  70. Comptime: Scott Redig
  71. A 2-ply minimax chess engine in 84,688 regular expressions
  72. crawshaw - 2025-01-06
  73. This year in LLVM (2024)
  74. Improved performance and publishing - Gleam
  75. Weak references and garbage collectors
  76. The JIT calculator challenge
  77. GitHub - indiv0/aoc-fastest
  78. Programming a GPU on bare metal
  79. Reflecting on ten years of my personal project
  80. Pytest is fast
  81. Fish 4.0: The Fish Of Theseus
  82. Solving Sudoku with tmux
  83. How to add metaprogramming to Gleam – lpil.uk
  84. Write your Own Virtual Machine
  85. GitHub - facundoolano/software-papers: 📚 A curated list of papers for Software Engineers
  86. Into CPS, never to return
  87. RAG + Semantic Markup
  88. Ways to use torch.export : ezyang’s blog
  89. Simplifying disassembly with LLVM tools
  90. NPM search is broken
  91. 5 Years of Compiler Jobs — Matthew Gaudet
  92. Go's Weird Little Iterators · mcyoung
  93. How I Made My SIMD Code 1700x Faster Without Writing Any Intrinsics
  94. Building blogmate.io: Recursive Phoenix Components
  95. Wiki - SurveyOfSystemLanguages2024
  96. Let's CRUNCH! | More magic
  97. Go Protobuf: The new Opaque API - The Go Programming Language
  98. Fast, Constrained Optimization in the Browser with SCIP
  99. Fast LLM Inference From Scratch
  100. Your First day on the team = releasing Your first feature
  101. All Your Codebase
  102. Zero to CMake | Fred's Blog
  103. Common Misconceptions about Compilers
  104. Using the YamlDotNet source generator for Native AOT
  105. Tree Calculus
  106. Memory-safe PNG decoders now vastly outperform C PNG libraries
  107. Ways to use torch.compile : ezyang’s blog
  108. Defining All Undefined Behavior and Leveraging Compiler Transformation APIs
  109. Having fun with ValueTuple
  110. runtime/docs/design/specs/runtime-async.md at main · dotnet/runtime
  111. Making Computer Faster: a Deep Dive into Dynamic Dispatch (part 1)
  112. You can use C-Reduce for any language
  113. You have built an Erlang
  114. Apache NuttX and small systems - Hello, World !
  115. Functional programming self-affirmations
  116. Static, Dynamic, Mergeable, oh, my!
  117. Unsafe for work
  118. What I wished I knew when learning C
  119. Dear friend, you have built a Kubernetes
  120. Mirror: An LLM-powered programming-by-example programming language
  121. Learning LLVM (Part-1) - Writing a simple LLVM pass
  122. Keeping it small: helping the compiler to remove unused code in OCaml
  123. An Unreachable Hidden XKCD Easter Egg inside CPython
  124. On "Safe" C++
  125. How to Build a Chess Engine and Fail
  126. Context aware compilation - Gleam
  127. n times faster than C, Arm edition · Luna’s Blog
  128. The only computer science book worth reading twice?
  129. Stop Making Me Memorize The Borrow Checker
  130. ‘Reflections on Trusting Trust’, but completely by accident this time
  131. Calling methods is easier and faster with C# 13 params collections - .NET Blog
  132. Zig Reproduced Without Binaries - Motiejus Jakštys Public Record
  133. What's new in F# 9 - F# Guide - .NET
  134. Top 5 Language Features in C# 12 - Coding Sonata
  135. MVVM Toolkit v8.4: Custom Access Modifiers for Partial Properties – How To
  136. How dotnet.exe resolves and loads the hostfxr library - Exploring the .NET muxer - Steve Gordon - Code with Steve
  137. Where web components shine
  138. Notes from the Carbon panel session at EuroLLVM 2024
  139. Clean Architecture: The Missing Chapter
  140. Verifying code against architecture with Metalama
  141. Jia Tanning Go code
  142. Golang developers should try Odin
  143. What’s New in POSIX 2024 – XCU
  144. GitHub - aartaka/pretty.c: Making C Look ✨Pretty✨and Lua/Lisp/Python-esque
  145. GPGPU Compute Concepts
  146. Self-documenting Code
  147. Zig is everything I want C to be
  148. Free Productive C# Webinar - Meta-Programming in C# with Metalama (October 23)
  149. svelte
  150. 2 JVM problems Clojure has to handle
  151. Good tools are worth paying for • Dylan Fitzgerald
  152. Announcing Rust 1.82.0 | Rust Blog
  153. When should I use String vs &str?
  154. how-i-think-of-the-expression-problem - Chad Nauseam Home
  155. Every bug/quirk of the Windows resource compiler (rc.exe), probably
  156. Let's run some NFAs — 0xd34df00d.me
  157. C# 6.0 Overview
  158. C# Nullable reference types – No more null reference exceptions!
  159. My negative views on Rust
  160. Engineering the Scalable Vector Extension in .NET - .NET Blog
  161. Revisiting the DOS memory models
  162. .NET 9 Performance Improvements Summary
  163. Avoiding Repetitive Code With Metalama
  164. What’s New In Python 3.13
  165. 6 years with Gleam
  166. SYCL: A Portable Alternative to CUDA - Sasank's Blog
  167. Critical Social Infrastructure for Zig Communities
  168. An Introduction to Filament
  169. Pledging $300,000 to the Zig Software Foundation
  170. Migrating from AWS to Self-Hosting ⚡ Zig Programming Language
  171. C Until It Is No Longer C
  172. Tour of Hell
  173. On leaving my last job
  174. How DWARF Works: Table of Contents and Introduction
  175. Rewriting Rust
  176. Whence ' '? – Casey Rodarmor's Blog
  177. Tune Llama3 405B on AMD MI300x (our journey) - Felafax Blog - Obsidian Publish
  178. Optimizing Guile Scheme — dthompson
  179. What cpu context switch and cache pollution are and how do they impact performance
  180. Ratchets in software development
  181. Announcing Swift 6
  182. Vector math library codegen in Debug · Aras' website
  183. Safe C++
  184. Porting SBCL to the Nintendo Switch
  185. Arrays of Wisdom of the Ancients
  186. Performance Improvements in .NET 9 - .NET Blog
  187. The First HTML LSP That Reports Syntax Errors
  188. What’s in an e-graph?
  189. An ideology-induced bug in Mypy
  190. Why I Prefer Exceptions to Error Values
  191. Just for Fun. No, Really.
  192. What is the best pointer tagging method?
  193. Why is F# code so robust and reliable? - .NET Blog
  194. LINQ Joins on multiple columns in Entity Framework
  195. Clojure - Clojure 1.12.0
  196. Debugging a memory leak in a Clojure service
  197. Async Rust can be a pleasure to work with (without `Send + Sync + 'static`)
  198. The Fundamental Law Of Software Dependencies
  199. gRPC: 5 Years Later, Is It Still Worth It?
  200. Behavior Sanitizers in Elixir
  201. On the strange status of wchar_t in classic MIDL - The Old New Thing
  202. Understanding Angular AOT vs. JIT Compilations
  203. All Aboard the Bootstrap Transpiler Express
  204. live-bootstrap/parts.rst at master · fosslinux/live-bootstrap
  205. Why am I writing a Rust compiler in C?
  206. Fluid Simulation and Web Assembly
  207. GitHub - dpjudas/SurrealEngine: Unreal Tournament Engine Reimplementation
  208. State of Generics and Collections
  209. PyTorch is dead. Long live JAX.
  210. Instead of putting a hash in the Portable Executable timestamp field, why not create a separate field for the hash? - The Old New Thing
  211. Keeping Production Observable with rising costs
  212. STD Doesn't Have to Abstract OS IO
  213. An introduction to auto-vectorization with LLVM
  214. You should make a new programming language
  215. You should make a new programming language
  216. Building static binaries in Nix — kokada
  217. Quote-unquote "macros"
  218. async2 - The .NET Runtime Async experiment concludes
  219. csharplang/proposals/TypeUnions.md at 18a527bcc1f0bdaf542d8b9a189c50068615b439 · dotnet/csharplang
  220. First impressions of Gleam: lots of joys and some rough edges
  221. Tony Hawk's Pro Strcpy
  222. Debugging a rustc segfault on illumos :: sunshowers
  223. The difference between undefined behavior and ill-formed C++ programs - The Old New Thing
  224. Adding Serilog to ASP.NET Core: a practical guide
  225. Porting Lean to the ESP32-C3 RISC-V microcontroller
  226. cppfront: Midsummer update
  227. How to compress out interior padding in a std::pair and why you don't want to - The Old New Thing
  228. Avalonia 11.1: A Quantum Leap in Cross-Platform UI Development
  229. Bril: An Intermediate Language for Teaching Compilers
  230. Evolving Languages Faster with Type Tailoring
  231. strlcpy and how CPUs can defy common sense
  232. In my Visual Studio project, I set my Conformance mode to permissive, but it's still not permissive - The Old New Thing
  233. Mapping symbols: rethinking for efficiency
  234. How conditional breakpoints work 🐢
  235. The state machine in C# with async/await
  236. Migrating .NET APIs with Obsolete Attribute
  237. An interactive guide to x86-64 assembly - moving data
  238. My first program ever coded
  239. Rockin’ the Code World Season 4: Wisdom from the Trenches: Navigating Career Longevity in Software Engineering
  240. Pin
  241. Adding Serilog to ASP.NET Core: a practical guide
  242. How To Fix .NET Nullability Warnings For Guarded Members
  243. Free .NET 8 Web API Live Stream's
  244. Fastest C# Enum to String - NDepend Blog
  245. SCALE documentation
  246. How not to benchmark!
  247. The missing parts in Cargo
  248. Beating the compiler
  249. ASP.NET Core Basics: 12 Questions and Answers for Beginners
  250. Introducing wlhc: wayland hot corners
  251. neotraverse: unbloating traverse | Puru Vijay
  252. dut
  253. Creating an already-completed asynchronous activity in C++/WinRT, part 2 - The Old New Thing
  254. C# 13: Explore the latest preview features - .NET Blog
  255. Always Optimize the Feedback Loop
  256. (modal)
  257. Scan HTML faster with SIMD instructions: .NET/C# Edition – Daniel Lemire's blog
  258. I Have No Constructor, and I Must Initialize
  259. The Snapdragon X Elite’s Adreno iGPU
  260. Beating NumPy’s matrix multiplication in 150 lines of C code
  261. How do I produce a Windows Runtime asynchronous activity from C#? - The Old New Thing
  262. A Type for Overload Set
  263. GitHub - vslavik/diff-pdf: A simple tool for visually comparing two PDF files
  264. How to output a SARIF file from a .NET project - Gérald Barré
  265. Writing GUI apps for Windows is painful | Samuel Tulach
  266. The Great Database Migration
  267. Industrial macros
  268. Skip and Kotlin Multiplatform
  269. Why Google Sheets ported its calculation worker from JavaScript to WasmGC  |  web.dev
  270. Writing a remove_all_pointers type trait, part 1 - The Old New Thing
  271. What's New in React 19
  272. You probably wrote half a monad by accident
  273. Profiling with Ctrl-C
  274. Extension methods make code harder to read, actually
  275. Exploring How Cache Memory Really Works
  276. Learning Machine Learning in Elixir | zacksiri.dev
  277. Announcing TypeScript 5.5 - TypeScript
  278. Announcing the Pre-Scheme Restoration — Pre-Scheme
  279. How to convert between different types of counted-string string types - The Old New Thing
  280. The postmodern build system
  281. On the sadness of treating counted strings as null-terminated strings - The Old New Thing
  282. Code Style for Better Productivity - Tips and Tools from the Metalama Team | The .NET Tools Blog
  283. Static arrays are the best vectors
  284. Spending too much time optimizing for loops
  285. My experience crafting an interpreter with Rust
  286. TypeScript 5.5 Adds ECMAScript Set Support
  287. Elixir v1.17 released: set-theoretic types in patterns, calendar durations, and Erlang/OTP 27 support
  288. My very first production bug
  289. BCC to libbpf conversion guide
  290. Apple blocks PC emulator from being available in iOS App Store and third-party app stores - 9to5Mac
  291. Announcing TypeScript 5.5 RC - TypeScript
  292. The Rise of Groq: Slow, then Fast
  293. 0.13.0 Release Notes ⚡ The Zig Programming Language
  294. What's the deal with std::type_identity? - The Old New Thing
  295. Test-Driving HTML Templates
  296. Speeding up rustc by being lazy
  297. MSTest 3.4 is here with WinUI support and new analyzers! - .NET Blog
  298. Vulkan 1.3 on the M1 in 1 month
  299. A DSL for Implementing Math Functions
  300. DuckDB isn't just fast
  301. Fast and Compact Structured Logging in C# Using String Interpolation
  302. Refactor your code using alias any type - .NET Blog
  303. More on harmful overuse of std::move - The Old New Thing
  304. A graphical depiction of the steps in building a C++ executable, basics - The Old New Thing
  305. Icing or Cake? — dthompson
  306. A graphical depiction of the steps in building a C++ executable, with XAML and packaging - The Old New Thing
  307. Test-Driving HTML Templates
  308. Compilers | Rasheed Starlet
  309. Lessons learned on building an app from job seekers (in tech)
  310. Zig's New CLI Progress Bar Explained
  311. A graphical depiction of the steps in building a C++ executable, enhanced for classic Win32 - The Old New Thing
  312. Weakly and strongly typed values in .NET
  313. Middleware doesn't belong in the router
  314. F# developer stories: how we've finally fixed a 9-year-old performance issue - .NET Blog
  315. A graphical depiction of the steps in building a C++ executable, basics - The Old New Thing
  316. Continuous delivery without a CI server
  317. How to test a Roslyn analyzer - Gérald Barré
  318. Evolution of the ELF object file format
  319. Writing a Unix clone in about a month
  320. The Space Quest II Master Disk Blunder
  321. Creating a prepopulated Windows Runtime Vector from C++/WinRT without going through an explicit std::vector - The Old New Thing
  322. Authenticode in 2024
  323. If you have to create a Windows Runtime Vector from C++/WinRT, do it as late as possible - The Old New Thing
  324. Unwind considered harmful? · baby steps
  325. Test-Driving HTML Templates
  326. vu128: Efficient variable-length integers
  327. Quantifying the Impact of Styled Components on Server Response Times
  328. Meta Releases Open Source React Compiler
  329. How to Deal With NullReferenceException? Object reference not set to an instance of an object.
  330. Fundamentals
  331. Runtime code generation and execution in Go: Part 1
  332. Dapper And Strongly Typed IDs – How To Dynamically Register Mappings
  333. Compilers for free with weval
  334. Using Source Generators to Validate IOptions in ASP.NET Core - Code Maze
  335. Computers
  336. on hoot, on boot — wingolog
  337. Why can't I find the injected name of a templated class's templated base class? - The Old New Thing
  338. XUnit–Improve type safety
  339. The .NET Generic Math Library - NDepend Blog
  340. Localizing a .NET console or desktop application
  341. References are like jumps
  342. Exploring the c4... compiler?
  343. Un garçon pas comme les autres (Bayes) - An unexpected detour into partially symbolic, sparsity-expoiting autodiff; or Lord won’t you buy me a Laplace approximation
  344. Setting up Doom Emacs for Astro Development
  345. GitHub - Hirrolot/datatype99: Algebraic data types for C99
  346. Refactor your code with C# collection expressions - .NET Blog
  347. Awaiting a set of handles with a timeout, part 6: Capturing the handles efficiently - The Old New Thing
  348. Pair Your Compilers At The ABI Café - Faultlore
  349. Boosting Productivity with Analyzers
  350. 100x faster sorted array intersections
  351. With PowerPC, Windows CE and the WiiN-PAD slate, everyone's a WiiN-er (except Data General)
  352. GitHub - skeeto/hash-prospector: Automated integer hash function discovery
  353. Making a 3D Modeler, in C, in a Week
  354. On Programming Languages
  355. Thoughts on Zig
  356. Some more C# 12 | Red Hat Developer
  357. Working with Rust Libraries from C# .NET Applications
  358. GitHub - borgo-lang/borgo: Borgo is a statically typed language that compiles to Go.
  359. Borgo Programming Language
  360. Ruby's Complex Branching Options
  361. TypeScript compiler trick
  362. basysKom GmbH | How To Use Modern QML Tooling in Practice
  363. What Computers Cannot Do: The Consequences of Turing-Completeness
  364. No Web Without Women
  365. Memory Management Every Programmer Should Know
  366. Announcing TypeScript 5.5 Beta - TypeScript
  367. Switch expression for void methods
  368. [SOLVED]: node_modules/metro-hermes-compiler/src/emhermesc.js:77 throw ex; Error: EMFILE: too many open files
  369. LogLog Games
  370. Implementing a functionality with GitHub Copilot for Visual Studio
  371. C# 13 Params Collections
  372. Type pattern matching in C# and TypeScript
  373. Ruby might be faster than you think
  374. Thoughts on Primary Constructors in C#
  375. How quickly can you break a long string into lines? – Daniel Lemire's blog
  376. C isn’t a Hangover; Rust isn’t a Hangover Cure
  377. C# 12: Collection expressions and primary constructors | Red Hat Developer
  378. Does readonly make your code faster?
  379. I Wrote My Own Editor
  380. Adventures In Rust: Bringing Exchange Support To Thunderbird
  381. The Real C++ Killers (Not You, Rust)
  382. 0.12.0 Release Notes ⚡ The Zig Programming Language
  383. LLVM is Smarter Than Me
  384. Invariance, Contravariance, and Covariance in C# Generics - Code Maze
  385. Gleam version v1.1 – Gleam
  386. How to build an in-memory Message Bus in TypeScript - Event-Driven.io
  387. Fluent API to await multiple calls and get their respective results
  388. Go performance from version 1.0 to 1.22
  389. Implementing an SHA transformer by hand
  390. GCC version 14 coming soon – and will drop Itanium support
  391. Lennon McLean
  392. Fractals in Pure Lambda Calculus
  393. YETI programming language
  394. The server chose violence - Cliffle
  395. Discrete logic network card
  396. Integer overflow vulnerabilities in .NET
  397. Intel’s Ambitious Meteor Lake iGPU
  398. Thoughts on the xz backdoor: an lzma-rs perspective | Blog | Guillaume Endignoux
  399. smeso - MIPS stacktrace: an unexpected journey
  400. How to use Comments to Prompt GitHub Copilot for Visual Studio - Visual Studio Blog
  401. Overview of webpack, a JavaScript bundler | johnnyreilly
  402. Equip 3rd party types with a deconstructor
  403. Primary Constructor and Logging Don't Mix
  404. pkgsrc on macOS: still works
  405. IntelliJ IDEA 2024.1 Is Out! | The IntelliJ IDEA Blog
  406. xz backdoor and autotools insanity
  407. Self Modifying Code
  408. The Video That Inspired Me To Create Odin
  409. Measuring your system’s performance using software (Go edition) – Daniel Lemire's blog
  410. Oneiblog
  411. Toll-free Bridging in Kotlin Native - Alex DeLorenzo
  412. Testing Your Native AOT Applications - .NET Blog
  413. The Sweet Spot - Maximizing Llama Energy Efficiency · Jacques Mattheij
  414. Lattice now compiles to .NET IL — John Austin
  415. Top level internal is unnecessary
  416. The ancient world before computers had stacks or heaps - The Old New Thing
  417. Pattern matching and the compiler can be surprising
  418. Type Inference Was a Mistake
  419. Reverse Mode Differentiation is Kind of Like a Lens II
  420. xorvoid
  421. Porting the GCLC to the web
  422. Why x86 Doesn’t Need to Die
  423. Hello eBPF: Auto Layouting Structs (7) - Mostly nerdless
  424. I'm A Developer Not A Compiler
  425. Collection Expressions – Using C# 12 in Rider and ReSharper | The .NET Tools Blog
  426. .NET Framework - March 2024 Cumulative Update Preview - .NET Blog
  427. What Computers Cannot Do: The Consequences of Turing-Completeness
  428. Write OpenAPI with TypeSpec
  429. On the future of computer science
  430. Notes on debugging HotSpot’s JIT compilation
  431. Why isn't C++ using my default parameter to deduce a template type? - The Old New Thing
  432. Code It Any Way You Want: Performance of Out Variable Declaration
  433. C# 13: Allow ref and unsafe in iterators and async
  434. Build time is a collective responsibility
  435. Cranelift code generation comes to Rust
  436. Zig defer Patterns
  437. static vs dynamic types
  438. How to use Comments as Prompts in GitHub Copilot for Visual Studio
  439. Eio 1.0 Release: Introducing a new Effects-Based I/O Library for OCaml
  440. 🔬 Rustls: Continuous Benchmarking Case Study
  441. GoblinTools - Neil Turner's Blog
  442. Look ma, I wrote a new JIT compiler for PostgreSQL – Pinaraf's website
  443. Compiling With Constraints
  444. Core Guidelines are not Rules - Simplify C++!
  445. GitHub - albertan017/LLM4Decompile: Reverse Engineering: Decompiling Binary Code with Large Language Models
  446. A Scalable Framework for Folding-based SNARKs
  447. The Return of the Frame Pointers
  448. Zig, Rust, and other languages
  449. Nix is a better Docker image builder than Docker's image builder - Xe Iaso
  450. How well does WRL ComPtr support class template argument deduction (CTAD)? - The Old New Thing
  451. NumPy vs BLAS: Losing 90% of Throughput
  452. How well does ATL CComPtr support class template argument deduction (CTAD)? - The Old New Thing
  453. csharplang/proposals/params-collections.md at main · dotnet/csharplang
  454. 10 years in Open Source
  455. How well does MFC IPTR/CIP support class template argument deduction (CTAD)? - The Old New Thing
  456. C# 12: Primary Constructors
  457. Release Bebop v3.0.4 · betwixt-labs/bebop
  458. How well does _com_ptr_t support class template argument deduction (CTAD)? - The Old New Thing
  459. How to Automatically Cast Between Types in C#
  460. C and C++ Prioritize Performance over Correctness
  461. smeso - Memory ordering and atomic operations synchronization
  462. Why is Everybody Talking about Groq?
  463. A Primer On Randomness
  464. RAII all the things?
  465. How can I force a copy of a C++ value? - The Old New Thing
  466. Zama's homomorphic encryption tech lands it $73M on a valuation of nearly $400M | TechCrunch
  467. Optimizing Rabin-Karp Hashing · Pardon the Interrupt
  468. Proverbs
  469. Experimental C# Interceptors: AOT & Performance for free | .NET Conf 2023
  470. GitHub - NilsIrl/dockerc: container image to single executable compiler
  471. Autogenerating a Book Series From Three Years of iMessages
  472. C# Language Features vs. Target Frameworks
  473. Convert ANY Of Your C# Types Without Casting Using Implicit Operators
  474. Let's not over-hype rust.
  475. Typesafety in xUnit with TheoryData<T>
  476. Optional parameters may appear in the middle of the parameter list - Gérald Barré
  477. The Future That Never Was
  478. Is shadowing a member variable from a base class a bad thing? Maybe, but maybe not. - The Old New Thing
  479. Gleam version 1 – Gleam
  480. Implicit Operators in C#: How To Simplify Type Conversions
  481. CS 6120: The Self-Guided Course
  482. C++/WinRT performance trap: Switching to Windows Runtime too soon - The Old New Thing
  483. You’ve just inherited a legacy C++ codebase, now what?
  484. Marc Kerbiquet's Website
  485. Introduction To Low Latency Programming: Minimize Branching And Jumping
  486. Does this 8088 code in the Leisure Suit Larry 2 game actually do anything?
  487. EF Core - Cannot convert from 'string' to 'System.FormattableString'
  488. Lock statement patterns
  489. What if best practices were the norm?
  490. .NET JsonElement Error Handling | endjin
  491. Language Checklist
  492. Things I Used to Care About
  493. foojay – 12 Lessons Learned From Doing The 1BRC Challenge
  494. Extracting data from a small CSV file with Haskell
  495. Release Notes for February 15, 2024
  496. Soft Skills in Software Engineering
  497. Linting away manipulation of raw pointers with C++20
  498. Blazor Basics: HTML Forms and Capturing User Data
  499. Changing TypeScript library functions while keeping backwards compatibility
  500. Keywords for Top 10 Languages
  501. Conformant OpenGL 4.6 on the M1
  502. Antithesis – autonomous testing
  503. New Features in C# 12
  504. AMD Zen 5 Compiler Support Posted For GCC - Confirms New AVX Features & More
  505. What Is the Difference Between Properties and Fields in C# - Code Maze
  506. Building the DirectX shader compiler better than Microsoft?
  507. Why Bloat Is Still Software’s Biggest Vulnerability
  508. Django, SQLite, and the Database is Locked Error
  509. How to Get the Number of Files in a Folder With C# - Code Maze
  510. A Splendid Scala Journey
  511. Calling System Functions in a JIT
  512. Comparing for and foreach Loops in C# - Code Maze
  513. Building a HIP environment from scratch
  514. Go 1.22 Release Notes - The Go Programming Language
  515. Microsoft Migrates a Real-Time Service to .NET Core for Performance Gains
  516. Security policies in open source software | Red Hat Developer
  517. Finding New Mountains to Climb
  518. How I learned Haskell in just 15 years
  519. Statically and dynamically typed scripts
  520. .NET R&D Digest (January, 2024)
  521. Exploring the Code World: dotNetDave Inquires About Guests’ Hobbies and Pastimes – Part 1
  522. F# tips weekly #4: Record types
  523. A minimal, complete and correct ELF file
  524. Probabilistic Programming in C# With Infer.NET - Code Maze
  525. How is a binary executable organized? Let's explore it!
  526. Why Test-Driven Development? (Part 2) - Simple Talk
  527. Make Invalid States Unrepresentable
  528. The undercover generalist
  529. In the Debugger's Spotlight: A Year in Review - Visual Studio Blog
  530. Relational Databases Aren't Paying Off In Payments
  531. A Year of C++ Improvements in Visual Studio - Visual Studio Blog
  532. The C Bounded Model Checker: Criminally Underused
  533. Colored Functions Are Good, Actually
  534. How to Properly Create Message Templates for Logging in C# - Code Maze
  535. Error categories and category errors
  536. Checking if a collection is empty in C# - Gérald Barré
  537. F# 8: accessing properties without fuss
  538. Arend van Beelen jr.
  539. Woven Memories - Subroutines
  540. My Impressions of Hare
  541. Safe Manual Memory Management with Coeffects
  542. Common Language Runtime (CLR) overview - .NET
  543. S6E10 - The .NET Trilogy and Learning .NET with Mark J Price
  544. GitHub - FractalFir/rustc_codegen_clr: This rust compiler backend emmits valid CIL (.NET IR), enabling you to use Rust in .NET projects
  545. My experience working on rustc_codegen_clr
  546. Microsoft Office's RTC (Real-Time Channel) migration to modern .NET - .NET Blog
  547. Cake Build Tool Updated to .NET 8 in v4.0.0
  548. SourceGear Rust - Visual Studio Marketplace
  549. Blazor Basics: Component Parameters and State Management
  550. How we made an animated movie in 8kB - Ctrl-Alt-Test
  551. 4 reasons to try Mozilla’s new Firefox Linux package for Ubuntu and Debian derivatives | The Mozilla Blog
  552. Rockin’ the Code World Season 4: Special Guest Jared Parsons
  553. A Range kata implementation in C#
  554. Understanding how top-down operator precedence parsing works
  555. C23: a slightly better C
  556. GitHub - QuantGeekDev/lmaolang: 👏🏼A👏🏼brand👏🏼new👏🏼way👏🏼to👏🏼write👏🏼HTML👏🏼
  557. Ben Carlsson / Effective English
  558. lmaolang/README.md at main · QuantGeekDev/lmaolang
  559. DIY: your own Dependency Injection library!
  560. How to Escape Curly Brackets and Special Characters in C# - Code Maze
  561. Should you, could you AOT?
  562. How to Design an ISA
  563. Why Optimize Code for Performance
  564. Getting a strong reference from the this pointer too soon - The Old New Thing
  565. Some Memories of Niklaus Wirth
  566. Perfecting Protocol Parsing (Probably) with eBPF
  567. The architecture behind Alma – An experimental playground for generative graphics
  568. How to Escape the Backslash Character in C# - Code Maze
  569. A Range kata implementation in F#
  570. Going Native
  571. Between Art and Algorithms
  572. I'm A Developer Not A Compiler
  573. .NET Continuous Profiler: Under the Hood
  574. Jonas Hietala: Exploring the Gleam FFI
  575. Memory Safe C Compiler
  576. How to Distribute Roslyn Analyzers via NuGet
  577. Const strings are not so const after all
  578. What Does yield Do In C#: A Simplified View For Beginners
  579. What's New in F# 8.0: Simpler, Enhanced Uniformity, and Improved Performance
  580. Python 3.13 gets a JIT
  581. How do I prevent my C++/WinRT implementation class from participating in COM aggregation? - The Old New Thing
  582. Making primary constructor parameters read-only - Gérald Barré
  583. Programming as Theory Building - Peter Naur
  584. RIP: Software design pioneer Niklaus Wirth
  585. AoE is written in Assembly - is this actually TRUE?! :O
  586. scheme modules vs whole-program compilation: fight — wingolog
  587. Common Setup and Teardown in dotnet tests without test framework magic
  588. Is Objective-C <code>BOOL</code> a boolean type? It depends
  589. Speed up your code: don't pass structs bigger than 16 bytes on AMD64
  590. What We Got Right, What We Got Wrong
  591. Coding Stories: Me vs. The VNC Guy
  592. [Oberon] Niklaus Wirth 15.2.1934 - 1.1.2024
  593. What I did in 2023
  594. Maestro - Introduction
  595. Why doesn't my code compile when I change a shared_ptr<T>(p) to an equivalent make_shared<T>(p)? - The Old New Thing
  596. Building a self-contained game in C# under 2 kilobytes
  597. This year in LLVM (2023)
  598. How do I prevent my ATL class from participating in COM aggregation? DECLARE_NOT_AGGREGATABLE didn't work - The Old New Thing
  599. How to Initialize Parameters of a Record in C# - Code Maze
  600. Bringing .NET to the Edge: How to Run Your CLI Applications on Cloudflare Workers with WASI
  601. Part 0: The Start
  602. Gentoo goes Binary! – Gentoo Linux
  603. terminal smooth scrolling
  604. Default Values for Lambda Expressions in C# - Code Maze
  605. Cold-blooded software
  606. Safer recursion in F# - .NET Blog
  607. The IDEs we had 30 years ago... and we lost
  608. 4 billion if statements
  609. Getting started with OCaml and Functional Programming | Sandro Maglione
  610. 4 billion if statements
  611. A new lock type in .NET 9
  612. What does it mean when the compiler says that it can't convert something to itself? - The Old New Thing
  613. Nintendo Switch’s iGPU: Maxwell Nerfed Edition
  614. Challenging projects every programmer should try
  615. std::print in C++23
  616. Cray 1 Supercomputer Performance Comparisons With Home Computers Phones and Tablets
  617. Ruby 3.3.0 Released
  618. Never delete tests
  619. I Wrote 2K+ Lines of Brainfuck. Here's What I've Learned
  620. Memory Safety is a Red Herring
  621. Writing Worse Code For Better Maintainability – My Own Blog
  622. Release dotnet-1.0.1 · microsoft/semantic-kernel
  623. Introducing Route Generator for .NET
  624. Validating appsettings becomes much faster with .NET 8
  625. Validate NuGet packages before publishing from GitHub Actions
  626. Discriminated Unions in C#
  627. Progress toward a GCC-based Rust compiler
  628. The best things and stuff of 2023
  629. What Is String Interpolation In C# – What You Need To Know
  630. Advancements in machine learning for machine learning
  631. A curiously recurring lifetime issue
  632. C#– Record types copy constructor
  633. V8 is Faster and Safer than Ever! · V8
  634. How do I specify an optional parameter to a Windows Runtime method? - The Old New Thing
  635. How can I work around the absence of default parameters in the Windows Runtime? - The Old New Thing
  636. File Access Modifier in C# - Code Maze
  637. Serializing restaurant tables in Haskell
  638. Non-Send Futures When?
  639. Building a React F# UI for an Embedded System
  640. Choosing Elegance: The Case for F# in Application Development
  641. Write Your Own Retro Compiler
  642. Non-Send Futures When?
  643. Searching Strings [Pt 6] | C# for Beginners
  644. Sep with me on The Modern .NET Show
  645. Improving programming language performance
  646. Unveiling secrets of the ESP32: creating an open-source MAC Layer
  647. My TypeScript Skills Improving and Best Practices
  648. Dissecting C# Ranges
  649. Building a Text Editor: the Gap Buffer
  650. Inline Snapshot testing in .NET - Gérald Barré
  651. MyOwnDB v2: tech lessons applied
  652. Let’s learn how modern JavaScript frameworks work by building one
  653. clang now makes binaries an original Pi B+ can't run
  654. .NET 8 and C# 12 — Inline Arrays
  655. A Decade of Developing a Programming Language: A Response Response
  656. Private fields with or without underscore
  657. Turbo Pascal turns 40
  658. .NET 8 and C# 12 — ref readonly Parameters
  659. How to make libraries compatible with native AOT - .NET Blog
  660. GitHub - Mozilla-Ocho/llamafile: Distribute and run LLMs with a single file.
  661. Rust: Memory Management
  662. .NET 8 and C# 12 — Experimental Attribute
  663. A journey about the new interceptors of .NET 8
  664. GitHub - federico-busato/Modern-CPP-Programming: Modern C++ Programming Course (C++11/14/17/20)
  665. What's New in TypeScript 5.3 -- Visual Studio Magazine
  666. C# 12 (Complete C# Quick Reference) • Ben Bowen's Blog
  667. on safepoints -- wingolog
  668. On harmful overuse of std::move - The Old New Thing
  669. C3 Documentation
  670. Primary Constructors – Using C# 12 in Rider and ReSharper | The .NET Tools Blog
  671. Racket Beyond Languages | Nikhil's blog
  672. .NET 8 and C# 12 — Primary Constructors
  673. Hixie's Natural Log
  674. Plonky 3 / Valida October Review
  675. Top 3 whole program optimizations for AOT in .NET 8
  676. Things Programmers Can Do in One Week | Blog | build-your-own.org
  677. Typst: Compose papers faster
  678. Announcing TypeScript 5.3 - TypeScript
  679. Improvements & Changes in Android resource generation in .NET 8 - .NET Blog
  680. Things Programmers Can Do in One Week | Blog | build-your-own.org
  681. Berkeley Mono Typeface
  682. Announcing Rust 1.74.0 | Rust Blog
  683. What's New in C# 12: Primary Constructors, Collection Expressions, and More
  684. Linus Torvalds on C++
  685. Aaron Schlesinger's Personal Site
  686. InternalsVisibleToAttribute Class (System.Runtime.CompilerServices)
  687. Why does calling a coroutine allocate a lot of stack space even though the coroutine frame is on the heap? - The Old New Thing
  688. Announcing F# 8 - .NET Blog
  689. Announcing C# 12 - .NET Blog
  690. CC golf
  691. Yes, Ubuntu Is Withholding Security Patches for Some Software
  692. Getting Started
  693. What's new in C# 12
  694. How to Use Interceptors in C# 12
  695. C#–Declaring attributes on positional record types
  696. Trip report: Autumn ISO C++ standards meeting (Kona, HI, USA)
  697. Cancellation and Async State Machines
  698. Removing allocations by reducing closure scopes using local variables - Gérald Barré
  699. How to dig into the CLR
  700. CLion Nova Explodes onto the C and C++ Development Scene | The CLion Blog
  701. Don’t Build AI Products The Way Everyone Else Is Doing It
  702. A quick look at destination-driven code generation
  703. Switching to Elixir
  704. Faster compilation with the parallel front-end in nightly | Rust Blog
  705. Read and Write Windows Registry in C# - Code Maze
  706. Hare aims to become a 100-year programming language
  707. The 'eu' in eucatastrophe – Why SciPy builds for Python 3.12 on Windows are a minor miracle
  708. Officially Qualified - Ferrocene
  709. Discovering The Features Of DotNetFiddle – How To Compile C# Online
  710. Speed up a program for the 50 years old processor by 180000% – Blog about my engineering projects
  711. What's New in Microsoft's F# Language for Functional-First Programming -- Visual Studio Magazine
  712. Announcing TypeScript 5.3 RC - TypeScript
  713. Impressions of .NET Developer Days 2023 Conference
  714. Building a high performance JSON parser
  715. GitHub - xoreaxeaxeax/movfuscator: The single instruction C compiler
  716. Choosing diagnostic IDs - C#
  717. Dunfield Development Services
  718. A new way to bring garbage collected programming languages efficiently to WebAssembly · V8
  719. Visual Studio 2022 17.8 Preview 3: Structured Diagnostics, SQL Server Data Tools Upgrade and More
  720. Circuit Simulator: Compiling a bitmap
  721. A new F# compiler feature: graph-based type-checking - .NET Blog
  722. Beginner’s CSharp Switch Statement Tutorial: How To Properly Use A Switch Statement
  723. GitHub - GaijinEntertainment/DagorEngine: Dagor Engine and Tools source code from Gaijin Games KFT
  724. Porting a ClojureScript project to Squint
  725. Cosmopolitan Third Edition
  726. Breaking change: BinaryFormatter disabled across most project types - .NET
  727. Blazor Basics: Blazor Event Callbacks
  728. The Role of the Control Flow Graph in Static Analysis
  729. Why does code die so soon?
  730. .NET 8 Performance Improvements in .NET MAUI - .NET Blog
  731. Things I like about Gleam's Syntax
  732. Microsoft Cranks Out Weekly Visual Studio 2022 17.8 Previews as GA Nears -- Visual Studio Magazine
  733. Oracle unveils Java development extension for Visual Studio Code
  734. Craig Stuntz - On Learning Compilers and Creating Programming Languages
  735. Source Code Generators, DIY
  736. Was Rust Worth It?
  737. axo blog - System dependencies are hard (so we made them easier)
  738. Metalama Source Code Available | PostSharp Blog
  739. C# Record Explained - NDepend Blog
  740. .NET 8 Top 10 New Features - NDepend Blog
  741. Customizing the behavior of record copy constructors - Gérald Barré
  742. Getting started with gRPC Service with .NET 7
  743. He Who Gives Up Correctness for Performance Deserves Neither
  744. Zig is now also a Windows resource compiler
  745. The 5 Levels of Readable Code
  746. Hash Tables
  747. A programming system
  748. Oracle Offers Java Language Server Tool for VS Code -- Visual Studio Magazine
  749. Wrathmark: An Interesting Compute Workload (Part 1)
  750. Which Interpreters are Faster, AST or Bytecode?
  751. A Look at Tailwind CSS
  752. TypeScript Compiler Explained - CodeJourney.net
  753. At the boundaries, static types are illusory
  754. C Is Not a Low-level Language
  755. Why async Rust? - Without boats, dreams dry up
  756. How Can I Write Code On My Phone? – Unlock Potential For Mobile-First Coders
  757. LSP could have been better
  758. GitHub - CherniakYura/tccurl: Implement include header files over https
  759. How to compare signed and unsigned integers in C++20?
  760. Fast(er) JavaScript on WebAssembly: Portable Baseline Interpreter and Future Plans
  761. Overhauled F# code fixes in Visual Studio - .NET Blog
  762. What Is DotNetFiddle? - A How To Guide on Using C# Anywhere
  763. Announcing .NET 8 RC2 - .NET Blog
  764. How To Use Embedded Resources in .NET
  765. Visual Studio 2022 17.8 Preview 3 is here! - Visual Studio Blog
  766. LLM’s reasoning and other abilities – Second Sight
  767. Multi-language integration testing made easy with Bazel
  768. Soft Orders of Magnitude
  769. Bare-metal Rust in Android
  770. How LinkedIn Adopted Protocol Buffers to Reduce Latency by 60%
  771. Why is Debian the way it is?
  772. Microservices without reason
  773. Thriving in the age of AI
  774. Build a Console App in .NET Core Like a Pro!
  775. Padding for Overlaid Structs
  776. Open Sourcing Ferrocene
  777. Strong static typing, a hill I'm willing to die on...
  778. How to Design a Practical Type System to Maximize Reliability, Maintainability, and Productivity in Software Development Projects / Part 1: What, Why, and How?
  779. Announcing TypeScript 5.3 Beta - TypeScript
  780. .NET R&D Digest (September, 2023)
  781. If Conversion Within .NET - Part 1
  782. Rolling Forward to Major Versions in .NET
  783. Build simple fuzzer - part 6
  784. A shallow survey of OLAP and HTAP query engines
  785. Easing tradeoffs with profiles · baby steps
  786. Chasing the Myth of Zero-Overhead Memory Safety (plus pictures of mythical birds!)
  787. Beginning CMake : Quick Getting Started with CMake
  788. Include interactive Clojure/script code snippets in a web page with SCI & friends
  789. Template meta-programming: Avoiding saying a type before it is complete - The Old New Thing
  790. Was Javascript really made in 10 days?
  791. an aborted experiment with server swift
  792. We Need More DSLs in the Database
  793. ROCm Is AMD’s No. 1 Priority, Exec Says - EE Times
  794. Exploring Linux command-line space time
  795. Reading notes from Performance Improvements in .NET 8 - Kristoffer Strube’s Blog
  796. Using a Discard Variable in C# - Code Maze
  797. Performance Improvements in .NET 8
  798. Internal Affairs
  799. How to be a Good Programmer
  800. Less boilerplate code with the new primary constructor in C# 12
  801. Build reliable and secure C++ programs
  802. 64-Bit Bank Balances ‘Ought to be Enough for Anybody’? | TigerBeetle
  803. Inside New Query Engine of MongoDB
  804. Introducing runes
  805. Why does my C++/WinRT project get unresolved externals for constructors? - The Old New Thing
  806. EI029: Data Processing Service (Part 1)
  807. Stability without stressing the !@#! out · baby steps
  808. What's new in System.Text.Json in .NET 8 - .NET Blog
  809. Do ORMs reduce the need for mapping?
  810. When Zig Outshines Rust - Memory Efficient Enum Arrays
  811. Discriminated Unions in C#
  812. Accessing private members without reflection in C# - Gérald Barré
  813. Synchronization Mechanisms - Volatile vs Interlocked vs lock in C# - Code Maze
  814. GitHub - CatalaLang/catala: Programming language for literate programming law specification
  815. Strange Loop&#39;s greatest hits
  816. How does the Linux Kernel start a Process
  817. GitHub - jonathanpeppers/dotnes: .NET for the NES game console
  818. Performance Improvements in .NET 8 - .NET Blog
  819. GitHub - StereoDB/StereoDB: Ultrafast and lightweight in-process memory database written in F# that supports: transactions, secondary indexes, persistence, and data size larger than RAM.
  820. Hidings Symbols Of Elf Files
  821. Developing OCaml with Nix
  822. Refusing TypeScript is a signal that you don't care about code quality
  823. Beyond TypeScript: Differences Between Typed Languages
  824. Async Rust Is A Bad Language
  825. Null conditional await
  826. Let's Read the Turbo Source: What Happens When You Click a Link?
  827. Closures in C# demystified
  828. OSS Power-Ups: bUnit – Webinar Recording | The .NET Tools Blog
  829. Writing a C compiler in 500 lines of Python
  830. Tail recursion
  831. Can you use a class in C? · On the Joy of Problems
  832. GameRoy: JIT compilation in High-Accuracy Game Boy Emulation
  833. Turn on Nullability checks by default
  834. Use explicit Lambdas with LINQ
  835. Introduction to TDD
  836. Reasoning Task, Async & Await in .NET
  837. JUXT Blog: Clojure in Banking: Griffin
  838. Compiling Rust for .NET, using only tea and stubbornness!
  839. How to Not Build a React App (Part V)
  840. Ruby Outperforms C: Breaking the Catch-22
  841. Modern High Performance C# 2023 Edition
  842. Run My Code! (code injection on Windows)
  843. Elijah Potter
  844. Premature Optimization: Universally Misunderstood
  845. Readonly Modifier in C# - Code Maze
  846. Initial Impressions of Microsoft Olive
  847. You like Circom but you find it confusing? Introducing Circomscribe
  848. How SNARKs fall short for FHE
  849. How to Mark Methods as Deprecated in C# - Code Maze
  850. 5 New ASP net core features in dotnet 8 You'll Love this Year - Doumer's Blog
  851. The first conformant M1 GPU driver
  852. NonEmpty catamorphism
  853. Compile-time type-checked truth tables
  854. ASP.NET Community Standup - ASP.NET Architecture Series: AOT in .NET 8
  855. The Problem with Friendly C – Embedded in Academia
  856. Metaphors for thinking about LLMs
  857. Why Do You Have to Return "Task" Whenever You "await" Something in a Method in C#?
  858. .NET 8 Interceptors
  859. Breaking The Mutant Language's "Encryption"
  860. The Scourge of 00UB | Gavin D. Howard
  861. C# 11 (Complete C# Quick Reference) • Ben Bowen's Blog
  862. Targeting Multiple Frameworks in a .NET Project - Code Maze
  863. Microsoft Open Sources 'ONNX Script' for Python Machine Language Models -- Visual Studio Magazine
  864. What it means when you convert between different shared_ptrs - The Old New Thing
  865. Inside STL: The shared_ptr constructor and enable_shared_from_this - The Old New Thing
  866. Bare Metal Space Invaders
  867. Rachit Nigam | PhD Candidate, Cornell University
  868. Differences Between Const and Readonly in C# - Code Maze
  869. Backward Compatibility, Go 1.21, and Go 2 - The Go Programming Language
  870. Software Engineering at Google
  871. GitHub - valida-xyz/valida: A STARK-based VM focused on code reuse, performance, and modularity
  872. Can you use a class in C? · Effective program synthesis
  873. Primary Constructors for Classes and Structs - Code Maze
  874. Corrode Rust Consulting
  875. Let's Co-Create! Your Voice Matters  - Visual Studio Blog
  876. Go 1.21 Release Notes - The Go Programming Language
  877. GitHub - huggingface/candle: Minimalist ML framework for Rust
  878. Raku: A Language for Gremlins • Buttondown
  879. Inside STL: The map, set, multimap, and multiset - The Old New Thing
  880. Should we stop writing functions?
  881. Why it is hard to generate beautiful HTML emails (from Markdown)
  882. IBM, Red Hat and Free Software: An old maddog’s view
  883. Verifiable encryption on the Blockchain
  884. 0.11.0 Release Notes ⚡ The Zig Programming Language
  885. Implicit Operators – Clean Code Secrets Or Buggy Nightmare?
  886. Source Generators in C# - Code Maze
  887. A Gentle Introduction to LLVM IR · mcyoung
  888. Why your GPU can (and probably should) do real function calls
  889. New C# 12 Preview Features Available
  890. Run Llama 2 on your own Mac using LLM and Homebrew
  891. .NET R&D Digest (July, 2023)
  892. Nim v2.0 released
  893. Inside STL: The pair and the compressed pair - The Old New Thing
  894. Using C# source generation for enhanced logging - Bruno Sonnino
  895. Polyfills in .NET to ease multi-targeting - Gérald Barré
  896. How to Use TypeScript Generics with Functional React Components
  897. What's up, Python? The GIL removed, a new compiler, optparse deprecated...
  898. Cap'n Proto: Cap'n Proto 1.0
  899. Beyond the Basics: XAML Compilation in .NET MAUI
  900. Advanced Performance Extensions (APX)
  901. Perfect forwarding forwards objects, not braced things that are trying to become objects - The Old New Thing
  902. Microsoft Improves Natural Language UI for LLMs with Open Source TypeChat -- Visual Studio Magazine
  903. GitHub - PRQL/prql: PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
  904. Common pitfalls in Go benchmarking
  905. Thriving in the dynamically type-checked hell scape of Clojure
  906. 7 Tips to Boost .NET MAUI Mobile App Performance
  907. jaspervdj - Lazy Layout
  908. Empathetic tools | Software and puns
  909. GitHub - KTStephano/StratusGFX: Realtime 3D rendering engine
  910. JuMP, GAMS, and the IJKLM model
  911. Announcing TypeScript 3.0 - TypeScript
  912. Totality
  913. GitHub - erhant/zkbrainfuck: A Brainfuck zkVM with Circom.
  914. The RyuJIT transition is complete! - .NET Blog
  915. Announcing the .NET Framework 4.7.1 - .NET Blog
  916. Best Practices for Regular Expressions in .NET
  917. Should We Use Records or Classes or Structs in C# - Code Maze
  918. Introducing TypeChat - TypeChat
  919. .NET MAUI 8 Preview 6: Visual Studio Code Extension, Bug Fixes & Native AOT for iOS
  920. Creating a Roslyn Analyzer to ensure that no duplicate values are added at compile time
  921. csharplang/proposals/collection-expressions.md at main · dotnet/csharplang
  922. How to clone a Windows Runtime map in the face of possible concurrent modification, part 1 - The Old New Thing
  923. .NET Framework 4.8 to .NET 6 migration
  924. Why the “Null” Lifetime Does Not Exist
  925. How to clone a Windows Runtime vector in the face of possible concurrent modification, part 4 - The Old New Thing
  926. What's new in C# 12 - C# Guide
  927. Micro-optimization: Concatenating a string with a char using string.Concat - Gérald Barré
  928. Extended C# Support in ReSharper and Rider 2023.2 EAP 9 | The .NET Tools Blog
  929. GitHub - amis92/csharp-source-generators: A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.
  930. Prompt Design
  931. tinygrad + rusticl + aco: why not?
  932. Required Parameters in Blazor WebAssembly - Code Maze
  933. Patching GCC to build Actually Portable Executables
  934. How to clone a Windows Runtime vector in the face of possible concurrent modification, part 2 - The Old New Thing
  935. Put a Pin on That
  936. Five Years of Rhovas
  937. New C# 12 preview features - .NET Blog
  938. MemoryExtensions.Split Method (System)
  939. Why does the compiler complain about a missing constructor when I'm just resizing my std::vector to a smaller size? - The Old New Thing
  940. Compare Byte Arrays in .NET - Code Maze
  941. 10x Performance with SIMD Vectorized Code in C#/.NET | xoofx
  942. Finding Your Mojo – Mike Innes
  943. WebAssembly and replayable functions
  944. How small is the smallest .NET Hello World binary?
  945. TypeScript 5.1: declaring JSX element types | johnnyreilly
  946. Parsing in Python: all the tools and libraries you can use
  947. Matcheroni, a tiny C++20 header library for building lexers/parsers
  948. Overload resolution in C#
  949. {n} times faster than C
  950. How to wait for multiple C++ coroutines to complete before propagating failure, finding the awaiter - The Old New Thing
  951. Episode 126 - Slimming Down .NET: The Unofficial Experiments of Michal Strehovský
  952. 7 Things about C#: If Statements
  953. How to wait for multiple C++ coroutines to complete before propagating failure, preallocating the coroutine frame - The Old New Thing
  954. Debugging xUnit Tests Using Reflection
  955. GitHub - zksecurity/noname: Noname: a programming language to write zkapps
  956. The Tragic Death of Inheritance
  957. How to wait for multiple C++ coroutines to complete before propagating failure, memory allocation failure - The Old New Thing
  958. 40 Years of Computing (Part 1: The First 20 Years)
  959. Roslyn Compiler and Analyzers in .NET - Introduction
  960. How to wait for multiple C++ coroutines to complete before propagating failure, symmetric transfer - The Old New Thing
  961. Fastest Branchless Binary Search
  962. Hashtable in C#
  963. FP pattern - list of TODOs
  964. How to wait for multiple C++ coroutines to complete before propagating failure, custom promise - The Old New Thing
  965. Programming Languages Going Above and Beyond
  966. 7 Things about C#: Console I/O
  967. How to wait for multiple C++ coroutines to complete before propagating failure, false hope - The Old New Thing
  968. Rust fact vs. fiction: 5 Insights from Google's Rust journey in 2022
  969. csharplang/proposals/inline-arrays.md at main · dotnet/csharplang
  970. How to wait for multiple C++ coroutines to complete before propagating failure, unhelpful lambda - The Old New Thing
  971. A case for ClojureScript 2.0
  972. Missing Stack trace when eliding the await keyword
  973. Value Objects in C# - Code Maze
  974. Dart Sass and Hugo Themes
  975. 7 Things about C#: Running Apps
  976. Get ready for fsharpConf 2023! - .NET Blog
  977. The case of the make_shared on a C++/WinRT type - The Old New Thing
  978. Why I started (and stopped) making games
  979. Why am I being told about a signed/unsigned comparison, and why only sometimes, and how can I fix it? - The Old New Thing
  980. Differences Between ExpandoObject, DynamicObject and dynamic
  981. fsharpConf: The F# Community Virtual Conference
  982. Ultimate Guide: NextJS, NestJS & TRPC Monorepo [Updated 2023]
  983. Single Ownership and Memory Safety without Borrow Checking, Reference Counting, or Garbage Collection
  984. The case of the invalid handle despite being managed by an RAII type - The Old New Thing
  985. The C# Meta Programming Roadmap
  986. Collatz sequences by function composition
  987. What is WASI?
  988. A note on Metal shader converter
  989. The move constructor that you have to declare, even though you don't want anyone to actually call it - The Old New Thing
  990. Debian -- News -- Debian 12 "bookworm" released
  991. Introducing C# 12: Primary constructor on classes and struct
  992. Derived Instances Can Break Smart Constructors, Too
  993. sort-research-rs/text.md at main · Voultapher/sort-research-rs
  994. Virtual Methods in C# - Code Maze
  995. To Save C, We Must Save ABI
  996. F# is the .NET Rust
  997. Span / Memory / ReadOnlySequence in C#
  998. More Unit Testing with Less Code - Combinatorial Unit Testing
  999. Bounds Safety: Avoiding Death by a Thousand Constructors
  1000. Demystifying WebAssembly: What Beginners Need to Know
  1001. ASP.NET Community Standup - ASP.NET Architecture Series: AOT
  1002. Release Blink 1.0 · jart/blink
  1003. graydon2 | The Rust I Wanted Had No Future
  1004. It's great that you provide operator overloads, but it's also nice to have names - The Old New Thing
  1005. Tree Borrows
  1006. Hugo and Tailwind: peace at last (maybe) | BryceWray.com
  1007. ZK app developers should be able to see down to the constraints
  1008. JuLox: What I Learned Building a Lox Interpreter in Julia
  1009. ASP.NET Community Standup - ASP.NET Architecture Series: AOT
  1010. Announcing Rust 1.70.0 | Rust Blog
  1011. New Features in Generally Available TypeScript 5.1 -- Visual Studio Magazine
  1012. What Vale Taught Me About Linear Types, Borrowing, and Memory Safety
  1013. I think Zig is hard...but worth it
  1014. Cloud, why so difficult? 🤷‍♀️ | Wing
  1015. alexw.nyc -- duskos-1.html
  1016. Language Pragmatics Engineering
  1017. Keeping software soft
  1018. Favour flat code file folders
  1019. Domain modelling with State Machines and TypeScript by Carlton Upperdine
  1020. nameof get's a bit better in C# 12
  1021. Building a baseline JIT for Lua automatically
  1022. I Am No Longer Speaking at RustConf 2023
  1023. xorvoid
  1024. The obvious final step
  1025. .NET Rocks! PHP and WebAssembly with Jakub Míšek
  1026. the tiny corp raised $5.1M
  1027. 17 Amazing Community Packages for .NET Developers - Claudio Bernasconi
  1028. The Importance of Removing Unnecessary Expression Values in Code in Microsoft .NET
  1029. On creating (and using) a transforming iterator - The Old New Thing
  1030. Compress-a-Palooza: Unpacking 5 Billion Varints in only 4 Billion CPU Cycles
  1031. The Ultimate .NET Version Guide
  1032. Object Initializers in C# - Code Maze
  1033. Hot Reload Supports Modifying Generics! - .NET Blog
  1034. .NET Rocks! Immutable Architectures with Michael Perry
  1035. Building a Dynamic Logical Expression Builder in C#
  1036. Bitwise Binary Search: Elegant and Fast
  1037. Summary of the duck-typing requirements of C++ COM wrappers - The Old New Thing
  1038. Folders versus namespaces
  1039. Introducing Deopt Explorer - TypeScript
  1040. Language Tooling Antipatterns
  1041. Single Abstract Method Traits · mcyoung
  1042. Learning Homebrew Game Boy Game Development in Assembly
  1043. [PATCH 00/32] bcachefs - a new COW filesystem
  1044. Init Only Setters in C# - Code Maze
  1045. What are the duck-typing requirements of ATL CComPtr? - The Old New Thing
  1046. Myths about F#: F#’s strict ordering is dumb! No, it’s great for taming dependencies.
  1047. Increase MAX_MOVES to prevent buffer overflow and stack corruption by ZealanL · Pull Request #4558 · official-stockfish/Stockfish
  1048. TypeScript 5: importsNotUsedAsValues replaced by ESLint consistent-type-imports | johnnyreilly
  1049. Implementing Vale's Region Borrowing, and its Unexpected Quest
  1050. Announcing CheerpJ 3.0: a JVM replacement in HTML5 and WebAssembly to run Java applications (and applets) on modern browsers - Leaning Technologies
  1051. Learn Unison | 💡 The big idea · Unison programming language
  1052. On Custom-Width Integer Types
  1053. What are the duck-typing requirements of _com_ptr_t? - The Old New Thing
  1054. .NET Community Toolkit 8.2: MVVM Toolkit Attributes, Performance Enhancements, and More
  1055. Why does XAML complain that none of the overloads of winrt::to_hstring could be used? - The Old New Thing
  1056. Myths about F#: F# is slow! No, F# can be really fast.
  1057. Driving Compilers
  1058. What is Type-Level Programming? - sulami's blog
  1059. Error handling patterns
  1060. Binary data version migration
  1061. VerificationException in .NET Framework when using structs
  1062. Using sizeof() Operator in C# - Code Maze
  1063. Generic Efficient Accumulation/Folding for Special Sound Protocols
  1064. Using modern decorators in TypeScript - LogRocket Blog
  1065. Virtual DOM: Back in Block | Million.js
  1066. Deborah Kurata's Favorite 'New-ish' C# Feature: Pattern Matching -- Visual Studio Magazine
  1067. Maybe you should store passwords in plaintext.
  1068. How to lock orientation at runtime on iOS 16 with .NET MAUI and Xamarin.Forms
  1069. Verifying your DI Container
  1070. Microsoft is rewriting core Windows libraries in Rust
  1071. How to Start a .NET Project in 2023
  1072. Just Works For Me
  1073. Beautiful Branchless Binary Search
  1074. Using Crates.io with Buck
  1075. Announcing .NET Community Toolkit 8.2! Faster generators, code fixers, performance improvements and more! - .NET Blog
  1076. What's up with this new memory_order_consume memory order? - The Old New Thing
  1077. Building from source all the way down — 2023 — Blog — GNU Guix
  1078. RPC over Websockets [or TCP]
  1079. Deterministic Finalization in C#: IDisposable and Best Practices | C# Tutorials Blog
  1080. Why is std::hardware_destructive_interference_size a compile-time constant instead of a run-time value? - The Old New Thing
  1081. Introduction to gRPC with Fiddler Everywhere
  1082. Automating HTML Validation for a Happier Life
  1083. Static Methods vs. Non-Static Methods in C#
  1084. Revisiting The Fast Inverse Square Root - Is It Still Useful?
  1085. Michael Tsai - Blog - Price Increases for Developer Tools
  1086. Announcing Rust 1.69.0 | Rust Blog
  1087. Working with Sass in an ASP.NET Core application
  1088. No Code, Clean Performance
  1089. Where's my feedback loop?
  1090. Web API Updates with .NET 8
  1091. Generalized Macros
  1092. Welcome to Peter's DevLog - Wrapping C libraries in Nim
  1093. How can I find the invalid class when C++/WinRT tells me that the class may not be final? - The Old New Thing
  1094. KotlinConf 2023: A Look at the Opening Keynote | The Kotlin Blog
  1095. Using buck to build Rust projects
  1096. Building the Linux kernel in under 10 seconds with Firebuild - Obsessed with reality
  1097. Converting Strings to .NET Objects – IParsable and ISpanParsable
  1098. touchHLE in depth, part 1: a day in the life of a function call
  1099. Upcasting and Downcasting in C# - Code Maze
  1100. C-styel print debug in golang
  1101. Why Janet?
  1102. How to Round Down a Number to a Nearest Integer in C#
  1103. Six Labors : Announcing ImageSharp.Web 3.0.0
  1104. Debugging native memory issues in a C# application
  1105. Can You Trust a Compiler to Optimize Your Code?
  1106. Towards a Nova-based ZK VM
  1107. C# 11.0 new features: Span<char> pattern matching | endjin
  1108. Monorepos, fast maps, and more – Gleam
  1109. Using Unpoly with Django — /var/
  1110. Mindset shifts for Functional Programming (with Clojure)
  1111. All you need is data and functions
  1112. Should you adopt .NET 7 or wait for .NET 8?
  1113. Looking at C# 12 Proposals and Beyond
  1114. Staff Software Engineer, Copilot IDE
  1115. Riding & Driving in Washington
  1116. C++17 creates a practical use of the backward array index operator - The Old New Thing
  1117. Asynchronous C# programming using async and await keywords | C# Tutorials Blog
  1118. Does OpenTelemetry in .NET Cause Performance Degradation?
  1119. Why Clean Code was (and still is) important?
  1120. Julia's latency: Past, present and future
  1121. What is this [uuid(...)] in front of my C++ class declaration? - The Old New Thing
  1122. Episode 119 - Comparers with Stephen Cleary
  1123. ReSharper IL Viewer and Low-Level C# | The .NET Tools Blog
  1124. Type system of Fortnite's Verse language
  1125. How can I box a std::optional into a C++/WinRT IInspectable? - The Old New Thing
  1126. Nix Turns 20. What the Hell Is It?
  1127. The Perils of Polishing (LONG!)
  1128. C++ Initialization Story in Print
  1129. Primary Constructors with C#
  1130. Zig And Rust Mar 26, 2023
  1131. C# Source Generators: How to get build information?
  1132. Building a DOS ChatGPT client in 2023
  1133. Introducing Kotlin/Wasm
  1134. On being bored as a tech enthusiast
  1135. How to add a Clojure REPL to a web page
  1136. The AsyncIterator interface - Without boats, dreams dry up
  1137. Fascination of AWK
  1138. JVM Performance Comparison for JDK 17
  1139. Why am I getting a weird error about promise_type when I try to write a coroutine? part 2 - The Old New Thing
  1140. GitHub - typst/typst: A new markup-based typesetting system that is powerful and easy to learn.
  1141. TypeScript 5.0: 'Smaller, Simpler and Faster' -- Visual Studio Magazine
  1142. Why does the usage of the initial registers of a Win32 process depend on whether it is a 32-bit or 64-bit process? - The Old New Thing
  1143. Betraying vim for the IDEs of March
  1144. SuperWord (Auto-Vectorization) - An Introduction
  1145. GitHub - SimonCropp/Polyfill: Source only package that exposes newer .net and C# features to older runtimes.
  1146. Announcing TypeScript 5.0 - TypeScript
  1147. The birth of a package manager
  1148. Mind your C++/WinRT namespaces - The Old New Thing
  1149. How Async/Await Really Works in C# - .NET Blog
  1150. fastGPT: Faster than PyTorch in 300 lines of Fortran
  1151. Patterns & Abstractions - Without boats, dreams dry up
  1152. Metaprogramming in Lean
  1153. System.Text.Json Serializing Hierarchical Data
  1154. Partial Classes In C# And How to Use Them - Code Maze
  1155. A Guide For New Programmers on C# Basics
  1156. RazorSlices 0.3.0
  1157. GitHub - DamianEdwards/RazorSlices: Lightweight Razor-based templates for ASP.NET Core without MVC, Razor Pages, or Blazor.
  1158. What is the expression language used by the Resource Compiler for non-preprocessor expressions? - The Old New Thing
  1159. Disambiguating Arm, Arm ARM, Armv9, ARM9, ARM64, Aarch64, A64, A78, ...
  1160. What a good debugger can do
  1161. Taking Full Advantage of NoSideEffects, Or What's It Like To Be An Obsessional Researcher
  1162. School, Home
  1163. TypeScript's Migration to Modules - TypeScript
  1164. What's new for the WinForms Visual Basic Application Framework - .NET Blog
  1165. Visual Basic language strategy - Visual Basic
  1166. When Zig is safer and faster than Rust
  1167. How To Use The yield break Statement In C#? - Code Maze
  1168. EF Core Mapping with Generic Types, Value Conversion, and JSON Columns
  1169. Required Keyword, Checked Operators, nameof Operator Scope – Using C# 11 in Rider and ReSharper | The .NET Tools Blog
  1170. Warnings-as-errors friction
  1171. My Hardest Bug Ever
  1172. Signals vs Streams, in terms of backpressure (2023)
  1173. Nix Quickstart
  1174. csharplang/primary-constructors.md at main · dotnet/csharplang
  1175. Write a First Person Game in 2KB With Rust
  1176. The World's Smallest Hash Table
  1177. Open-Source COBOL .NET Compiler Otterkit Reaches Alpha
  1178. Delegates
  1179. bryan garza
  1180. Journey Through Freedreno
  1181. What Are the Enduring Innovations of Lisp?
  1182. Announcing TypeScript 5.0 RC - TypeScript
  1183. Dealing with the unknown
  1184. .NET R&D Digest (February, 2023)
  1185. Difference Between Returning and Awaiting a Task in C#
  1186. How to develop un-analyzable PL
  1187. "Clean" Code, Horrible Performance
  1188. Annileen Devlog #2 - C++20 and Modules
  1189. How to integrate your Roslyn Analyzer project with SonarQube
  1190. Raw Strings, UTF-8 Strings, and Multiline Interpolations – Using C# 11 in Rider and ReSharper | The .NET Tools Blog
  1191. F# language strategy
  1192. Making Go telemetry opt-in is a mistake
  1193. How to contribute to a project you have no idea about
  1194. Programming Will Always Use Text
  1195. GCC Gets a New Frontend for Rust - Slashdot
  1196. Different Types of Comments in C# and Should We Use Them
  1197. Bean Machine Retrospective, part 8
  1198. Updated Modern Code Generation for WinForm's InitializeComponent - .NET Blog
  1199. Writing a bare-metal RISC-V application in D
  1200. C# "var" with a Reference Type is Always Nullable
  1201. Re-thinking the Visitor Pattern with the Double-Dispatch Approach
  1202. Resolving the Call Is Ambiguous Error While Using LINQ
  1203. GitHub - MichalStrehovsky/sizegame: Compare binary sizes of canonical Hello World in different languages
  1204. C# 11–The scoped keyword
  1205. .NET 8 Preview 1: Native AOT Upgrade and the New 'Blazor United' -- Visual Studio Magazine
  1206. roslyn/source-generators.cookbook.md at main · dotnet/roslyn
  1207. GitHub - o-oconnell/minixfromscratch: Development and compilation setup for the book version of MINIX (3.1.0) on QEMU
  1208. List and Span Pattern Matching – Using C# 11 in Rider and ReSharper | The .NET Tools Blog
  1209. Welcome to Peter's DevLog - Dynamic libraries in Nim
  1210. The case of the mysterious "out of bounds" error from CreateUri and memmove - The Old New Thing
  1211. Few lesser known tricks, quirks and features of C
  1212. They are here
  1213. What Austral Proves (Crash Lime)
  1214. Errors are Not Failures
  1215. BenchmarkDotNet v0.13.5 | BenchmarkDotNet
  1216. Languages & Runtime Community Standup - Otterkit: an OSS COBOL compiler for .NET
  1217. What happens if you co_await a std::future, and why is it a bad idea? - The Old New Thing
  1218. Why is building a UI in Rust so hard?
  1219. Visual Studio 2022 17.5 Preview 3 Build Acceleration
  1220. Making Sense of Acquire-Release Semantics
  1221. Exploring maven incremental builds with maven-build-cache-extension | miguel codes
  1222. .NET Managed languages strategy - .NET
  1223. Google’s Fully Homomorphic Encryption Compiler — A Primer
  1224. Whatever happened to Elm, anyway?
  1225. My Time At The Recurse Center
  1226. What is .NET, and why should you choose it?
  1227. Non-nullable properties in C# 11
  1228. Digging Into Nullable Reference Types in C#
  1229. Beware of fast-math
  1230. Lean BDD and Code Generation
  1231. The unsafe language doom principle
  1232. Scala Resurrection
  1233. Context-dependant code is better than its reputation
  1234. User or *User - Do We Need Struct Pointers Everywhere?
  1235. Asynchronous Programming Patterns in .NET
  1236. Lowering in C#: What's really going on in your code? - David Wengier
  1237. Lowering in C#: What's really going on in your code? - David Wengier
  1238. C# Source Generators - Write Code that Writes Code
  1239. Sydney ALT.NET August - Roslyn Code Generators and CoRoutines with C#
  1240. C# Source Generators - Write code that writes code - David Wengier
  1241. Porting Custom Controls from Xamarin Forms to Uno Platform
  1242. C#11 – Records Demystified
  1243. Zig Meta Programming
  1244. Bean Machine Retrospective, part 7
  1245. C#11 - Immutable Object and Defensive Copy
  1246. Languages & Runtime Community Standup - Otterkit: an OSS COBOL compiler for .NET
  1247. IEnumerable in C# – A Simplified Beginners Guide - Dev Leader
  1248. Comparing the Same Project in Rust, Haskell, C++, Python, Scala and OCaml
  1249. Everything You Wanted to Know About Multiline Strings - Dev Leader
  1250. A Linking Adventure - nsnotes
  1251. Type inference that sticks | Jared Forsyth.com
  1252. Weird things I learned while writing an x86 emulator
  1253. Static and non-static interface member calls in .NET: they are not the same
  1254. Names can be so much more
  1255. The names of birds, part 4
  1256. Python’s “Disappointing” Superpowers
  1257. Inside C++/WinRT: Coroutine completions: Avoiding reentrant completion
  1258. .NET R&D Digest (January, 2023)
  1259. Checksum mismatches on .tar.gz files · Discussion #45830 · community
  1260. Opinionated tools are better
  1261. Announcing TypeScript 5.0 Beta
  1262. How Austral’s Linear Type Checker Works
  1263. Cyber - Fast and concurrent scripting.
  1264. C in WASM
  1265. Announcing Rust 1.67.0 | Rust Blog
  1266. Hello World - Introduction to C# interactive C# tutorial
  1267. C# Lowering
  1268. Languages & Runtime Community Standup - Dive into C# internals
  1269. Nullable reference types–Using the required keyword in C# 11
  1270. Agilean
  1271. Static libraries
  1272. Nim Meta Programming
  1273. What's inside a .EXE File?
  1274. Dear Retro Community, Stop Writing Tools in C
  1275. Required Members in C# - Code Maze
  1276. How I learned to learn as a developer
  1277. It’s 2023, You Should Be Using Typescript!
  1278. A Rough Debut for Visual Studio Spell Checker Preview -- Visual Studio Magazine
  1279. Native AOT Overview
  1280. Announcing .NET Community Toolkit 8.1! Better, faster MVVM source generators, .NET 7 support, and more!
  1281. C# 12: Primary Constructors
  1282. Software testing, and why I'm unhappy about it
  1283. reduce() is a Left Fold, But reduceRight() Isn't a Right Fold
  1284. GitHub - otterkit/otterkit: Otterkit COBOL Compiler
  1285. C# Online Compiler | .NET Fiddle
  1286. Boxing and Unboxing in C# - Code Maze
  1287. Supporting the Use of Rust in the Chromium Project
  1288. Machine Learning in .NET with F# and ML.NET 2.0
  1289. Visual Studio 2022 Release Notes
  1290. Getting rid of warnings with nullable reference types and JSON object models in C#
  1291. 5 new advanced features improving C# 11 | Red Hat Developer
  1292. Directly Access Your Physical Memory (dev/mem)
  1293. What's New in Ruby 3.2
  1294. What does it mean when I get a mismatch from MSVC for _COROUTINE_ABI?
  1295. Executing async operations onchange in Blazor
  1296. A Zig Diary
  1297. You should write React in F#
  1298. SDL2 common mistakes and how to avoid them
  1299. Is coding in Rust as bad as in C++?
  1300. Microfeatures I'd like to see in more languages
  1301. Historical Source Code That Every Developer Should See
  1302. Machine Learning in .NET with F# and ML.NET 2.0
  1303. Bean Machine Retrospective, part 6
  1304. The faker's guide to reading (x86) assembly language
  1305. 100R — weathering software winter
  1306. C# 11 List Patterns - Create compatible types - Gérald Barré
  1307. Impress your colleagues with your knowledge about..the PrintMembers method
  1308. Oly/README.md at main · TIHan/Oly
  1309. bflat - C# as you know it but with Go-inspired tooling
  1310. Give your strings context with StringSyntaxAttribute
  1311. experiments with BPF programs performance · Erthalion's blog
  1312. Learning OCaml in 2023 | sancho.dev
  1313. Misleading geometric mean | Andrey Akinshin
  1314. C# 12: Default Parameters in Lambdas
  1315. Introducing Austral: A Systems Language with Linear Types and Capabilities
  1316. ReadOnlySpan<char> and strings - How not to compare them
  1317. After importing a TLB, how do I convert from one type of _com_ptr_t to another?
  1318. Default Interface Method in C# And When to Use It - Code Maze
  1319. 50 Years of Wow- I lived through 5 decades of computing milestones
  1320. 2022 APFS Advent Challenge Day 17 - Blazingly Fast Checksums with SIMD
  1321. Go is modern PHP
  1322. IEnumerable in C# - Code Maze
  1323. Challenging algorithms and data structures every programmer should try
  1324. Introduction to MVVM Source Generators for C# .NET
  1325. Optimizing Symmetric Quadratic Form
  1326. What are the biggest reasons newcomers give up on OCaml?
  1327. What are the biggest reasons newcomers give up on OCaml?
  1328. Functional error-handling with stack traces
  1329. On the large number of ways of expressing Microsoft Visual C++ compiler versions
  1330. Ref-structs are technically obsolete - Turnerj (aka. James Turner)
  1331. OCaml 5.0.0 is out!
  1332. If we must, let's talk about safety
  1333. I want toast
  1334. A Neat XOR Trick
  1335. Baby Steps With TypeScript
  1336. C# 11: pattern matching and static abstract interfaces | Red Hat Developer
  1337. C# 11 – File Scoped Types
  1338. The best things and stuff of 2022
  1339. Nullable Types in C# - Code Maze
  1340. What does it mean when the compiler tells me that promise_type: is not a member of coroutine_traits<void>?
  1341. Releases · bflattened/bflat
  1342. At Least Assert Your Serialisation Roundtrips
  1343. The limited utility of the phrase “GNU/Linux”
  1344. RC Week 12: What's Next, and Speedrunning Crafting Interpreters
  1345. Bean Machine Retrospective, part 4
  1346. Goodbye to the C++ Implementation of Zig ⚡ Zig Programming Language
  1347. Apple GPU drivers now in Asahi Linux - Asahi Linux
  1348. Atari Dev Studio - Visual Studio Marketplace
  1349. C# 11–Generic Attributes
  1350. Bean Machine Retrospective, part 3
  1351. Reminder: If you intend to use a C++/WinRT namespace, you must include that namespace's header file
  1352. GitHub Copilot preliminary experience report
  1353. Technique: Recursive variants and boxes
  1354. JIT in ClickHouse
  1355. Bean Machine Retrospective, part 2
  1356. Managing CSS Scope With Razor Components
  1357. Our journey to F#: C#-F# Interop – planetgeek.ch
  1358. Twenty five thousand dollars of funny money
  1359. Enoch - Using Neovim as a Fennel Compiler
  1360. Introducing C# 11: Numeric IntPtr and UIntPtr
  1361. How to enumerate through a StringBuilder
  1362. Bean Machine Retrospective, part 1
  1363. Introducing C#11: Required properties
  1364. C++ template parlor tricks: Using a type before it is defined
  1365. .NET 7 - The StringSyntaxAttribute
  1366. Memory Safe Languages in Android 13
  1367. How much does Rust's bounds checking actually cost?
  1368. out-of-bounds memory access bug
  1369. C# 11: Raw strings, required members, and auto-default structs | Red Hat Developer
  1370. A long expected update
  1371. How To Easily Understand TypeScript Generics
  1372. [Apply by 12/08] Introducing our fellowship program
  1373. C# 11 Strings in the Raw
  1374. A Mostly Complete Guide to C# 11’s Final Features
  1375. Why Only Type-hints?
  1376. I/O is no longer the bottleneck?
  1377. Using Rust at a startup: A cautionary tale
  1378. C# String Interpolation - Code Maze
  1379. Using Rust at a startup: A cautionary tale
  1380. Building the fastest Lua interpreter.. automatically!
  1381. Sometimes perfect forwarding can be too perfect: Lazy conversion is lazy
  1382. C# 11 Improvements for Strings, List Patterns and Object Creation
  1383. .NET Serialization Roundup 2022
  1384. Relocatable linking
  1385. Building the fastest Lua interpreter.. automatically!
  1386. Little Languages Are The Future Of Programming
  1387. Quest for my perfect watch.
  1388. Zero-Cost Memory Safety with Vale Regions (Preview)
  1389. .NET 7.0's Performance Improvements with Dynamic PGO are Incredible
  1390. Considering C99 for curl | daniel.haxx.se
  1391. C# 11 and .NET 7 Bring Generic Parsing
  1392. Clojure's typing "problem"
  1393. Why won't C++/WinRT let me co_await a CoreDispatcher or DispatcherQueue?
  1394. Announcing TypeScript 4.9
  1395. C# 11 required members - NDepend
  1396. STAThread and async Main gotcha
  1397. How to Use the “Using Static” Feature in C# - Code Maze
  1398. Introducing the C# 11 Required Keyword
  1399. Why middleware may not be the right abstraction for your data policies.
  1400. How to Return null From a Generic Method in C#? - Code Maze
  1401. Immutability: Dart vs. F#
  1402. Array short-circuiting
  1403. The one about Lisp interactivity
  1404. Gorillas (video game) - Wikipedia
  1405. Twelve C# 11 Features
  1406. How static application security testing improves software security | Red Hat Developer
  1407. Why don't Windows functions begin with a pointless MOV EDI,EDI instruction on x86-64?
  1408. C Isn't A Programming Language Anymore - Faultlore
  1409. Traits in Rust
  1410. Arm64 Visual Studio is officially here!
  1411. Announcing F# 7
  1412. TypeScript for React Developers – Why TypeScript is Useful and How it Works
  1413. Marking API's as obsolete or as experimental
  1414. Mutable value types are evil! Sort of...
  1415. Announcing TypeScript 4.9 RC
  1416. GitHub - dotnet/razor: Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
  1417. C++ is the next C++
  1418. Everything you need to know about the OpenSSL 3.0.7 Patch (CVE-2022-3602 & CVE-2022-3786) - MalwareTech
  1419. 0.10.0 Release Notes ⚡ The Zig Programming Language
  1420. local functions vs lambda expressions
  1421. C# 11 File Scoped Types - NDepend
  1422. PGO: Add new tiers by EgorBo · Pull Request #70941 · dotnet/runtime
  1423. A Team at Microsoft is Helping Make Python Faster
  1424. GitHub Copilot may steer Microsoft into a copyright lawsuit
  1425. Constructor Overloading in C# - Code Maze
  1426. Zig Is Self-Hosted Now, What's Next?
  1427. On Scala 3&#39;s Optional Braces
  1428. Episode 1: A basic expression evaluator
  1429. An argument for self-modifying applications
  1430. With Java 19, VS Code Now Does Virtual Threads While Debugging -- Visual Studio Magazine
  1431. bliki: ConwaysLaw
  1432. How Trying New Programming Languages Helped Me Grow as a Software Engineer
  1433. That Time I Tried Porting Zig to SerenityOS
  1434. That Shouldn't Happen - UnreachableException in .NET 7
  1435. When is a slice of any not a slice of any?
  1436. Simon Peyton Jones
  1437. Writing An Incremental Typesetting Engine | Laurenz's Blog
  1438. Cursed C# - Doing shenanigans in C#
  1439. Modern C# Techniques, Part 3: Generic Code Generation
  1440. C# UI and .NET Hot Reload - A Match Made in .NET MAUI
  1441. Boosting Performance With Sealed Classes in .NET - Code Maze
  1442. GitHub - clemedon/Makefile_tutor: This project aims to create a crystal clear tutorial on a cryptic looking topic.
  1443. The 4th year of SerenityOS
  1444. Zig-style generics are not well-suited for most languages
  1445. GitHub - woodrush/lambda-8cc: x86 C compiler written in untyped lambda calculus
  1446. My Personal Tech Limbo (and Elixir vs Rust)
  1447. Modern C# Techniques, Part 2: Value Records
  1448. Thread by @LinaAsahi on Thread Reader App
  1449. Introduction to WebApplicationFactory
  1450. git/torvalds/linux.git - Linux kernel source tree
  1451. Microsoft Claims Reduction in Cloud Cost from Migrating Internal Services to .NET 6
  1452. Pitfalls with eager loading of collections in EF Core
  1453. An elegy for GNU and RMS
  1454. Ten Years of TypeScript
  1455. Django 4 form rendering using Tailwind without Node or crispy
  1456. x86 vs x64 in .NET
  1457. Debugging coroutine handles: Looking for the source of a one-byte memory corruption
  1458. Peter Ritchie's Blog - By Reference in C#
  1459. Ken Thompson Really Did Launch His "Trusting Trust" Trojan Attack in Real Life
  1460. Getting started with OpenTelemetry Metrics in .NET. Part 2: Instrumenting the BookStore API
  1461. Linus Torvalds: Rust will go into Linux 6.1
  1462. What does the C++ error "A pointer to a bound function may only be used to call the function" mean?
  1463. the sad state of debug performance in c++
  1464. Mainlining Nexus 9: First Boot
  1465. CCPS, a Capcom CPS-1 SDK
  1466. Compiler Optimizations Are Hard Because They Forget - Faultlore
  1467. Announcing TypeScript 4.9 Beta
  1468. The road to Zettalinux
  1469. reading through the OCaml compiler: Part 1
  1470. GitHub - rochus-keller/LeanQt: LeanQt is a stripped-down Qt version easy to build from source and to integrate with an application.
  1471. Announcing Rust 1.64.0 | Rust Blog
  1472. The impossible case of pitching rust in a web dev shop
  1473. reading through the OCaml compiler: Part 1
  1474. Get Up To Date with the Latest Features of C# 11
  1475. Workflow for 3.12 cycle · faster-cpython/ideas Wiki
  1476. What is NullReferenceException in C#? - Code Maze
  1477. Rust is coming to the Linux kernel
  1478. When to refactor
  1479. csharplang/file-local-types.md at main · dotnet/csharplang
  1480. Why load fs:[0x18] into a register and then dereference that, instead of just going for fs:[n] directly?
  1481. Writing unsafe .NET code without the unsafe keyword - Gérald Barré
  1482. C# 11 - Top 5 Features in the new C# Version | Rubik's Code
  1483. GCC's new fortification level: The gains and costs | Red Hat Developer
  1484. GitHub - hsutter/cppfront: A personal experimental C++ Syntax 2 -> Syntax 1 compiler
  1485. Working Iteratively
  1486. It pays to be Circomspect
  1487. We Need Simpler Types
  1488. Architecture of a .NET Application: Case Studies - NDepend
  1489. ZeroBanana – Senior Engineers are Living in the Future
  1490. A pair of Rust kernel modules
  1491. C# Lambda Discards | endjin
  1492. Tutorial on using LLVM to JIT PyTorch fx graphs to native code (x86/arm/risc-v/wasm) (Part I – Scalars)
  1493. Writing a compiler. Bytecode finale
  1494. Writing a compiler. Bytecode finale
  1495. Arm64 Performance Improvements in .NET 7
  1496. OCaml By Example | <fun>
  1497. GitHub - meienberger/runtipi: ⛺️ Tipi is a homeserver for everyone! One command setup, one click installs for your favorites self-hosted apps. ✨
  1498. Byte Magazine Volume 08 Number 08 - The C Language : Free Download, Borrow, and Streaming : Internet Archive
  1499. The Case for Use.GPU
  1500. Security of ZK Systems
  1501. Episode 104 - C# with Mads Torgersen
  1502. Zig, the small language
  1503. TailwindCSS Tip: Arbitrary Values in Utility Classes
  1504. Formal Verification of ZK Constraint Systems
  1505. Using Go generics to pass struct slices for interface slices - Dusted Codes
  1506. Tips to Get Started with Cosmopolitan Libc
  1507. Arti 1.0.0 is released: Our Rust Tor implementation is ready for production use. | Tor Project
  1508. Simplicity and Survival
  1509. Security of ZK Systems
  1510. Why am I getting a null pointer crash when trying to call a method on my C++/WinRT object?
  1511. Infrequent, Pragmatic, Lambda Blog - Cognitive Loads in Programming
  1512. Performance Improvements in .NET 7
  1513. The x86-64 processor (aka amd64, x64): Whirlwind tour
  1514. Turning Methods Into Benchmarks
  1515. Refactor code to use new C# language features | The .NET Tools Blog
  1516. Visual Studio Build Tools Licensing Eased for Open Source C++ Projects -- Visual Studio Magazine
  1517. The AArch64 processor (aka arm64), part 25: The ARM64EC ABI
  1518. Writing a .NET profiler in C# - Part 1
  1519. OCaml at First Glance
  1520. New IKVM 8.2 & MavenReference for .NET projects
  1521. C# 11 Raw String Literals Explained - NDepend
  1522. The AArch64 processor (aka arm64), part 24: Code walkthrough
  1523. Using Generics in C# - Code Maze
  1524. On Caching Elixir Beam files · Anantha Kumaran
  1525. Generalizing Dijkstra's Algorithm — Monday Morning Haskell
  1526. The AArch64 processor (aka arm64), part 23: Common patterns
  1527. Tips for Using TypeScript With React in a Large Code Base
  1528. Running darktable on RISC-V
  1529. Stop saying 10x developer
  1530. We Deserve Better Than BEM
  1531. Inside the Pinecone | Pinecone
  1532. Strongly Typed Middleware in ASP.NET Core
  1533. The AArch64 processor (aka arm64), part 21: Classic function prologues and epilogues
  1534. Typescipt is terrible for library developers
  1535. A Peek at Latest C# 11 Features Coming in November with .NET 7 -- Visual Studio Magazine
  1536. How to Create a Class Dynamically in C#? - Code Maze
  1537. Can types replace validation?
  1538. C# 11 preview: generic math, required members, and more
  1539. The AArch64 processor (aka arm64), part 19: Miscellaneous instructions
  1540. Using TypeScript With React and KendoReact Components
  1541. Ekaitz's tech blog
  1542. Unix is not Linux
  1543. Self Hosted Compiler Upgrade Guide · ziglang/zig Wiki
  1544. The AArch64 processor (aka arm64), part 18: Return address protection
  1545. How I Learned to Stop Worrying and Love Macros
  1546. I Built a Ruby Compiler
  1547. It wasn't for nothing - Grasping gexps
  1548. jank programming language - Clojure/LLVM/Gradual Typing
  1549. What's New in Visual Studio 2022 17.4 Preview 1
  1550. GitHub - norvig/paip-lisp: Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"
  1551. GitHub - oasislinux/oasis: a small statically-linked linux system
  1552. The AArch64 processor (aka arm64), part 14: Barriers
  1553. Choosing a .NET Memory Profiler in Visual Studio - part 1
  1554. C# 11: Preview of features for .NET 7
  1555. Microsoft Releases .NET Community Toolkit 8 with Automatic Source Generation
  1556. Tools I use: Eclipse — bayindirh
  1557. The AArch64 processor (aka arm64), part 11: Loading addresses
  1558. The Story of Mel
  1559. The AArch64 processor (aka arm64), part 10: Loading constants
  1560. That time I 10x’d a TI-84 emulator’s speed by replacing a switch-case
  1561. C23 is Finished: Here is What is on the Menu
  1562. Weird Expressions and Where to Find Them
  1563. So Zero It's ... Negative? (Zero-Copy #3)
  1564. DreamWorks Animation to Release MoonRay as Open Source
  1565. Type Checking and Type Casting in C# - Code Maze
  1566. How generics were added to .NET
  1567. C99 doesn't need function bodies, or 'VLAs are Turing complete'
  1568. Customizing TypeScript String Types with Template Literal Types and Utility Types
  1569. Rider 2022.2 Comes With More C# 11 Features,  Performance Improvements, and Extended Unreal Engine Support | The .NET Tools Blog
  1570. ReSharper 2022.2 Comes With C# 11 Support, Solution-Wide Analysis Optimizations, and Virtual Formatter | The .NET Tools Blog
  1571. Go 1.19 Release Notes - The Go Programming Language
  1572. Release Notes for August 1, 2022
  1573. Invariant functors
  1574. Effective TypeScript › What's TypeScript compiling? Use a treemap to find out.
  1575. Running Zig with WASI on Cloudflare Workers
  1576. Linux 5.19 [LWN.net]
  1577. Linux 5.19
  1578. Domenico Luciani - Misleading Pair Programming
  1579. Why the Windows Registry sucks … technically
  1580. TypeScript Bytecode Interpreter / Runtime Types · Issue #47658 · microsoft/TypeScript
  1581. TypeScript: Typechecker-Assisted Runtime Data Validation
  1582. Logging Source Code Generators
  1583. Union types in C# - Event-Driven.io
  1584. What are Minimal APIs in ASP.NET Core 6 - Code Rethinked
  1585. Twenty years of Valgrind
  1586. Transitional Apps with Phoenix and Svelte
  1587. Templates in C
  1588. What they don't teach you about sockets
  1589. ZpqrtBnk
  1590. finally. #embed
  1591. ~icefox/garnet - sourcehut hg
  1592. Some Thoughts on Zig — Sympolymathesy, by Chris Krycho
  1593. Don't Code Tired | Support Multiple Versions of .NET From A Single Class Library (.NET multi-targeting)
  1594. Why use the Bazel build system?
  1595. Meet Bun: A JavaScript Runtime for the Whole Dev Lifecycle
  1596. GitHub - carbon-language/carbon-lang: Carbon language specification and documentation.
  1597. ZpqrtBnk
  1598. Engineers on brink of extinction threaten entire ecosystems
  1599. Catering to Desktop & Mobile with .NET MAUI
  1600. System.CommandLine 2.0.0-beta4.22272.1
  1601. Native AOT deployment overview - .NET
  1602. Null Conditional Operators in C# - ?. and ?[]
  1603. Crystal is a Surprise | akos.ma
  1604. Nullability in C# - What It Is and What It Is Not
  1605. How I went about learning Rust
  1606. Lessons from Writing a Compiler
  1607. Compiler and Composability in ZKP
  1608. Integrate generator times into /reportAnalyzer by jaredpar · Pull Request #61661 · dotnet/roslyn
  1609. Learn a language by writing too many Forths
  1610. Build an LVGL Touchscreen App with Zig
  1611. Rust front-end
  1612. Unsafe Code in C# (unsafe keyword) - Code Maze
  1613. Succinct FSharp
  1614. Understanding the Stack and Heap in C# | endjin
  1615. Pernicious Nulls - using and abusing nulls in C#
  1616. Proebsting's Law
  1617. Scaling our Spreadsheet Engine from Thousands to Billions of Cells - The Causal Blog
  1618. What’s New In Python 3.11 — Python 3.11.0b3 documentation
  1619. How Clojure works for you
  1620. IKVM 8.2.0
  1621. GitHub - MeViMo/youbit: Using YouTube as a free file hosting service
  1622. I can’t believe that I can prove that it can sort
  1623. Another Update On The Bagel Language
  1624. Performance: Crystal vs Ruby
  1625. IKVM 8.2.0 : r/dotnet
  1626. IKVM 8.2.0 : r/dotnet
  1627. About the Crytal programming language
  1628. Using Graphs to Search for Code · Nick Gregory
  1629. Turns out gcc has imperative argument handling - hisham.hm
  1630. Another Open Source Group Blasts GitHub Copilot, Advocates Leaving GitHub -- Visual Studio Magazine
  1631. Challenge: Find the stack smash bug… – answer
  1632. Brian Robert Callahan
  1633. The Cell Programming Language
  1634. Binary Ninja - Introducing Tantō: Slicing Functions for Faster Finds
  1635. C# vNext - What could come
  1636. Give Up GitHub: The Time Has Come!
  1637. Linear Address Spaces - ACM Queue
  1638. Render Emails Using Razor Templating
  1639. Learning HTML was too hard so I made a compiler instead
  1640. Improve Git monorepo performance with a file system monitor | The GitHub Blog
  1641. Testimonials | The F# Software Foundation
  1642. Lambda Expressions in C# - Code Maze
  1643. What is Razor Templating, really?
  1644. csharplang/low-level-struct-improvements.md at main · dotnet/csharplang
  1645. How to Use Span in C# to Improve Application Performance - Code Maze
  1646. Nondestructive Mutation and Records in C#
  1647. haibane_tenshi's blog - Obscure Rust: reborrowing is a half-baked feature
  1648. Remove Duplicates From a List in C# - Code Maze
  1649. Pair Programming
  1650. Remove Duplicates From a List in C# - Code Maze
  1651. Undefined behavior in C is a reading error. – keeping simple
  1652. QBE - Compiler Backend
  1653. Crafting Interpreters: A Review
  1654. Gleam v0.22 released! – Gleam
  1655. C# 11 - Top 5 Features in the new C# Version | Rubik's Code
  1656. V Language Review (2022)
  1657. Ante
  1658. GitHub - dspinellis/unix-history-repo: Continuous Unix commit history from 1970 until today
  1659. C# 11 static abstract members - NDepend
  1660. My other database is a compiler
  1661. ⚡️ The computers are fast, but you don't know it
  1662. csharplang/required-members.md at main · dotnet/csharplang
  1663. C# Warning Waves Hint at New Keywords in the Future
  1664. Method Overloading In C# - Code Maze
  1665. Eurocrypt 2022 program
  1666. Visual Studio 2022 17.3 Preview 2 Is First Native Arm64 Release -- Visual Studio Magazine
  1667. Creating, Inspecting and Decompiling the World's Smallest C# Program - Steve Gordon - Code with Steve
  1668. Debug Driven Development
  1669. Arm64 Visual Studio
  1670. What is the difference between C#, .NET, IL and JIT?
  1671. Explaining TypeScript
  1672. The Perils of Combining Multicast Delegates with Tasks in C# | endjin
  1673. Multiple Precision Arithmetic: A Recreational Project
  1674. Quantum Development Kits adopts .NET6 and supports Visual Studio 2022
  1675. Data Race Patterns in Go
  1676. ZpqrtBnk
  1677. Delegate, Action, Func, Lamdba expression - What the heck!?
  1678. What Makes a Good Research Proposal?
  1679. Cranelift, Part 4: A New Register Allocator
  1680. Linux on A7-A8X
  1681. Overview of eBPF procfs kernel parameters
  1682. GitHub - ClueLang/Clue: C/Rust like programming language that compiles into Lua code
  1683. Runtime C# Code Compilation Revisited for Roslyn
  1684. Performance tricks I learned from contributing to open source .NET packages
  1685. How Effective Abstractions Are Opinionated | 8th Light
  1686. Go vs C#, Part 3: Compiler, Runtime, Type System, Modules, and Everything Else
  1687. (async) Rust doesn't have to be hard
  1688. The Misery of Mainstream Programming
  1689. Comparing Exceptions and Errors in D
  1690. Zig on RISC-V BL602: Quick Peek with Apache NuttX RTOS
  1691. #164 Jared Parsons, The C# Compiler, Part 2 | no dogma podcast
  1692. Stack in C# - Code Maze
  1693. Async destructors, async genericity and completion futures
  1694. The Appeal of Static Typing
  1695. Getting Functional with C#
  1696. 8 things about Records in C# you probably didn't know - Code4IT
  1697. sdk/Microsoft.PackageDependencyResolution.targets at 22c4860dcb2cf6b123dd641cc4a87a50380759d5 · dotnet/sdk
  1698. The Lazy monad
  1699. Anonymous Types in C# - Code Maze
  1700. Thoughts on Clojurescipt and BigDecimal
  1701. We Already Have Go 2
  1702. Remove Duplicates From a C# Array - Code Maze
  1703. Writing JIT Compiler on the Plane
  1704. How I think about C99 strict aliasing rules
  1705. Modern programming languages require generics
  1706. [Last Week in .NET #90] – Optimizing Cryware
  1707. How Uber Uses Zig - Motiejus Jakštys Public Record
  1708. Performance: Lambda Expressions, Method Groups, and delegate caching - Gérald Barré
  1709. Happy 10th Birthday Compiler Explorer! — Matt Godbolt’s blog
  1710. Visual Debugging Now!
  1711. Lotus 1-2-3 For Linux
  1712. Memory safety for SerenityOS
  1713. Unusual optimizations; ref foreach and ref returns
  1714. wtf is Clojure inlining anyway
  1715. Tips for Moving Your Xamarin Library to .NET MAUI
  1716. Laurence Tratt: Static Integer Types
  1717. A real life use-case for generics in Go: API for client-side pagination
  1718. Calculating type sets is harder than you think
  1719. Thorsten Ball - Professional Programming: The First 10 Years
  1720. The Identity monad
  1721. Remembering Buildtool - Julio Merino (jmmv.dev)
  1722. Operator precedence by textual substitution
  1723. Regular Expression Improvements in .NET 7
  1724. Structure and Organize .NET Projects with Rider | The .NET Tools Blog
  1725. Earn $200K by fuzzing for a weekend: Part 1
  1726. Converting Integers to Floats Using Hyperfocus
  1727. Embedding Truffle Languages - Kevin Menard's Weblog
  1728. Announcing Entity Framework 7 Preview 4
  1729. Check if a Number is a Power of 2 in C# - Code Maze
  1730. Auto-Regenerating API Client for Your Open API Project
  1731. EProgrammerNotFound exception in Delphi?
  1732. Unix command line conventions over time
  1733. Why Ballerina is a language
  1734. Case Study: How many colors are too many colors for Windows Terminal?
  1735. You Probably Don't Need to Worry About MediatR
  1736. .NET R&D Digest (April, 2022)
  1737. Implementing a ZK-focused authenticated-encryption scheme
  1738. Techniques and tools to update your C# project - Migrating to nullable reference types - Part 4
  1739. Semantic Versioning for TypeScript Types
  1740. Nvidia sees trillion-dollar future in open and parallel code
  1741. Set C# Language Version for All the Projects in a Solution - Code Maze
  1742. Experience Report: 6 months of Go
  1743. Welcome to a World of OCaml
  1744. Update SDK and use 'u8' string literals by BrennanConroy · Pull Request #41449 · dotnet/aspnetcore
  1745. Release 3.7.10 · fable-compiler/Fable
  1746. Learning JAX by Learning to Learn
  1747. Tutorial: Build gRPC & OData in ASP.NET Core
  1748. Lies we tell ourselves to keep using Golang
  1749. #163 Jared Parsons, The C# Compiler, Part 1 | no dogma podcast
  1750. Inform 7 v10.1.0 is now open-source - Authoring / Inform 7 - The Interactive Fiction Community Forum
  1751. Brian Robert Callahan
  1752. Create .NET Objects without Calling The Constructor
  1753. 5 Software Engineering Foot-guns - Ken Kantzer's Blog
  1754. The Maybe monad
  1755. Protocol Buffers  |  Google Developers
  1756. Announcing the Hare programming language
  1757. Why LSP?
  1758. Annotating your C# code - Migrating to nullable reference types - Part 3
  1759. 2fsharp/csharp2fsharp.md at master · knocte/2fsharp
  1760. Chris Lattner Interview Transcript — Accidental Tech Podcast
  1761. Why must JSX expressions have only ONE parent element? - Dillion's Blog
  1762. Celebrating 40 years of ZX Spectrum ❤️ 💛 💚 💙 | GitHub
  1763. C++ For C# Developers: Part 1 – Introduction
  1764. Async and Async Void Event Handling in WPF
  1765. GitHub - janestreet/magic-trace: magic-trace collects and displays high-resolution traces of what a process is doing
  1766. Azure DevOps Podcast: Mark Seemann: Code That Fits In Your Head - Episode 189
  1767. Python’s “Type Hints” are a bit of a disappointment to me
  1768. TypeScript Basics: How Generic Types Work - DZone Web Dev
  1769. C# async await explained - NDepend
  1770. Fundamentals
  1771. Changing std::sort at Google’s Scale and Beyond
  1772. .NET Community Toolkit v8.0 Preview 3 Tweaks MVVM Source Generators -- Visual Studio Magazine
  1773. Internals of C# nullable reference types - Migrating to nullable reference types - Part 2
  1774. C# 11 Preview Updates - Raw string literals, UTF-8 and more!
  1775. Richard Stallman - "The state of the Free Software movement" - April 13, 2022
  1776. Make self hosted compiler capable of building itself by Vexu · Pull Request #11442 · ziglang/zig
  1777. How To Build an Evil Compiler
  1778. Do You Really Code? · It Will Never Work in Theory
  1779. Value types and exceptions in .NET profiling
  1780. Introducing .NET Annotations Lambda Framework (Preview) | Amazon Web Services
  1781. How EEx Turns Your Template Into HTML
  1782. Try-Catch Block in C# - Code Maze
  1783. Using the Roslyn APIs to Analyse a .NET Solution - Steve Gordon - Code with Steve
  1784. What's New in IntelliJ IDEA - 2022.1
  1785. Deconstructing programs for compiler fuzzing · Comby
  1786. Sorry, Wrong Number: Debugging a Crash under Wine
  1787. Keeping up with .NET: learning about new features and APIs
  1788. Introduction to the Node.js reference architecture, Part 8: TypeScript | Red Hat Developer
  1789. Warning on lower case type names in C# 11
  1790. Nullable reference types in C# - Migrating to nullable reference types - Part 1
  1791. Announcing .NET Community Toolkit v8.0.0 Preview 3
  1792. Inline Assembly Miscompilation.md
  1793. Matt Roelle | Fennel: The Practical Lisp
  1794. How To Prevent Bugs
  1795. tsup
  1796. Announcing Rust 1.60.0 | Rust Blog
  1797. GitHub - nebuly-ai/nebullvm: Easy-to-use library to boost AI inference leveraging multiple DL compilers
  1798. Answer: Why is this code broken?
  1799. Use Git tactically
  1800. Clojure isnt for me
  1801. Pharo - Pharo 10 Released!
  1802. C# Pattern Matching Explained - NDepend
  1803. Can You Name Top C# IDEs Provided by Microsoft? I Couldn't -- Visual Studio Magazine
  1804. A Tale of Yak Shaving: Accidentally Making a Language, for an Engine, for a Game
  1805. csharplang/checked-user-defined-operators.md at main · dotnet/csharplang
  1806. csharplang/auto-default-structs.md at main · dotnet/csharplang
  1807. Handling date strings in TypeScript - LogRocket Blog
  1808. 03.30.2022 - TypeScript/How some utility types are implemented
  1809. Handling null: optional and nullable types
  1810. csharplang/utf8-string-literals.md at main · dotnet/csharplang
  1811. Managing RavenDB indexes in production, a DevOps guide
  1812. Introduction
  1813. Enable QJFL and OSR by default for x64 and arm64 by AndyAyersMS · Pull Request #65675 · dotnet/runtime
  1814. [RFC] Lifetime annotations for C++ - Clang Frontend - LLVM Discussion Forums
  1815. Lessons learned with Elm | 20Y
  1816. Episode 95 - Avalonia UI with Dan Walmsley
  1817. Generics can make your Go code slower
  1818. OCaml 4.14.0 is released - Ecosystem - OCaml
  1819. CVE-2022-1015,CVE-2022-1016 in nf_tables cause privilege escalation, information leak [LWN.net]
  1820. Monads
  1821. Convenience is King and Polish is quality
  1822. Discovering basic blocks
  1823. Remix: The Yang to React's Yin
  1824. The Dependencies' Reckoning - Considerations when selecting third-party software
  1825. Performance of Discriminated Unions and Active Patterns
  1826. Remixing React Router
  1827. On the importance of trusting trust
  1828. Zhenghao
  1829. How Side Effects Work in FP
  1830. Go To Definition improvements for external source in Roslyn
  1831. Lanai, the mystery CPU architecture in LLVM
  1832. Hooks Considered Harmful
  1833. Error handling across different languages
  1834. SendilKumarN
  1835. Brian Robert Callahan
  1836. Performance benefits of sealed class in .NET - Gérald Barré
  1837. Building a gRPC Client in .NET - Sahan Serasinghe - Personal Blog
  1838. Optimizing Julia code
  1839. Rust's Unsafe Pointer Types Need An Overhaul - Faultlore
  1840. C# Source Generators - Write Code that Writes Code
  1841. A year on Windows: System debugging - Julio Merino (jmmv.dev)
  1842. roslyn-analyzers/PublicApiAnalyzers.Help.md at main · dotnet/roslyn-analyzers
  1843. C Isn't A Programming Language Anymore - Faultlore
  1844. Reducing WebAssembly size by exploring all executions in LLVM
  1845. Go 1.18 Release Notes - The Go Programming Language
  1846. Writing a device driver for Unix V6
  1847. Swapping two numbers in C#
  1848. A Mostly Complete Guide to C# 11’s Future Features
  1849. C# 11 Features Now Previewing in Visual Studio: Generic Attributes and More -- Visual Studio Magazine
  1850. Contributing to Complex Projects
  1851. Writing IL according to the specification
  1852. C# 10 New Features - Code Maze
  1853. GitHub - Cogmasters/concord: C library for handling the Discord API
  1854. Creating a Compiler with Raku – Andrew Shitov
  1855. Software Engineer - F# tools team in Prague, Prague, Czech Republic | Engineering at Microsoft
  1856. How to Add Parameters to a String in C# - Code Maze
  1857. Zhenghao
  1858. Things I hate about Rust, redux
  1859. A Proposal For Type Syntax in JavaScript
  1860. Racing the Hardware: 8-bit Division
  1861. Bugs in Hello World
  1862. Custom Attributes in .NET - Code Maze
  1863. A type-safe DI Container as a tuple
  1864. csharplang/pattern-match-span-of-char-on-string.md at main · dotnet/csharplang
  1865. What’s the maximum number of arguments for method in C# and in .NET?
  1866. I Can No Longer Compile My First Flash Game
  1867. Part 2: Improving crypto code in Rust using LLVM’s optnone
  1868. Part 1: The life of an optimization barrier
  1869. Working with untyped structured data in C# · Discussion #5863 · dotnet/csharplang
  1870. Sharing code between ASP.NET and ASP.NET Core
  1871. Difference Between Task.Run and Task.Factory.StartNew - Code Maze
  1872. proposal/generics-implementation-dictionaries-go1.18.md at master · golang/proposal
  1873. Use a cached delegate for method group conversion · Issue #5835 · dotnet/roslyn
  1874. Minimal APIs in .NET 6 - Code Maze
  1875. Parameter Null Checking in C#11 and optimising throw methods
  1876. Using Zig As Cross Platform C Toolchain
  1877. Linus Torvalds prepares to move the Linux kernel to modern C | ZDNet
  1878. Zig Build System Internals
  1879. Debugging C# in Visual Studio - Code Maze
  1880. Gödel's Incompleteness Theorem, in Bash
  1881. Moving the kernel to modern C
  1882. Announcing Rust 1.59.0 | Rust Blog
  1883. C++ exceptions are becoming more and more problematic
  1884. GitHub - sbp/hedgehog: Concise implementation of a lisp-like language for low-end and embedded devices
  1885. These violent delights
  1886. Early peek at C# 11 features
  1887. rust-analyzer joins the Rust organization! | Rust Blog
  1888. Params Keyword in C# - Code Maze
  1889. System.CommandLine 2.0.0-beta3.22114.1
  1890. ASP.NET Core on .NET 7.0 - Roadmap, preview 1 and file upload in minimal APIs
  1891. How to Convert Int to String in C# - Code Maze
  1892. Nix: An Idea Whose Time Has Come
  1893. Build tool requirements
  1894. Year 2038 problem is still alive and well
  1895. GitHub - mustafaquraish/cup: simple, C-like programming language
  1896. GitHub - yoav-lavi/melody: Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable
  1897. Twenty years of .NET - Yay! — robmiles.com
  1898. The right thing for the wrong reasons: FLOSS doesn't imply security
  1899. Why We Use Julia, 10 Years Later
  1900. A Practical Guide to Dapper - Simple Talk
  1901. C# Nullable Features thru the times
  1902. Type You An Actor Runtime For Greater Good! (with Java 17, records, switch expressions and JBang)
  1903. Announcing TypeScript 4.6 RC - TypeScript
  1904. Kimchi: The latest update to Mina’s proof system
  1905. Question: How is !! envisaged to be used? · Discussion #5735 · dotnet/csharplang
  1906. Attacking an Ethereum L2 with Unbridled Optimism
  1907. Different Ways to Initialize Arrays in C# - Code Maze
  1908. Diagnosing and Fixing MediatR Container Issues
  1909. Writing native WinDbg extensions in C#
  1910. C# 10.0 improves handling of nullable references in generic types - no more AllowNull | endjin
  1911. Initial roll out of !! by stephentoub · Pull Request #64720 · dotnet/runtime
  1912. Improvements and Optimizations for Interpolated Strings – A Look at New Language Features in C# 10 | The .NET Tools Blog
  1913. Visitor Design Pattern in C# - Code Maze
  1914. Why Windows isn't ready for Arm developers | ZDNet
  1915. On finding the average of two unsigned integers without overflow - The Old New Thing
  1916. Debug attributes in .NET
  1917. On Building 30K Debian Packages
  1918. Using Zig to Build Native Lua Scripts
  1919. An advanced, composable, reactive model-view-viewmodel framework
  1920. The Story of Mel
  1921. Compiler Explorer - C# (.NET 6.0.101)
  1922. Go performance from version 1.2 to 1.18
  1923. AdaCore and Ferrous Systems Joining Forces to Support Rust
  1924. WebVM: server-less x86 virtual machines in the browser
  1925. Piped
  1926. Welcome to My Site!
  1927. WebVM: Client side X86 virtual machines in the browser
  1928. Pay attention to WebAssembly
  1929. [Last Week in .NET #79] – Space Newts
  1930. Destroy All Values: Designing Deinitialization in Programming Languages
  1931. Game Performance Optimization - A Practical Example From Industry Idle
  1932. OCaml - Generalized algebraic datatypes
  1933. In defense of NIR
  1934. Difference Between ValueTuple and Tuple in C# - Code Maze
  1935. Writing an open source GPU driver – without the hardware
  1936. Sometimes, rewriting in another language works
  1937. GitHub - dzautner/Sel: A compiler for thin Symbolic Expressions abstraction layer over Lambda calculus.
  1938. Hey Ethereum, Let's Break Solidity's Composability!
  1939. Machine readable specifications at scale
  1940. Raising Coding Standards with .NET 6.0 Code Analyzers | endjin
  1941. Devblog of @kdy1
  1942. Solving the source generator 'marker attribute' problem - Part 1: Creating a source generator - Part 7
  1943. No one cares that you’re right
  1944. Type-level DI Container prototype
  1945. GitHub - max-sixty/prql: PRQL is a modern language for transforming data — a simpler and more powerful SQL
  1946. Implementing a file pager in Zig: Pages, buffers and metadata, oh my!
  1947. Awaiting an async void method in .NET - Gérald Barré
  1948. Top-Level Statements in C# - Code Maze
  1949. Announcing TypeScript 4.6 Beta
  1950. In defense of complicated programming languages
  1951. Surgical programming
  1952. Structure and Interpretation of Computer Programs
  1953. C# 10 (Two Decades of C#: A Reference) • Ben Bowen's Blog
  1954. Underjord | My Elm Experience
  1955. Seven Days of OCaml
  1956. How safe is zig?
  1957. The mystery of the crash that seems to be on a std::move operation
  1958. Introduction to .NET Framework | Pro Code Guide
  1959. Execute Program
  1960. Why Static Languages Suffer From Complexity
  1961. GitHub - water111/jak-project
  1962. Mastering mapped types in TypeScript - LogRocket Blog
  1963. Enumerate Wordle combinations with an applicative functor
  1964. Failing to Learn Zig via Advent of Code - ForrestTheWoods
  1965. Saving source generator output in source control: Creating a source generator - Part 6
  1966. Catch Multiple Exceptions in C# - Code Maze
  1967. Parameterized xUnit Tests with F#
  1968. GitHub - ForNeVeR/Cesium: C compiler for the CLI platform
  1969. Resolving confusion over how to return from a C++ coroutine - The Old New Thing
  1970. Rethinking errors, warnings, and lints
  1971. Cache the delegate for static method group conversions. by pawchen · Pull Request #58288 · dotnet/roslyn
  1972. Announcing Rust 1.58.0 | Rust Blog
  1973. 5.5 mm in 1.25 nanoseconds
  1974. Nullable reference types
  1975. The oracle always tells the truth, even when it is wrong: COM method calls with a user-defined type as a return value - The Old New Thing
  1976. Flow control in C# | endjin
  1977. Announcing Parcel CSS: A new CSS parser, compiler, and minifier written in Rust!
  1978. Standing on the shoulders of giants: Let the compiler tell you what the ABI is - The Old New Thing
  1979. Implementing a file pager in Zig: Reclaiming memory
  1980. Why non-defaultable value types are needed in C#
  1981. Rachit Nigam | PhD Candidate, Cornell University
  1982. Merge pull request #10831 from ocaml-multicore/multicore-pr · ocaml/ocaml@001997e
  1983. Why your Typescript compiles when you thought you were safe
  1984. Why I Like D – Andrea Radaelli
  1985. BenchmarkDotNet 0.13.1
  1986. Things you might not know about CSharp - Duck Typing
  1987. Filling in some gaps in the story of Space Cadet Pinball on 64-bit Windows
  1988. Rust is more portable than C for pngquant/libimagequant
  1989. Records in C# - Code Maze
  1990. How to stop forgetting to await an awaitable call
  1991. My favorite F# code I've written
  1992. Polymorphism in C# - Code Maze
  1993. The joy of building a ray tracer, for fun, in Rust.
  1994. Quantifier predicates - Simple Talk
  1995. Create your own Roslyn Analyzer !! - Super Sharp | A Tech Superhero.
  1996. Compiling a Go program into a native binary for Nintendo Switch™ - Ebiten
  1997. Speculation on the design decisions that led to the common ABI for C++ coroutines
  1998. tvu-compare: rust and zig
  1999. Notes about loading configuration Examples for Play Framework and Spring Boot
  2000. Do We Really Need A Link Step?
  2001. Sciter uses JavaScript from now and on – Terra Informatica Software
  2002. Why the C Language Will Never Stop You from Making Mistakes
  2003. The C++/CX String^ is not an object, even though it wears a hat
  2004. 95644 – [F2018] IEEE_FMA is missing from the IEEE_ARITHMETIC module
  2005. GitHub - sslab-gatech/Rudra: Rust Memory Safety & Undefined Behavior Detection
  2006. You can't copy code with memcpy; code is more complicated than that
  2007. Writing a minimal Lua implementation with a virtual machine from scratch in Rust
  2008. Spectre.Console and String Interpolation
  2009. A Review of the Zig Programming Language (using Advent of Code 2021)
  2010. Ruby 3.1.0 Released
  2011. Code Maze Weekly #107 - Code Maze
  2012. suckless.org software that sucks less
  2013. DNA seen through the eyes of a coder (or, If you are a hammer, everything looks like a nail) - Bert Hubert's writings
  2014. Integration testing and NuGet packaging: Creating a source generator - Part 3
  2015. 0.9.0 Release Notes ⚡ The Zig Programming Language
  2016. LISP with GC in 436 bytes
  2017. GitHub - swc-project/swc: swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
  2018. Getting Roslyn (C# compiler) and Language versions - Gérald Barré
  2019. String Interpolation Trickery and Magic with C# 10 and .NET 6
  2020. Document your .NET code with DocFX and GitHub Actions
  2021. New LINQ improvements in .NET 6
  2022. Accessing arrays and class fields with .NET profiling APIs
  2023. Why GNU Guix matters
  2024. How not to learn Rust
  2025. F# Good and Bad
  2026. A Holly Jolly Christmas with Hot Chocolate 12.4
  2027. Iteration statements - C# reference
  2028. Partial functions and total functions
  2029. # F# Advent 2021 Dec 08 - Fast data pipelines with F#6
  2030. crawshaw - 2021-12-11
  2031. Using clojure.spec.alpha with babashka
  2032. The three types of development
  2033. Introducing stack graphs | The GitHub Blog
  2034. If you're going to configure a header file, you have to do it before you include the header file
  2035. Writing a simple 16 bit VM in less than 125 lines of C
  2036. Make the Implicit Explicit
  2037. Top Free Extensions for Visual Studio 2022 -- Visual Studio Magazine
  2038. LKML: Miguel Ojeda: [PATCH 00/19] Rust support
  2039. Angular Basics: Introduction to Processes, Threads—Web UI
  2040. You Can't Buy Integration
  2041. Debugging at the Boundaries
  2042. Rust takes a major step forward as Linux's second official language | ZDNet
  2043. Loop Fission
  2044. Cancellation Tokens with IAsyncEnumerable - Code Maze
  2045. Makefile Tools December 2021 Update: Problem Matchers and Compilation Database Generation
  2046. The Liskov Substitution Principle as a profunctor
  2047. GitHub - vzarytovskii/interactive-ilkernel: IL Kernel for .NET Interactive
  2048. C# Language Server Revamps VS 2022 Razor Editor for ASP.NET Core -- Visual Studio Magazine
  2049. Compiler error message metaprogramming: Helping to find the conflicting macro definition
  2050. Fastest way to enumerate a List<T> - Gérald Barré
  2051. Don't Code Tired | What’s New in C# 10: Value Type Records
  2052. Could .NET Source Generator Attacks Be A Danger To Your Code? - Steve Talks Code
  2053. The One with .NET after Saint Nick – Codecamp
  2054. Supercharged high-resolution ocean simulation with JAX | dionhaefner.github.io
  2055. Do we really need Undefined Behavior?
  2056. Behind The Spotify Wrapped API Scenes
  2057. How Rider Hot Reload Works Under the Hood | The .NET Tools Blog
  2058. Introducing the new Razor editor in Visual Studio 2022
  2059. Julia 1.7 Highlights
  2060. GitHub - mrthefakeperson/Excel-Virtual-Machine: C Compiler which targets Excel (MS Office)
  2061. Don't Code Tired | What’s New in C# 10: Take Control of Interpolated String Handling
  2062. Reducing an LTO Linux kernel bug with cvise
  2063. How can my C++/WinRT component pass a std::vector back to the caller?
  2064. 4x smaller, 50x faster · asciinema blog
  2065. The .NET Docs Show - Into the deep end with OpenCV
  2066. Don't Code Tired | What’s New in C# 10: Easier Lambda Expressions
  2067. crawshaw - 2021-11-25
  2068. Jab 0.5.1
  2069. GC progress from JDK 8 to JDK 17
  2070. The New Life of PHP – The PHP Foundation | The PhpStorm Blog
  2071. Modern C# Hello World - NDepend
  2072. [CallerArgumentExpression] and throw helpers: Exploring .NET Core 6 - Part 11
  2073. TypeScript vs JSDoc JavaScript | I CAN MAKE THIS WORK
  2074. Don't Bring a Tree to a Mesh Fight
  2075. Running a .NET 6 Service on a Specific Port
  2076. New Kind of Paper, part 4
  2077. hacspec [![hacspec chat][chat-image]][chat-link]
  2078. The tale of a single register value
  2079. New Toolkit for Writing Visual Studio Extensions (And Where to Find Extensions) -- Visual Studio Magazine
  2080. GitHub - elfshaker/elfshaker: elfshaker stores binary objects efficiently
  2081. Why is my C++/CX ref class forbidden from having public methods that are templates or mention, say, std::vector?
  2082. Where is Ruby Headed in 2021? - Big Nerd Ranch
  2083. Global Usings – A Look at New Language Features in C# 10 | The .NET Tools Blog
  2084. New TypeScript 4.5 Improves Asynchronous Programming -- Visual Studio Magazine
  2085. OCaml compiler development newsletter, issue 4: October 2021 - Community - OCaml
  2086. Zettelkasten #1: Classes in D with betterC
  2087. What does the CompileAsWinRT Visual Studio project option mean?
  2088. Migrate from ASP.NET Core 5.0 to 6.0
  2089. CheerpX: Using WebAssembly to run any programming language in the browser
  2090. Talking to SerenityOS Contributors About Scratch-build C++ Developer’s Playground in Modern C++ | The CLion Blog
  2091. Where Are My Favorite Extensions in Visual Studio 2022?
  2092. [ANN] Fennel 1.0.0 released — sourcehut lists
  2093. How C# 10.0 and .NET 6.0 improve ArgumentExceptions | endjin
  2094. C# 10 new feature CallerArgumentExpression, argument check and more
  2095. The weirdest bug I've ever encountered
  2096. C# 10 new feature CallerArgumentExpression, argument check and more
  2097. Why asynchronous Rust doesn't work
  2098. Atlas
  2099. Dynamic PGO in .NET 6.0.md
  2100. Overriding Sealed Methods in C#
  2101. Why Does x = ++x + x++ Give Me the Wrong Answer?
  2102. C# 10 Falls Just a Bit Short
  2103. Dissecting Interpolated Strings Improvements in C# 10
  2104. How I found a bug in Intel Skylake processors
  2105. Modern, functional Common Lisp: Myths and tips
  2106. Welcome to C# 10
  2107. What’s New for Visual Basic in Visual Studio 2022
  2108. Using The Roslyn C# Compiler
  2109. What's new in F# 6 - F# Guide
  2110. James Randall
  2111. jott - building_stuff_from_source
  2112. Breaking changes in .NET 6 - .NET
  2113. Caller Argument Expressions – A Look at New Language Features in C# 10 | The .NET Tools Blog
  2114. NSwag generated C# client: Open API property name clashes and decimal types rather than double | I CAN MAKE THIS WORK
  2115. A quick review of C# 10 new language features
  2116. What's new in F# 6 - F# Guide
  2117. Caller Argument Expressions – A Look at New Language Features in C# 10 | The .NET Tools Blog
  2118. How can I prevent myself from accessing a lambda captured variable or a parameter after I'm done with it?
  2119. Control flow analysis for destructured discriminated unions by ahejlsberg · Pull Request #46266 · microsoft/TypeScript
  2120. Luau Goes Open-Source
  2121. The tale of a single register value
  2122. Don't Code Tired | ICYMI C# 9 New Features: Create Immutable Objects with Records
  2123. Profunctors
  2124. Type | Treat – Wrap-up
  2125. Type | Treat - Day 5
  2126. Faster Mac Dev Tools with Custom Allocators
  2127. They don't even know the fundamentals
  2128. GitHub - klange/toaruos: A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
  2129. Security advisory for rustc (CVE-2021-42574) | Rust Blog
  2130. SectorLISP Now Fits in One Sector
  2131. Raspberry Pi 4 achieves Vulkan 1.1 conformance, gets up to 60% GPU performance boost - CNX Software
  2132. File-Scoped Namespaces – A Look at New Language Features in C# 10 | The .NET Tools Blog
  2133. Type | Treat 2021 – Day 4
  2134. Giving a single object multiple COM identities, part 3
  2135. Software Engineer II in Redmond, Washington, United States | Engineering at Microsoft
  2136. F# 6 Introduces Resumable Code, Improvements to Pattern Matching and Tooling, and More
  2137. Giving a single object multiple COM identities, part 2
  2138. How the C# compiler completely changes your code #Shorts
  2139. Records in C# 9
  2140. Making Sense of Common C# Compiler Errors - Kill All Defects
  2141. Immutable C#
  2142. Next.js 12
  2143. Analyzers for ASP.NET Core in .NET 6: Exploring .NET Core 6 - Part 7
  2144. FRI with Bootleproof-IPA Verkle Trees for “non-native” arithmetic and shrinking reference string size - HackMD
  2145. 100 Days of TypeScript (Day 1)
  2146. Functor variance compared to C#'s notion of variance
  2147. C# tip: define Using Aliases to avoid ambiguity - Code4IT
  2148. F# eXchange 2021 | Skills Matter
  2149. New language features since Java 8 to 17
  2150. To Learn a New Language, Read Its Standard Library
  2151. Crates (existentials in F#)
  2152. Signals and Threads | Language Design
  2153. There is no 'printf'.
  2154. Transitioning an existing project to a new edition
  2155. Announcing Rust 1.56.0 and Rust 2021 | Rust Blog
  2156. Why you shouldn't leave your functions?
  2157. GitHub - badamczewski/PowerUp: Collection of productivity tools and utilities
  2158. What’s new in F# 6
  2159. New Code Rules: Too Many .NET Engineers DO NOT Understand How Memory Management Works!
  2160. Version 1.6.0 released
  2161. What to learn
  2162. A Race Condition in .NET Finalization and its Mitigation for C++/CLI
  2163. GitHub - carp-lang/Carp: A statically typed lisp, without a GC, for real-time applications.
  2164. GitHub - valinet/ExplorerPatcher: This project aims to bring back a productive working environment on Windows 11
  2165. As .NET 6 Nears GA, Blazor WebAssembly Can Now Use Native Dependencies -- Visual Studio Magazine
  2166. Everything That Every .NET Developer Needs to Know About Disposable Types: Properly Disposing Objects
  2167. C# Online Compiler | .NET Fiddle
  2168. Overview · Serde
  2169. Mythbusting Julia speed
  2170. What I wish I knew when learning F#
  2171. Local variables are different from parameters in C++ coroutines
  2172. Decyphering method signature with CLR profiling API
  2173. The Tennis kata revisited
  2174. Champion: Simplified parameter null validation code · Issue #2145 · dotnet/csharplang
  2175. 3 TypeScript Tricks I wish I knew when I learned TypeScript
  2176. Hidden IDisposable Issues in Microsoft .NET
  2177. World's Smallest C# Program (featuring `N`)
  2178. Pop-up from Hell: On the growing opacity of web programs
  2179. 101 Smart Contracts and Decentralized Apps in Ethereum
  2180. The road to OCaml 5.0 - Ecosystem - OCaml
  2181. The Old New Thing
  2182. Fundamentals of Computing with .NET
  2183. Why We Moved From Pony To Rust — Wallaroo
  2184. Debugging coroutine handles: The Microsoft Visual C++ compiler, clang, and gcc
  2185. The Insane Innovation of TI Calculator Hobbyists
  2186. GitHub - isometimes/rpi4-osdev: Tutorial: Writing a "bare metal" operating system for Raspberry Pi 4
  2187. I’ve loved Wasmer, I still love Wasmer
  2188. The select story
  2189. YikesScript - John's internet house
  2190. Everything That Every .NET Developer Needs To Know About Disposable Types - Properly Disposing Objects
  2191. Exploring C# 10: Save Space with File-Scoped Namespaces
  2192. Implicit Overflow Considered Harmful (and how to fix it)
  2193. Some lesser-known powers of std::optional
  2194. Word-aligned Bloom filters
  2195. "Static Linking Considered Harmful" Considered Harmful
  2196. Renato Athaydes
  2197. .NET 6 is HERE! 5 Features that will blow your mind 🤯
  2198. The seven programming ur-languages
  2199. Announcing .NET 6 Release Candidate 1
  2200. The value of in-house expertise
  2201. Coding Practice: Learning Rust with Fibonacci Numbers
  2202. Feature #18229: Proposal to merge YJIT - Ruby master
  2203. The Catch Block #76 - So You Fixed a Bug. Now What?
  2204. SizeBench: a new tool for analyzing Windows binary size
  2205. Avoiding Memory Leaks in Visual Studio Editor Extensions
  2206. I fixed a bug. What should I do now? - Gérald Barré
  2207. Keep IDs internal with REST
  2208. C# 10.0 implicit global using directives | endjin
  2209. The Speed of Time
  2210. Improving Software ‘Numbers’
  2211. Stamping Out Overflow Checks in Ruby
  2212. Initial Impressions of Rust
  2213. GitHub - aristocratos/btop: A monitor of resources
  2214. Testing a compiler that can’t even print stuff out
  2215. What Color is Your Function? – journal.stuffwithstuff.com
  2216. Hello World - Introduction to C# interactive C# tutorial
  2217. Pattern Matching Examples in C#
  2218. Notion – The all-in-one workspace for your notes, tasks, wikis, and databases.
  2219. The Bagel Language 🥯 | Brandon's Website
  2220. The long-term consequences of maintainers’ actions – Ariadne's Space
  2221. How JSX (React) Works Under the Hood
  2222. Don't fear the pointer — Bitfield Consulting
  2223. The C++ implicit assignment operator is a non-ref-qualified member, even if the base class's assignment has a ref-qualifier
  2224. Call WinRT COM interop interfaces from .NET 5+ apps - Windows apps
  2225. Swapping two numbers in C#
  2226. Announcing .NET 6 Release Candidate 1
  2227. Announcing .NET 6 Release Candidate 1
  2228. Java 17 / JDK 17: General Availability
  2229. C# For Beginners - Lesson 10: Methods
  2230. Release WebSharper 5.0.0-preview1 · dotnet-websharper/core
  2231. Finding Types at Runtime in .NET Core
  2232. Static Analysis in JavaScriptCore (Part I)
  2233. refactor: port libtransmission to C++ by ckerr · Pull Request #1787 · transmission/transmission
  2234. Write code that's easy to delete, and easy to debug too.
  2235. Constant-time code verification with Memory Sanitizer
  2236. C# 10 is HERE! 5 features that will blow your mind 🤯
  2237. Support type classes or implicits · Issue #243 · fsharp/fslang-suggestions
  2238. in which a laptop defies the trends
  2239. How We Went All In on sqlc/pgx for Postgres + Go
  2240. Proposal: Expression blocks · Issue #3086 · dotnet/csharplang
  2241. The Compiled Future of Front End
  2242. Maintain it With Zig
  2243. What's new in C# 10.0 - C# Guide
  2244. Using Source Generators with Blazor components in .NET 6
  2245. What Is yield and How Does It Work in C#?
  2246. Dealing with Modules, Assemblies and Types with CLR Profiling APIs
  2247. GitHub - koenvzeijl/AspNetCore.SassCompiler: Sass Compiler Library for .NET Core 3.x/5.x without node.
  2248. Introduction to Async Programming in C#
  2249. GitHub - mTvare6/hello-world.rs: 🚀Memory safe, blazing fast, configurable, minimal hello world written in rust(🚀) in a few lines of code with few(1061🚀) dependencies🚀
  2250. Bebop ❤️ Rust | Rainway
  2251. zkMesh: Aug 2021 recap
  2252. Looking at world through __stdcall-colored glasses
  2253. GraphQL & Relay in the Front End
  2254. TypeScript v4.4 Ships, Gets New Home Page -- Visual Studio Magazine
  2255. All about Global Offset Table
  2256. Welcome to Peter's DevLog - Optional value handling in Nim
  2257. on terminal control
  2258. Hell Is Other REPLs
  2259. Use dump files in the debugger - Visual Studio (Windows)
  2260. Summary after Four Months with Ada — Programming with Ada documentation
  2261. Making an OS (x86) Chapter 7 - Cross Compiler, Bootloader, Kernel
  2262. 🏡 Neil's Place
  2263. Announcing TypeScript 4.4
  2264. Linux in a Pixel Shader - A RISC-V Emulator for VRChat
  2265. What's new in C# 10.0 - C# Guide
  2266. Pin, Unpin, and why Rust needs them
  2267. Friendship ended with the garbage collector
  2268. Announcing the New TypeScript Homepage
  2269. A Stupid Little TypeScript Mistake (Part 2)
  2270. Incrementing Vectors
  2271. Patterns in confusing explanations
  2272. Performance Improvements in .NET 6
  2273. The Founder vs. Hired Executive Gap
  2274. 🏡 Neil's Place
  2275. Understanding the cost of C# delegates
  2276. Elm at Rakuten | Rakuten Engineering Blog
  2277. Understanding the cost of C# delegates
  2278. What I Like About C# 9
  2279. Exploring Clang/LLVM optimization on programming horror
  2280. Performance Improvements in .NET 6
  2281. Go 1.17 is released - The Go Blog
  2282. Tutorial
  2283. Beautiful and compact Web APIs revisited – with C# 10 and .NET 6 Preview 7
  2284. Playing with System.Text.Json Source Generators - Steve Gordon - Code with Steve
  2285. Announcing TypeScript 4.4 RC
  2286. Why is Learning Functional Programming So Damned Hard?
  2287. IPv4, IPv6, and a sudden change in attitude
  2288. Resolving the ambiguity when your C++ class inherits from multiple base classes that have the same method
  2289. Mixins in Sass
  2290. I stopped sleeping, then I started hallucinating.
  2291. .NET 6 Preview 7: New Features Done, but Templates with Top-Level Statements Stir Debate -- Visual Studio Magazine
  2292. Looking into Odin and Zig: My notes
  2293. Introducing C# 10: File-scoped namespaces
  2294. String Interpolation in C# 10 and .NET 6
  2295. Preview Features in .NET 6 - Generic Math
  2296. A brief intro to MTL
  2297. A Tale of Two Copies
  2298. Vue 3.2 Released! | The Vue Point
  2299. When Zero Cost Abstractions Aren’t Zero Cost
  2300. Why am I getting a weird error about promise_type when I try to write a coroutine?
  2301. Bite-Size C# 10 - Global Usings
  2302. Looking into Zig
  2303. LÖVR
  2304. Notes about C# records and Nullable Reference Types - Event-Driven.io
  2305. Windows Community Toolkit 7.1: MVVM Source Generators, Identity Authentication, ML APIs -- Visual Studio Magazine
  2306. Bite-Size C# 10 - Null Parameter Checking
  2307. Looking into Zig
  2308. An example of using Windows Runtime interop methods from C++/WinRT: Request­Token­For­Window­Async
  2309. Stringly Typed vs Strongly Typed
  2310. SAML is insecure by design
  2311. GitHub - veorq/cryptocoding: Guidelines for low-level cryptography software
  2312. Dynamic Code Generation in Marten V4
  2313. What is a static Windows Runtime class, how should I express it, and when should I use it?
  2314. Optional Chaining: The ?. Operator in TypeScript
  2315. Full-Time Open Source - CoRecursive Podcast
  2316. TypeScript, abstract classes, and constructors | I CAN MAKE THIS WORK
  2317. GitHub - langjam/langjam
  2318. GitHub - vrtbl/passerine: A small extensible programming language designed for concise expression with little code.
  2319. Is this true? | jordan scales
  2320. Visual Studio Feedback
  2321. Introducing Triton: Open-Source GPU Programming for Neural Networks
  2322. Reconsidering the way I explain programming
  2323. Lessons learned from 15 years of SumatraPDF, an open source Windows app
  2324. What's bad about Julia?
  2325. Ncdu 2: Less hungry and more Ziggy
  2326. Advanced Error Handling in OCaml
  2327. The Catch Block #67- C# 10 Features, .NET 6 Preview 6, and VS 2022 Preview 2
  2328. Conversation about skills and learning
  2329. erikgrinaker/toydb
  2330. Introducing C# 10: Seal overriden ToString() method on records
  2331. Inserting One Billion Rows in SQLite Under A Minute - blag
  2332. Out of the Box Elixir
  2333. Pharo - Pharo 9 Released!
  2334. prathyvsh/pl-catalog
  2335. dotnet/apireviews
  2336. TypeScript 4.4 Beta Boosts Performance, Suggests JavaScript Spelling -- Visual Studio Magazine
  2337. Evolution of An Async LINQ operator
  2338. Low Ceremony, High Value: A Tour of Minimal APIs in .NET 6
  2339. C# Tips to Improve Code Quality and Performance - Code Maze
  2340. TypeScript 4.4 Improves Control Flow Analysis
  2341. Creating reusable build scripts with NUKE components
  2342. Anagrams and Prime Numbers
  2343. Compiling Rust is NP-hard
  2344. On the perils of holding a lock across a coroutine suspension point, part 2: Nonrecursive mutexes
  2345. Do not overuse primitive data types
  2346. Teaching Elixir
  2347. libimobiledevice · A cross-platform FOSS library written in C to communicate with iOS devices natively.
  2348. Software Engineer for Microsoft Technology Center Careers at Intel in San Jose, H
  2349. [PATCH 00/17] Rust support - ojeda
  2350. Realtek WiFi Firmware and a Fully 8051-based Keylogger Using RealWOW Technology
  2351. A type-safe CloudEvent
  2352. musicForProgramming("62: Our Grey Lives");
  2353. C# 10 - Top 5 New Features in the Upcoming C# Version
  2354. Stop Saving to Disk with C# Asynchronous Streams
  2355. C sharp or B flat? Experiments in self-contained native executables in .NET
  2356. Constant-Time Big Numbers: An Introduction
  2357. Announcing TypeScript 4.4 Beta
  2358. Stop Saving to Disk with C# Asynchronous Streams
  2359. Studying linker error messages to find the cause of the unresolved external: Character sets
  2360. C# 9 in-process Azure Functions | I CAN MAKE THIS WORK
  2361. 2021 mid-year link clearance
  2362. What’s New for C# Nullable Reference Types in ReSharper and Rider 2021.2 EAP? | The .NET Tools Blog
  2363. Clojure metadata
  2364. Virtual DOM is pure overhead
  2365. Conditional compilation for ignoring method calls with the ConditionalAttribute
  2366. Async Debugging Part 3
  2367. React 18 and TypeScript | I CAN MAKE THIS WORK
  2368. Let's code a TCP/IP stack, 1: Ethernet & ARP
  2369. MichalStrehovsky/bflat
  2370. The ARM processor (Thumb-2), part 20: Code walkthrough
  2371. microsoft/GDK
  2372. microsoft/GDK
  2373. The ARM processor (Thumb-2), part 19: Common patterns
  2374. 20 Percent Time at Supercede
  2375. ThakeeNathees/pocketlang
  2376. chrisseaton/rhizome
  2377. Julia: faster than Fortran, cleaner than Numpy
  2378. Learning to Love a Rigid and Inflexible Language
  2379. The ARM processor (Thumb-2), part 15: Miscellaneous instructions | The Old New Thing
  2380. Async Debugging Part 2
  2381. Visual Studio 2022 Preview Release Notes
  2382. Nuitka/Nuitka
  2383. Don't Code Tired | ICYMI C# 9 New Features: Top-level Statements
  2384. Cryptography updates in OCaml and MirageOS
  2385. The ARM processor (Thumb-2), part 13: Trampolines | The Old New Thing
  2386. nushell/nushell
  2387. C# 10 - `record struct` Deep Dive & Performance Implications
  2388. Running .NET Core Apps on a Framework other than Compiled Version?
  2389. New tools from Microsoft Research help developers write bug-free code, faster - AI for Business
  2390. I Have No Group, and I Must Scream
  2391. The ARM processor (Thumb-2), part 10: Memory access and alignment | The Old New Thing
  2392. Why is Async code hard to debug?
  2393. Why is Async code hard to debug?
  2394. A Closer Look at 5 New Features in C# 10
  2395. The ARM processor (Thumb-2), part 9: Sign and zero extension | The Old New Thing
  2396. Going Beyond ESLint: Overview Static Analysis in JavaScript
  2397. Low Ceremony, High Value: A Tour of Minimal APIs in .NET 6
  2398. C# Generics Best Practices
  2399. Learn TypeScript Basics in this Beginner's Guide
  2400. Developer Week ’21 | tabs ↹ over ␣ ␣ ␣ spaces by Jiří {x2} Činčura
  2401. Different ways to check if a value is null in C# - Gérald Barré
  2402. Debugging C# Source Generators with Visual Studio 2019 16.10 - Steve Talks Code
  2403. dotnet/roslyn
  2404. Challenging myself to understand RISC-V
  2405. 0.8.0 Release Notes ⚡ The Zig Programming Language
  2406. The ARM processor (Thumb-2), part 5: Arithmetic | The Old New Thing
  2407. Vitess | A new Protocol Buffers generator for Go
  2408. Tour of our 250k line Clojure codebase
  2409. Distributed cloud builds for everyone
  2410. string vs. String is not a style debate
  2411. Benchmarking 4 reflection methods for calling a constructor in .NET
  2412. GCC drops its copyright-assignment requirement
  2413. Driving with D
  2414. Helix
  2415. Benchmarking 4 reflection methods for calling a constructor in .NET
  2416. The ARM processor (Thumb-2), part 2: Differences between classic ARM and Thumb-2 | The Old New Thing
  2417. The ARM processor (Thumb-2), part 1: Introduction | The Old New Thing
  2418. Adam Storr - Quick Tip - Compiler Directives and Using Aliases to Ignore Tests
  2419. Benchmarking 4 reflection methods for calling a constructor in .NET
  2420. C# 10.0: Introducing Global Usings
  2421. From State tennis to endomorphism
  2422. “True Lies” – or “What LLVM Claims, but Fails to Deliver”
  2423. On the proper care and feeding of the default_overload Windows Runtime attribute | The Old New Thing
  2424. On the proper care and feeding of the default_overload Windows Runtime attribute | The Old New Thing
  2425. Sparkplug — A non-optimizing JavaScript compiler · V8
  2426. Adventures in rustc Forking
  2427. The state of tooling for verifying constant-timeness of cryptographic implementations
  2428. What's New for F# in Visual Studio 16.10 -- Visual Studio Magazine
  2429. Building a Source Generator for C#
  2430. Let’s Build a Regex Engine
  2431. F# and F# tools update for Visual Studio 16.10 | .NET Blog
  2432. ReSharper 2021.2 Roadmap | The .NET Tools Blog
  2433. .NET Basics - Dusted Codes
  2434. In praise of --dry-run | G Research
  2435. Why I prefer making useless stuff
  2436. C is not a serious programming language – keeping simple
  2437. Zig Makes Rust Cross-compilation Just Work · Um, actually...
  2438. Building LLVM in 90 seconds using Amazon Lambda
  2439. Conversation about ready to run | .NET Blog
  2440. Elixir v1.12 released
  2441. Conversation about PGO | .NET Blog
  2442. The blessing of the leading zero | The Old New Thing
  2443. Against consistency
  2444. Sébastien Wilmet - Blog post
  2445. Release Cosmopolitan v1.0 · jart/cosmopolitan
  2446. Updating FloatingGlucose to .NET 5 - Display Nightscout or Dexcom Glucose Values on the Windows Desktop
  2447. Half a million lines of Go
  2448. Async/Await Calls Gotcha with the CSharp ? Null Propagator
  2449. Things you can’t do in Rust (and what to do instead) - LogRocket Blog
  2450. POLAR - Creating a Virtual Machine in .NET
  2451. Mostly harmless: An account of pseudo-normal floating point numbers - Red Hat Developer
  2452. Overview — Programming with Ada documentation
  2453. Patterns - C# reference
  2454. Mercury Brings Visual Basic to Feature Parity with C# and Adds Multiple Platform Support
  2455. Erlang/OTP 24 Highlights
  2456. The Plan for the Rust 2021 Edition | Rust Blog
  2457. The Future of Code Editor
  2458. Introducing csharp 10
  2459. Making eBPF work on Windows - Microsoft Open Source Blog
  2460. Understanding iOS application entry point
  2461. microsoft/ebpf-for-windows
  2462. dotnet/runtimelab
  2463. Apple Silicon Hardware Secrets: SPRR and Guarded Exception Levels (GXF)
  2464. Gleam v0.15 released! – Gleam
  2465. Basic telemetry for the Audacity by crsib · Pull Request #835 · audacity/audacity
  2466. benaadams/Ben.Demystifier
  2467. Non-structural Type Constraints
  2468. Add Simple C# Programs by cartermp · Pull Request #213 · dotnet/designs
  2469. Portability is Reliability
  2470. String.Format Method (System)
  2471. davidfowl/CommunityStandUpMinimalAPI
  2472. facebookincubator/cinder
  2473. Hello World - Introduction to C# interactive C# tutorial
  2474. C++ coroutines: Promise constructors | The Old New Thing
  2475. One thing I miss from Mercury
  2476. Is abstraction killing civilization? | datagubbe.se
  2477. Is the era of reflection-heavy C# libraries at an end?
  2478. .NET News Roundup - Week of April 26th, 2021
  2479. Rosenzweig – Dissecting the Apple M1 GPU, part IV
  2480. The Byte Order Fiasco
  2481. Dream desktop – Sam Squire's personal blog
  2482. LB27 first's line is obsolete from Daniel Bünzli via Unicode on 2020-03-03 (Unicode Mail List Archive)
  2483. The Little Things: everyday efficiencies
  2484. Rust programming language: We want to take it into the mainstream, says Facebook
  2485. Nullable Reference types in C# – Best practices
  2486. noir-lang/noir
  2487. .NET 6 LINQ Improvements
  2488. Uno Platform Uno Platform 3.7 - More WinUI, Project Reunion and Linux support, Wasm performance boost
  2489. Zero-knowledge Virtual Machines, the Polaris License, and Vendor Lock-in
  2490. C++ coroutines: Snooping in on the coroutine body | The Old New Thing
  2491. Introducing DRPC: Our Replacement for gRPC
  2492. Clean Architecture Refactoring: A Case Study - NDepend
  2493. Introducing GraphQLinq - Strongly Typed GraphQL Queries with LINQ to GraphQL. | Giorgi Dalakishvili | Personal Website
  2494. OCaml for the Masses - ACM Queue
  2495. Why does a zero-length stackalloc make the C# compiler happy to allow conditional stackallocs?
  2496. Running Lisp in Production
  2497. Some more C# 9 - Red Hat Developer
  2498. Useful features from C# 7 to 9 with Julien Couvreur
  2499. Introduction
  2500. Parsing Protobuf at 2+GB/s: How I Learned To Love Tail Calls in C
  2501. Rust Language Cheat Sheet
  2502. Setting Up Sass with Blazor
  2503. The Compiler Writer Resource Page
  2504. C++ coroutines: Associating multiple task types with the same promise type | The Old New Thing
  2505. Cerebras’ New Monster AI Chip Adds 1.4 Trillion Transistors - IEEE Spectrum
  2506. Ben.Demystifier 0.4.1
  2507. Conversation about crossgen2 | .NET Blog
  2508. Effectful Effects - Unifying Bidirectional Communication between Software Components
  2509. Node.js 16 available now
  2510. Rust and cryptographic code | Bulletproof TLS Newsletter
  2511. C# 9 init accessors and records - Red Hat Developer
  2512. Introduction to .NET - Learn
  2513. Loop alignment in .NET 6 | .NET Blog
  2514. Rosenzweig – Dissecting the Apple M1 GPU, part III
  2515. Async and Await In C#
  2516. What's in the box? - fasterthanli.me
  2517. Up For Grabs
  2518. My Go Executable Files Are Still Getting Larger (What's New in 2021 and Go 1.16)
  2519. Getting Started With Radare2
  2520. Rust in the Linux kernel
  2521. [PATCH 00/13] [RFC] Rust support
  2522. Why Rust strings seem hard
  2523. What is F#
  2524. [PATCH 00/13] [RFC] Rust support
  2525. Gregory Szorc's Digital Home | Rust is for Professionals
  2526. RAD Basic: a 100% compatible Visual Basic 6 solution
  2527. Visual Studio 2019 v16.10 Preview 2 Releases Today | Visual Studio Blog
  2528. C++ coroutines: Making it impossible to co_await a task twice | The Old New Thing
  2529. The FreeBSD Project | FreeBSD 13.0-RELEASE Release Notes
  2530. C# 9 new features for methods and functions - Red Hat Developer
  2531. A build tool for the rest of us
  2532. One Letter Programming Languages
  2533. C++ coroutines: The lifetime of objects involved in the coroutine function | The Old New Thing
  2534. .NET Foundation Project Spotlight
  2535. zhuowei/nft_ptr
  2536. My Favorite C# Features - Part 3: Nullability
  2537. .NET Internals Cookbook Part 1 — Exceptions, filters and corrupted processes – Random IT Utensils
  2538. The Cursed Computer Iceberg Meme
  2539. mratsim/constantine
  2540. microsoft-sponsorships/microsoft-foss-fund
  2541. C++ coroutines: Managing the reference count of the coroutine state | The Old New Thing
  2542. Microsoft Opens Up C# Standardization Work -- Visual Studio Magazine
  2543. What's Cool in C# 8 and .NET Core 3 -- Visual Studio Magazine
  2544. C++ coroutines: Awaiting the simple_task | The Old New Thing
  2545. C++ coroutines: Accepting types via return_void and return_value | The Old New Thing
  2546. The pain points of C# source generators
  2547. All C++20 core language features with examples
  2548. The Fastest, Safest PNG Decoder in the World
  2549. Eliminating Data Races in Firefox – A Technical Report – Mozilla Hacks - the Web developer blog
  2550. 10 Things I Hate About PostgreSQL
  2551. Announcing Open Source C# standardization | .NET Blog
  2552. Announcing Open Source C# standardization | .NET Blog
  2553. Raspberry Pi GPIO C# LED | C# Tutorials Blog
  2554. The Strange Case Of The Illegal Instruction
  2555. My "shiny future"
  2556. Windows 95 — How Does it Look Today?
  2557. The Exception Model
  2558. XKCP/K12
  2559. signed char lotte
  2560. The compiler will optimize that away
  2561. Autism challenges on the workplace (2021, 2/5) - A disability of trust
  2562. dotnet/csharplang
  2563. A categorized list of all Java and JVM features since JDK 8 to 16
  2564. C++ coroutines: What happens if an exception occurs in my return_value? | The Old New Thing
  2565. Unveiling Gavran: RavenDB re-written in C
  2566. gd/rust - platform/system/bt - Git at Google
  2567. C# 9 (Two Decades of C#: A Reference) • Ben Bowen's Blog
  2568. C++ coroutines: The initial and final suspend, and improving our return_value method | The Old New Thing
  2569. C++ coroutines: Basic implementation of a promise type | The Old New Thing
  2570. C# 9 top-level programs and target-typed expressions - Red Hat Developer
  2571. Be careful when mixing ValueTask and Task.Run - Gérald Barré
  2572. C++ coroutines: The mental model for coroutine promises | The Old New Thing
  2573. Pin and suffering - fasterthanli.me
  2574. JonDouglas/score
  2575. C# 8 (Two Decades of C#: A Reference) • Ben Bowen's Blog
  2576. Compiler Explorer - C++ (x86-64 clang (assertions trunk))
  2577. Async and Await and what is it actually doing?
  2578. Announcing Rust 1.51.0 | Rust Blog
  2579. A "Better C" Benchmark
  2580. Loop alignment in .NET 6 | .NET Blog
  2581. Julia 1.6 Highlights
  2582. C# 7 (Two Decades of C#: A Reference) • Ben Bowen's Blog
  2583. Women of Computing
  2584. C++, Getting Started with the Basics: Working with Dependencies and Linker
  2585. Let's Build a File Watcher
  2586. Linus Torvalds on where Rust will fit into Linux | ZDNet
  2587. Creating a task completion source for a C++ coroutine: Producing a result | The Old New Thing
  2588. Crystal 1.0 - What to expect
  2589. C# 5 and C# 6 (Two Decades of C#: A Reference) • Ben Bowen's Blog
  2590. C++, Getting Started with The Basics: Hello World and The Build Pipeline
  2591. How safe is zig?
  2592. git/next/linux-next.git - The linux-next integration testing tree
  2593. Moving from CentOS to Ubuntu
  2594. C# 2, 3 and 4 (Two Decades of C#: A Reference) • Ben Bowen's Blog
  2595. C# 9 records as strongly-typed ids - Part 5: final bits and conclusion
  2596. Episode 72 - Emulating a Video Game System in .NET with Ryujinx
  2597. Loop alignment in .NET
  2598. Visual Basic 16.9 in .NET 5
  2599. ezrosent/frawk
  2600. apple/swift-evolution
  2601. totally_safe_transmute, line-by-line
  2602. Windows APIs Everywhere in .NET
  2603. How C++ Resolves a Function Call
  2604. Introducing PeachPie 1.0.0
  2605. Show Recursion Show
  2606. Is Crossplane the Infrastructure LLVM?
  2607. Speed of Rust vs C
  2608. ASP.NET Community Standup - How to contribute to Blazor
  2609. Interpolating the internet
  2610. 012. I Shipped, Therefore I Am
  2611. mortdeus/legacy-cc
  2612. Zig, Parser Combinators - and Why They're Awesome
  2613. My Favorite C# Features Part 2: LINQ
  2614. netaddr.IP: a new IP address type for Go
  2615. GNU coreutils – MaiZure's Projects
  2616. TypeScript Handbook Revamped as Primary Learning Resource -- Visual Studio Magazine
  2617. What's New in Visual Basic on .NET 5?
  2618. Creating other types of synchronization objects that can be used with co_await, part 2: The basic library | The Old New Thing
  2619. part 1 — Store Halfword Byte-Reverse Indexed
  2620. The .NET Docs Show - Compiler time dependency injection in C# using StrongInject
  2621. New in Visual Studio F# Tooling: .NET 5 Scripting and F# Interactive -- Visual Studio Magazine
  2622. Why asynchronous Rust doesn't work
  2623. On .NET Live - Deep Dive into Microsoft Orleans
  2624. Unexpected finding about “await using var”
  2625. Finding Mona Lisa in the Game of Life
  2626. Everything You Want to Know About the Record Type in .NET 5… But Were Afraid to Ask
  2627. Announcing the New TypeScript Handbook | TypeScript
  2628. reflections on the competing IDEs
  2629. Microsoft Releases Visual Studio 2019 for Mac v8.9
  2630. The trouble with SPIR-V
  2631. eyal0/valgrind-false-positive
  2632. Visual Studio 2019 for Mac v8.9 Ships with .NET 6 Preview 1 Support -- Visual Studio Magazine
  2633. Creating a co_await awaitable signal that can be awaited multiple times, part 4 | The Old New Thing
  2634. Microsoft Releases Visual Studio 2019 v16.9
  2635. F# and F# tools update for Visual Studio 16.9 | .NET Blog
  2636. Creating a co_await awaitable signal that can be awaited multiple times, part 3 | The Old New Thing
  2637. The 8 most missing features in C# – TooSlowException
  2638. Watchy: The Hackable $50 Smartwatch - IEEE Spectrum
  2639. Add proposal for lambda improvements by cston · Pull Request #4451 · dotnet/csharplang
  2640. Visual Studio 2019 version 16.9 Release Notes
  2641. Lotus 1-2-3
  2642. Microsoft Extends Low-Code Push with Power Fx Programming Language -- Visual Studio Magazine
  2643. How to Read Assembly Language
  2644. How to execute an object file: Part 1
  2645. Retrieve compiler flags and metadata reference data as defined in htt… · NuGetPackageExplorer/NuGetPackageExplorer@3bbcfd7
  2646. dotnet/runtime
  2647. Course Review – “Programming Languages” Series on Coursera - Vasil Kosturski
  2648. Strongly-typed Ids using C# Source Generators - Gérald Barré
  2649. 📦 Demystify - com.needle.demystify
  2650. .NET News Roundup - Week of Feb 22th, 2021
  2651. TypeScript Function Syntaxes
  2652. Weird architectures weren't supported to begin with
  2653. C# 9 Is Out
  2654. Microsoft's Tools to Fight Solorigate Attack Are Now Open Source -- Visual Studio Magazine
  2655. Const generics MVP hits beta! | Rust Blog
  2656. Librsvg, Rust, and non-mainstream architectures
  2657. Don't define functions inline in your public headers
  2658. Intention in languages
  2659. Opus Codec
  2660. C#'s Functional Journey
  2661. New TypeScript 4.2 Tweaks Include Project Explainer -- Visual Studio Magazine
  2662. Announcing TypeScript 4.2 | TypeScript
  2663. Teaching Compilers Backward
  2664. Boosting Productivity and Performance with the NVIDIA CUDA 11.2 C++ Compiler | NVIDIA Developer Blog
  2665. Why Discord is switching from Go to Rust
  2666. rui314/mold
  2667. Kowainik - Totality
  2668. Add static PBKDF2 one-shot methods · dotnet/runtime@0c47471
  2669. Reverse engineering a GameBoy Advance game — Complete Guide
  2670. Immediate-Mode-UI/Nuklear
  2671. My Favorite C# Features - Part 1: Strong-types, Implicit-types, Anonymous-types, and Target-types
  2672. A methodical approach to looking at F# compile times · Discussion #11134 · dotnet/fsharp
  2673. The modern packager’s security nightmare – Michał Górny
  2674. GridProtectionAlliance/go2cs
  2675. TeeChart for .NET - BuiltWithDot.Net
  2676. 0 A.D. | A free, open-source game of ancient warfare
  2677. Understanding “reversed” callstacks in Visual Studio and Perfview with async/await code
  2678. Gleam v0.14 released! – Gleam
  2679. Introduction to Mixins in TypeScript
  2680. Cross compiling made easy, using Clang and LLVM · mcilloni's blog
  2681. elixir-nx/nx
  2682. A primer on code generation in Cranelift
  2683. Life, part 38
  2684. The Worst Experience I've Had With an aarch64 MacBook
  2685. OTCC : Obfuscated Tiny C Compiler
  2686. Julia 1.6: what has changed since Julia 1.0?
  2687. Announcing TypeScript 4.2 RC | TypeScript
  2688. For the Love of Macros
  2689. Finding Bugs in C and C++ Compilers using YARPGen
  2690. ratfactor/ziglings
  2691. 3,2 milliards d'emails et de mots de passe fuités ? Impressionnant, mais pas inquiétant - Cyberguerre
  2692. tensorflow/swift
  2693. VS Code C++ Tool Customizes IntelliSense for Target Platforms -- Visual Studio Magazine
  2694. C#/WinRT Authoring Preview Unveiled -- Visual Studio Magazine
  2695. Release v5.0.211103 · dotnet/format
  2696. Announcing Rust 1.50.0 | Rust Blog
  2697. spec: add generic programming using type parameters · Issue #43651 · golang/go
  2698. [Guest Post] Better refactoring for Unity projects using .NET analyzers | Visual Studio Blog
  2699. Cake Frosting: More Maintainable C# DevOps
  2700. From First Principles: Why Scala?
  2701. The Technology of iCircuit 3D
  2702. What's the Difference between Channel<T> and ConcurrentQueue<T> in C#?
  2703. Reverie: An optimized zero-knowledge proof system
  2704. The state of JVM desktop frameworks: Jetpack Compose for Desktop
  2705. Machine Learning Community Standup - Statistics & ML with FSharp.Stats
  2706. Rust Foundation
  2707. An Introduction to Channels in C#
  2708. Writing high performance F# code
  2709. Is abstraction killing civilization? | datagubbe.se
  2710. The problems with the GPL
  2711. On the Missed Opportunities of Static Types
  2712. The .NET Docs Show - Using Source Generators for Fun (and Maybe Profit)
  2713. Compiling DirectShow.Net for use in .NET 5
  2714. rust-analyzer/rust-analyzer
  2715. The spectrum of synchronousness - The Engineering Manager
  2716. Inline caching: quickening
  2717. Working with large .NET 5 solutions in Visual Studio 2019 16.8 | Visual Studio Blog
  2718. Creating Discoverable HTTP APIs with ASP.NET Core 5 Web API | ASP.NET Blog
  2719. Usage patterns for winrt::unbox_value_or | The Old New Thing
  2720. Go (golang) Anonymous Functions - Inlining Code for Goroutines
  2721. Go (golang) Channels - Moving Data Between Concurrent Processes
  2722. Llama Rust SDK preview 0.1.3
  2723. Why I still Lisp (and you should too!)
  2724. C# Nullable reference types – No more null reference exceptions!
  2725. The weirdest compiler bug
  2726. Discover - Pony
  2727. Using fetch with TypeScript
  2728. Using C# Source Generators to create an external DSL | .NET Blog
  2729. PostSharp's Great Reset: Announcing Project "Caravela", a Roslyn-based aspect framework
  2730. Cranelift, Part 2: Compiler Efficiency, CFGs, and a Branch Peephole Optimizer
  2731. Zig Makes Go Cross Compilation Just Work
  2732. dotnet/runtimelab
  2733. VSCode, Dev Containers and Docker: moving software development forward - Sticky Bits - Powered by Feabhas
  2734. Design Draft: First Class Fuzzing
  2735. Visual Studio 2019 v16.9 Preview 3 is Available Today | Visual Studio Blog
  2736. Porting Firefox to Apple Silicon – Mozilla Hacks - the Web developer blog
  2737. Preview: The SQLite Llibrary as a .NET assembly
  2738. Compilers are hard | ShipReq Blog
  2739. Dynamic type systems aren't even simpler - hisham.hm
  2740. Fun with conversion-operator name lookup
  2741. Introducing Textrude - using Scriban to generate code from data
  2742. Julia Update: Adoption Keeps Climbing; Is It a Python Challenger?
  2743. Reducing tail latencies with automatic cooperative task yielding
  2744. DO NOT MERGE: Regex source generator prototype by pgovind · Pull Request #47065 · dotnet/runtime
  2745. @devlead - Mattias Karlsson's Blog - My preferred .NET console stack
  2746. Here's a One-Stop Shop for .NET 5 Improvements -- Visual Studio Magazine
  2747. source.winehq.org Git - wine.git/blob - ANNOUNCE
  2748. Announcing TypeScript 4.2 Beta | TypeScript
  2749. The misleading MIDL error message: MIDL5023: The arguments to the parameterized interface are not valid | The Old New Thing
  2750. Go (golang) Error Handling - A Different Philosophy
  2751. theseus-os/Theseus
  2752. How we quickly refactored with Resharper more than 23.000 calls to Debug.Assert() into more meaningful assertions - NDepend
  2753. pakrym/jab
  2754. How Does .NET 5 Do XAML? By Decoupling It from Windows with WinUI 3, C#/WinRT and More -- Visual Studio Magazine
  2755. Why Haskell is our first choice for building production software systems – Foxhound Systems
  2756. SUCCESS: iPhone 7 with dead NAND netbooting unmodified Ubuntu 20.04 arm64 over usb gadget ethernet
  2757. How did I find the old Windows binaries and compilers for the processor retrospective series? | The Old New Thing
  2758. Go (golang) Loops - A Unified "for"
  2759. Writing your own NES emulator Part 3 - the 6502 CPU
  2760. Rust-GCC/gccrs
  2761. The Architecture of Open Source Applications: LLVM
  2762. Why mmap is faster than system calls
  2763. WinUI 3 Preview 3 | Windows Dev
  2764. Rosenzweig – Dissecting the Apple M1 GPU, part I
  2765. Wasmer 1.0
  2766. Why I'm Learning F# in 2021
  2767. Strongly typing <code>react-query</code>s <code>useQueries</code>
  2768. GRVYDEV/Project-Lightspeed
  2769. The Best Software Every Reverse Engineer Should Have for Cracking Software | PiProgramming
  2770. A half-hour to learn Rust - fasterthanli.me
  2771. osnr/horrifying-pdf-experiments
  2772. State machines are wonderful tools
  2773. I'd like an IUnknown, I know you have many, I'll take any of them | The Old New Thing
  2774. Mac meets Arm64
  2775. Announcing Rust 1.49.0 | Rust Blog
  2776. Glasgow Haskell Compiler 9.0.1-rc1 now available!
  2777. Why are the C and C++ compilers giving me error messages about int when my code doesn't mention int? | The Old New Thing
  2778. What's new in PHP 8 - stitcher.io
  2779. C# A to Z: Prelude
  2780. Cosmopolitan C Library
  2781. Executable PNGs - djhworld
  2782. Some Differences between macOS and Common Unix Systems
  2783. A Complete Guide to LLVM for Programming Language Creators
  2784. New Release: Tor Browser 10.0.7 | Tor Blog
  2785. Why I've Been Merging Microservices Back Into The Monolith At InVision
  2786. Cloudflare Acquires Linc
  2787. Cakelisp: a programming language for games
  2788. C# In Simple Terms - Iterators
  2789. Nullable reference types; CSharp&#39;s very own <code>strictNullChecks</code>
  2790. Arrows born in flight
  2791. C# vs. F# – planetgeek.ch
  2792. The Shape of 1.7M Lines of Code · Stefan-Marr.de
  2793. ollelogdahl/ihct
  2794. .NET 5 Source Generators - MediatR - CQRS
  2795. Playing with C#9 Top-level Programs, Records and Elasticsearch.NET - Steve Gordon - Code with Steve
  2796. What I Wish Someone Had Told Me About Tensor Computation Libraries
  2797. How Tail Call Optimization Works
  2798. ReSharper 2020.3: Support for C# 9 and Source Generators, New Features in Inlay Hints, and Support for Avalonia UI – .NET Tools Blog | JetBrains
  2799. Dynamic Class Creation in C# - Preserving Type Safety in C# with Roslyn
  2800. About Cyberpunk 2077 and AMD CPUs
  2801. These Modern Programming Languages Will Make You Suffer
  2802. Reindeer Secret Santa Assignment Problem
  2803. CS 6120: The Self-Guided Course
  2804. Thread by @StanTwinB on Thread Reader App
  2805. Bebop: An Efficient, Schema-based Binary Serialization Format | Rainway
  2806. r/Kotlin - [OC] Compiler plugins are amazing!
  2807. C# Source Generators - Write Code that Writes Code
  2808. Visual Studio 2019 v16.9 Preview 2 and New Year Wishes Coming to You! | Visual Studio Blog
  2809. What’s New on F#: Q&A With Phillip Carter
  2810. thought leaders and chicken sexers
  2811. Inside the Quantum Katas, part 1 | Q# Blog
  2812. Wiki: TypeScript | Barbarian Meets Coding
  2813. C# 9 and Foreach Extensibility · Lukáš Lánský
  2814. libra/libra
  2815. QBE vs LLVM
  2816. .NET 5 Breaking Changes to the Base Class Library
  2817. Writing Rust the Elixir way
  2818. [Guest Post] Introducing WaveEngine 3.1 based on .NET 5 | .NET Blog
  2819. C# In Simple Terms - String Manipulation and Cultures
  2820. ARM and Lock-Free Programming
  2821. mhx/dwarfs
  2822. Duplex gPRC
  2823. pallada-92/dna-3d-engine
  2824. Yes, I use Nix
  2825. Apple Silicon M1: A Developer’s Perspective
  2826. Going all-in with nullable reference types
  2827. 「Dflat」Structured Data Store for Mobile
  2828. Upgrading ConfigurationManager for .Net 5
  2829. .Net 5 is PERFECT for DevOps
  2830. microsoft/TypeScript
  2831. C# 9 Records as DDD Value Objects
  2832. Why AWS loves Rust, and how we’d like to help | Amazon Web Services
  2833. Compiler Explorer - C
  2834. FSDN
  2835. C# 9 - Improving performance using the SkipLocalsInit attribute - Gérald Barré
  2836. Exotic Programming Ideas: Part 3 (Effect Systems)
  2837. TIL: eBPF is awesome
  2838. A Taste of OCaml's Predictable Performance - Dev.Poga
  2839. In New Releases, Microsoft Lauds .NET Productivity, Visual Studio 2019 Speed -- Visual Studio Magazine
  2840. Enabling C# 9 in Xamarin & .NET Standard Projects
  2841. Eight years at Roblox
  2842. C# in Simple Terms - Attributes and Reflection
  2843. Other uses for the -library flag of the C++/WinRT compiler | The Old New Thing
  2844. What's new in .NET Productivity | .NET Blog
  2845. On combining static libraries that implement C++/WinRT activatable objects | The Old New Thing
  2846. C# Index and Range Operators Explained - NDepend
  2847. Graphics for JVM
  2848. The C Standard Library Is Not Dependency Free
  2849. C# in Simple Terms - Tuples and Anonymous Types
  2850. Bulletproof uniq with TypeScript generics (yay code reviews!)
  2851. xoofx/Broslyn
  2852. A Comparison of Modern Graphics APIs
  2853. ASP.NET Core 5 Model Binding to C# 9 Record Types
  2854. Linux graphics, why sharing code with Windows isn't always a win.
  2855. C# in Simple Terms - Generics
  2856. Why an IDE?
  2857. Running Python on .NET 5
  2858. The Resurgence of Functional Programming - Highlights From QCon Plus
  2859. Visual Studio 2019 v16.8 Ships with Git Turned On by Default -- Visual Studio Magazine
  2860. Announcing F# 5 | .NET Blog
  2861. C# 9: Record Types Introduction & Deep-Dive | Claudio Bernasconi
  2862. OR_GREATER preprocessor symbols for TFMs by terrajobst · Pull Request #164 · dotnet/designs
  2863. The Tao of Programming
  2864. DevDay 2020: Using Roslyn to improve your codebase
  2865. Module Initializers In C# 9
  2866. Multithreading Handbook for Simulation Developers
  2867. My first-time pure functional programming - Sandro Maglione
  2868. Rust vs Go — Bitfield Consulting
  2869. The Turing-Completeness Problem - Alan Language
  2870. Life and Death of a Linux Process
  2871. .NET Live TV | Live developer streams every day
  2872. C# in Simple Terms - Arrays and Collections
  2873. A first look at the JIT
  2874. Modernizing a codebase for C# 9
  2875. Best practice when naming Durable Functions in C#
  2876. Stop compilation after first error
  2877. C#9 - init-only properties are not read-only at runtime - Gérald Barré
  2878. Leaving OCaml
  2879. Are C# 9 records immutable by default?
  2880. C# in Simple Terms - Exceptions and Exception Handling
  2881. Pattern matching in C# 9.0
  2882. Using C# 9 records as strongly-typed ids
  2883. The Man Who Carried Computer Science on His Shoulders – Krzysztof Apt – Inference
  2884. For Complex Applications, Rust is as Productive as Kotlin
  2885. C# 9 The unknown goodies | Miguel Bernard's Blog
  2886. Awaitable/awaiter pattern and logical micro-threading in C#
  2887. Unity 2020.1 is now available
  2888. Pyston v2: 20% faster Python
  2889. A Type of Useless
  2890. Windows Runtime objects are represented by their default interface, so choose your default interface wisely | The Old New Thing
  2891. Splitting Large Interfaces Into Smaller Ones Is Easy
  2892. Surviving disillusionment
  2893. Bytecode Alliance: One year update
  2894. Why we chose Java for our High-Frequency Trading application
  2895. Fast bitmap iteration in C#
  2896. I told the Microsoft Visual C++ compiler not to generate AVX instructions, but it did it anyway! | The Old New Thing
  2897. Standard ML in 2020 | notes.eatonphil.com
  2898. QuickJS Javascript Engine
  2899. Lets Talk .NET 5, with Scott Hunter
  2900. Beautiful and compact Web APIs with C# 9, .NET 5.0 and ASP.NET Core
  2901. C# 8.0 nullable references: defeating the point with empty strings | endjin
  2902. /* You Are Not Expected to Understand This */
  2903. A fucking rant about fucking const vs fucking let
  2904. switch expression - C# reference
  2905. C# support · Issue #156 · github/semantic
  2906. The .NET Foundation Joins the Open Source Initiative's Affiliate Program
  2907. Assorted thoughts on zig (and rust)
  2908. Monomorphic functors
  2909. Why mmap is faster than system calls
  2910. Structure and Interpretation of Computer Programmers
  2911. C# in Simple Terms - Structs and Enums
  2912. Object Detection at 1840 FPS with TorchScript, TensorRT and DeepStream
  2913. Towards sockets and networking in WebAssembly and WASI - radu's blog
  2914. A Highly Biased Review of C# Changes from Version 1.0 to 9.0
  2915. ironcev/awesome-roslyn
  2916. LISP From Nothing - T3X.ORG
  2917. Version 1.4.0 released
  2918. kekyo/IL2C
  2919. MVVM Toolkit Preview 3 & The Journey of an API | PAX - Windows
  2920. C# in Simple Terms - Classes and Members
  2921. A brief introduction to C++ structured binding | The Old New Thing
  2922. C# 8.0 nullable references: prepare today by not misusing 'as' | endjin
  2923. LDM: My Favorite ARM Instruction
  2924. The Importance of Memory | Barnabas Kendall
  2925. What’s New In .Net 5? - Solace Infotech Pvt Ltd
  2926. Use is null/is not null for null checking by marek-safar · Pull Request #43360 · dotnet/runtime
  2927. Async code smells and how to track them down with analyzers - Part I
  2928. [llvm-announce] LLVM 11.0.0 Release
  2929. BinomialLLC/bc7e
  2930. C# in Simple Terms - Methods, Parameters, and Arguments
  2931. In 1979, some software company in Bellevue was hiring | The Old New Thing
  2932. Linux Hardware Reviews, Open-Source Benchmarks & Linux Performance
  2933. The Observation Deck » Rust after the honeymoon
  2934. ymte/metamine
  2935. Adelaide .NET User Group (Adelaide, Australia)
  2936. chsienki/Kittitas
  2937. Llama preview 0.1.2
  2938. Reverse engineering my cable modem and turning it into an SDR
  2939. To The Assembly - CoRecursive Podcast
  2940. .NET code style rule options - .NET
  2941. Announcing Rust 1.47.0 | Rust Blog
  2942. Writing JavaScript tools in other languages – a new trend?
  2943. Error C3867: non-standard syntax; use '&' to create a pointer to member: What it means and how to fix it | The Old New Thing
  2944. Two ways you can take advantage of types in JavaScript (without TypeScript) - The Blinking Caret
  2945. Elixir v1.11 released
  2946. Life, part 36
  2947. What you could steal from the Kakoune code editor right now, and get away with it
  2948. How we ran a Unix-like OS (Xv6), on our home-built CPU with our home-built C compiler
  2949. Wiki - RustStarterKit2020
  2950. LLVM provides no side-channel resistance
  2951. Little gotcha with C++/WinRT iterators: The case of the mutated temporary | The Old New Thing
  2952. rui314/chibicc
  2953. C# in Simple Terms - Casting, Conversion, and Parsing
  2954. A categorized list of all Java and JVM features since JDK 8 to 15
  2955. It Is Never a Compiler Bug Until It Is
  2956. kzu/NuGetizer
  2957. Things I Was Wrong About: Types  — Sympolymathesy, by Chris Krycho
  2958. C# in Simple Terms - Primitive Types, Literals, and Nullables
  2959. Thoughts on Structured Editing: Breaking Away from Syntax
  2960. Zig's New Relationship with LLVM
  2961. Introducing DotNet.SystemCollections.Analyzers
  2962. A tale of two libcs
  2963. A tale of two libcs
  2964. Things Elixir's Phoenix Framework Does Right
  2965. JsonSrcGen + CoreRT = Pure Magic
  2966. ggerganov/wave-share
  2967. How Oodle Kraken and Oodle Texture supercharge the IO system of the Sony PS5
  2968. This is a pretty dire assessment of Mozilla
  2969. C# in Simple Terms - The Type System
  2970. Python behind the scenes #2: how the CPython compiler works
  2971. Firefox usage is down 85% despite Mozilla's top exec pay going up 400%
  2972. How to generate code using Roslyn source generators in real world scenarios
  2973. Introducing Swift on Windows
  2974. Using Disassembly Tool for optimized debugging
  2975. Build Xamarin.iOS apps using iOS 14 and Xcode 12 | Xamarin Blog
  2976. Why not rust for security?
  2977. Introducing C# in Simple Terms!
  2978. Why Not Rust?
  2979. Write Xamarin.Mac Apps With JetBrains Rider
  2980. Why Not Rust?
  2981. evanw/esbuild
  2982. TL;DR Rust
  2983. pin_ptr (C++/CLI)
  2984. Dev Discussions - Isaac Abraham
  2985. Fabulous: Functional App Development | Xamarin Blog
  2986. Release v3.0.0 One Piece · vuejs/vue-next
  2987. I get a weird error about no matching function when I try to use winrt::capture | The Old New Thing
  2988. C# 9.0: Target-typed expression | Miguel Bernard's Blog
  2989. C++ Leads Visual Studio 2019 v16.8 Preview 3 Improvements -- Visual Studio Magazine
  2990. Microsoft announces new Project OneFuzz framework, an open source developer tool to find and fix bugs at scale - Microsoft Security
  2991. CSS isolation in Blazor - Gérald Barré
  2992. Why did I lose the ability to co_await a std::future and concurrency::task? | The Old New Thing
  2993. Zigソフトウェア財団とZenプログラミング言語に関する声明 - News - The Zig Programming Language
  2994. Home
  2995. .NET Adds Latent Bug Discovery Feature
  2996. – Wren
  2997. Disassembly improvements for optimized managed debugging | Visual Studio Blog
  2998. Announcing .NET 5.0 RC 1 | .NET Blog
  2999. DotFest 2020: Using Roslyn to improve your codebase
  3000. What's up with error C4838: a WinRT type cannot be a member of a union, and how can I work around it? | The Old New Thing
  3001. Fabulous: Functional App Development | Xamarin Blog
  3002. The macros for declaring COM interfaces, revisited: C++ implementation | The Old New Thing
  3003. [llvm-dev] [RFC] Machine Function Splitter
  3004. C# 9.0: Improved pattern matching | Miguel Bernard's Blog
  3005. The macros for declaring COM interfaces, revisited: C++ version | The Old New Thing
  3006. The Amazing $1 Microcontroller - Jay Carlson
  3007. C# 9.0: Target-typed New Expressions – Make Your Initialization Code Less Verbose
  3008. The macros for declaring COM interfaces, revisited: C version | The Old New Thing
  3009. How to speed up the Rust compiler one last time – Nicholas Nethercote
  3010. C++/WinRT injects additional constructors into each runtime class | The Old New Thing
  3011. Massacring C Pointers
  3012. What Every C Programmer Should Know About Undefined Behavior #2/3
  3013. Top-level programs in C# 9.0
  3014. samizdatco/skia-canvas
  3015. Rough edges in the when_all coroutine, part 1: Empty parameter list | The Old New Thing
  3016. C# 9.0: Records – Work With Immutable Data Classes
  3017. In Defense of a Switch
  3018. dotnet/roslyn
  3019. chsienki/Kittitas
  3020. Announcing PeachPie 1.0-preview1 @ PeachPie
  3021. Improvements in native code interop in .NET 5.0 | .NET Blog
  3022. New C# Source Generator Samples | .NET Blog
  3023. C# preprocessor directive symbols from the dotnet build command line via DefineConstants
  3024. Azure/bicep
  3025. App Trimming in .NET 5 | .NET Blog
  3026. Supporting Linux kernel development in Rust
  3027. Soatok’s Guide to Side-Channel Attacks
  3028. System Programming in 2k20
  3029. Tips for stable and portable software
  3030. .NET R&D Digest (August, 2020)
  3031. Real-time rendering of water caustics
  3032. Exploring mullender.c - A deep dive into the first IOCCC winner :: LainSystems
  3033. Zero-Knowledge Proofs from Information-Theoretic Proof Systems - Part I | ZKProof Standards
  3034. Objective-Rust
  3035. Linux Hardware Reviews, Open-Source Benchmarks & Linux Performance
  3036. Meet Silq- The First Intuitive High-Level Language for Quantum Computers
  3037. Automatically find latent bugs in your code with .NET 5 | .NET Blog
  3038. C++ with Visual Studio Code on macOS
  3039. Configure VS Code for Clang/LLVM on macOS
  3040. .NET Rocks! vNext
  3041. Is TDD Dead
  3042. The 2020 Virtual LLVM Developers' Meeting Program
  3043. Asynchronous programming - C#
  3044. C# to the max! Continuations, co-routines and Source Generators!
  3045. Thinking about dependencies :: sunshowers
  3046. MSBuild Log Viewer
  3047. Exclude code that follows [DoesNotReturn] from code coverage (per #898) by kevin-montrose · Pull Request #904 · coverlet-coverage/coverlet
  3048. First thoughts on Rust vs OCaml
  3049. davidfowl/CommunityStandUpNet5
  3050. ASP.NET Core 5: Make your options immutable
  3051. Porting a Golang and Rust CLI tool to D
  3052. Kowainik - Haskell mini-patterns handbook
  3053. Introducing C# 9: Native-sized integers
  3054. SSH Considered Harmful – Why You Should Be Using Persistent Sessions
  3055. Hiding messages in x86 binaries using semantic duals
  3056. Code Smell: Concrete Abstraction
  3057. p-j-miller/ya-sprintf
  3058. Frustrated? It's not you, it's Rust - fasterthanli.me
  3059. Write your Own Virtual Machine
  3060. "Rust does not have a stable ABI"
  3061. Equality for free – planetgeek.ch
  3062. Post-Open Source
  3063. Serverless apps on AWS using F# and fable
  3064. Search is too good - A Walk Within Boredom
  3065. Announcing TypeScript 3.1 | TypeScript
  3066. Building a BASIC Interpreter, '80s style
  3067. Let’s implement a Bloom Filter
  3068. How I Modernized My Flash Game
  3069. Why I Can’t Stand the FSF
  3070. Why the C Language Will Never Stop You from Making Mistakes
  3071. Use C# Preprocessor Directives
  3072. Announcing TypeScript 4.0 RC | TypeScript
  3073. Introducing C# 9: Extending Partial Methods
  3074. Introducing Rome
  3075. Hedging tail risk, emigration, keyboard superoptimization
  3076. First Impressions of Rust
  3077. Accelerating Standard C++ with GPUs Using stdpar | NVIDIA Developer Blog
  3078. Merge Extension GetEnumerator into master by 333fred · Pull Request #46573 · dotnet/roslyn
  3079. acidanthera/OpenCorePkg
  3080. Visual Studio 2019 v16.7 and v16.8 Preview 1 Release Today! | Visual Studio Blog
  3081. What is default(object) used for?
  3082. Why are you testing your software?
  3083. Fuzzy.Blazor.FluentRenderTreeBuilder 1.1.0
  3084. Announcing the new TypeScript Website | TypeScript
  3085. Introducing localization support in OpenIddict 3.0 beta3
  3086. The Julia Language
  3087. Best Practices for Regular Expressions in .NET
  3088. What Happened When I Peeked Into My Node_Modules Directory
  3089. Niklaus Wirth was right and that is a problem – bowero
  3090. The Haskell Elephant in the Room
  3091. Learn about the latest .NET Productivity features | .NET Blog
  3092. WasmBoxC: Simple, Easy, and Fast VM-less Sandboxing
  3093. Task asynchronous programming as an IO surrogate
  3094. BenchmarkDotNet 0.12.1
  3095. Writing more succinct C# – in F# (Part 1)!
  3096. adam-mcdaniel/oakc
  3097. froggey/Mezzano
  3098. PostSharp Blog | Thinking beyond Roslyn source generators and aspect-oriented programming
  3099. Dhghomon/easy_rust
  3100. .NET Foundation Projects
  3101. Phillip Carter
  3102. Svelte <3 TypeScript
  3103. How JIT Compilers are Implemented and Fast: Pypy, LuaJIT, Graal and More | Carol's Blog
  3104. Farmer: Simpler ARM deployments with Octopus Deploy - Octopus Deploy
  3105. I Don't Want to be a Founder and I Don't Think You Do Either | Carol's Blog
  3106. Understanding F# applicatives and custom operators
  3107. lawl/NoiseTorch
  3108. Mainframe workloads supported on Azure
  3109. Compiler Explorer - C (x86-64 clang 10.0.0)
  3110. C# 9: New `and`, `or`, and `not` Keywords for Pattern Matching
  3111. My First PC
  3112. Announcing Rust 1.45.0 | Rust Blog
  3113. C# 9 Deep Dive: Target Typing and Covariant Returns
  3114. All .Net Exceptions List
  3115. How to stop worrying and adopt nullable reference types – Webinar Recording
  3116. Linux kernel in-tree Rust support
  3117. Performance Improvements in .NET 5 | .NET Blog
  3118. Generating the Premier League Table in F#
  3119. Type-Safe Single Page Apps: F# Vs. TypeScript
  3120. The Soul of a New Debugger
  3121. V8 release v8.4 · V8
  3122. Linux kernel in-tree Rust support
  3123. Linux kernel in-tree Rust support
  3124. A deep-dive into WinUI 3 in desktop apps - Windows Developer Blog
  3125. Pwning smart garage door openers
  3126. Martin Björkström - gRPC Server Reflection in the .NET world
  3127. Flatter wait-free hazard pointers - Paul Khuong: some Lisp
  3128. C# 8.0 nullable references: MaybeNull | endjin
  3129. Writing a winning 4K intro in Rust
  3130. A Deep Introduction to JIT Compilers: JITs are not very Just-in-time | Carol's Blog
  3131. Generics for Go
  3132. Desugaring - taking our high-level language and simplifying it!
  3133. About Scaling Model-View-Update
  3134. How Hello World! changed – top level statements and functions
  3135. Misusing C#: Multiple Main() Methods
  3136. protobuf-net/protobuf-net
  3137. Announcing TypeScript 4.0 Beta | TypeScript
  3138. C# 8.0 nullable references: NotNull | endjin
  3139. Why I don't like SemVer anymore
  3140. GNU GCC does not round floating-point divisions to the nearest value
  3141. Building a high performance JSON parser
  3142. F# 5 and F# tools update for June | .NET Blog
  3143. dotnet/core
  3144. Trace 'function enter/leave' events with a .NET profiler + detect StackOverflow. Assembler code included!
  3145. Life, part 18
  3146. TCC : Tiny C Compiler
  3147. Differences between String and string in C# - Code Maze
  3148. IHP is a modern batteries-included Web Framework, built on top of Haskell and Nix.
  3149. What is Zig's “Colorblind” Async/Await?
  3150. Chat Wars
  3151. Reverse Engineering Snapchat (Part II): Deobfuscating the Undeobfuscatable
  3152. Linear types are merged in GHC
  3153. Implementing a brainfuck CPU in Ghidra - part 1: Setup and disassembly
  3154. Semantic highlighting in OmniSharp and C# extension for VS Code
  3155. Converting a hundred million integers to strings per second
  3156. hashcat 6.0.0
  3157. DEVS(show) : The Universe is (not) deterministic. Is it a bootstrapping compiler?
  3158. The Next Step for Generics
  3159. Guix Further Reduces Bootstrap Seed to 25% — 2020 — Blog — GNU Guix
  3160. 3K, 60fps, 130ms: achieving it with Rust | tonari blog
  3161. Generics and Compile-Time in Rust | TiDB
  3162. C# semantic classification with Roslyn
  3163. GitHub to replace "master" with alternative term to avoid slavery references | ZDNet
  3164. How x86_64 addresses memory
  3165. Microsoft: Rust Is the Industry’s ‘Best Chance’ at Safe Systems Programming – The New Stack
  3166. How async should have been
  3167. Develop, Preview, Test
  3168. ECDSA: Handle with Care
  3169. dotnet/pinvoke
  3170. How Do I Think About Async Code?! | Visual Studio Blog
  3171. .NET Today and Tomorrow | Strangelights
  3172. Modernization Story: Windows Forms to .NET Core, XAML Islands and MSIX Core
  3173. 'Escaping Web' Season One Retrospective
  3174. New inline assembly syntax available in nightly | Inside Rust Blog
  3175. NVIDIA/cutlass
  3176. Collapse OS — Why Forth?
  3177. Peeking under the hood of Command & Conquer
  3178. Microsoft.Diagnostics.Runtime 2.0.130507
  3179. milen.me — Distributed Caching & Compilation
  3180. Ruby vs Crystal Performance
  3181. Experimenting with Memory Management for Basil
  3182. julia as a cli calculator
  3183. Why does this lazy sequence work? | Phillippe Siclait
  3184. SQLite Forum: Caution: clang-11.0.0 miscompiles SQLite
  3185. Configuring Errors and Warnings in C#
  3186. Gleam v0.9 released! – by Otter Nonsense
  3187. TypeScript - JavaScript that scales.
  3188. Avalonia UI Framework
  3189. Merge features/function pointers to master by 333fred · Pull Request #44727 · dotnet/roslyn
  3190. ryansolid/solid
  3191. DotNetAnalyzers/DocumentationAnalyzers
  3192. Changes to How We Manage DefinitelyTyped | TypeScript
  3193. The magic of C# closures
  3194. Write high-quality TypeScript code - .NET Tools Blog
  3195. Video Conferencing, Web Conferencing, Webinars, Screen Sharing
  3196. The Dangers of TypeScript Enums | LINQ to Fail
  3197. How to code like the top Programmers at NASA — 10 critical rules - Alt Bulletin
  3198. Nullable Reference Types: Contexts and Attributes – A Look at New Language Features in C# 8 - .NET Tools Blog
  3199. - Miguel de Icaza
  3200. Patrik Svensson - Targeting ARM64 for Windows in Rust
  3201. Idris 2 version 0.2.0 Released
  3202. Why is Idris 2 so much faster than Idris 1?
  3203. Introduction to Functional Programming in F# - Part 10 — Softwarepark
  3204. How It All Started…AKA the Birth of the CLR - CLR, architectures, and stuff - Site Home
  3205. Optimizing for the RDNA Architecture: presentation notes
  3206. Life, part 11
  3207. Welcome to C# 9.0 | .NET Blog
  3208. F# 5 and F# tools update | .NET Blog
  3209. it’s not just the interpreter « kmod's blog
  3210. The Hardest Program I've Ever Written – journal.stuffwithstuff.com
  3211. TypeScript in a Weekend: A Crash Course
  3212. Multi-path cancellation; a tale of two codependent async enumerators
  3213. Coding is Not Computer Science
  3214. PERF: ensure we run full GC on contexts
  3215. Five Years of Rust | Rust Blog
  3216. Don't Code Tired | Reducing Magic Strings with Microsoft Feature Toggles (Microsoft.FeatureManagement)
  3217. Up to 4GB of memory in WebAssembly · V8
  3218. A Quick Look at Impredicativity (Simon Peyton Jones)
  3219. The anatomy of async iterators (aka await, foreach, yield)
  3220. Deno 1.0
  3221. Performance speed limits
  3222. Erlang Programming Language
  3223. Weep for Graphics Programming
  3224. Announcing TypeScript 3.9 | TypeScript
  3225. Performance best practices in C#
  3226. A Story About .csproj, Large Solutions and Memory Usage - .NET Tools Blog
  3227. Demystifying Memory Profilers in C# .NET Part 3: Memory Pressure - Michael's Coding Spot
  3228. SourceHut + Plan 9 = ❤
  3229. Why we at $FAMOUS_COMPANY Switched to $HYPED_TECHNOLOGY
  3230. Swift 5.3 Release Process
  3231. Make LLVM fast again
  3232. The IBM 1401 compiles and runs FORTRAN II
  3233. Cryptology ePrint Archive: Report 2020/529
  3234. ~rabbits/orca - sourcehut git
  3235. GCC 10.1 Released
  3236. Static Constructor Failures and Declaration Order
  3237. Life, part 6
  3238. Popcorn Linux - Home
  3239. 'Re: Integrating "safe" languages into OpenBSD?'
  3240. Xamarin.Forms 4.6 Available Today! | Xamarin Blog
  3241. Announcing TypeScript 3.9 RC | TypeScript
  3242. Introducing C# Source Generators | .NET Blog
  3243. C# interop with C/C++ and Rust in WebAssembly - Uno Platform
  3244. Don’t Use Boolean Arguments, Use Enums
  3245. Do We Have an Obsession with Ducks in Software Development? - Steve Gordon
  3246. Smarter C/C++ inlining with __attribute__((flatten))
  3247. First Release
  3248. First Release
  3249. a-Shell
  3250. Emojicode Documentation · Compile and Run Your First Program
  3251. R 4.0.0 is released
  3252. Announcing Rust 1.43.0 | Rust Blog
  3253. C# 8.0 nullable references: embrace the expressiveness
  3254. Closing the gap: cross-language LTO between Rust and C/C++
  3255. Engineering code quality in the Firefox browser: A look at our tools and challenges – Mozilla Hacks - the Web developer blog
  3256. A Possible New Backend for Rust – Jason Williams
  3257. Nullable Reference Types: Migrating a Codebase – A Look at New Language Features in C# 8 - .NET Tools Blog
  3258. Python 2.7.18, the last release of Python 2
  3259. “Stubs” in the .NET Runtime
  3260. Life, part 2
  3261. Strategies for migrating to TypeScript
  3262. Creating web apps via TypeScript and webpack
  3263. How does TypeScript work? The bird’s eye view
  3264. I Took a COBOL Course and It Wasn't The Worst | Hacker Noon
  3265. Hello, Gleam! - The Gleam Book
  3266. Matt Segal Dev - Nand to Tetris is a great course
  3267. .NET JIT compiler is not type safe – TooSlowException
  3268. Creating CommonJS-based npm packages via TypeScript
  3269. State of Vue Apr 16 2020
  3270. The Computer Scientist Who Can’t Stop Telling Stories
  3271. Augmenting Interfaces in the Global Scope in TypeScript
  3272. 0.6.0 Release Notes · The Zig Programming Language
  3273. A Personal History of Compilation Speed, Part 1
  3274. A very short introduction to COBOL
  3275. Welcome back to C++ - Modern C++
  3276. Stop Making Students Use Eclipse
  3277. Bored? How about trying a Linux speed run?
  3278. Things That Turbo Pascal is Smaller Than
  3279. The Death of Hype: What's Next for Scala
  3280. Godot Engine - C# progress report: iOS and signals as events
  3281. Hybridizer: High-Performance C# on GPUs | NVIDIA Developer Blog
  3282. Why I’m leaving Elm - lukeplant.me.uk
  3283. Swift: Google’s bet on differentiable programming | Tryolabs Blog
  3284. Cross-platform profiling .NET code with BenchmarkDotNet
  3285. Mobius – .NET runtime running on .NET Core – TooSlowException
  3286. Crafting "Crafting Interpreters" – journal.stuffwithstuff.com
  3287. The Svelte Compiler Handbook
  3288. 10 Things I Hate About PostgreSQL
  3289. Version 1.2.0 released
  3290. A crash course in compilers – Increment: Programming Languages
  3291. Content Injection with Response Rewriting in ASP.NET Core
  3292. "C is how the computer works" is a dangerous mindset for C programmers • Steve Klabnik
  3293. ValueTask Restrictions
  3294. Await | Writing an OS in Rust
  3295. Announcing TypeScript 3.9 Beta | TypeScript
  3296. Static analysis in GCC 10 - Red Hat Developer
  3297. The Hardest Program I've Ever Written – journal.stuffwithstuff.com
  3298. New grad vs senior dev
  3299. firefox's low-latency webassembly compiler -- wingolog
  3300. 10 Most(ly dead) Influential Programming Languages • Hillel Wayne
  3301. 10 Most(ly dead) Influential Programming Languages • Hillel Wayne
  3302. Improving non-nullable reference types handling
  3303. How to create a gRPC service ? – Anthony Giretti's .NET blog
  3304. High-performance C#: a test pattern for ref structs
  3305. Running C# Snake inside UEFI
  3306. How I Became a Better Programmer
  3307. Don't Code Tired | Variables? We Don’t Need No Stinking Variables - C# Discards
  3308. A categorized list of all Java and JVM features since JDK 8 to 14
  3309. Catch up on the latest .NET Productivity features | .NET Blog
  3310. `zig cc`: a Powerful Drop-In Replacement for GCC/Clang
  3311. c# Snake in the browser
  3312. Stark - Native Compiler - Prototype 2019
  3313. Introduction to Functional Programming in F# - Part 9 — Softwarepark
  3314. The Reason for Types in JavaScript - CoRecursive Podcast
  3315. DirectX Developer Day Schedule | DirectX Developer Blog
  3316. Announcing DirectX Developer Day | DirectX Developer Blog
  3317. Episode 47: Hacking .NET with Michal Strehovský
  3318. A Digression on Divergence
  3319. Avoid In-Memory Databases for Tests
  3320. Avoiding cache line overlap by replacing one 256-bit store with two 128-bit stores
  3321. Generate Native Executable from .NET Core 3.1 Project
  3322. Async ValueTask Pooling in .NET 5 | .NET Blog
  3323. Fireiron: A Scheduling Language for High-Performance Linear Algebra on GPUs
  3324. [TUHS] The most surprising Unix programs
  3325. Performance Engineering Blog
  3326. C# 8 asynchronous streams - Red Hat Developer
  3327. Some more C# 8 - Red Hat Developer
  3328. My exploration of Rust and .NET
  3329. Making Your Code Faster by Taming Branches
  3330. How I Start: Nix
  3331. Miguel de Icaza
  3332. DuckDuckGo is good enough for regular use | www.bitlog.com
  3333. The Odyssey of Stark and Melody
  3334. Stark - Language And Frontend Compiler - Prototype 2019
  3335. C# 8 nullable reference types - Red Hat Developer
  3336. Scoping in JavaScript: The Basics
  3337. How to write a Roslyn Analyzer | .NET Blog
  3338. Improving list sum function based on head and tail with C# 8
  3339. Class definitions in TypeScript
  3340. C# 8 default interface methods - Red Hat Developer
  3341. C# and .NET Book | Covers C# 6, C# 7, .NET Framework and .NET Core
  3342. Rust Ownership Rules
  3343. When Bloom filters don't bloom
  3344. Clojure: the Lisp that wants to spread
  3345. runtime: non-cooperative goroutine preemption · Issue #24543 · golang/go
  3346. A half-hour to learn Rust
  3347. Switching back to the UI thread in WPF/UWP, in modern C#
  3348. Hundred year mistakes
  3349. Learning Blazor Components: The Definitive Guide
  3350. Working with IWebHostEnvironment and IHostingEnvironment in dual targeted ASP.NET Core Projects
  3351. React Context with TypeScript: Part 2 - Complex context with function components
  3352. Just In Time Hooking #
  3353. Securing Firefox with WebAssembly – Mozilla Hacks - the Web developer blog
  3354. Announcing TypeScript 3.8 | TypeScript
  3355. EA and Visual Studio’s Linux Support | C++ Team Blog
  3356. SharpLab
  3357. C# 8 asynchronous streams - Red Hat Developer
  3358. TypeScript 3.8 Adds Private Fields and Top-Level Await
  3359. dotnet/runtime
  3360. dotnet/runtime
  3361. VSTS build failed with nuget buildwebcompiler · Issue #354 · madskristensen/WebCompiler
  3362. William J. Bowman, Ph.D. | Home
  3363. Part 1 - Introduction and Setting up the REPL
  3364. Learning Rust With Entirely Too Many Linked Lists
  3365. Debugging Wednesday — Cancel this task!
  3366. ASP.NET Core middleware with Roslyn Analyzers - Part 1
  3367. Compiler Explorer - C (x86-64 clang 9.0.0)
  3368. Fixing Random, part 22
  3369. Compiler Explorer - C (x86-64 clang 9.0.0)
  3370. Fixing Random, part 19
  3371. NVIDIA/cutlass
  3372. Home
  3373. Document EF Core architecture and internal technical details · Issue #1920 · dotnet/EntityFramework.Docs
  3374. Fixing Random, part 20
  3375. Security Scanning Your .NET Core Applications
  3376. Removed Method Group conversions, more additions to equality. by Mrnikbobjeff · Pull Request #1030 · xamarin/Essentials
  3377. Decompile .NET code while debugging - Visual Studio
  3378. Code review red flag: Where is the missing code?
  3379. joshfree - Overview
  3380. Does register selection matter to performance on x86 CPUs?
  3381. PeachPie | PHP compiler to .NET
  3382. Type-Driven Development with Idris
  3383. From DotNet Run to Hello World - .NET Oxford - January 2020
  3384. Jakub Míšek - Compiling and Running a PHP on .NET Core - Dotnetos Conference 2019
  3385. Hello World - Introduction to C# interactive C# tutorial
  3386. Announcing speakers for 2020 : C++ On Sea
  3387. Working with expression trees in C# | Alexey Golub
  3388. Working with expression trees in C# | Alexey Golub
  3389. dotnet/runtime
  3390. Evil Eval() Vol. 2 @ PeachPie | PHP compiler to .NET
  3391. dotnet/runtime
  3392. Cake - Home
  3393. Research based on the .NET Runtime
  3394. maharmstone/quibble
  3395. Performance traps of ref locals and ref returns in C# | Premier Developer
  3396. extern alias - C# Reference
  3397. marcpaq/b1fipl
  3398. Building C# 8.0 | .NET Blog
  3399. Designing a build system for .NET solutions with Cake - 2: The Cake build tool and convention-based builds
  3400. 5 things to be aware of with F# anonymous records | Compositional IT
  3401. Getting Started with Asynchronous Programming in .NET
  3402. Train ML models on large images and 3D volumes with spatial partitioning on Cloud TPUs | Google Cloud Blog
  3403. William J. Bowman, Ph.D. | Home
  3404. Cake - Home
  3405. Software optimization resources. C++ and assembly. Windows, Linux, BSD, Mac OS X
  3406. tock/tock
  3407. Cliff Click's answer to What interesting optimizations can a JIT do that a compiler cannot do? - Quora
  3408. Get CoreRT Hello World selfcontained binary under 1 MB by MichalStrehovsky · Pull Request #7962 · dotnet/corert
  3409. Fast, parallel applications with WebAssembly SIMD · V8
  3410. MoonScript, a language that compiles to Lua
  3411. Train ML models on large images and 3D volumes with spatial partitioning on Cloud TPUs | Google Cloud Blog
  3412. Ryujinx - Nintendo Switch Emulator
  3413. KnightOS was an interesting operating system
  3414. The Throw Keyword was a Mistake
  3415. Autofac 5.0 Released
  3416. libreoffice/core - main, development code repository
  3417. dotnet/runtime
  3418. The frustrating state of tails calls in .NET · Issue #2191 · dotnet/runtime
  3419. .NET coding convention settings For EditorConfig - Visual Studio
  3420. Tools for Exploring .NET Internals
  3421. Showtime | BenchmarkDotNet
  3422. .NET everywhere apparently also means Windows 3.11 and DOS - Scott Hanselman
  3423. Getting Dependencies by Name or Key using the .NET Core Container (Part 2) - Steve Talks Code
  3424. NYAN Conference
  3425. Add Mono to the repository by akoeplinger · Pull Request #1912 · dotnet/runtime
  3426. Analyzing a nullability example · Curiosity is bliss
  3427. VS 16.5 Tooling Performance · Issue #8255 · dotnet/fsharp
  3428. C# 8.0: Understanding Using Declarations - Steve Gordon
  3429. Optimistic allocation of objects on the stack · Issue #1661 · dotnet/runtime
  3430. Containerized builds for Rust on the ESP32 - DEV Community 👩‍💻👨‍💻
  3431. Basic Instruction Scheduling (and Software Pipelining)
  3432. Optimizing string.Count all the way from LINQ to hardware accelerated vectorized instructions
  3433. GrantRi's WebLog [MS] : The problem with being second
  3434. Chris Brumme
  3435. Tracing .NET Core applications - Red Hat Developer
  3436. Cheap USB Host Microcontroller [CH559, ESP32, HID]
  3437. pornin/curve9767
  3438. Building a self-contained game in C# under 8 kilobytes
  3439. Build your own WebAssembly Compiler
  3440. “Stack Walking” in the .NET Runtime
  3441. Building a new Win 3.1 app in 2019 Part 1: Slack client
  3442. Suppress emitting of localsinit flag. · Issue #1738 · dotnet/csharplang
  3443. Initial implementation of two field span. · dotnet/coreclr@0bedde3
  3444. .NET documentation what's new?
  3445. Clr Heap Allocation Analyzer - Visual Studio Marketplace
  3446. apple/llvm-project
  3447. What interesting optimizations can a JIT do that a compiler cannot do? - Quora
  3448. dotnet/runtime
  3449. Creating Common Intermediate Language projects with .NET SDK | StrathWeb. A free flowing web tech monologue.
  3450. dotnet/runtime
  3451. William J. Bowman, Ph.D. | Home
  3452. ConfigureAwait FAQ | .NET Blog
  3453. Debugging 3rd Party .NET Code without symbols in Visual Studio - Michael's Coding Spot
  3454. C# Digest #287 for December 02, 2019 | Weekly C# Newsletter
  3455. To Null, or not to Null?!?
  3456. Compiler Explorer - C++ (x86-64 clang 7.0.0)
  3457. Compiler Explorer - C++ (x86-64 clang 9.0.0)
  3458. Library Changes: Removing jQuery by NickCraver · Pull Request #442 · MiniProfiler/dotnet
  3459. Embracing nullable reference types | .NET Blog
  3460. plasma-umass/coz
  3461. .NET Framework Internals: How the CLR Creates Runtime Objects
  3462. r/dotnet - Microsoft (devs, pm-s etc): thank you all for Net Core 3 and Xamarin!
  3463. .NET Talks at MFF UK in Prague [EN]
  3464. New release – PeachPie Sdk 0.9.600 @ PeachPie | PHP compiler to .NET
  3465. Use C# 8 In Any .NET Project Today
  3466. Hacking CoreCLR on Linux with CLion
  3467. Using Rust in Windows - Microsoft Security Response Center
  3468. How Swift Achieved Dynamic Linking Where Rust Couldn't
  3469. Facebook Libra is Architecturally Unsound
  3470. Compiler support for @oneventname:preventDefault and @oneventname:stopPropagation · Issue #14517 · dotnet/aspnetcore
  3471. Research based on the .NET Runtime
  3472. A First Look at Java Inline Classes
  3473. 63 Cores Blocked by Seven Instructions
  3474. Stack Overflow
  3475. Karel Zikmund - Events
  3476. Add 64 bits support to Array underlying storage · Issue #12221 · dotnet/runtime
  3477. The Aggregate Magic Algorithms
  3478. Terra
  3479. Static constructor broken (not always executed) · Issue #13036 · dotnet/runtime
  3480. AWS’ sponsorship of the Rust project | Amazon Web Services
  3481. danielmarbach/Async.Netcore
  3482. Anonymous classes and generics limit in .NET/C#? | tabs ↹ over ␣ ␣ ␣ spaces by Jiří {x2} Činčura
  3483. PeachPie | PHP compiler to .NET
  3484. What’s the maximum number of generic parameters for a class in .NET/C#? | tabs ↹ over ␣ ␣ ␣ spaces by Jiří {x2} Činčura
  3485. Oldpug/Bfi
  3486. dotnet/coreclr
  3487. What is the difference between ToArray and ToList?
  3488. “Stubs” in the .NET Runtime
  3489. CLR Method Internals (.NET 2.0)
  3490. The Future of C++/CLI and .NET Core 3 | C++ Team Blog
  3491. dotnet/docs
  3492. Announcing F# 4.7 | .NET Blog
  3493. This is how you get rid of null reference exceptions forever
  3494. Demystifying Tail Call Optimization - DEV Community 👩‍💻👨‍💻
  3495. Throwing null literal | tabs ↹ over ␣ ␣ ␣ spaces by Jiří {x2} Činčura
  3496. GitHub
  3497. Introduction to Functional Programming in F# — Softwarepark
  3498. Introduction to Compilers and Language Design
  3499. Compilers
  3500. CSEP501: Compiler Construction
  3501. ChocoPy: A Programming Language for Compilers Courses
  3502. Idea: Extension/derivation of sealed classes · Issue #13345 · dotnet/runtime
  3503. How to add an optimization for C# to RyuJIT
  3504. Home
  3505. Compiler Explorer - CUDA (NVCC 10.1 Update 1)
  3506. LLBLGen Pro | Blog: 16 years of LLBLGen Pro!
  3507. Availability of nullable attributes outside of Core 3.0 · Issue #30493 · dotnet/runtime
  3508. Navigating the .NET Ecosystem
  3509. Utf8String design proposal · Issue #2350 · dotnet/corefxlab
  3510. Split the big jit files to allow better GitHub experience. · Issue #13359 · dotnet/runtime
  3511. Static TypeScript: An Implementation of a Static Compiler for the TypeScript Language - Microsoft Research
  3512. Static analysis for .NET 5 · Issue #30740 · dotnet/runtime
  3513. The Baseline Interpreter: a faster JS interpreter in Firefox 70 – Mozilla Hacks - the Web developer blog
  3514. Improving performance of GraalVM native images with profile-guided optimizations
  3515. Age of JIT Compilation. Part 1. Genesis
  3516. Simon Peyton Jones how GHC type inference engine actually works
  3517. Prefer ValueTask to Task, always; and don't await twice
  3518. Visual Studio Tips and Tricks: Increasing your Productivity for .NET | .NET Blog
  3519. What's new in C# 8.0 - C# Guide
  3520. Introduction to Svelte
  3521. Tailcall optimization doesn't work with netcoreapp3.0 runtime · Issue #13255 · dotnet/runtime
  3522. areller/RediSharp
  3523. .NET Analyzers
  3524. Fuzzing the .NET JIT Compiler
  3525. Tiered compilation for Mono runtime · Issue #16018 · mono/mono
  3526. Geting 4x Speedup With .NET Core 3.0 SIMD Intrinsics
  3527. Huawei announces HarmonyOS, an open-source platform for every device
  3528. New features in 0.9.45 @ PeachPie | PHP compiler to .NET
  3529. Stack Overflow handling in HotSpot JVM
  3530. Try out Nullable Reference Types | .NET Blog
  3531. dotnet/csharplang
  3532. Here’s what’s in the brand-new Unity 2019.2 - Unity Technologies Blog
  3533. Fixing Random, part 40 of 40
  3534. Fix issue with out-of-scope GCFrame in Frame list by janvorli · Pull Request #25795 · dotnet/coreclr
  3535. Advanced .NET Debugging - PDBs and Symbol Stores
  3536. Request: a solution that allows us to not have to write 6500 different delegates & overloads · Issue #2668 · dotnet/csharplang
  3537. .NEXT 2.x | .NEXT
  3538. dotnet/coreclr
  3539. Clarke's Third Law Exception - Step by Step
  3540. VB Casing behavior difference between VS 2013 and Roslyn · Issue #2909 · dotnet/roslyn
  3541. Benchmarks are hard · jbd.dev
  3542. PooledAwait
  3543. dotnet/docs
  3544. mgravell/PooledAwait
  3545. C#: [Obsolete] on an extension method? Also remove ‘this’
  3546. gokrazy - a pure-Go userland for your Raspberry Pi 3 appliances
  3547. .NET Core Example - With simple Kestrel WebHost | C# Online Compiler | .NET Fiddle
  3548. Lowering in C#: What's really going on in your code? - David Wengier
  3549. google/robotstxt
  3550. Peephole optimizations in C++ and C# | Egor Bogatov — Developer at Microsoft
  3551. Yes silver bullet
  3552. Build fails if Java Runtime (not SDK) is installed · Issue #11731 · dotnet/aspnetcore
  3553. Versioning limitations in .NET
  3554. What’s new for the .NET Native Compiler and Runtime in Visual Studio 2015 Update 2 | .NET Blog
  3555. terrajobst/minsk
  3556. #124 Mads Torgersen, C# 8 | no dogma podcast
  3557. What does debugging a program look like? - Julia Evans
  3558. Avoiding instruction cache misses
  3559. dotnet/roslyn
  3560. What’s up with my branch on GPU?
  3561. dotnet/coreclr
  3562. dotnet/diagnostics
  3563. Announcing .NET Core 3.0 Preview 6 | .NET Blog
  3564. An Experimental Floating-Point Scalar Evolution :: Duskborn — Duskborn Labs is where Neil ‘@sheredom‘ Henning writes up things of interest.
  3565. directive_attributes.md
  3566. Building a C# Interactive shell in a browser with Blazor (WebAssembly) and Roslyn | StrathWeb. A free flowing web tech monologue.
  3567. Tiered Compilation Preview in .NET Core 2.1 | .NET Blog
  3568. jeanqasaur/dsl-syllabus-fall-2016
  3569. C# reference
  3570. Tiered Jit Benchmarking · Issue #1125 · dotnet/BenchmarkDotNet
  3571. ltrzesniewski/LocalsInit.Fody
  3572. Candidate Features For C# 9
  3573. Expose top-level nullability information from reflection · Issue #29723 · dotnet/runtime
  3574. Rust: A Language for the Next 40 Years - Carol Nichols
  3575. PHP on .NET Core 3.0 @ PeachPie | PHP compiler to .NET
  3576. Christmas Compiler Speed-Up, part 2
  3577. dotnet/llilc
  3578. Top 10 Things You Can Do With GraalVM
  3579. The F# development home on GitHub is now dotnet/fsharp | .NET Blog
  3580. typeof(TSecret) - the secret magic behind .NET generics
  3581. Markdown + .NET = Interactive docs?
  3582. T1
  3583. Create Interactive .NET Documentation with Try .NET | .NET Blog
  3584. A few words about data and concurrency
  3585. The unknown Type in TypeScript
  3586. SharpFuzz: Bringing the power of afl-fuzz to .NET platform
  3587. Performance Improvements in .NET Core 3.0 | .NET Blog
  3588. Overview of nullability analysis · Curiosity is bliss
  3589. Use pattern matching features to extend data types
  3590. Decoupling Algorithms from the Organization of Computation for High-Performance Graphics & Imaging
  3591. Announcing .NET Core 3.0 Preview 5 | .NET Blog
  3592. Introducing .NET 5 | .NET Blog
  3593. Compile time marshalling | devops.lol
  3594. Fight the global warming: compile your C# apps ahead of time
  3595. terrajobst/minsk
  3596. dotnet/corert
  3597. Get Some Sass Into Your Blazor App
  3598. 2019 EuroLLVM Developers’ Meeting: Mehdi & Vasilache & Zinenko “Building a Compiler with MLIR”
  3599. CppCon 2017: Teresa Johnson “ThinLTO: Scalable and Incremental Link-Time Optimization”
  3600. Add ZIO & Scalaz to community builds · Issue #896 · scala/community-build
  3601. gpakosz/PPK_ASSERT
  3602. Compute Shader - OpenGL Wiki
  3603. The LLVM Compiler Infrastructure Project
  3604. 2019 EuroLLVM Developers’ Meeting: T. Shpeisman & C. Lattner “MLIR: Multi-Level Intermediate Repr..”
  3605. Expose a BigInteger.Builder to help avoid so many copies/allocations · Issue #29378 · dotnet/runtime
  3606. ASCII Art in .NET Code
  3607. Visual Studio 2019 version 16.1 Preview 2 | Visual Studio Blog
  3608. Twisted Oak
  3609. Dev Tip #158: Strongly Typed IDs
  3610. Rust's 2019 roadmap | Rust Blog
  3611. ericsink/wasm2cil
  3612. Running WebAssembly and WASI with .NET
  3613. April Update for WPF on .NET Core 3.0 · Issue #607 · dotnet/wpf
  3614. ispc/ispc
  3615. jmcgrew / zilf / wiki / Home — Bitbucket
  3616. Presentations and Talks covering ‘.NET Internals’
  3617. fsharp/fslang-design
  3618. davidsh - Overview
  3619. Reactive approach to FSAC design - discussion · Issue #1 · Krzysztof-Cieslak/notes
  3620. Non Obvious PE Parsers – the .NET runtime – Part 1
  3621. Performance analysis and tuning contest #2. | Easyperf
  3622. Unintended interactions of SerializationGuard and other features · Issue #29212 · dotnet/runtime
  3623. Lies, darn lies and sampling bias
  3624. Functional Scala: Next Level by John A. De Goes (LambdaConf Edition)
  3625. Using, using, using with C# 8
  3626. C#88: The Original C#
  3627. fsharp/fslang-design
  3628. dotnet/corefx
  3629. string vs. String is not a style debate
  3630. A balancing act
  3631. Compiler Explorer
  3632. MSVC hidden flags
  3633. .NET API browser
  3634. /diagnostics (Compiler diagnostic options)
  3635. ITHare/obf
  3636. Building Components Manually via RenderTreeBuilder
  3637. Compiler Explorer - C++ (x86-64 clang 8.0.0)
  3638. BenchmarkDotNet v0.11.5 | BenchmarkDotNet
  3639. Is making a struct readonly a breaking change?
  3640. Rename Razor Components back to server-side Blazor · Issue #8931 · dotnet/aspnetcore
  3641. Announcing Lucet: Fastly's native WebAssembly compiler and runtime
  3642. Proposal: Dependency Injection / Service Locator as a Language Feature · Issue #1690 · dotnet/csharplang
  3643. cloudflare/boringtun
  3644. Behind the burst compiler | xoofx
  3645. Machine code layout optimizations. | Easyperf
  3646. Ionide — A New Hope
  3647. How to Debug Rust with Visual Studio Code
  3648. materialx/MaterialX
  3649. GameTechDev/GTS-GamesTaskScheduler
  3650. [Question] CoreRT future plans · Issue #7200 · dotnet/corert
  3651. microsoft/perfview
  3652. Intel OSPRay
  3653. Non-idiomatic F#
  3654. Explaining Code using ASCII Art – Embedded in Academia
  3655. When pigs fly: optimising bytecode interpreters
  3656. GameTechDev/IntelShaderAnalyzer
  3657. Writing A Compiler In Go | Thorsten Ball
  3658. Writing An Interpreter In Go | Thorsten Ball
  3659. Core support for object pooling · Issue #12296 · dotnet/runtime
  3660. Port AMSI scanning for assembly loads by elinor-fung · Pull Request #23231 · dotnet/coreclr
  3661. Megacity | Unity
  3662. Fixes to support scala 2.11 by ahoy-jon · Pull Request #650 · zio/zio
  3663. Go 1.12 Release Notes - The Go Programming Language
  3664. zeux/meshoptimizer
  3665. Open Source .NET – 4 years later
  3666. Floating-Point Reference Sheet for Intel® Architecture
  3667. Perf regression for Math.Min and Math.Max · Issue #12159 · dotnet/runtime
  3668. Open source is only ajar without inclusion – Internet Citizen
  3669. pwaller/go2ll-talk
  3670. Async Enumerables with Cancellation · Curiosity is bliss
  3671. Tic Toc Games - A Unity Developer Case Study
  3672. Cats instances taking the environmental parameter by gvolpe · Pull Request #593 · zio/zio
  3673. Floating-Point Parsing and Formatting improvements in .NET Core 3.0 | .NET Blog
  3674. Hardware intrinsic in .NET Core 3.0 - Introduction
  3675. Inline IL ASM in C# with Roslyn | xoofx
  3676. CensoredUsername/dynasm-rs
  3677. Is C# a low-level language?
  3678. Paper: Hyperscan: A Fast Multi-pattern Regex Matcher for Modern CPUs
  3679. Building C# 8.0 | .NET Blog
  3680. dotnet/docs
  3681. Announcing TypeScript 3.1 | TypeScript
  3682. Strict bind, call, and apply methods on functions by ahejlsberg · Pull Request #27028 · microsoft/TypeScript
  3683. Combining iterator blocks and async methods in C# | Premier Developer
  3684. Compiler Explorer
  3685. MuniHac 2018: Keynote: A low-latency garbage collector for GHC
  3686. Emscripten’s embind  |  Web  |  Google Developers
  3687. Background compilation · V8
  3688. Compiler Explorer
  3689. hundredrabbits/Orca-c
  3690. The current state of my compiler project | sergio
  3691. serge-rgb/compiler
  3692. microsoft/microsoft-pdb
  3693. Game Designer+Artist or Game Designer+Programmer
  3694. LLVM on Windows now supports PDB Debug Info
  3695. Machine Learning to Detect Software Vulnerabilities - Schneier on Security
  3696. How to get clang++ to find link.exe
  3697. llvm-mirror/clang
  3698. Lambda Days 2018 - Heather Miller - We're Building On Hollowed Foundations (...)
  3699. Compiler Explorer - C++
  3700. Project Tiny Preview Package is here! - Unity Technologies Blog
  3701. Unity Careers
  3702. Unite Los Angeles 2018 - Day 2 Livestream
  3703. Haxe Roundup № 468
  3704. Go 1.12 Release Notes - The Go Programming Language
  3705. The Go Programming Language Blog
  3706. google/randen
  3707. djbsort: Changes
  3708. djbsort: Intro
  3709. Introducing HacSpec
  3710. NASM Manual
  3711. Tech Note: Shader Snippets for Efficient 2D Dithering | Oculus
  3712. pervognsen/bitwise
  3713. compiletime.md
  3714. clion.md
  3715. research!rsc: Using Uninitialized Memory for Fun and Profit
  3716. asan_clang_cl.md
  3717. Compiler Explorer
  3718. Undefined Behavior Is Really Undefined
  3719. A whirlwind introduction to dataflow graphs
  3720. Modern garbage collection
  3721. Whats next after Burst
  3722. C++, C# and Unity
  3723. C++ Modules Might Be Dead-on-Arrival
  3724. The 7 Best Robotic Arm Kits Under $100
  3725. google/schism
  3726. What I Learned Making My Own JIT Language
  3727. The story of ispc: origins (part 1)
  3728. » TADS The Digital Antiquarian
  3729. RemedyBG by remedybg
  3730. On DOTS: C++ & C# - Unity Technologies Blog
  3731. dotnet/coreclr
  3732. lemire/simdjson
  3733. Tuning a Runtime for Both Productivity and Performance
  3734. [C#] Have some fun with .net core startup hooks
  3735. RyanLamansky/dotnet-webassembly
  3736. Do more with patterns in C# 8.0 | .NET Blog
  3737. Take C# 8.0 for a spin | .NET Blog
  3738. Microsoft's Orleans Distributed App Framework Is Now Cross Platform - The New Stack
  3739. Containing Null with C# 8 Nullable References
  3740. Learning about .NET Core futures by poking around at David Fowler's GitHub - Scott Hanselman
  3741. Discards - C# Guide
  3742. WP.NET | WordPress on .NET Core – WordPress running on .NET Core
  3743. PeachPie.io - The PHP compiler & runtime under NET Core | Product Hunt