1
0

bookmarks

This commit is contained in:
Deven Blake 2021-01-25 11:09:20 -05:00
parent ed0a12d790
commit c88f006dec
2 changed files with 58 additions and 30 deletions

View File

@ -311,8 +311,48 @@ Oh well.
<LI><A HREF="https://archive.org/details/CarrieStephenKing/page/n1">Carrie</A></LI>
<LI><A HREF="http://www.cheatcodes.com/">Cheat Codes</A></LI>
<LI>Computing</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>
<LI><A HREF="https://github.com/Idnan/bash-guide">bash-guide</A></LI>
<LI><A HREF="https://mywiki.wooledge.org/BashPitfalls">Bash Pitfalls</A></LI>
<LI><A HREF="https://arslan.io/2019/07/03/how-to-write-idempotent-bash-scripts/">Writing idempotent Bash scripts</A></LI>
</UL>
<LI>C</LI><UL>
<LI><A HREF="http://sekrit.de/webdocs/c/beginners-guide-away-from-scanf.html">A beginners' guide away from scanf()</A></LI>
<LI><A HREF="http://s3-us-west-2.amazonaws.com/belllabs-microsite-dritchie/cbook/index.html">The C Programming Language</A></LI>
<LI><A HREF="https://port70.net/~nsz/c/c89/c89-draft.html">The C89 Draft</A></LI>
<LI><A HREF="http://debrouxl.github.io/gcc4ti/">GCC4TI Documentation</A></LI>
<LI><A HREF="https://en.cppreference.com/w/c/language/history">History of C</A></LI>
<LI><A HREF="https://geocar.sdf1.org/alloc.html">How to allocate memory</A></LI>
<LI><A HREF="https://web.archive.org/web/20030812081713/http://klausler.com/cnotes.txt">Some things every C programmer should know about C</A></LI>
<LI><A HREF="http://fabiensanglard.net/c/">To become a good C programmer</A></LI>
</UL>
<LI>Forth</LI><UL>
<LI><A HREF="https://skilldrick.github.io/easyforth/">Easy Forth</A></LI>
</UL>
<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>
<LI><A HREF="http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf">LISP 1.5 Programmer's Manual</A></LI>
</UL>
<LI>Python</LI><UL>
<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>
<LI><A HREF="http://sekrit.de/webdocs/c/beginners-guide-away-from-scanf.html">A beginners' guide away from scanf()</A></LI>
<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://web.archive.org/web/20190703170223/https://research.swtch.com/acme.pdf">Acme: A User Interface for Programmers</A></LI>
@ -322,10 +362,6 @@ Oh well.
<LI><A HREF="https://drive.google.com/drive/folders/1p5RICuEWlLhbzM8Lczsg7x-Zu88W46Uv">Apple Archive</A></LI>
<LI><A HREF="https://www.instructables.com/Apple-30-Pin-Charger-for-Samsung-Hack/">Apple 30 Pin Charger for Samsung Hack</A></LI>
<LI><A HREF="https://www.cultofmac.com/190779/apple-vs-samsung-a-decade-of-proprietary-connectors-humor/">Apple vs. Samsung: A Decade Of Proprietary Connectors</A></LI>
<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>
<LI><A HREF="https://github.com/Idnan/bash-guide">bash-guide</A></LI>
<LI><A HREF="https://mywiki.wooledge.org/BashPitfalls">Bash Pitfalls</A></LI>
<LI><A HREF="https://www.electronics-tutorials.ws/combination/comb_7.html">Binary Adder</A></LI>
<LI><A HREF="https://corecursive.com/058-brian-kernighan-unix-bell-labs/">The Birth of UNIX with Brian Kernighan</A></LI>
<LI><A HREF="https://graphics.stanford.edu/~seander/bithacks.html">Bit Twiddling Hacks</A></LI>
@ -334,14 +370,12 @@ Oh well.
<LI><A HREF="https://forum.thinkpads.com/viewtopic.php?t=34545">Boot X20 From USB Pen Drive? - Thinkpads Forum</A></LI>
<LI><A HREF="http://www.os2museum.com/wp/a-brief-history-of-unreal-mode/">A Brief History of Unreal Mode</A></LI>
<LI><A HREF="http://archive.google.com/jobs/britney.html">Britney Spears spelling correction</A></LI>
<LI><A HREF="https://codevoid.de/1/posts/2020-05-17-browser-dark-mode.gph">Browser Dark Mode (Chrome and Firefox)</A></LI>
<LI><A HREF="https://www.pentestpartners.com/security-blog/breaking-samsung-firmware-or-turning-your-s8-s9-s10-into-a-diy-proxmark/">Breaking Samsung firmware, or turning your S8/S9/S10 into a DIY &quot;Proxmark&quot;</A></LI> <LI><A HREF="http://yeokhengmeng.com/2019/12/building-a-new-win-3-1-app-in-2019-part-1-slack-client/">Building a new Win 3.1 app in 2019</A></LI>
<LI><A HREF="http://www.bowdoin.edu/~ltoma/teaching/cs340/spring05/coursestuff/Bentley_BumperSticker.pdf">Bumper Sticker CS.pdf</A></LI>
<LI><A HREF="https://cure53.de/analysis-report_bxaq.pdf">BXAQ Analysis</A></LI>
<LI><A HREF="http://s3-us-west-2.amazonaws.com/belllabs-microsite-dritchie/cbook/index.html">The C Programming Language</A></LI>
<LI><A HREF="https://port70.net/~nsz/c/c89/c89-draft.html">The C89 Draft</A></LI>
<LI><A HREF="http://www.lemis.com/grog/Documentation/Lions/">Commentary on the Sixth Edition UNIX Operating System</A></LI>
<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>
<LI><A HREF="https://www.linux.org/threads/common-pronunciations-of-linux-directories-commands-etc.4445/">Common pronunciations of Linux directories, commands, etc</A></LI>
<LI><A HREF="http://gordonbell.azurewebsites.net/computer_engineering/00000001.htm">Computer Engineering: A DEC View of Hardware Systems Design</A></LI>
<LI><A HREF="http://csillustrated.berkeley.edu/">Computer Science Illustrated</A></LI>
<LI><A HREF="https://byuu.net/video/color-emulation">Color Emulation</A></LI>
@ -355,7 +389,6 @@ Oh well.
<LI><A HREF="https://vgdensetsu.tumblr.com/post/179656817318/designing-2d-graphics-in-japan-from-the-late-70s">Designing 2D graphics in the Japanese industry</A></LI>
<LI><A HREF="https://hansdegoede.livejournal.com/22338.html">Disney+ Error Code 83</A></LI>
<LI><A HREF="https://www.deseret.com/1991/7/17/18931236/don-t-hang-up-deejays-make-wait-bearable">DON'T HANG UP! DEEJAYS MAKE WAIT BEARABLE</A></LI>
<LI><A HREF="https://skilldrick.github.io/easyforth/">Easy Forth</A></LI>
<LI><A HREF="https://linux-audit.com/elf-binaries-on-linux-understanding-and-analysis/">ELF Information</A></LI>
<LI><A HREF="https://cravencode.com/post/essentials/enable-tap-to-click-in-i3wm/">Enable tap to click in i3 WM</A></LI>
<LI><A HREF="https://feeding.cloud.geek.nz/posts/encoding-wifi-access-point-passwords-qr-code/">Encoding your WiFi access point password into a QR code</A></LI>
@ -368,7 +401,6 @@ Oh well.
<LI><A HREF="http://www.copperwood.com/pub/FreePascalFromSquareOne.pdf">FreePascal from Square One</A></LI>
<LI><A HREF="https://mcfunley.com/from-the-annals-of-dubious-achievement">From the Annals of Dubious Achievement</A></LI>
<LI><A HREF="https://blog.dave.tf/post/ip-addr-parsing/">Fun with IP address parsing</A></LI>
<LI><A HREF="http://debrouxl.github.io/gcc4ti/">GCC4TI Documentation</A></LI>
<LI><A HREF="https://dash.generalassemb.ly/">General Assembly</A></LI>
<LI><A HREF="https://www.multicians.org/fjcc4.html">A General-Purpose File System For Secondary Storage</A></LI>
<LI><A HREF="https://www.scs.stanford.edu/~dm/home/papers/remove.pdf">Get me off Your Fucking Mailing List</A></LI>
@ -385,24 +417,20 @@ Oh well.
<LI><A HREF="https://www.jwz.org/blog/2008/03/happy-run-some-old-web-browsers-day/">Happy Run Some Old Web Browsers Day!</A> (home.mcom.com revival)</LI>
<LI><A HREF="https://spqr.eecs.umich.edu/papers/Kwong-HDDphone-IEEE-SP-2019.pdf">HDD Microphone</A></LI>
<LI><A HREF="https://news.ycombinator.com/item?id=21801914">Hercules square graphics memory </A></LI>
<LI><A HREF="https://en.cppreference.com/w/c/language/history">History of C</A></LI>
<LI><A HREF="http://www.olografix.org/gubi/estate/archivio/fido/fido.htm">The History of Fidonet</A></LI>
<LI><A HREF="https://vinayak.io/2020/05/04/the-hitchhikers-guide-to-clis-in-python/">The Hitchhiker's Guide to CLIs in Python</A></LI>
<LI><A HREF="http://www.z80.info/">Home of the Z80</A></LI>
<LI><A HREF="https://geocar.sdf1.org/alloc.html">How to allocate memory</A></LI>
<LI><A HREF="https://victorzhou.com/blog/build-an-io-game-part-1/">How to Build a Multiplayer (.io) Web Game</A></LI>
<LI><A HREF="https://www.windowscentral.com/how-disable-windows-ink-workspace-windows-10">How to disable Windows Ink Workspace</A></LI>
<LI><A HREF="https://forums.linuxmint.com/viewtopic.php?t=68319">How to enable blueZ bluetooth daemon again after shutting down</A></LI>
<LI><A HREF="https://www.zdnet.com/article/how-to-enable-dns-over-https-doh-in-firefox/">How to enable DoH in Firefox</A></LI>
<LI><A HREF="https://securitylab.github.com/research/Ubuntu-gdm3-accountsservice-LPE">How to get root on Ubuntu 20.04 by pretending nobodys /home</A></LI>
<LI><A HREF="http://tldp.yolinux.com/HOWTO/subdir/HOWTO-INDEX.html">How to Linux</A></LI>
<LI><A HREF="https://www.addictivetips.com/ubuntu-linux-tips/play-world-of-warcraft-on-linux/">How to play World Of Warcraft on Linux</A></LI>
<LI><A HREF="https://codahale.com/how-to-safely-store-a-password/">How To Safely Store A Password</A></LI>
<LI><A HREF="https://bash-prompt.net/guides/pulse-audio-bluetooth-streaming/">How to Stream Audio from Your Phone to Your Laptop with PulseAudio and Bluetooth</A></LI>
<LI><A HREF="https://www.howtogeek.com/255435/how-to-update-windows-7-all-at-once-with-microsofts-convenience-rollup/">How to Update Windows 7 All at Once with Microsofts Convenience Rollup</A></LI>
<LI><A HREF="https://www.digitalocean.com/community/tutorials/how-to-set-up-a-minecraft-server-on-linux">How To Use a Minecraft Server on Linux</A></LI>
<LI><A HREF="https://wiki.netbsd.org/tutorials/how_to_use_ttf_fonts_in_xterm/">How to use ttf fonts in xterm</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://ultra-technology.org/linux_for_beginners/how-to-write-in-japanese-or-chinese-under-linux-on-any-window-manager-using-fcitx/">How to write Japanese and Chinese in Linux on any window manager</A></LI>
<LI><A HREF="http://bitsavers.org/pdf/ibm/360/princOps/A22-6821-0_360PrincOps.pdf">IBM System/360 Principles of Operation</A></LI>
<LI><A HREF="http://http.jameshfisher.com/2019/05/26/i-can-see-your-local-web-servers/">I can see your local web servers</A></LI>
@ -414,13 +442,8 @@ Oh well.
<LI><A HREF="http://catb.org/jargon/html/">The Jargon File</A></LI>
<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/">Lets Build A Web Server</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="http://www.linuxfromscratch.org/">Linux From Scratch</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.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf">LISP 1.5 Programmer's Manual</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>
@ -431,16 +454,13 @@ Oh well.
<LI><A HREF="https://anewdigitalmanifesto.com/">A New Digital Manifesto</A></LI>
<LI><A HREF="https://ohshitgit.com/">Oh Shit, Git!</A></LI>
<LI><A HREF="https://forum.archive.openwrt.org/viewtopic.php?id=45820&amp;p=10#p297806">OpenWrt Forum: WifiSD</A></LI>
<LI><A HREF="https://docs.oracle.com/cd/E19957-01/805-4939/index.html">Oracle FORTRAN 77 Language Reference</A></LI>
<LI><A HREF="https://www.fbi.gov/contact-us/field-offices/portland/news/press-releases/tech-tuesdaysmart-tvs/?=portland-field-office">Oregon FBI Tech Tuesday: Securing Smart TVs</A></LI>
<LI><A HREF="https://pdfs.semanticscholar.org/4214/cb09e29795f5363e5e3b545750dce027b668.pdf">Overview of Virtual Reality Technologies</A></LI>
<LI><A HREF="https://www.python.org/dev/peps/pep-0274/">PEP 274</A></LI>
<LI><A HREF="https://groups.google.com/g/alt.games.video.sony-playstation/c/JZsDIXL2uAA/m/DT7WpKEU_e0J">Playstation will be dead in 2 years!!!!</A></LI>
<LI><A HREF="https://stopthemingmy.app/">Please dont theme our apps</A></LI>
<LI><A HREF="https://github.com/hellerve/programming-talks">Programming Talks</A></LI>
<LI><A HREF="https://www.reddit.com/r/DataHoarder/comments/ikk0rv/psa_multiple_wd_5400rpm_drives_are_actually/">PSA: multiple WD "5400RPM" drives are actually 7200RPM, including WD80EMAZ/EZAZ and (some) WD Reds</A></LI>
<LI><A HREF="https://github.com/dylanaraps/pure-bash-bible">Pure BASH Bible</A></LI>
<LI><A HREF="https://stackoverflow.com/questions/493386/how-to-print-without-newline-or-space">Python - How to print without newline or space? - Stack Overflow</A></LI>
<LI><A HREF="https://retrocomputing.stackexchange.com/questions/2261/can-a-usr-command-damage-a-zx-spectrum">RANDOMIZE USR 4665</A></LI>
<LI><A HREF="http://www.pbm.com/~lindahl/real.programmers.html">Real Programmers Don't Use Pascal</A></LI>
<LI><A HREF="https://minecraft.gamepedia.com/Tutorials/Basic_logic_gates#Examples_of_Logic_Gates">Redstone Logic Gates</A></LI>
@ -464,16 +484,14 @@ Oh well.
<LI><A HREF="https://cheatsheets.xyz/">Scott Spence's Cheat Sheets</A></LI>
<LI><A HREF="https://the-eye.eu/public/Software/Old%20Apps/DOS%20Resources/Undocumented%20dos%20tips.txt">Shhh! The Undocumented DOS Commands</A></LI>
<LI><A HREF="https://mitpress.mit.edu/sites/default/files/sicp/index.html">SICP Companion Site</A></LI>
<LI><A HREF="https://web.archive.org/web/20030812081713/http://klausler.com/cnotes.txt">Some things every C programmer should know about C</A></LI>
<LI><A HREF="http://www.textfiles.com/">Textfiles</A></LI>
<LI><A HREF="https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/">Things You Should Never Do, Part I</A></LI>
<LI><A HREF="https://www.insanelymac.com/forum/topic/285678-lenovo-thinkpad-t420-with-uefi-only/">Thinkpad T420 Hackintosh</A></LI>
<LI><A HREF="https://jeffhuang.com/designed_to_last/">This Page is Designed to Last: A Manifesto for Preserving Content on the Web</A></LI>
<LI><A HREF="http://tibasicdev.wikidot.com/">TI-BASIC dev</A></LI>
<LI><A HREF="http://merthsoft.com/linkguide/">TI-Link Protocol Guide</A></LI>
<LI><A HREF="http://fabiensanglard.net/c/">To become a good C programmer</A></LI>
<LI><A HREF="https://www.downtowndougbrown.com/2021/01/tracking-down-a-segfault-that-suddenly-started-happening/">Tracking down a segfault that suddenly started happening</A></LI>
<LI><A HREF="https://hackaday.com/2016/06/30/transcend-wifi-sd-card-is-a-tiny-linux-server/">Transcend Wifi SD CardTranscend Wifi SD Card Is A Tiny Linux Server Is A Tiny Linux Server | Hackaday</A></LI>
<LI><A HREF="https://hackaday.com/2016/06/30/transcend-wifi-sd-card-is-a-tiny-linux-server/">Transcend Wifi SD Card Is A Tiny Linux Server | Hackaday</A></LI>
<LI><A HREF="https://raccoon.onyxbits.de/blog/trump-ban-tiktok-wechat-usa/">Trump vs. China. Can TikTok and WeChat really be banned from US based Android devices?</A></LI>
<LI><A HREF="https://keikai.io/blog/p/currency-exchange">Turn Your Excel File Into a Web Application</A></LI>
<LI><A HREF="http://vincentcreative.blogspot.com/2013/01/turning-floppy-disk-in-to-starship.html">Turning a floppy disk in to a Starship.</A></LI>
@ -488,7 +506,6 @@ Oh well.
<LI><A HREF="https://www.ee.ryerson.ca/~elf/hack/recovery.html">Unix Recovery Legend</A></LI>
<LI><A HREF="https://gauthier.uk/blog/who/">The UNIX `who` command</A></LI>
<LI><A HREF="https://bluemaxima.org/flashpoint/datahub/Uploading_SWFs_for_the_Internet_Archive">Uploading SWFs for the Internet Archive</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>
<LI><A HREF="https://computer.rip/2020-11-28%20the%20verboten%20band.html">the verboten band</A></LI>
<LI><A HREF="https://pdfs.semanticscholar.org/0433/dfc8bdb93baf23e838d18fa7b64b313ed7e3.pdf">Virtual Reality, Art, and Entertainment</A></LI>
<LI><A HREF="https://www.w3.org/TR/2019/REC-wasm-core-1-20191205/">WebAssembly Core Specification 1.0 (W3C Recommendation)</A></LI>
@ -507,7 +524,6 @@ Oh well.
<LI><A HREF="https://en.wikipedia.org/wiki/Wireless_Markup_Language">Wireless Markup Language - Wikipedia</A></LI>
<LI><A HREF="https://www.hillelwayne.com/post/important-women-in-cs/">Women in CS</A></LI>
<LI><A HREF="http://tim32.org/~muzer/t17-archive/forum.team17.com/archive/index.php/t-33882.html">Worms goes out of sync</A></LI>
<LI><A HREF="https://arslan.io/2019/07/03/how-to-write-idempotent-bash-scripts/">Writing idempotent Bash scripts</A></LI>
<LI><A HREF="http://clrhome.org/table/">x86 Instruction Table</A></LI>
<LI><A HREF="https://pdos.csail.mit.edu/6.828/2019/xv6/book-riscv-rev0.pdf">xv6 Book</A></LI>
<LI><A HREF="https://www.ticalc.org/archives/files/fileinfo/424/42401.html">Z80 Assembly Notes</A></LI>
@ -811,11 +827,12 @@ Oh well.
<LI><A HREF="https://www.redox-os.org/">Redox</A></LI>
<LI><A HREF="http://serenityos.org/">SerenityOS</A></LI>
<LI><A HREF="https://www.windriver.com/products/vxworks/">VxWorks</A></LI>
<LI><A HREF="https://www.microsoft.com/en-us/windows">Windows</A></LI>
<LI><A HREF="https://www.microsoft.com/en-us/windows">Windows 10</A></LI>
<LI>Linux</LI><UL>
<LI><A HREF="https://sites.google.com/view/atv-x86/home">Android TV x86</A></LI>
<LI><A HREF="https://astralinux.ru/">Astra Linux</A></LI>
<LI><A HREF="http://distro.ibiblio.org/baslinux/">BasicLinux</A></LI>
<LI><A HREF="https://crux.nu/">CRUX</A></LI>
<LI><A HREF="https://www.debian.org/">Debian</A></LI>
<LI><A HREF="http://www.dilos.org/">DilOS</A></LI>
<LI><A HREF="https://getfedora.org/">Fedora</A></LI>
@ -948,6 +965,7 @@ Oh well.
<LI><A HREF="https://www.majorgeeks.com/files/details/router_password_kracker.html">Router Password Kracker</A></LI>
<LI><A HREF="https://rufus.ie/">Rufus</A></LI>
<LI><A HREF="http://kilkakon.com/shimeji/">Shimeji-ee</A></LI>
<LI><A HREF="https://steamunlocked.net/">Steam Unlocked</A></LI>
<LI><A HREF="https://www.sumatrapdfreader.org/free-pdf-reader.html">SumatraPDF</A></LI>
<LI><A HREF="https://www.donationcoder.com/forum/index.php?topic=21944.0">T-Clock 2010</A></LI>
<LI><A HREF="https://www.howtogeek.com/howto/windows-vista/add-take-ownership-to-explorer-right-click-menu-in-vista/">Take Ownership</A></LI>

View File

@ -779,6 +779,16 @@ the country in which The Hill is centralized, alone.
</UL>
</UL>
<LI ID="tiktok">TikTok</LI><UL>
<LI>2020</LI><UL>
<P><A HREF="https://theintercept.com/2020/03/16/tiktok-app-moderators-users-discrimination/">
TikTok Told Moderators: Suppress Posts by the "Ugly" and Poor</A>
(The Intercept; Biddle, Sam; Ribeiro, Paulo Victor; Dias, Tatiana)
(<A HREF="https://web.archive.org/web/20210124013834if_/https://theintercept.com/2020/03/16/tiktok-app-moderators-users-discrimination/">Archive link</A>)
</P>
</UL>
</UL>
<LI>The United States Secret Service</LI><UL>
<LI>2005</LI><UL>
<P><A HREF="https://www.eff.org/press/archives/2005/10/16">