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!
What performs better, SQL FILTER or CASE?
Java, SQL and jOOQ.by lukaseder·6 Feb 2023
I’ve found an interesting question on Twitter, recently. Is there any performance impact of using FILTER in SQL (PostgreSQL, specifically), or is it just syntax sugar for a CASE expression in an...
Observing the content offset of a SwiftUI ScrollView | Swift by Sundell
Swift by Sundell·30 Jan 2023
This article has been archived, as it was published several years ago, so some of its information might now be outdated. For more recent articles, please visit the main article feed.
Using local JSON variables to emulate window functions in MySQL 5.7
Java, SQL and jOOQ.by lukaseder·20 Jan 2023
One of MySQL 8’s biggest improvements is the support of window functions. As I always said in conferences, there’s SQL before window functions and SQL after window functions.
Debian: Configuring exim4 for local mail delivery - Waldeinsamkeit
Waldeinsamkeitby Unknown·18 Jan 2023
In a previous article I did an overview of how I learned a few tools to tune my emails storage (mostly how to classify them based on their provenance).
Using jlink to cross-compile minimal JREs – Jake Wharton
Jake Wharton·16 Jan 2023
16 January 2023 jlink is a JDK tool to create bespoke, minimal JREs for your applications. Let's try it with a "Hello, world!" program: class Main { public static void main(String...
Filtering incoming emails - Waldeinsamkeit
Waldeinsamkeitby Unknown·15 Jan 2023
In this article I'll explain my learnings about implementing a filtering system for incoming emails.
Crunchyroll Winter 2023 Simulcast Slate Offers Largest Line-Up Yet
TVby Adi Tantimedh·15 Dec 2022
Posted in: Anime, Crunchyroll, TV | Tagged: anime, Crunchyroll, preview, streaming, trailer Crunchyroll Winter 2023 Simulcast Slate Offers Largest Line-Up Yet Crunchyroll announced its largest...
Your filters hide everything on this page. Adjust them in preferences.