diff --git a/documentation/BusyBox.html b/documentation/BusyBox.html new file mode 100644 index 00000000..e077e540 --- /dev/null +++ b/documentation/BusyBox.html @@ -0,0 +1,217 @@ + + + + + BusyBox + + + + + + + + + + + + + + + + + +
+
+ + + + +
BUSYBOX
+
+ + BusyBox
+
+ About + + Documentation + + Get BusyBox + + Development + +

Links +

+

Developer Pages +

+
+ + + + + + +

Busybox Screenshot.

+ +

Everybody loves to look at screenshots, so here is a live action screenshot of BusyBox. +

+

Also check out incredible Javascript x86 emulator by Fabrice Bellard with BusyBox running inside it. +

+ +
$ busybox
+BusyBox v1.18.0 (2010-12-01 19:10:28 CET) multi-call binary.
+Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
+and others. Licensed under GPLv2.
+See source distribution for full notice.
+
+Usage: busybox [function] [arguments]...
+   or: busybox --list[-full]
+   or: function [arguments]...
+
+	BusyBox is a multi-call binary that combines many common Unix
+	utilities into a single executable.  Most people will create a
+	link to busybox for each function they wish to use and BusyBox
+	will act like whatever it was invoked as.
+
+Currently defined functions:
+	[, [[, acpid, add-shell, addgroup, adduser, adjtimex, ar, arp, arping,
+	awk, base64, basename, bbconfig, beep, blkid, blockdev, bootchartd,
+	brctl, bunzip2, bzcat, bzip2, cal, cat, catv, chat, chattr, chgrp,
+	chmod, chown, chpasswd, chpst, chroot, chrt, chvt, cksum, clear, cmp,
+	comm, conspy, cp, cpio, crond, crontab, cryptpw, cttyhack, cut, date,
+	dc, dd, deallocvt, delgroup, deluser, depmod, devfsd, devmem, df,
+	dhcprelay, diff, dirname, dmesg, dnsd, dnsdomainname, dos2unix, dpkg,
+	dpkg-deb, du, dumpkmap, dumpleases, echo, ed, egrep, eject, env,
+	envdir, envuidgid, ether-wake, expand, expr, fakeidentd, false, fbset,
+	fbsplash, fdflush, fdformat, fdisk, fgconsole, fgrep, find, findfs,
+	flash_eraseall, flash_lock, flash_unlock, flashcp, flock, fold, free,
+	freeramdisk, fsck, fsck.minix, fsync, ftpd, ftpget, ftpput, fuser,
+	getopt, getty, grep, gunzip, gzip, halt, hd, hdparm, head, hexdump,
+	hostid, hostname, httpd, hush, hwclock, id, ifconfig, ifdown,
+	ifenslave, ifplugd, ifup, inetd, init, inotifyd, insmod, install,
+	ionice, iostat, ip, ipaddr, ipcalc, ipcrm, ipcs, iplink, iproute,
+	iprule, iptunnel, kbd_mode, kill, killall, killall5, klogd, last,
+	length, less, linux32, linux64, linuxrc, ln, loadfont, loadkmap,
+	logger, login, logname, logread, losetup, lpd, lpq, lpr, ls, lsattr,
+	lsmod, lspci, lsusb, lzcat, lzma, lzop, lzopcat, makedevs, makemime,
+	man, md5sum, mdev, mesg, microcom, mkdir, mkdosfs, mke2fs, mkfifo,
+	mkfs.ext2, mkfs.minix, mkfs.reiser, mkfs.vfat, mknod, mkpasswd, mkswap,
+	mktemp, modinfo, modprobe, more, mount, mountpoint, mpstat, msh, mt,
+	mv, nameif, nanddump, nandwrite, nbd-client, nc, netstat, nice, nmeter,
+	nohup, nslookup, ntpd, od, openvt, passwd, patch, pgrep, pidof, ping,
+	ping6, pipe_progress, pivot_root, pkill, pmap, popmaildir, poweroff,
+	powertop, printenv, printf, ps, pscan, pwd, raidautorun, rdate, rdev,
+	readahead, readlink, readprofile, realpath, reboot, reformime,
+	remove-shell, renice, reset, resize, rev, rfkill, rm, rmdir, rmmod,
+	route, rpm, rpm2cpio, rtcwake, run-parts, runlevel, runsv, runsvdir,
+	rx, script, scriptreplay, sed, sendmail, seq, setarch, setconsole,
+	setfont, setkeycodes, setlogcons, setsid, setuidgid, sh, sha1sum,
+	sha256sum, sha512sum, showkey, slattach, sleep, smemcap, softlimit,
+	sort, split, start-stop-daemon, stat, strings, stty, su, sulogin, sum,
+	sv, svlogd, swapoff, swapon, switch_root, sync, sysctl, syslogd, tac,
+	tail, tar, taskset, tcpsvd, tee, telnet, telnetd, test, tftp, tftpd,
+	time, timeout, top, touch, tr, traceroute, traceroute6, true, tty,
+	ttysize, tunctl, tune2fs, ubiattach, ubidetach, udhcpc, udhcpd, udpsvd,
+	umount, uname, uncompress, unexpand, uniq, unix2dos, unlzma, unlzop,
+	unxz, unzip, uptime, usleep, uudecode, uuencode, vconfig, vi, vlock,
+	volname, wall, watch, watchdog, wc, wget, which, who, whoami, xargs,
+	xz, xzcat, yes, zcat, zcip
+
+$ _
+
+ + + + +
+ +
+ + + + + + + + + + + +
+ + + Copyright © 1999-2008 Erik Andersen +
+ Mail all comments, insults, suggestions and bribes to +
+ Denys Vlasenko vda.linux@googlemail.com
+
+ +
+ This site created with the vi editor + + This site is kindly hosted by OSL +
+ + + + + + \ No newline at end of file diff --git a/documentation/BusyBox_files/busybox1.png b/documentation/BusyBox_files/busybox1.png new file mode 100644 index 00000000..4d3126a5 Binary files /dev/null and b/documentation/BusyBox_files/busybox1.png differ diff --git a/documentation/BusyBox_files/osuosl.png b/documentation/BusyBox_files/osuosl.png new file mode 100644 index 00000000..b00b5007 Binary files /dev/null and b/documentation/BusyBox_files/osuosl.png differ diff --git a/documentation/BusyBox_files/written.in.vi.png b/documentation/BusyBox_files/written.in.vi.png new file mode 100644 index 00000000..84f59bc1 Binary files /dev/null and b/documentation/BusyBox_files/written.in.vi.png differ diff --git a/drafts/iPhone 12 Pro Max.md b/drafts/iPhone 12 Pro Max.md index b318026c..e42dd966 100644 --- a/drafts/iPhone 12 Pro Max.md +++ b/drafts/iPhone 12 Pro Max.md @@ -16,7 +16,7 @@ Unlike my iPhone 8 Plus review - which was a very sentimental reflection on "the ![The Original](https://i.snap.as/Ep06W6A9.jpg) -These past weeks, I have indulged myself thoroughly in the company of this long-dormant *Handset Enthusiast* part of me - this dork who seems to be infinitely enchanted by conversations vaguely about innovation in a business which seemed almost inevitably alienating of anyone who didn't care enough about some unexotic discussion in the tech community to a demonstrably obsessive degree. +These past weeks, I have indulged myself thoroughly in the company of this long-dormant *Handset Enthusiast* part of me - this dork who seems to be infinitely enchanted by conversations vaguely about innovation in a business which seemed almost inevitably alienating of anyone who didn't care enough about some unexotic discussion in the tech community to a demonstrably obsessive degree. Again, the experience has screamed over and over again that I am extremely vulnerable to high computing capability. In other words, the more a computer can do, the more I want to see what I can do *with* it. For a very long time, iPhone OS' locked downness actually helped me tremendously in this regard. about the tools we use to make things: how we learned to make them, how we learned to learn to use them, and how we learned to teach others - identifying it *truly* and meditating @@ -29,46 +29,3 @@ about the tools we use to make things: how we learned to make them, how we learn it is a guarantee that no matter where I may go or who I may find myself unwittingly surrounded by, the option to escape into my own Computing World *in its entirety* and more - not just an abbreviated, **Mobile** facsimile - shall from now on and forever be with me, there against my right asscheek, just a grab and a glance away. Like The Holy Spirit was it pledged and prepared to stay by my side. down to a depth of six feetYa know, I'm actually astonished by how much of this ritual *hasn't* changed. - ---- - -- [ ] [Twitter thread](https://twitter.com/NeoYokel/status/1335313244949508101) -- [ ] [Twitter Moment](https://twitter.com/i/events/1335684188654231552?s=20) -- [ ] Full hardware specs ([Apple](https://www.apple.com/iphone-12-pro/specs/)) (Pro Max Weight: 228 g (8.0 oz)) -- [ ] [iPhone 8 Plus Hardware Specifications](https://support.apple.com/kb/SP768?locale=en_US) (8 Plus Weight: 202 g (7.1 oz)) -- [ ] [Photography Raindrop collection](https://raindrop.io/collection/15007128) -- [ ] It was completely irrational for me to get a new phone at this point in my life, considering I never leave the house. -- [ ] "[Wireless Charging Is a Disaster Waiting to Happen](https://debugger.medium.com/wireless-charging-is-a-disaster-waiting-to-happen-48afdde70ed9)" | *Debugger* -- [ ] Face ID... oh boy. -- [ ] "Pacific Blue" - as in, the same color as featured in the [iPhone 12 Pro Trailer](https://youtu.be/cnXapYkboRQ)(?) -- [ ] The [battery percentage issue](https://www.imore.com/how-get-battery-percentage-your-iphone-x). -- [ ] I wish part of starting over included re-downloading all my shortcuts, tbh. ([Shortcuts Repo](https://github.com/extratone/shortcuts)) -- [ ] I played my first *Call of Duty* match in something like 10 years and got MVP. I don't know if this means anything or not. [*Call of Duty: Mobile*](https://apps.apple.com/us/app/call-of-duty-mobile/id1287282214) (The title alone... lmao.) -- [ ] As always with new phone reviews, I am presented with a dilemma: the device, itself is by far the best camera I own. (Technically, my only other imaging device is my [Nikon COOLPIX 990](https://www.flickr.com/gp/davidblue/V861Vx), which has long since eaten up every last AA battery I had.) I must use the device, itself to take any images of the device. -- [ ] "[The Precarious Legacy of the iPhone 8](https://bilge.world/iphone-8-plus-review)" -- [ ] "[David Blue on iPhone & iOS](https://bit.ly/dbipwiki)" -- [ ] I finally own the *mid*-capacity option instead of the lowest-capacity option! -- [ ] The Screen Recording badge is finally subtle! -- [ ] I see how "threaded replies" work in iMessage now. -- [ ] I am still sufficiently hung up on the idea of attaching "Pro" (as in "*professional grade*") to the name of a handset, but it at least makes *far* more sense than "PlayStation Pro." -- [ ] Probably revisit Type to Siri - I just discovered that you can enable "Hey, Siri" support all the time and *leave Type to Siri on*! - -## Apple, Inc. - -- [ ] I'm not so sure the "Walled Garden" term really applies when I can now connect my phone to a shared folder on my PC over my local network with zero trouble. And *then*... there's all that one can do with Shortcuts. (Or at least... That they could do in the very beginning.) - -## External - -- [ ] [The Test iCloud Photos Album](https://bit.ly/12bbbp) -- [ ] "[Apple is reportedly canceling some Arcade contracts to focus on ‘engagement’](https://www.theverge.com/2020/6/30/21308657/apple-arcade-canceling-games-subscription-service-engagement)" | *The Verge* -- [ ] [My Geekbench 4 results](https://browser.geekbench.com/v4/cpu/15929025) -- [ ] [My SpeedTest results page](https://www.speedtest.net/results?sh=889e0d5b2307328d5161bcee81bc6a75) -- [ ] [Fucking Twitch Streaming from your iPhone](https://www.twitch.tv/videos/830771152) - - - -### Physical Controls - -- [ ] [morganath on Mastodon regarding the Home Button](https://social.tchncs.de/@morganth/105330295770710815) -- [ ] The case! - diff --git a/notes/iPhone 12 Pro Max Notes.md b/notes/iPhone 12 Pro Max Notes.md new file mode 100644 index 00000000..29e9add3 --- /dev/null +++ b/notes/iPhone 12 Pro Max Notes.md @@ -0,0 +1,43 @@ +# iPhone 12 Pro Max Notes + +- [ ] [Twitter thread](https://twitter.com/NeoYokel/status/1335313244949508101) +- [ ] [Twitter Moment](https://twitter.com/i/events/1335684188654231552?s=20) +- [ ] Full hardware specs ([Apple](https://www.apple.com/iphone-12-pro/specs/)) (Pro Max Weight: 228 g (8.0 oz)) +- [ ] [iPhone 8 Plus Hardware Specifications](https://support.apple.com/kb/SP768?locale=en_US) (8 Plus Weight: 202 g (7.1 oz)) +- [ ] [Photography Raindrop collection](https://raindrop.io/collection/15007128) +- [ ] It was completely irrational for me to get a new phone at this point in my life, considering I never leave the house. +- [ ] "[Wireless Charging Is a Disaster Waiting to Happen](https://debugger.medium.com/wireless-charging-is-a-disaster-waiting-to-happen-48afdde70ed9)" | *Debugger* +- [ ] Face ID... oh boy. +- [ ] "Pacific Blue" - as in, the same color as featured in the [iPhone 12 Pro Trailer](https://youtu.be/cnXapYkboRQ)(?) +- [ ] The [battery percentage issue](https://www.imore.com/how-get-battery-percentage-your-iphone-x). +- [ ] I wish part of starting over included re-downloading all my shortcuts, tbh. ([Shortcuts Repo](https://github.com/extratone/shortcuts)) +- [ ] I played my first *Call of Duty* match in something like 10 years and got MVP. I don't know if this means anything or not. [*Call of Duty: Mobile*](https://apps.apple.com/us/app/call-of-duty-mobile/id1287282214) (The title alone... lmao.) +- [ ] As always with new phone reviews, I am presented with a dilemma: the device, itself is by far the best camera I own. (Technically, my only other imaging device is my [Nikon COOLPIX 990](https://www.flickr.com/gp/davidblue/V861Vx), which has long since eaten up every last AA battery I had.) I must use the device, itself to take any images of the device. +- [ ] "[The Precarious Legacy of the iPhone 8](https://bilge.world/iphone-8-plus-review)" +- [ ] "[David Blue on iPhone & iOS](https://bit.ly/dbipwiki)" +- [ ] I finally own the *mid*-capacity option instead of the lowest-capacity option! +- [ ] The Screen Recording badge is finally subtle! +- [ ] I see how "threaded replies" work in iMessage now. +- [ ] I am still sufficiently hung up on the idea of attaching "Pro" (as in "*professional grade*") to the name of a handset, but it at least makes *far* more sense than "PlayStation Pro." +- [ ] Probably revisit Type to Siri - I just discovered that you can enable "Hey, Siri" support all the time and *leave Type to Siri on*! + +## Apple, Inc. + +- [ ] I'm not so sure the "Walled Garden" term really applies when I can now connect my phone to a shared folder on my PC over my local network with zero trouble. And *then*... there's all that one can do with Shortcuts. (Or at least... That they could do in the very beginning.) +- [ ] The framerate complaints just seem absurd to me (the insistence that 60Hz is just too low of a refresh rate for even a handset display, these days.) On YouTube, JSL Review's *one week later* video reminded me about the potential increase in power consumption say... doubling the screen's refresh rate to 120 + +## External + +- [ ] [The Test iCloud Photos Album](https://bit.ly/12bbbp) +- [ ] "[Apple is reportedly canceling some Arcade contracts to focus on ‘engagement’](https://www.theverge.com/2020/6/30/21308657/apple-arcade-canceling-games-subscription-service-engagement)" | *The Verge* +- [ ] [My Geekbench 4 results](https://browser.geekbench.com/v4/cpu/15929025) +- [ ] [My SpeedTest results page](https://www.speedtest.net/results?sh=889e0d5b2307328d5161bcee81bc6a75) +- [ ] [Fucking Twitch Streaming from your iPhone](https://www.twitch.tv/videos/830771152) + + + +### Physical Controls + +- [ ] [morganath on Mastodon regarding the Home Button](https://social.tchncs.de/@morganth/105330295770710815) +- [ ] The case! +