git clone https://gitlab.com/qemu-project/qemu.git
cd qemu
git checkout v10.1.1
./configure --prefix=$HOME/.local
# a little more than 35 minutes here
time make
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iphone 15 | |
https://iosys.co.jp/items/smartphone/iphone/iphone15?not=pro&vo=128&l=l | |
https://iosys.co.jp/items/smartphone/iphone/softbank/iphone15_a3089/303014 | |
https://iosys.co.jp/items/smartphone/iphone/simfree/iphone15_a3089/382843 | |
ネットワーク利用制限 | |
https://iosys.co.jp/guide/support/networkguarantee.html | |
https://snowyskies.jp/imeiChecking/ |
- general guide
- .h file locations
- file collision
- include "pollution"
- De-complecting clojure.spec - tangrammer
- Episode 5: Combinatory Programming with Zach Smith - Tacit Talk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/src/spork$ janet-pm clean-all && jpm clean && jpm test | |
removing directory _build | |
Deleted build directory build | |
compiling deps/miniz/miniz.c to build/deps___miniz___miniz.o... | |
compiling src/base64.c to build/src___base64.o... | |
compiling src/utf8.c to build/src___utf8.o... | |
compiling src/json.c to build/src___json.o... | |
compiling src/rawterm.c to build/src___rawterm.o... | |
compiling src/crc.c to build/src___crc.o... | |
compiling src/cmath.c to build/src___cmath.o... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/boot/boot.janet b/src/boot/boot.janet | |
index 4ff5a851..f50ef7de 100644 | |
--- a/src/boot/boot.janet | |
+++ b/src/boot/boot.janet | |
@@ -4373,16 +4373,20 @@ | |
(put man :dependencies deps) | |
(put man :info info)) | |
(def module (get-bundle-module bundle-name)) | |
+ (def clean (get config :clean)) | |
+ (def check (get config :check)) |
- https://www.youtube.com/watch?v=R3QEFQ9ZFis&t=34s
- https://jasonbrownlee.me/blog/posts/hand-crafted-code/
- https://www.robinsloan.com/notes/home-cooked-app/
- https://samuel.karp.dev/blog/2025/09/writing-software-for-myself/
- https://zerotrickpony.com/articles/software-for-one/
- https://robey.lag.net/2025/09/14/my-watchy.html
- https://fpsvogel.com/posts/2025/goodreads-to-plain-text-csv-reading-log
- https://lannysport.net/writing/ten-years-of-iss.html
- https://imgur.com/a/lobsters-migrated-to-phpbb-april-fools-day-2018-83uDx
- https://imgur.com/a/lobsters-april-fool-s-prank-2015-7SiOw
janet-pm
JANET_MODPATH
reference in docstring ofdeclare-source
should be removed
NewerOlder