1
0
This commit is contained in:
Deven Blake 2021-02-19 04:47:24 -05:00
parent 59bb63f453
commit 064c0d96d2
2 changed files with 81 additions and 69 deletions

View File

@ -93,6 +93,7 @@ Oh well.
<LI><A HREF="https://nekovm.org/">NekoVM</A></LI>
<LI><A HREF="http://neverssl.com/">NeverSSL</A></LI>
<LI><A HREF="https://nobsgames.stavros.io/">No Bullshit Games</A></LI>
<LI><A HREF="http://okturing.com/">OK, turing.</A></LI>
<LI><A HREF="https://onlinebooks.library.upenn.edu/">The Online Books Page</A></LI>
<LI><A HREF="https://openbittorrent.com/">OpenBitTorrent</A></LI>
<LI><A HREF="http://www.gutenberg.org/">Project Gutenberg</A></LI>
@ -302,6 +303,9 @@ Oh well.
<LI>Pike, Rob</LI><UL>
<LI><A HREF="https://web.archive.org/web/20190703170223/https://research.swtch.com/acme.pdf">Acme: A User Interface for Programmers</A></LI>
</UL>
<LI>Stuart, Brian</LI><UL>
<LI><A HREF="https://web.archive.org/web/20161117100244/http://4e.iwp9.org/papers/lapfs.pdf">A File System for Laptops</A></LI>
</UL>
<LI><A HREF="https://www.poetryfoundation.org/poems/43521/beowulf-old-english-version">Beowulf</A></LI>
<LI><A HREF="https://hikage.freeshell.org/books/theCprogrammingLanguage.pdf">The C Programming Language (2nd ed.)</A></LI>
<LI><A HREF="http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf">LISP 1.5 Programmer's Manual</A></LI>
@ -360,6 +364,9 @@ Oh well.
<LI><A HREF="https://kongoucheats.com/">KongouCheats</A></LI>
<LI><A HREF="https://www.reddit.com/r/MegaAnime/comments/94zl52/anime_neon_genesis_evangelion_complete_everything/">Neon Genesis Evangelion - r/MEGAAnime</A> (Defunct)</LI>
<LI><A HREF="https://www.netflix.com/browse">NetFlix</A></LI>
<LI><A HREF="https://www.newgrounds.com/">Newgrounds</A></LI>
<LI><A HREF="https://www.newgrounds.com/portal/view/12798">Mr. T vs Cats</A></LI>
</UL>
<LI><A HREF="https://player.pbs.org/ga-livestream-portalplayer/">PBS Livestream</A></LI>
<LI><A HREF="https://puffer.stanford.edu/player/">Puffer</A></LI>
<LI><A HREF="https://www.rottentomatoes.com/">Rotten Tomatoes</A></LI>
@ -398,6 +405,13 @@ Oh well.
<LI><A HREF="https://theblog.okcupid.com/the-best-questions-for-a-first-date-dba6adaa9df2">The Best Questions For A First Date</A></LI>
<LI><A HREF="http://www.cheatcodes.com/">Cheat Codes</A></LI>
<LI>Computing</LI><UL>
<LI>Bugs</LI><UL>
<LI><A HREF="https://vorner.github.io/2020/11/06/40-ms-bug.html">40 millisecond bug</A></LI>
<LI><A HREF="https://github.com/blueman-project/blueman/issues/1110">Doesn't work! UwU</A></LI>
<LI><A HREF="https://dev.to/setevoy/linux-alsa-lib-pcmdmixc1108sndpcmdmixopen-unable-to-open-slave-38on">Linux: ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave</A></LI>
<LI><A HREF="https://bugs.mojang.com/browse/MCL-11384">MCL-11384</A></LI>
</UL>
<LI>Languages</LI><UL>
<LI>Bash</LI><UL>
<LI><A HREF="https://eklitzke.org/bash-$%2A-and-$@">Bash $* and $@</A></LI>
<LI><A HREF="https://unix.stackexchange.com/questions/84686/how-to-create-custom-commands-in-unix-linux">Bash - Custom Commands</A></LI>
@ -422,15 +436,6 @@ Oh well.
<LI>FORTRAN</LI><UL>
<LI><A HREF="https://docs.oracle.com/cd/E19957-01/805-4939/index.html">Oracle FORTRAN 77 Language Reference</A></LI>
</UL>
<LI>Linux</LI><UL>
<LI><A HREF="http://tldp.yolinux.com/HOWTO/subdir/HOWTO-INDEX.html">How to Linux</A></LI>
<LI><A HREF="https://christine.website/blog/howto-usermode-linux-2019-07-07">How to Use User Mode Linux</A></LI>
<LI><A HREF="https://www.cs.cmu.edu/~awb/linux.history.html">LINUX's History</A></LI>
<LI><A HREF="https://www.kernel.org/doc/html/v4.17/index.html">The Linux Kernel documentation</A></LI>
<LI><A HREF="https://groups.google.com/g/comp.os.minix/c/wlhw16QWltI">LINUX is obsolete</A></LI>
<LI><A HREF="http://www.linuxfromscratch.org/">Linux From Scratch</A></LI>
<LI><A HREF="https://www.collabora.com/news-and-blog/blog/2020/08/27/using-the-linux-kernel-case-insensitive-feature-in-ext4/">Using the Linux kernel's Case-insensitive feature in Ext4</A></LI>
</UL>
<LI>Lisp</LI><UL>
<LI><A HREF="https://lispcookbook.github.io/cl-cookbook/">The Common Lisp Cookbook</A></LI>
<LI><A HREF="https://lisp-lang.org/style-guide/">Common Lisp Style Guide</A></LI>
@ -440,7 +445,16 @@ Oh well.
<LI><A HREF="https://stackoverflow.com/questions/493386/how-to-print-without-newline-or-space">How to print without newline or space? - Stack Overflow</A></LI>
<LI><A HREF="https://www.python.org/dev/peps/pep-0274/">PEP 274</A></LI>
</UL>
<LI><A HREF="https://vorner.github.io/2020/11/06/40-ms-bug.html">40 millisecond bug</A></LI>
</UL>
<LI>Linux</LI><UL>
<LI><A HREF="http://tldp.yolinux.com/HOWTO/subdir/HOWTO-INDEX.html">How to Linux</A></LI>
<LI><A HREF="https://christine.website/blog/howto-usermode-linux-2019-07-07">How to Use User Mode Linux</A></LI>
<LI><A HREF="https://www.cs.cmu.edu/~awb/linux.history.html">LINUX's History</A></LI>
<LI><A HREF="https://www.kernel.org/doc/html/v4.17/index.html">The Linux Kernel documentation</A></LI>
<LI><A HREF="https://groups.google.com/g/comp.os.minix/c/wlhw16QWltI">LINUX is obsolete</A></LI>
<LI><A HREF="http://www.linuxfromscratch.org/">Linux From Scratch</A></LI>
<LI><A HREF="https://www.collabora.com/news-and-blog/blog/2020/08/27/using-the-linux-kernel-case-insensitive-feature-in-ext4/">Using the Linux kernel's Case-insensitive feature in Ext4</A></LI>
</UL>
<LI><A HREF="https://create.arduino.cc/projecthub/michalin70/ab-use-an-arduino-as-am-music-transmitter-d3b6e3">(Ab)use an Arduino as AM Music Transmitter!</A></LI>
<LI><A HREF="https://www.youtube.com/watch?v=Q28PiMxTc4I">Acer Aspire One Disassembly</A></LI>
<LI><A HREF="https://www.youtube.com/watch?v=-mXM2UTjDiI">Adjusting PS1 Laser to Read Original and Burned Games</A></LI>
@ -529,10 +543,8 @@ Oh well.
<LI><A HREF="https://gist.github.com/jboner/2841832">Latency Numbers Every Programmer Should Know</A></LI>
<LI><A HREF="https://web.archive.org/web/20201007125029/https://davidwalsh.name/leaving-mozilla">Leaving Mozilla</A></LI>
<LI><A HREF="https://ruslanspivak.com/lsbaws-part1/">Let's Build A Web Server</A></LI>
<LI><A HREF="https://dev.to/setevoy/linux-alsa-lib-pcmdmixc1108sndpcmdmixopen-unable-to-open-slave-38on">Linux: ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave</A></LI>
<LI><A HREF="https://www.macworld.com/article/1154036/osxorigins.html">Looking back at OS X's origins</A></LI>
<LI><A HREF="https://web.archive.org/web/20191226203252/https://www.reddit.com/r/i3wm/comments/e79wn8/only_suspend_when_lid_closed_and_discharging/f9zz6bm/">Make Systemd suspend only when lid closed and discharging</A></LI>
<LI><A HREF="https://bugs.mojang.com/browse/MCL-11384">MCL-11384</A></LI>
<LI><A HREF="https://en.wikichip.org/wiki/hitachi/6309/a_memo_on_the_secret_features_of_6309">A Memo on the Secret Features of 6309</A></LI>
<LI><A HREF="https://askubuntu.com/questions/841847/mono-package-for-wine-is-not-installed">Mono Package for Wine is not installed</A></LI>
<LI><A HREF="https://fatbusinessman.com/2019/my-favourite-git-commit">My favourite Git commit</A></LI>

View File

@ -58,45 +58,45 @@ I have a functional knowledge of Python and almost grasp C.
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
<H4>You can contact me at...</H4>
<P>trinity@trinity.moe (in testing, might not work)</P>
<P>blakedevendesu@gmail.com (<I>preferably</I>)</P>
<P>trinity@trinity.moe (<I>preferably</I>, redirects to a Google mail account)</P>
<P>deven@waifu.club</P>
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
<H4>Services I'm on include...</H4>
<P>1mb.site, blake.1mb.site</P>
<P>All Things Weezer, deven</P>
<P>ArchWiki, deven</P>
<P>Bandcamp, devenblake</P>
<P>Byte, d3ven</P>
<P>Codeberg, deven</P>
<P>CodeWalrus, deven</P>
<P>Discord, trinity#3756</P>
<P>FriendProject, deven</P>
<P>git.disroot.com, deven</P>
<P>GitHub, devenblake</P>
<P>GitLab, devenblake</P>
<P>Goodreads, devenblake</P>
<P>Hacker News, devenblake</P>
<P>ieddit, deven</P>
<P>Instagram, deven.blake</P>
<P>itch.io, ibukimaya.itch.io</P>
<P>Likee, deven</p>
<P>Mastodon, @deven@pawoo.net</P>
<P>Matter, deven</P>
<P>MySpace, devenblake</P>
<P>Notabug, deven</P>
<P>Okuna, dev</P>
<P>Reddit, u/devenblake</P>
<P>Snapchat, unixuserdtb</P>
<P>Soundcloud, devenblake</P>
<P>SpaceHey, dtb</P>
<P>Subreply, deven</P>
<P>Tumblr, devenblake</P>
<P>Twitter, unixuserdtb</P>
<P>Wikipedia, DTB</P>
<P>Wirechan, Anonymous</P>
<H4>Services I'm on include...</H4><UL>
<LI>1mb.site, blake.1mb.site</LI>
<LI>All Things Weezer, deven</LI>
<LI>ArchWiki, deven</LI>
<LI>Bandcamp, devenblake</LI>
<LI>Byte, d3ven</LI>
<LI>Codeberg, deven</LI>
<LI>CodeWalrus, deven</LI>
<LI>Discord, trinity#3756</LI>
<LI>FriendProject, deven</LI>
<LI>git.disroot.com, deven</LI>
<LI>GitHub, devenblake</LI>
<LI>GitLab, devenblake</LI>
<LI>Goodreads, devenblake</LI>
<LI>Hacker News, devenblake</LI>
<LI>ieddit, deven</LI>
<LI>Instagram, deven.blake</LI>
<LI>itch.io, ibukimaya.itch.io</LI>
<LI>Likee, deven</LI>
<LI>Mastodon, @deven@pawoo.net</LI>
<LI>Matter, deven</LI>
<LI>MySpace, devenblake</LI>
<LI>Notabug, deven</LI>
<LI>Okuna, dev</LI>
<LI>Reddit, u/devenblake</LI>
<LI>Snapchat, unixuserdtb</LI>
<LI>Soundcloud, devenblake</LI>
<LI>SpaceHey, dtb</LI>
<LI>Subreply, deven</LI>
<LI>Tumblr, devenblake</P>
<LI>Twitter, unixuserdtb</LI>
<LI>Wikipedia, DTB</LI>
<LI>Wirechan, Anonymous</LI>
</UL>
<P>
None of these are guaranteed to still be on-line.
I would much rather talk to you via Signal instead of using something like Discord.