Using WSL and Let's Encrypt to create Azure App Service SSL Wildcard Certificates
Scott Hanselman's Blogby Scott Hanselman·27 Jun 2023
Using WSL and Let's Encrypt to create Azure App Service SSL Wildcard Certificates There are many let's encrypt automatic tools for azure but I also wanted to see if I could use certbot in wsl to...
How do I backup my websites, and why should I improve | AriaieBOY Blog
AriaieBOY Blogby Author Name·23 Jun 2023
How do I backup my websites, and why should I improve June 23, 2023 • 2 min In the old days, I didn't have any backup plans, and the only time I needed my website backed up, I was lucky that my...
Irish stew
Flurries of latent creativity - Stripe CTO blog·20 Jun 2023
Irish stew There are many recipes for irish stew on the Internet, but not a single one that comes close to the stew my mum makes. This is her recipe.
Lamb al asador
Flurries of latent creativity - Stripe CTO blog·19 Jun 2023
Lamb al asador is a classic Patagonian method of barbecue with a whole lamb flayed and hung on an asado cross over an open fire.
The universal focus state
Erik Kroes - Accessibility Consultantby Erik Kroes·7 Jun 2023
The universal focus state Posted on Designing a focus state? A focus state that works on every background is a great starting point. Understand how it works, and improve it for your use-case!
Code-splitting and Lazy-loading Alpine Components using Async Alpine | AriaieBOY Blog
AriaieBOY Blogby Author Name·2 Jun 2023
Code-splitting and Lazy-loading Alpine Components using Async Alpine June 2, 2023 • 4 min Code-splitting and Lazy-loading Alpine Components using Async Alpine With AlpineJs, you can create...
Reusing Previous Computations
Web Browser Engineering·31 May 2023
Compositing (see Chapter 13) makes animations smoother, but it doesn’t help with interactions that affect layout, like text editing or DOM modifications.
Require esm imports 2023-05-08
Jesse Shawl·8 May 2023
Require esm imports See what I did there? I recently encountered a project that used require for including external modules, and when upgrading the dependency's major version, I was met with this...
GitHub Copilot for CLI for PowerShell
Scott Hanselman's Blogby Scott Hanselman·25 Apr 2023
GitHub Copilot for CLI for PowerShell GitHub Next has this cool project that is basically Copilot for the CLI (command line interface).
Use jOOQ's code generator to easily pass table-valued parameters
Java, SQL and jOOQ.by lukaseder·25 Apr 2023
Microsoft T-SQL supports a language feature called table-valued parameter (TVP), which is a parameter of a table type that can be passed to a stored procedure or function.
Encapsulate your @Composable functions
Chris Keenan Codesby Christopher Keenan·20 Apr 2023
TL;DR Encapsulate your composable functions and associated types with a surrounding object and use the operator fun invoke of that object as your composable function.
HTTP Authentication via SSH 2023-04-08
Jesse Shawl·8 Apr 2023
HTTP Authentication via SSH Demo Visit https://auths.sh/ and follow the command line instructions, or browse the source code, specifically: Background and motivation I've been working on...
A modern mouse for the Commodore Amiga - Waldeinsamkeit
Waldeinsamkeitby Unknown·31 Mar 2023
06-04-2024 UPDATE: Looks like the disconnection issue mentioned at the end of the article could be caused by interferences from other BT/Wireless devices (see this comment on the kickstarter page -...
Can LLMs Critique and Iterate on Their Own Outputs?
Eric Jangby Eric Jang·26 Mar 2023
Avi Singh told me yesterday about a recent arxiv preprint, Reflexion, that proposes the following idea: use a LLM to examine whether the output of another generative model is "on the right track"...
How the relative size modifier interacts with stack views
Ole Begemannby Ole Begemann·24 Mar 2023
I have one more thing to say on the relative sizing view modifier from my previous post, Working with percentages in SwiftUI layout. I’m assuming you’ve read that article.
How to create hierarchies of Java objects from flat lists with Collector
Java, SQL and jOOQ.by lukaseder·24 Mar 2023
Occasionally, you want to write a SQL query and fetch a hierarchy of data, whose flat representation may look like this: SELECT id, parent_id, label FROM t_directory; The result might be: |id...
Working with percentages in SwiftUI layout
Ole Begemannby Ole Begemann·23 Mar 2023
SwiftUI’s layout primitives generally don’t provide relative sizing options, e.g. “make this view 50 % of the width of its container”. Let’s build our own!
3.18.0 Release with Support for more Diagnostics, SQL/JSON, Oracle Associative Arrays, Multi dimensional Arrays, R2DBC 1.0
Java, SQL and jOOQ.by lukaseder·8 Mar 2023
DiagnosticsListener improvements A lot of additional diagnostics have been added, including the automated detection of pattern replacements, helping you lint your SQL queries irrespective of...
How to Write a Derived Table in jOOQ
Java, SQL and jOOQ.by lukaseder·24 Feb 2023
One of the more frequent questions about jOOQ is how to write a derived table (or a CTE). The jOOQ manual shows a simple example of a derived table: In SQL: SELECT nested.* FROM ( SELECT AUTHOR_ID...
Recording 433 MHz Radio signals with Seeed XIAO RP2040
Code and Life·15 Feb 2023
Having done 433 Mhz radio signal recording with PicoScope 2208B MSO and Raspberry Pi 4, Arduino Uno and regular USB soundcard, I figured, why not add one more to the mix: Let's try the RP2040!
Your filters hide everything on this page. Adjust them in preferences.