Source: Dolphin Progress Report: February, March, and April 2023
Summary
Dolphin has made significant changes to its Android input handling to enable its Android users to enjoy the same feature set as desktop users. Dolphin is now also a document provider, making it easier to copy files into and out of its per-app directory.
Facts
Summary
KLOR is a customizable 36-42 key column-staggered split keyboard with per key RGB matrix, encoders, OLED displays, haptic feedback, speakers, a Pixart Paw3204 trackball, and four different layouts. It offers a 3D printed case and an acrylic case option for every layout.
Fact
Source: The absurdity of stacks
Summary
The attitude that stack is expensive and scarce, while heap is cheap and plentiful, is absurd as both are made of memory. The idea of unnecessarily deforming programs to make them iterative to conserve stack leads to non-optimized solutions.
Fact
Source: Ask HN: Are App Store anti-steering rules dead now?
Summary
Developers may be able to use external payment methods for in-app purchases after Epic vs Apple’s ruling and the EU’s statement of objections.
Fact
Source: r9os/r9: The R9 operating system
Summary
R9 is a kernel reimplementation of Plan9 using Rust. The program uses cargo and xtask pattern to build it and supports x86-64 and aarch64 architecture.
Fact
Source: TOML: Tom’s Obvious Minimal Language
Summary
There are four ways to express strings in Python: basic, multi-line basic, literal, and multi-line literal. Basic and multi-line basic strings use quotation marks, while literal and multi-line literal strings use single quotes.
Facts
Source: echoserver: A simple echo server for testing HTTP clients.
Summary
A customizable echo server to test HTTP clients by generating specific URLs and receiving desired responses.
Fact