norbipeti.eu/index.php

83 lines
5.2 KiB
PHP

<html lang="en">
<head>
<title>Norbi's site</title>
<meta charset="UTF-8">
<meta name="description" content="NorbiPeti's main website">
<meta name="keywords" content="programming, mental health, social">
<meta name="author" content="NorbiPeti">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.php">Homepage</a></li>
</ul>
</nav>
<h1>Hi</h1>
<p>I'm a programmer from Hungary. My aim is to self-host all of my socials.</p>
<h2>Socials</h2>
<ul>
<li><a rel="me" href="https://toot.norbipeti.eu/@norbipeti">Mastodon</a></li>
<li><a rel="me" href="https://vid.norbipeti.eu/a/norbipeti">PeerTube</a></li>
<li><a rel="me" href="https://pix.norbipeti.eu/norbipeti">Pixelfed</a></li>
</ul>
<h2>Stuff I've made</h2>
<ul>
<li><a href="https://git.norbipeti.eu/norbipeti/VirtualComputer">A computer in Minecraft (using VirtualBox)</a> - before those other people did it</li>
<li><a href="https://git.norbipeti.eu/ChromaGaming/ChromaCore">User management</a>,
<a href="https://git.norbipeti.eu/ChromaGaming/Chroma-Chat">chat Markdown formatting</a> and
<a href="https://git.norbipeti.eu/ChromaGaming/Chroma-Discord">Discord integration</a>
Spigot plugins for a group <a href="https://git.chromagaming.org/">Chroma Gaming</a></li>
<li>Collaborated on a <a href="https://git.norbipeti.eu/ExMods/TechbloxModdingAPI">modding API</a> for Freejam's Gamecraft/Techblox games</li>
<li><a href="https://git.norbipeti.eu/ExMods/TBMM">A mod manager for Gamecraft/Techblox</a></li>
<li>Various smaller mods for Gamecraft/Techblox, like <a href="https://git.norbipeti.eu/ExMods/BuildingTools">a mod that manipulates blocks and other things</a></li>
<li><a href="https://git.norbipeti.eu/norbipeti/SnakeGame">A snake game</a> based on a Code::Blocks game I played a lot in high school (old project)</li>
<li><a href="https://git.norbipeti.eu/norbipeti/Messenger">A chat app inspired by Windows Live Messenger</a> (old project)</li>
<li>A looot of smaller projects I might add someday</li>
</ul>
<h2>Stuff I use (free software)</h2>
<h3>Server (Fedora)</h3>
<ul>
<li><a href="https://yunohost.org/">YunoHost</a> (user-friendly server management)</li>
<li>A bunch of YunoHost apps, like: Forgejo, Lemmy, Mastodon, Nextcloud, PeerTube, Pixelfed</li>
</ul>
<h3>Phone (Android)</h3>
<ul>
<li><a href="https://f-droid.org/hu/packages/com.machiav3lli.fdroid/">Neo Store</a></li>
<li><a href="https://f-droid.org/hu/packages/eu.faircode.email/">FairEmail</a></li>
<li><a href="https://f-droid.org/hu/packages/com.github.axet.bookreader/">Book Reader</a></li>
<li><a href="https://f-droid.org/hu/packages/org.dmfs.tasks/">OpenTasks</a></li>
<li><a href="https://f-droid.org/hu/packages/org.joinmastodon.android/">Mastodon</a></li>
<li><a href="https://f-droid.org/hu/packages/com.nextcloud.client/">Nextcloud</a>, <a href="https://f-droid.org/hu/packages/it.niedermann.owncloud.notes/">Nextcloud Notes</a>, <a href="https://f-droid.org/hu/packages/de.luhmer.owncloudnewsreader/">Nextcloud News</a></li>
<li><a href="https://f-droid.org/hu/packages/gallery.memories/">Memories</a></li>
<li><a href="https://f-droid.org/hu/packages/com.logseq.app/">Logseq</a> (knowledge management, collaboration)</li>
<li><a href="https://f-droid.org/hu/packages/me.hackerchick.catima/">Catima</a> (loyalty card wallet)</li>
<li><a href="https://f-droid.org/hu/packages/com.simplemobiletools.calendar.pro/">Simple Calendar Pro</a> (with <a href="https://f-droid.org/hu/packages/at.bitfire.davdroid/">DAVx5</a>)</li>
<li><a href="https://f-droid.org/hu/packages/com.simplemobiletools.voicerecorder/">Simple Voice Recorder</a></li>
<li><a href="https://f-droid.org/hu/packages/juloo.keyboard2/">Unexpected Keyboard</a></li>
<li><a href="https://f-droid.org/hu/packages/com.secuso.privacyFriendlyCodeScanner/">QR Scanner (PFA)</a></li>
<li><a href="https://f-droid.org/hu/packages/net.sourceforge.opencamera/">Open Camera</a></li>
<li><a href="https://f-droid.org/hu/packages/bored.codebyk.mintcalc/">Mint Calculator</a></li>
</ul>
<h3>Browser (Firefox)</h3>
<ul>
<li><a href="https://dearrow.ajay.app/">DeArrow</a> (removes clickbait from YouTube thumbnails and titles)</li>
<li><a href="https://sponsor.ajay.app/">SponsorBlock</a> (skips sponsor and other segments on YouTube)</li>
<li><a href="https://www.ghostery.com/">Ghostery</a> (ad and tracking blocking)</li>
<li><a href="https://returnyoutubedislike.com/">Return YouTube Dislike</a></li>
<li><a href="https://codeberg.org/Booteille/peertube-companion">PeerTube Companion</a> (redirects YouTube to PeerTube where possible)</li>
</ul>
<h3>Desktop (Fedora)</h3>
<ul>
<li>Gnome with Dash to Dock and some Fedora builtin extensions</li>
<li>Thunderbird (E-mail client)</li>
<li>Bottles (for Windows games/apps)</li>
<li>Logseq</li>
<li>Transmission</li>
<li>Ungoogled Chromium</li>
<li>Jellyfin Server (allows watching your movie/show collection)</li>
<li>Olive Video Editor (surprisingly stable alpha software)</li>
</ul>
</body>
</html>