website-frontend/links.html
Quinten0508 2cd2c0fa55 * added more buttons (not in use yet)
* gallery section (heavy WIP, not visible/linked yet)
* misc cleanups
* news & updates (not sure if i'll keep this around, might make it into its own section and add time logs etc
2024-07-20 23:21:47 +02:00

507 lines
27 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Links - Quintens Outpost</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<style>
ul {
list-style-type: none;
margin: 0;
padding-left: 0;
}
#main-links ul {
margin-bottom: 4rem;
}
ul li::before {
content: "* ";
}
#links-directory ul li:first-child::before {
content: "↑ "; /* arrow for "Top" button */
}
a {
color: #E9E9E9;
text-decoration: underline;
position: relative;
}
p {
display: inline;
}
h5 {
padding-bottom: 0;
}
</style>
</head>
<body>
<div class="container" id="top">
<div class="sidebar sidebar-left">
</div>
<div class="container-main">
<div id="maintitlebox">
<div id="titleandcat" class="box">
<img src="/assets/dance_transparent.gif" id="sapari-dance">
<h1 id="maintitle"><a style="text-decoration: none; color: #E9E9E9;" href="./">Quinten's Outpost</a></h1>
<img src="/assets/dance_transparent.gif" id="sapari-dance">
</div>
<button id="oneko-button" class="button">:3</button>
</div>
<div id="subtitlebox">
<div id="links" class="box">
<a class="linkbox link onsite" href="./"> <!-- TODO: MAKE ON-WEB LINKS A SEPERATE BOX [ALSO PRIORITIZED OVER SOCIALS, MAYBE MOVE SOCIALS AWAY / SMALLER / AS SIDEBAR?] -->
<p>home</p></a>
<a class="linkbox link offsite" href="https://x.com/quinten0508" rel="me" target="_blank">
<p>twitter</p></a>
<a class="linkbox link offsite" href="https://www.last.fm/user/Quinten0508" rel="me" target="_blank">
<p>last.fm</p></a>
<a class="linkbox link offsite" href="https://gitea.quinten0508.com/quinten/website-frontend" rel="me" target="_blank">
<p>source</p></a>
<a class="linkbox link offsite" href="https://t.me/quinten0508" rel="me" target="_blank">
<p>telegram</p></a>
<!-- :3 13 year old firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=646552 -->
<a class="linkbox link offsite" onClick="javascript:window.open('mailto:quinten@tuta.com', 'mail');event.preventDefault()" href="mailto:quinten@tuta.com" rel="me" target="_blank">
<p>email</p></a>
<!-- new button template
<a class="linkbox link" href="" target="_blank">
<p></p></a>
-->
</div>
<div id="heartbeatbox" class="box">
<a href="https://heartbeat.quinten0508.com" target="_blank" class="link"><p>Status</p></a><p>:&nbsp;</p>
<p id="heartbeat-time">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> <!-- &nbsp; prevents text shift after load, doenst work with online T-T -->
</div>
</div>
<div id="directory-box" class="box">
<!-- must resist the urge to dynamically generate this, fuck js -->
<h5 style="display: inline-block; padding: 0;">Current directory:</h5>
<p style="display: inline-block;">
<img src="./assets/icons/tux.svg" id="directory-icon">/<a class="link" href="./">home/quinten</a>/<a class="link" href="./links.html">links</a>
</p>
</div>
<div class="box">
<h3>Links</h3>
<p>An ever-growing collection of links to other places on the internet, loosely sorted and vaguely described. Featuring relatively unknown and/or super useful links. Just give them a try!</p>
<br><br>
<p>Feel free to submit, just email me!</p>
</div>
<!--
Every element has an anchor <a> with href and target, and a <p> inside with the "link"/title
It can also have a short description, indented with `>> ` and using <span>, which has font-size: 1rem instead of 1.2rem on <p>
<li><a href="" target="_blank"><p></p></a>
<br><span> >></span></li>
-->
<div class="box" id="main-links">
<h4 id="Tools">Tools</h4>
<h5 style="margin-top: 1rem; margin-bottom: 0;">Windows</h5>
<span>! = official, from Microsoft. Does not mean better!</span>
<ul>
<li><a href="https://massgrave.dev/" target="_blank"><p>Massgrave</p></a>
<br><span> >> Activation scripts</span></li>
<li><a href="https://www.admx.help/" target="_blank"><p>Windows GPO catalog</p></a>
<br><span> >> catalog of Group Policies</span></li>
<li><a href="https://github.com/microsoft/winget-cli" target="_blank"><p>!WinGet</p></a>,
<a href="https://chocolatey.org/" target="_blank"><p>Chocolatey</p></a>,
<a href="https://scoop.sh/" target="_blank"><p>Scoop</p></a>
<br><span> >> CLI package installers, similar to the Linux Experience™</span></li>
<li><a href="https://learn.microsoft.com/en-us/sysinternals/" target="_blank"><p>!Sysinternals</p></a>
<br><span> >> official, useful tools</span></li>
<li><a href="https://www.nirsoft.net/utils/index.html" target="_blank"><p>NirSoft</p></a>
<br><span> >> similar to sysinternals but different tools</span></li>
<li><a href="https://learn.microsoft.com/en-us/windows/powertoys/" target="_blank"><p>!PowerToys</p></a>
<br><span> >>"tune and streamline your Windows experience"</span></li>
<li><a href="" target="_blank"><p></p></a>
<br><span> >></span></li>
</ul>
<h5 id="Miscellaneous">Miscellaneous</h5>
<ul>
<li><a href="https://cobalt.tools/" target="_blank"><p>Cobalt</p></a>
<br><span> >> media downloader for social media, no ads</span></li>
<li><a href="https://www.serverhunter.com/" target="_blank"><p>Serverhunter</p></a>
<br><span> >> find the cheapest VPS</span></li>
<li><a href="https://www.zoomeye.hk/" target="_blank"><p>ZoomEye</p></a>,
<a href="https://www.shodan.io" target="_blank"><p>Shodan</p></a>,
<a href="https://search.censys.io/" target="_blank"><p>Censys</p></a>
<br><span> >> search engines for internet-connected devices - fun to find exposed webcams, databases, etc</span></li>
<li><a href="https://cable.ayra.ch/" target="_blank"><p>cable.arya.ch</p></a>
<br><span> >> useful web tools</span></li>
<li><a href="https://canarytokens.org/generate" target="_blank"><p>Canarytokens</p></a>
<br><span> >> "data leak detector": drop a token among important files, get notified if someone opens/triggers them</span></li>
<li><a href="https://www.joesandbox.com" target="_blank"><p>Joesandbox</p></a>,
<a href="https://www.hybrid-analysis.com/" target="_blank"><p>Hybrid Analysis</p></a>,
<a href="https://any.run/" target="_blank"><p>any.run</p></a>,
<br><span> >> malware analysis</span></li>
<li><a href="https://onepluscommunityserver.com/" target="_blank"><p>Oneplus community server</p></a>
<br><span> >> recover tools for Oneplus devices</span></li>
<li><a href="https://www.ventoy.net/en/index.html" target="_blank"><p>Ventoy</p></a>,
<br><span> >> what if: bootable USB but with multiple ISOs and a nice gui.
<br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="https://medicatusb.com/" target="_blank">Medicat</a> for a ready-to-go version.</span></li>
<li><a href="https://imgops.com/" target="_blank"><p>ImgOps</p></a>
<br><span> >> anything images: host, reverse search, inspect, edit, add effects</span></li>
<li><a href="https://dehashed.com" target="_blank"><p>DeHashed</p></a>
<br><span> >> data leak search (paid)</span></li>
<li><a href="https://dl.malwarewatch.org/" target="_blank"><p>malwarewatch</p></a>,
<!--vxug-->
<br><span> >> malware repositories</span></li>
<li><a href="https://ffmpeg.guide" target="_blank"><p>ffmpeg.guide</p></a>
<br><span> >> visual node editor for ffmpeg filters</span></li>
<li><a href="https://unlighthouse.dev/" target="_blank"><p>Unlighthouse</p></a>
<br><span> >> like google lighthouse website performance tests, but for all pages and not by Google™</span></li>
<li><a href="https://kinopio.club" target="_blank"><p>Kinopio</p></a>
<br><span> >> mindmapping and linking on steroids, also more fun</span></li>
<li><a href="https://www.magentaa11y.com/" target="_blank"><p>magenta a11y</p></a>
<br><span> >> easy a11y accessibility checklists (sorry, still working on the bare website!)</span></li>
<li><a href="https://lure.sh/" target="_blank"><p>LURE</p></a>
<br><span> >> cross-distro (linux) app repository</span></li>
<li><a href="" target="_blank"><p></p></a>
<br><span> >></span></li>
</ul>
<h4 id="Astrophotography">Astrophotography</h4>
<ul>
<li><a href="https://nighttime-imaging.eu/" target="_blank"><p>NINA</p></a>,
<a href="http://deepskystacker.free.fr/english/index.html" target="_blank"><p>Deepskystacker</p></a>,
<a href="https://siril.org/" target="_blank"><p>Siril</p></a>
<br><span> >> post-processing, stacking tools</span></li>
<li><a href="https://clearoutside.com/" target="_blank"><p>cloud forecast</p></a>,
<a href="https://www.lightpollutionmap.info/" target="_blank"><p>light pollution map</p></a>
<br><span> >> weather, can't see stars if its cloudy</span></li>
<li><a href="https://wiki.astrophotography.io" target="_blank"><p>astrophotography wiki</p></a>,
<a href="https://imgur.com/a/planetary-imaging-with-dslr-ErrVN" target="_blank"><p>planetary imaging with DSLRs</p></a>
<br><span> >> guides/wikis</span></li>
<li><a href="" target="_blank"><p></p></a>
<br><span> >> </span></li>
</ul>
<h4 id="Fun">Fun</h4>
<ul>
<li><a href="https://corru.observer/" target="_blank"><p>corru.observer</p></a>
<br><span> >> sci-fi browser game with fun story!</span></li>
<li><a href="https://pianoverse.net/" target="_blank"><p>Pianoverse</p></a>,
<a href="https://plink.in/" target="_blank"><p>Plink!</p></a>
<br><span> >> play music together online</span></li>
<li><a href="https://www.increpare.com/" target="_blank"><p>increpare games</p></a>
<br><span> >> ton of strange, small flash/html games</span></li>
<li><a href="https://geekenspiel.com/" target="_blank"><p>Geekenspiel</p></a>
<br><span> >> "retro" computer stickers/badges</span></li>
<li><a href="listen.hatnote.com " target="_blank"><p>Listen to Wikipedia</p></a>
<br><span> >> pleasant little sounds and animations for each article creation, change and deletion</span></li>
<li><a href="https://raould.github.io/pn0gstr0m/" target="_blank"><p>pn0gstr0m</p></a>
<br><span> >> pong but the ball multiplies and there's powerups</span></li>
<li><a href="https://www.music-map.com/" target="_blank"><p>Music-Map</p></a>
<br><span> >> find similar artists through a map</span></li>
<li><a href="https://music.ishkur.com/" target="_blank"><p>iskhur's guide to electronic music</p></a>
<br><span> >> huge timeline and tree of all electronic music, with samples for each genre/year</span></li>
<li><a href="https://bemuse.ninja/" target="_blank"><p>Bemuse</p></a>
<br><span> >> fully-fledged rhythm game in your web browser</span></li>
<li><a href="" target="_blank"><p></p></a>
<br><span> >> </span></li>
</ul>
<h4 id="Archive">Archive</h4>
<ul>
<li><a href="https://annas-archive.gs" target="_blank"><p>Anna's Archive</p></a>
<br><span> >> sci-hub, libgen, zlib, archive.org books and more</span></li>
<li><a href="https://uupdump.net/" target="_blank"><p>UUP dump</p></a>
<br><span> >> easy downloads for modern windows builds</span></li>
<li><a href="https://files.rg-adguard.net/" target="_blank"><p>Files by Microsoft®</p></a>
<br><span> >> software and ISOs, Microsoft/Windows related</span></li>
<li><a href="https://libstc.cc/" target="_blank"><p>STC Nexus</p></a>
<br><span> >> similar to Anna's archive, has future potential but not complete (or online) very often </span></li>
<li><a href="https://vp-sheets.fly.dev/" target="_blank"><p>VP-sheets</p></a>
<br><span> >> free piano sheets</span></li>
<li><a href="https://omniarchive.org/" target="_blank"><p>Omniarchive</p></a>
<br><span> >> all minecraft java edition versions</span></li>
<li><a href="https://beta.the-eye.eu/" target="_blank"><p>The Eye</p></a>
<br><span> >> "digital heritage, obscura and ideas"</span></li>
<li><a href="" target="_blank"><p></p></a>
<br><span> >> </span></li>
</ul>
<h4 id="Educational">Educational</h4>
<ul>
<li><a href="https://repair.wiki" target="_blank"><p>Repair Wiki</p></a>
<br><span> >> high-quality (very) low-quantity resource for tech repairs</span></li>
<li><a href="https://opguides.info" target="_blank"><p>Opinionated Guides</p></a>
<br><span> >> engineering, music, philosophy. not my opinions, but good objective content</span></li>
<li><a href="https://cpu.land/" target="_blank"><p>cpu.land</p></a>
<br><span> >> how do CPUs work, but like, really?</span></li>
<li><a href="" target="_blank"><p></p></a>
<br><span> >> </span></li>
</ul>
<h4 id="Electronics">Electronics</h4>
<ul>
<li><a href="https://www.airgradient.com/" target="_blank"><p>airgradient</p></a>
<br><span> >> air quality monitors, CC-BY-SA "open source"</span></li>
<li><a href="https://inputlabs.io/alpakka" target="_blank"><p>Input Labs: Alpakka</p></a>
<br><span> >> fully open-source controller with good gyro controls, go make your own!</span></li>
<li><a href="https://www.token2.com/" target="_blank"><p>Token2</p></a>
<br><span> >> relatively cheap FIDO2 security keys, upgrade your 2FA</span></li>
<li><a href="https://rpilocator.com/" target="_blank"><p>rpilocator</p></a>
<br><span> >> find Raspberry Pi's in stock</span></li>
<li><a href="https://www.adafruit.com/" target="_blank"><p>adafruit</p></a>
<br><span> >> components for projects</span></li>
<li><a href="" target="_blank"><p></p></a>
<br><span> >></span></li>
</ul>
<h4 id="Games">Games</h4>
<ul>
<li><a href="https://optifine.alternatives.lambdaurora.dev/" target="_blank"><p>OptiFine Alternatives</p></a>
<br><span> >> minecraft mods, modern OptiFine alternatives</span></li>
<li><a href="https://nodus.gg/" target="_blank"><p>Nodus</p></a>
<br><span> >> minecraft exploits centered around the controversial chat reporting "feature"</span></li>
<li><a href="https://www.drehmal.net/" target="_blank"><p>Drehmal: Apotheosis</p></a>
<br><span> >> massive minecraft adventure map; "if minecraft was more like BotW"</span></li>
<li><a href="" target="_blank"><p></p></a>
<br><span> >> </span></li>
</ul>
<h4 id="Piracy">Piracy</h4>
<ul>
<li><a href="https://w14.monkrus.ws/" target="_blank"><p>m0nkrus</p></a>
<br><span> >> Adobe for Windows</span></li>
<li><a href="https://rutracker.org" target="_blank"><p>rutracker.org</p></a>,
<!--1337x, more?-->,
<a href="https://torrents-csv.com/" target="_blank"><p>torrents-csv</p></a>
<br><span> >> public, "trustworthy" trackers</span></li>
<li><a href="https://ripped.guide" target="_blank"><p>ripped.guide</p></a>,
<a href="https://fmhy.net/" target="_blank"><p>freemediaheckyeah</p></a>,
<a href="https://rentry.co/megathread" target="_blank"><p>piracy megathread</p></a>,
"<a href="https://lemmy.dbzer0.com/c/piracy" target="_blank"><p>subreddit</p></a>",
<a href="https://champagne.pages.dev/" target="_blank"><p>champagnewiki</p></a>
<br><span> >> collections of "trusted" sites and tools</span></li>
<li><a href="https://idoiso.in/nebula/?C=M&O=D" target="_blank"><p>Nebula.tv</p></a>
<br><span> >> only for one-offs. support your creators!</span></li>
<li><a href="https://gamesdrive.net/index.php" target="_blank"><p>gamesdrive</p></a>,
<a href="https://cs.rin.ru/forum/" target="_blank"><p>cs.rin.ru</p></a>,
<a href="https://kaoskrew.org" target="_blank"><p>kaOs</p></a>,
<a href="https://dodi-repacks.site/" target="_blank"><p>DODI</p></a>,
<a href="https://fitgirl-repacks.site/" target="_blank"><p>FitGirl</p></a>
<br><span> >> videogames</span></li>
<li><a href="https://rentry.org/arch1ve" target="_blank"><p>archive.org book ripping</p></a>
<br><span> >></span></li>
<li><a href="https://doubledouble.top/" target="_blank"><p>doubledouble (EOL)</p></a>,
<a href="https://lucida.to/" target="_blank"><p>lucida</p></a>
<br><span> >> download from major streaming platforms</span></li>
<li><a href="https://ori5000.github.io/musicripping.html" target="_blank"><p>Esoterica Avenue</p></a>,
<a href="https://rentry.org/firehawk52" target="_blank"><p>firehawk52</p></a>
<br><span> >> music ripping guides</span></li>
<li><a href="https://apprenticealf.wordpress.com/" target="_blank"><p>apprenticealf</p></a>
<br><span> >> de-DRM your ebooks</span></li>
<li><a href="" target="_blank"><p></p></a>
<br><span> >></span></li>
</ul>
<h4 id="Homelab">Homelab</h4>
<ul>
<li><a href="https://noted.lol/" target="_blank"><p>noted.lol</p></a>
<br><span> >> shortform articles on new apps to self-host</span></li>
<li><a href="https://selfh.st/apps/" target="_blank"><p>selfh.st</p></a>
<br><span> >> extensive list of self-hosted apps</span></li>
<li><a href="" target="_blank"><p></p></a>
<br><span> >></span></li>
</ul>
<h4 id="NewsAndBlogs">News & Blogs</h4>
<ul>
<li><a href="https://solar.lowtechmagazine.com/" target="_blank"><p>LOW←TECH MAGAZINE</p></a>
<br><span> >> completely solar-powered, all about climate and power</span></li>
<li><a href="https://www.404media.co/" target="_blank"><p>404 Media</p></a>
<br><span> >> independent tech news</span></li>
<li><a href="https://waxy.org/" target="_blank"><p>Waxy.org</p></a>
<br><span> >> tech, internet culture (infrequent)</span></li>
<li><a href="https://seirdy.one/posts/2021/03/10/search-engines-with-own-indexes/" target="_blank"><p>A look at all search engines</p></a>
<br><span> >> goes in-depth about all of the new search engines, and which ones actually stand out</span>
<br>&nbsp;&nbsp;&nbsp;&nbsp;<span>also check out <a href="https://seirdy.one" target="_blank">the main website</a></span></li>
<li><a href="https://iwebthings.joejenett.com/" target="_blank"><p>iwebthings</p></a>
<br><span> >> "notes" with fun discoveries from all over the internet every few days</span>
<br>&nbsp;&nbsp;&nbsp;&nbsp;<span>and the <a href="https://dwt-archives.joejenett.com/" target="_blank">daily webthing archives</a> </span></li>
<li><a href="https://href.cool/" target="_blank"><p>href.cool</p></a>,
<a href="https://www.kickscondor.com/hrefhunt/" target="_blank"><p>hrefhunt</p></a>,
<a href="https://goblin-heart.net/sadgrl/links" target="_blank"><p>goblin-heart links</p></a>,
<a href="https://s1nez.nekoweb.org/bookmarks" target="_blank"><p>s1nez' bookmarks</p></a>,
<a href="https://web.archive.org/web/20230817122434/https://links.yesterweb.org/" target="_blank"><p>yesterlinks (archived)</p></a>,
<br><span> >> curated selection of links, like this page but way better</span></li>
<li><a href="" target="_blank"><p></p></a>
<br><span> >></span></li>
</ul>
<h4 id="Art">Art</h4>
<h5>The only section without descriptions :)</h5>
<ul>
<li><a href="https://neauoire.github.io/neauismea/" target="_blank"><p>neauismea</p></a></li>
<li><a href="https://1041uuu.tumblr.com/" target="_blank"><p>1041uuu</p></a></li>
<li><a href="" target="_blank"><p></p></a></li>
</ul>
</div>
</div> <!--container-main-->
<div class="sidebar sidebar-right" id="links-tree">
<div class="box" style="margin: 0;">
<h5 style="padding-bottom: 0;">Tree</h5>
<ul style="margin-bottom: 0;">
<li><a href="#top">Top</a></li>
<li><a href="#Tools">Tools</a></li>
<li><a href="#Astrophotography">Astrophotography</a></li>
<li><a href="#Fun">Fun</a></li>
<li><a href="#Archive">Archive</a></li>
<li><a href="#Educational">Educational</a></li>
<li><a href="#Electronics">Electronics</a></li>
<li><a href="#Games">Games</a></li>
<li><a href="#Piracy">Piracy</a></li>
<li><a href="#Homelab">Homelab</a></li>
<li><a href="#NewsAndBlogs">News & Blogs</a></li>
<li><a href="#Art">Art</a></li>
</ul>
</div>
</div>
</div>
</div> <!--sidebar-->
<div id="stripes">
<img src="/assets/stripes.svg" id="stripes">
</div>
</div> <!--container-->
</body>
<script src="/assets/scripts/lastfm.js"></script>
<script src="/assets/scripts/clock.js"></script>
<script src="/assets/scripts/heartbeat.js"></script>
<script src="/assets/scripts/onekoswap.js"></script>
<script src="/assets/scripts/uptime.js"></script>
<script src="/assets/scripts/oneko.js" data-cat="/assets/oneko.gif"></script>
</html>