Eligible customers can now order a free MFA security key | AWS Security Blog
U.S.-based AWS account root users who have spent more than $100 each month over the past 3 months are eligible to place an order
Eligible customers can now order a free MFA security key | AWS Security Blog
U.S.-based AWS account root users who have spent more than $100 each month over the past 3 months are eligible to place an order
a nice, concise, summary of value of creating DSLs
Interview with Federico Tomassetti at Voxxed Days Ticino - YouTube
Domain specific languages Archives - Strumenta
Our articles - Strumenta (by Federico Tomassetti)
Chess Engines: A Zero to One (chessengines.org)
This a guide on how to build a Chess engine from scratch, updated periodically as I further explore the space. This assumes some basic knowledge of Chess, search algorithms, and coding.
(JavaScript, GoLang)
0hq/chess-ai: Chess engine written in Javascript.
some alternatives:
notnil/chess: chess package for go @GitHub (MIT)
Chess Engine : markus7800/Beth: Chess engine written in JULIA.
this works
this does not?
Kakulukian/youtube-transcript: Fetch transcript from a youtube video @GitHub
more npm modules
How Does Apple’s New M2 Chip Compare to the M1? - The Plug - HelloTech
Apple claims the new M2 chip is 18% faster than the M1 while using the same amount of power.
While the M2 is faster than the original M1, it is not the fastest Apple silicon chip on the market. Since Apple launched the first M1 chip, the company quickly followed it up with the M1 Pro and the M1 Max in 2021, as well as the M1 Ultra in 2022.
ML-powered coding companion – Amazon CodeWhisperer – Amazon Web Services
Now in Preview – Amazon CodeWhisperer- ML-Powered Coding Companion | AWS News Blog
AWS debuts Amazon CodeWhisperer and new synthetic data capabilities - SiliconANGLE
"currently in preview, that uses AI to generate software code automatically. According to AWS, the service can save time for developers by automatically producing code that otherwise would have to be written manually. The result is that software projects can be completed faster.
Understand WebAssembly: Why It Will Change the Web - Strumenta
WebAssembly, or wasm, is a low-level bytecode format for in-browser client-side scripting. If you are writing a compiler for a programming language one option is to target a platform, like the JVM or .NET, and compile your language to the target bytecode. WebAssembly occupies the same role, so when you compiling to WebAssembly you are making your software available for all platforms where it is supported, in other words all browsers.Java virtual machine - Wikipedia
Common Language Runtime (CLR) overview - .NET | Microsoft Docs
An introduction to Python bytecode | Opensource.com
Use parallelism to optimize querying large amounts of data in Amazon DynamoDB | AWS Database Blog
how to optimize querying a large amount of data in Amazon DynamoDB by using parallelism – splitting the original query into multiple parallel subqueries – to meet these strict performance SLAs for large DynamoDB database queries.csharpfritz (csharpfritz) / Repositories @GitHub
Indexing Video using KlipTok with Jeff Fritz @.NET Rocks! vNext
"How do you find a great video clip after the fact? Carl and Richard talk to Jeff Fritz about his work building KlipTok, a tool for making Twitch video clips more discoverable and shareable. Jeff digs into the tricky bits of KlipTok, which is all about fast indexing and searching to get to the right clip. The conversation digs into various data storage techniques and using the cloud in a way that doesn't break the bank" + links:Awesome CDK | Curated list of awesome lists | Project-Awesome.org
The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework for defining cloud infrastructure in code.
jsii
allows code in any language to naturally interact with JavaScript classes. It is the technology that enables the AWS Cloud Development Kit to deliver polyglot libraries from a single codebase!
A class library written in TypeScript can be used in projects authored in TypeScript or Javascript (as usual), but also in C# (and other languages from the .NET family), Go, Java, Python, ... More languages will be added in the future!
Introduction - The jsii reference
aws/aws-cdk: The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code @GitHub
gop/docs.md at main · goplus/gop
Golang Weekly Issue 415: June 10, 2022
GoPlus (Go+) 1.1: A More Script-y Variant of Go — A confusingly named but well intentioned Go variant, of sorts, that leans more towards Python-style simplicity for scripting, educational, and data science use cases. v1.1 brings in a lot more module support. There’s a little demo on their home page.
GOPLUS
Interesting and well informed discussion about programming languages.
"no one language for all purposes", but there are common "ergonomic" and "system" requirements
GOTOpia: The Ideal Programming Language
Clojure? Elm? Roc? Zig?!
The Ideal Programming Language • Richard Feldman & Erik Doernenburg • GOTO 2021 - YouTube
possible alternative for Rust lang:
Home ⚡ Zig Programming Language
Learn ⚡ Zig Programming Language
Code Examples ⚡ Zig Programming Language
why most of them "need" { curly braces? }
to enable password protection and enable hardware encryption with WD portable drives
need to install and run this software
Software and Firmware Downloads | WD Support
WD My Passport External Portable Hard Drive HDD (1 TB to 5 TB) | Western Digital
ongoing by Tim Bray · Golang Diaries: Generics
by Tim Bray, one of the original co-authors of the XML spec) finds a use case for generics in his Quamima pattern matching library, only to find that there are some ‘bumps in the road’ which he shares here for everyone’s benefit.
Tim concludes: “I don’t hate Go’s generics, which is actually pretty strong testimony given that I spent the best part of a couple of days fighting all the stuff described above. But, my guess is the Go generics story is isn’t finished yet.”