diff --git a/assets/data/links.json b/assets/data/links.json index b2abfcc..6f7d4c4 100644 --- a/assets/data/links.json +++ b/assets/data/links.json @@ -7,13 +7,19 @@ { "title": "Why I Use the GPL", "url": "https://lukesmith.xyz/articles/why-i-use-the-gpl-and-not-cuck-licenses/", "note": "Luke Smith on copyleft licensing" }, { "title": "I Know What You Download", "url": "https://iknowwhatyoudownload.com/en/peer/", "note": "See torrents tied to an IP address" }, { "title": "copy.sh v86", "url": "https://copy.sh/v86/", "note": "x86 PC emulator in the browser" }, - { "title": "SF Maker", "url": "https://www.leshylabs.com/apps/sfMaker/", "note": "Browser-based sound effect generator" } + { "title": "SF Maker", "url": "https://www.leshylabs.com/apps/sfMaker/", "note": "Browser-based sound effect generator" }, + { "title": "This Person Does Not Exist", "url": "https://thispersondoesnotexist.com/", "note": "AI-generated faces, refresh forever" }, + { "title": "Library of Babel", "url": "https://libraryofbabel.info/", "note": "Every possible page of text that could exist" }, + { "title": "Random Colour", "url": "http://randomcolour.com/", "note": "Just a random color" }, + { "title": "YTMND", "url": "https://fligoogigoo.ytmnd.com/", "note": "Old web nostalgia" }, + { "title": "Divisibility Tricks", "url": "https://webspace.ship.edu/msrenault/divisibility/index.htm", "note": "Math tricks reference" }, + { "title": "Shell Tricks", "url": "https://blog.hofstede.it/shell-tricks-that-actually-make-life-easier-and-save-your-sanity/", "note": "Genuinely useful shell tips" } ] }, { "name": "Tools", "links": [ - { "title": "Cover Your Tracks", "url": "https://coveryourtracks.eff.org/" }, + { "title": "Cover Your Tracks", "url": "https://coveryourtracks.eff.org/", "note": "EFF browser fingerprint test" }, { "title": "DuckDNS", "url": "https://www.duckdns.org/", "note": "Free dynamic DNS" }, { "title": "netboot.xyz", "url": "https://netboot.xyz/", "note": "Network bootable OS installer" }, { "title": "NirSoft USBLogView", "url": "https://www.nirsoft.net/utils/usb_log_view.html", "note": "Log USB device connections" }, @@ -21,15 +27,136 @@ { "title": "SideStore", "url": "https://sidestore.io/", "note": "Sideload apps on iOS without a PC" }, { "title": "Privacy Tools", "url": "https://www.privacytools.io/", "note": "Privacy-focused software recommendations" }, { "title": "cobalt", "url": "https://cobalt.tools/", "note": "Media downloader for YouTube, Twitter, etc." }, - { "title": "Witch", "url": "http://witch.valdikss.org.ru/", "note": "Check if you're on a VPN" } + { "title": "Witch", "url": "http://witch.valdikss.org.ru/", "note": "Check if you're on a VPN" }, + { "title": "IT Tools", "url": "https://it-tools.tech/", "note": "Huge collection of dev utilities" }, + { "title": "Photopea", "url": "https://www.photopea.com/", "note": "Photoshop in the browser" }, + { "title": "iLovePDF", "url": "https://www.ilovepdf.com/", "note": "PDF manipulation toolkit" }, + { "title": "Online ICO Converter", "url": "https://www.icoconverter.com/", "note": "Make favicons from any image" }, + { "title": "VirusTotal", "url": "https://www.virustotal.com/", "note": "Scan files and URLs for malware" }, + { "title": "Temp Mail", "url": "https://temp-mail.org/", "note": "Disposable email addresses" }, + { "title": "archive.ph", "url": "https://archive.ph/", "note": "Webpage archive and snapshot tool" }, + { "title": "Babelstone Unicode Lookup", "url": "https://www.babelstone.co.uk/Unicode/whatisit.html", "note": "Identify any Unicode character" }, + { "title": "Wallet Wallet", "url": "https://walletwallet.alen.ro/", "note": "Make Apple Wallet passes" }, + { "title": "IPSW Downloads", "url": "https://ipsw.me/", "note": "Apple firmware archive" }, + { "title": "Binary Ninja", "url": "https://binary.ninja/", "note": "Reverse engineering platform" }, + { "title": "86Box", "url": "https://86box.net/", "note": "Emulator for vintage x86 systems" }, + { "title": "Awesome Flipper Firmware", "url": "https://awesome-flipper.com/firmware/official/", "note": "Flipper Zero firmware list" } + ] + }, + { + "name": "Network & DNS", + "links": [ + { "title": "DNS Checker", "url": "https://dnschecker.org/", "note": "Global DNS propagation lookup" }, + { "title": "MxToolbox", "url": "https://mxtoolbox.com/", "note": "DNS, mail, and network diagnostics" }, + { "title": "Robtex DNS Lookup", "url": "https://robtex.com/en/dns-lookup", "note": "Deep DNS investigation" }, + { "title": "ViewDNS.info", "url": "https://viewdns.info/", "note": "DNS tools collection" }, + { "title": "Port Checker", "url": "https://www.yougetsignal.com/tools/open-ports/", "note": "Check if a port is open" }, + { "title": "TestMy.net", "url": "https://testmy.net/", "note": "Bandwidth speed test" }, + { "title": "IP Lookup", "url": "https://www.iplocation.net/ip-lookup", "note": "Geolocate an IP address" }, + { "title": "Website Check", "url": "https://check-your-website.server-daten.de/", "note": "Site headers and SSL info" }, + { "title": "TLD-List", "url": "https://tld-list.com/", "note": "Compare domain TLD prices" } + ] + }, + { + "name": "File Sharing", + "links": [ + { "title": "ShareDrop", "url": "https://www.sharedrop.io/", "note": "AirDrop for the web" }, + { "title": "PairDrop", "url": "https://pairdrop.net/", "note": "Local file transfer in browser" }, + { "title": "FilePizza", "url": "https://file.pizza/", "note": "Peer-to-peer file transfer" }, + { "title": "Wormhole", "url": "https://wormhole.app/", "note": "End-to-end encrypted file sharing" }, + { "title": "Filebin", "url": "https://filebin.net/", "note": "Anonymous file upload bin" } + ] + }, + { + "name": "Learning & Reference", + "links": [ + { "title": "Learn X in Y Minutes", "url": "https://learnxinyminutes.com/", "note": "Quick language tours" }, + { "title": "DevHints", "url": "https://devhints.io/", "note": "Cheatsheet collection" }, + { "title": "Compiler Explorer", "url": "https://godbolt.org/", "note": "See what your code compiles to" }, + { "title": "Exercism", "url": "https://exercism.org/", "note": "Free coding exercises with mentorship" }, + { "title": "LeetCode", "url": "https://leetcode.com/", "note": "Algorithm practice" }, + { "title": "SPOJ", "url": "https://www.spoj.com/", "note": "Programming problems archive" }, + { "title": "Comprehensive Rust", "url": "https://google.github.io/comprehensive-rust/", "note": "Google's Rust course" }, + { "title": "MIT Computation Structures", "url": "https://ocw.mit.edu/courses/6-004-computation-structures-spring-2017/", "note": "Free MIT OCW course" }, + { "title": "Software Foundations", "url": "https://softwarefoundations.cis.upenn.edu/", "note": "CS foundations textbook series" }, + { "title": "Makefile Tutorial", "url": "https://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/", "note": "Make, explained well" }, + { "title": "The Linux Command Line", "url": "https://ss64.com/bash/", "note": "Bash reference" }, + { "title": "Software Licenses Explained", "url": "https://tldrlegal.com/", "note": "Plain-English license summaries" }, + { "title": "Gitignore Templates", "url": "https://www.toptal.com/developers/gitignore", "note": "Generate .gitignore files" }, + { "title": "ASM80", "url": "https://www.asm80.com/", "note": "Online assembler/IDE for vintage CPUs" } + ] + }, + { + "name": "Creative & Assets", + "links": [ + { "title": "Kenney", "url": "https://www.kenney.nl/", "note": "Free game assets, legendary" }, + { "title": "OpenGameArt", "url": "https://opengameart.org/", "note": "Free game art repository" }, + { "title": "Openclipart", "url": "https://openclipart.org/", "note": "Free clipart library" }, + { "title": "jsfxr", "url": "https://sfxr.me/", "note": "Retro sound effect generator" }, + { "title": "FontGet", "url": "https://www.fontget.com/", "note": "Free fonts" }, + { "title": "Durdraw", "url": "https://cmang.org/durdraw/", "note": "ASCII/ANSI art editor" } + ] + }, + { + "name": "Awesome Lists & Trackers", + "links": [ + { "title": "Awesome Lists Index", "url": "https://github.com/sindresorhus/awesome", "note": "Master list of awesome lists" }, + { "title": "Awesome Self-Hosted (Site)", "url": "https://awesome-selfhosted.net/", "note": "Massive directory of self-hostable software" }, + { "title": "Awesome Self-Hosted (GitHub)", "url": "https://github.com/awesome-selfhosted/awesome-selfhosted" }, + { "title": "selfh.st", "url": "https://selfh.st/apps/", "note": "Curated self-hosted app list" }, + { "title": "Pi-Apps", "url": "https://pi-apps.io/", "note": "App store for Raspberry Pi" }, + { "title": "Awesome Sysadmin", "url": "https://github.com/awesome-foss/awesome-sysadmin" }, + { "title": "Awesome Privacy", "url": "https://github.com/pluja/awesome-privacy" }, + { "title": "Awesome MacOS FOSS Apps", "url": "https://github.com/serhii-londar/open-source-mac-os-apps" }, + { "title": "OpenSourceAlternative.to", "url": "https://www.opensourcealternative.to/", "note": "FOSS alternatives to popular apps" }, + { "title": "DistroWatch", "url": "https://distrowatch.com/", "note": "Linux distro tracker" }, + { "title": "Are We Anti-Cheat Yet?", "url": "https://areweanticheatyet.com/", "note": "Linux gaming anti-cheat status" } ] }, { "name": "Piracy", "links": [ - { "title": "Vimm's", "url": "https://vimm.net/" }, - { "title": "FitGirl Repacks", "url": "https://fitgirl-repacks.site/", "note": "Compressed game repacks" }, - { "title": "Tidal Squid", "url": "https://tidal.squid.wtf/", "note": "Tidal music downloader" } + { "title": "Vimm's", "url": "https://vimm.net/", "note": "Classic console ROMs" }, + { "title": "FitGirl Repacks", "url": "https://fitgirl-repacks.site/", "note": "Game repacks" }, + { "title": "Anna's Archive", "url": "https://annas-archive.org/", "note": "Shadow library for books and papers" }, + { "title": "LibGen", "url": "https://shadowlibraries.github.io/DirectDownloads/libgen/", "note": "Library Genesis books" }, + { "title": "Shadow Libraries", "url": "https://shadowlibraries.github.io/", "note": "Index of shadow libraries" }, + { "title": "Project Gutenberg", "url": "https://www.gutenberg.org/", "note": "Public domain books" }, + { "title": "CDRomance", "url": "https://cdromance.com/", "note": "Console ROMs and ISOs" }, + { "title": "EdgeEmu", "url": "https://edgeemu.net/", "note": "Retro ROMs" }, + { "title": "Old ROMs", "url": "https://oldroms.com/", "note": "Retro ROM archive" }, + { "title": "STEAMRIP", "url": "https://steamrip.com/", "note": "PC game uploads" }, + { "title": "1337x", "url": "https://1337x.to/", "note": "General torrent index" }, + { "title": "TorrentGalaxy", "url": "https://torrentgalaxy.to/", "note": "Torrent index" }, + { "title": "Knaben", "url": "https://knaben.eu/", "note": "Torrent meta-search" }, + { "title": "EXT Torrents", "url": "https://ext.to/", "note": "Torrent search engine" }, + { "title": "Torlock", "url": "https://www.torlock.com/", "note": "Torrent search" }, + { "title": "MoviesJoy", "url": "https://moviesjoy.to/", "note": "Free streaming" }, + { "title": "BrocoFlix", "url": "https://brocoflix.xyz/", "note": "Streaming site" }, + { "title": "DopeBox", "url": "https://dopebox.to/", "note": "Streaming site" }, + { "title": "ppv.to", "url": "https://ppv.to/", "note": "Live event streaming" }, + { "title": "spotdown", "url": "https://spotdown.org/", "note": "Spotify downloader" }, + { "title": "SquidWTF", "url": "https://squid.wtf/", "note": "Music downloader hub" }, + { "title": "AppNee", "url": "https://appnee.com/", "note": "Cracked software" }, + { "title": "MAS", "url": "https://massgrave.dev/", "note": "Microsoft Activation Scripts" }, + { "title": "IPA Search", "url": "https://ipasearch.xyz/", "note": "Search for iOS .ipa files" }, + { "title": "Mac Torrents", "url": "https://www.torrentmac.net/", "note": "macOS software" }, + { "title": "MacBB", "url": "https://macbb.org/", "note": "macOS software forum" }, + { "title": "NMac Ked", "url": "https://nmac.to/", "note": "Cracked macOS apps" }, + { "title": "appstorrent", "url": "https://appstorrent.ru/", "note": "macOS software archive" } + ] + }, + { + "name": "Piracy Guides", + "links": [ + { "title": "FMHY", "url": "https://fmhy.net/", "note": "The megalist of free media resources" }, + { "title": "Awesome Piracy (Igglybuff)", "url": "https://github.com/Igglybuff/awesome-piracy", "note": "Curated piracy resources" }, + { "title": "Awesome Piracy (Shahadat)", "url": "https://shakil-shahadat.github.io/awesome-piracy/" }, + { "title": "Champagne Wiki", "url": "https://champagne.pages.dev/" }, + { "title": "r/Piracy Megathread", "url": "https://www.reddit.com/r/Piracy/wiki/megathread/" }, + { "title": "r-roms", "url": "https://r-roms.github.io/", "note": "ROM resources megathread" }, + { "title": "Emulation Wiki", "url": "https://emulation.gametechwiki.com/" }, + { "title": "Private Trackers Spreadsheet", "url": "https://hdvinnie.github.io/Private-Trackers-Spreadsheet/" } ] } ] diff --git a/assets/data/log.json b/assets/data/log.json index 8fd24e1..7cd3c1c 100644 --- a/assets/data/log.json +++ b/assets/data/log.json @@ -1,5 +1,13 @@ { "entries": [ + { + "title": "Mid-May", + "date": "2026-05-19", + "listening": "Where Are You - 54 Ultra", + "reading": "Basic Writings of Existentialism - Gordon Marino", + "working on": "Setting Up Proxies", + "playing": "Tekken 8" + }, { "title": "End of April", "date": "2026-05-01", diff --git a/assets/data/projects.json b/assets/data/projects.json index e646d0b..18f534a 100644 --- a/assets/data/projects.json +++ b/assets/data/projects.json @@ -4,6 +4,11 @@ "title": "MonKEYS", "url": "https://monkeys.sistav.com", "note": "Finally, a use for monkey labour." + }, + { + "title": "Gitea", + "url": "https://git.sistav.com", + "note": "Git Server." } ] }