Skip to content

Instantly share code, notes, and snippets.

View AdrianKoshka's full-sized avatar
🦉
Focusing

Adrian Lucrèce Céleste AdrianKoshka

🦉
Focusing
View GitHub Profile
@AdrianKoshka
AdrianKoshka / make_ipxe_uefi_usb.md
Last active March 31, 2024 23:36
Making a UEFI bootable iPXE USB drive

Making a UEFI bootable iPXE USB drive

Build the UEFI executable for iPXE

# First we'll clone iPXE
$ git clone git://git.ipxe.org/ipxe.git
# Go into the src directory of the cloned git repo
$ cd ipxe/src
# Compile the UEFI iPXE executable
@AdrianKoshka
AdrianKoshka / xorg.conf
Created August 3, 2016 00:39
imac G3 xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg

Music

Collabs

Atrium Carceri & Kammarheit

Best Frenz, Joywave & Jason Suwito

Here is some crypto contagion for you:

The fallout from troubled crypto hedge fund Three Arrows Capital Ltd. has reached Voyager Digital Ltd., sending shares of the crypto exchange down 51% in Toronto trading with analysts raising the prospect of further damage.

Voyager said it may issue a notice of default to Three Arrows for failure to repay a loan, the exchange disclosed in a statement. The broker’s exposure to Three Arrows includes 15,250 Bitcoin and $350 million of stablecoin USDC, worth roughly $660 million based on Bitcoin’s price on Wednesday in New York.

New York-based Voyager, which offers crypto trading, staking -- a way of earning rewards for holding certain cryptocurrencies -- and yield products, is listed on the Toronto Stock Exchange and its shares are traded over-the-counter in the US. It had about $5.8 billion of assets on its platform as of quarter-end in March.

Voyager is a public company, so you can look at its financial statements. Its most recent financials — as of March 31

[alc@rpi4:~/nixpkgs]$ nix-build -A powershell
these derivations will be built:
/nix/store/y5kylgbh0496qpd9ca7zd9345jj61899-powershell-7.1.3.drv
building '/nix/store/y5kylgbh0496qpd9ca7zd9345jj61899-powershell-7.1.3.drv'...
unpacking sources
unpacking source archive /nix/store/as2c6jwzk2vwnrqjbybfrrf0dhb1sslq-source
source root is source
patching sources
updateAutotoolsGnuConfigScriptsPhase
configuring
{ stdenv, lib, autoPatchelfHook, fetchzip, libunwind, libuuid, icu, curl
, darwin, makeWrapper, less, openssl_1_1, pam, lttng-ust }:
let archString = if stdenv.isAarch64 then "arm64"
else if stdenv.isx86_64 then "x64"
else throw "unsupported platform";
platformString = if stdenv.isDarwin then "osx"
else if stdenv.isLinux then "linux"
else throw "unsupported platform";
platformSha = if stdenv.isDarwin then "0w44ws8b6zfixf7xz93hmplqsx18279n9x8j77y4rbzs13fldvsn"
{ stdenv, lib, autoPatchelfHook, fetchzip, libunwind, libuuid, icu, curl
, darwin, makeWrapper, less, openssl_1_1, pam, lttng-ust }:
let archString = if stdenv.isAarch64 then "arm64"
else if stdenv.isx86_64 then "x64";
let platformString = if stdenv.isDarwin then "osx"
else if stdenv.isLinux then "linux"
else throw "unsupported platform";
platformSha = if stdenv.isDarwin then "0w44ws8b6zfixf7xz93hmplqsx18279n9x8j77y4rbzs13fldvsn"

WASHINGTON—Administration officials are crafting a plan for a multipart infrastructure and economic package that could cost as much as $3 trillion and fulfill key elements of President Biden’s campaign agenda, according to people involved in the discussions.

That package would be followed by measures focusing on education and other priorities, including extending the newly expanded child tax credit scheduled to expire at the end of the year and providing for universal prekindergarten and tuition-free community college, the people said.

The packages could face a difficult path through the narrowly divided Congress, and Democrats aren’t all in agreement on how they should move forward with their spending and tax proposals. Mr. Biden is expected to be briefed on the details of the proposals this week, and the people warned that the strategy is preliminary. Mr. Biden would need to sign off on the legislative strategy for it to move forward.

Some details of the strategy under consideration were reported earlier

Building UEFI for the macchiatobin

CC0
To the extent possible under law,

----------------------------------------------------------------------
Ran 282 tests in 3.469s
OK
make[1]: Leaving directory '/home/alc/git/github/alc/macc-uefi-build/build-edk2/edk2/BaseTools/Tests'
make: Leaving directory '/home/alc/git/github/alc/macc-uefi-build/build-edk2/edk2/BaseTools'
Loading previous configuration from /home/alc/git/github/alc/macc-uefi-build/build-edk2/edk2/Conf/BuildEnv.sh
WORKSPACE: /home/alc/git/github/alc/macc-uefi-build/build-edk2
EDK_TOOLS_PATH: /home/alc/git/github/alc/macc-uefi-build/build-edk2/edk2/BaseTools
CONF_PATH: /home/alc/git/github/alc/macc-uefi-build/build-edk2/edk2/Conf