Consider the following Tailscale grant:
{
"grants": [
{
"src": ["tag:foo"],
"dst": ["tag:bar"],
"ip": ["*"],installXY.img from https://www.openbsd.org/faq/faq4.html#Downloadopenssl sha256 installXY.imgdd if=installXY.img of=/dev/sda
There seems to be some trouble when resizing a Chronicle Map after going from XStream 1.4.20 to 1.4.21 (which is security driven release) for non-Serializable objects.
Current Chronicle map still uses xstream 1.4.20: https://github.com/OpenHFT/Chronicle-Map/blob/343bb22247c17da12ee63b4099099c085fa0cf5f/pom.xml#L132-L137 so they have not found about the issue yet.
map.getAll(tempFilePath.toFile());
String field = map.name();
map.close();jetkvm/dc-extension-firmware#1
solution/workaround from https://discord.com/channels/1270105230989594634/1367610331806957699/1367624533598802011
Jared Jones — 02.05.25 0:11 Instructions to update your DC Extension to Power on by Default
The OnScreen LG utility reports: (3.04, 0.12.16, 4.18)
After the update to macOS Sequoia 15.4, the display no longer worked as USB hub, rendering external keyboard connected directly to the display over USB useless. Had to unplug and replug the display power for this to work again.
Links:
For the home/end keys to work on external USB keyboard in macOS, it is necessary to set key bindings like so:
mkdir ~/Library/KeyBindings && touch ~/Library/KeyBindings/DefaultKeyBinding.dict
cat << EOF > ~/Library/KeyBindings/DefaultKeyBinding.dict
{
"\UF729" = moveToBeginningOfParagraph:; // home
"\UF72B" = moveToEndOfParagraph:; // end
"$\UF729" = moveToBeginningOfParagraphAndModifySelection:; // shift-home
"$\UF72B" = moveToEndOfParagraphAndModifySelection:; // shift-end
"^\UF729" = moveToBeginningOfDocument:; // ctrl-home
context: JDK 21 support: oracle/opengrok#4459
existing PR from Lubos contains some of the changes: oracle/opengrok#4570
Specifically, all the URL() constructors are being deprecated in Java 21: https://docs.oracle.com/en/java/javase/21/docs/api//java.base/java/net/URL.html. The only way to get URL object is to create URI object first and then use toURL() method to convert it (the URL.of() static method requires URI argument).
Fun fact: URL can establish connection to the target using the openConnection() method (even via proxy).
My note: oracle/opengrok#4570 (comment):
I took a longer look at the departure from the URL() constructors yesterday. The URL class by itself does not support any encoding/decoding, it merely breaks down the URL into pieces. The encoding is then supplied by the URI class.
Here are my sparse notes on the BSD talk protocol. The goal was to arrive at understanding of the protocol.
Should update https://en.wikipedia.org/wiki/Talk_(software) with the info one day.
Exstablish a talk session, observe the messages/syscalls.