<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Links by Alfons Zelicko</title><link>https://www.zelicko.dev/tags/links/</link><description>Recent content in Links by Alfons Zelicko</description><language>en</language><lastBuildDate>Sun, 08 Mar 2026 18:01:38 +0100</lastBuildDate><atom:link href="https://www.zelicko.dev/tags/links/index.xml" rel="self" type="application/rss+xml"/><item><title>Useful links for developers</title><link>https://www.zelicko.dev/notes/2026-03-06-useful-links/</link><pubDate>Sun, 08 Mar 2026 18:01:38 +0100</pubDate><guid>https://www.zelicko.dev/notes/2026-03-06-useful-links/</guid><description>
&lt;blockquote>
&lt;p>Just a collection of links I find useful, interesting, or just plain cool. I&amp;rsquo;ll be updating this
list as I find new stuff. From daily drivers to experimental web experiments and offline AI.&lt;/p>
&lt;/blockquote>
&lt;hr>
&lt;h3 id="the-essentials-daily-drivers">
&lt;a href="https://www.zelicko.dev/notes/2026-03-06-useful-links/#the-essentials-daily-drivers" aria-hidden="true" tabindex="-1">#&lt;/a>The Essentials (Daily Drivers)
&lt;/h3>&lt;p>These are the tools I use almost every day to check compatibility, documentation, or quick fixes.&lt;/p>
&lt;ul>
&lt;li>&lt;a
href="https://caniuse.com/"
target="_blank" rel="noopener"
>Can I Use&lt;/a
> – The gold standard for browser support tables.&lt;/li>
&lt;li>&lt;a
href="https://developer.mozilla.org/"
target="_blank" rel="noopener"
>MDN Web Docs&lt;/a
> – Best documentation for Web standards.&lt;/li>
&lt;li>&lt;a
href="https://bundlephobia.com/"
target="_blank" rel="noopener"
>Bundlephobia&lt;/a
> – Check the cost of adding a npm package to your bundle.&lt;/li>
&lt;li>&lt;a
href="https://jakearchibald.github.io/svgomg/"
target="_blank" rel="noopener"
>SVGOMG&lt;/a
> – Essential for optimizing SVGs before using
them.&lt;/li>
&lt;li>&lt;a
href="https://devdocs.io/"
target="_blank" rel="noopener"
>DevDocs&lt;/a
> – Offline-capable combined API documentation browser for dozens of
languages and frameworks.&lt;/li>
&lt;li>&lt;a
href="https://regex101.com/"
target="_blank" rel="noopener"
>Regex101&lt;/a
> – The best online regex tester with live explanation and a
debugger.&lt;/li>
&lt;li>&lt;a
href="https://explainshell.com/"
target="_blank" rel="noopener"
>Explainshell&lt;/a
> – Paste any shell command and get a breakdown of what
each part does - back in the days it was cool! Today we have AI, but I want to have it here.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h3 id="ai--llm-offline--open-source">
&lt;a href="https://www.zelicko.dev/notes/2026-03-06-useful-links/#ai--llm-offline--open-source" aria-hidden="true" tabindex="-1">#&lt;/a>AI &amp;amp; LLM (Offline &amp;amp; Open Source)
&lt;/h3>&lt;p>Since everyone is into AI now, here are some links for running things locally or finding pre-trained
models.&lt;/p>
&lt;ul>
&lt;li>&lt;a
href="https://ollama.com/"
target="_blank" rel="noopener"
>Ollama&lt;/a
> – The easiest way to run LLMs (Llama 3, Mistral, etc.) locally on
your machine.&lt;/li>
&lt;li>&lt;a
href="https://huggingface.co/models"
target="_blank" rel="noopener"
>Hugging Face&lt;/a
> – The &amp;ldquo;GitHub of AI&amp;rdquo; where you can find thousands of
pre-trained models to download.&lt;/li>
&lt;li>&lt;a
href="https://lmstudio.ai/"
target="_blank" rel="noopener"
>LM Studio&lt;/a
> – A GUI for discovering, downloading, and running local LLMs.&lt;/li>
&lt;li>&lt;a
href="https://localai.io/"
target="_blank" rel="noopener"
>LocalAI&lt;/a
> – Self-hosted, community-driven local OpenAI-compatible API.&lt;/li>
&lt;li>&lt;a
href="https://openwebui.com/"
target="_blank" rel="noopener"
>Open WebUI&lt;/a
> – A polished, self-hosted chat UI that connects to Ollama or
any OpenAI-compatible backend.&lt;/li>
&lt;li>&lt;a
href="https://jan.ai/"
target="_blank" rel="noopener"
>Jan&lt;/a
> – Another clean offline-first AI desktop app; good alternative to LM
Studio.&lt;/li>
&lt;li>&lt;a
href="https://anythingllm.com/"
target="_blank" rel="noopener"
>AnythingLLM&lt;/a
> – Turn any document into a chatbot, runs fully locally.
Great for RAG experiments.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h3 id="youtube-alternatives--free-media">
&lt;a href="https://www.zelicko.dev/notes/2026-03-06-useful-links/#youtube-alternatives--free-media" aria-hidden="true" tabindex="-1">#&lt;/a>YouTube Alternatives &amp;amp; Free Media
&lt;/h3>&lt;p>Because sometimes you don&amp;rsquo;t want the algorithm watching you watch videos.&lt;/p>
&lt;ul>
&lt;li>&lt;a
href="https://freetubeapp.io/"
target="_blank" rel="noopener"
>FreeTube&lt;/a
> – Desktop YouTube client with no ads, no tracking, and a
built-in subscription manager. Fully offline-capable via local API.&lt;/li>
&lt;li>&lt;a
href="https://invidious.io/"
target="_blank" rel="noopener"
>Invidious&lt;/a
> – Open-source YouTube frontend you can self-host or use via
public instances. No account needed.&lt;/li>
&lt;li>&lt;a
href="https://piped.video/"
target="_blank" rel="noopener"
>Piped&lt;/a
> – Another privacy-respecting YouTube frontend, faster than Invidious
and with SponsorBlock built in.&lt;/li>
&lt;li>&lt;a
href="https://newpipe.net/"
target="_blank" rel="noopener"
>Newpipe&lt;/a
> – The FreeTube equivalent for Android. Background play, downloads,
no Google.&lt;/li>
&lt;li>&lt;a
href="https://odysee.com/"
target="_blank" rel="noopener"
>Odysee&lt;/a
> – Decentralized video platform built on LBRY. Home to a lot of tech
and indie creators.&lt;/li>
&lt;li>&lt;a
href="https://joinpeertube.org/"
target="_blank" rel="noopener"
>PeerTube&lt;/a
> – Federated, self-hostable video platform. Think Mastodon
but for video.&lt;/li>
&lt;li>&lt;a
href="https://archive.org/"
target="_blank" rel="noopener"
>Internet Archive&lt;/a
> – Millions of free books, films, music, and software.
Also home of the Wayback Machine.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h3 id="web-experiments--niche-tools">
&lt;a href="https://www.zelicko.dev/notes/2026-03-06-useful-links/#web-experiments--niche-tools" aria-hidden="true" tabindex="-1">#&lt;/a>Web Experiments &amp;amp; Niche Tools
&lt;/h3>&lt;p>Cool, weird, or extremely specific tools that might come in handy one day.&lt;/p>
&lt;ul>
&lt;li>&lt;a
href="https://champagne.pages.dev/"
target="_blank" rel="noopener"
>Champagne&lt;/a
> – A very minimalist, &amp;ldquo;brutalist&amp;rdquo; approach to web design
inspiration.&lt;/li>
&lt;li>&lt;a
href="https://layout.bradwoods.io/"
target="_blank" rel="noopener"
>CSS Layout Generator&lt;/a
> – Visually build complex CSS layouts (Grid,
Flexbox).&lt;/li>
&lt;li>&lt;a
href="https://tally.so/"
target="_blank" rel="noopener"
>Tally&lt;/a
> – The simplest way to create forms (looks like Notion).&lt;/li>
&lt;li>&lt;a
href="https://www.realtimecolors.com/"
target="_blank" rel="noopener"
>Realtime Colors&lt;/a
> – Test color palettes on a real website mockup
instantly.&lt;/li>
&lt;li>&lt;a
href="https://radio.garden/"
target="_blank" rel="noopener"
>Radio Garden&lt;/a
> – Spin a 3D globe and tune into live radio stations from
anywhere in the world. Oddly addictive.&lt;/li>
&lt;li>&lt;a
href="https://earth.google.com/web/"
target="_blank" rel="noopener"
>Google Earth Web&lt;/a
> – No install needed. Fly around the planet,
explore 3D cities, check Street View.&lt;/li>
&lt;li>&lt;a
href="https://shademap.app/"
target="_blank" rel="noopener"
>Shademap&lt;/a
> – Simulate sun position and shadows anywhere on Earth at any
time of year. Great for checking which side of the street gets sun.&lt;/li>
&lt;li>&lt;a
href="https://www.windy.com/"
target="_blank" rel="noopener"
>Windy&lt;/a
> – Stunning real-time wind, rain, and weather visualization on a
globe. Way more fun than a weather app.&lt;/li>
&lt;li>&lt;a
href="https://www.thetruesize.com/"
target="_blank" rel="noopener"
>The True Size Of&lt;/a
> – Drag any country to see how it really compares
in size to others. Mercator projection is a lie.&lt;/li>
&lt;li>&lt;a
href="https://www.worldometers.info/"
target="_blank" rel="noopener"
>Worldometers&lt;/a
> – Real-time counters for population, CO₂, energy,
and more. Good for perspective.&lt;/li>
&lt;li>&lt;a
href="https://news.ycombinator.com/"
target="_blank" rel="noopener"
>Hacker News&lt;/a
> – Tech news aggregator run by Y Combinator. Still the
best place for signal over noise.&lt;/li>
&lt;li>&lt;a
href="https://search.marginalia.nu/"
target="_blank" rel="noopener"
>Marginalia Search&lt;/a
> – A search engine that deliberately surfaces
small, non-commercial websites. The old web lives here.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h3 id="performance--security">
&lt;a href="https://www.zelicko.dev/notes/2026-03-06-useful-links/#performance--security" aria-hidden="true" tabindex="-1">#&lt;/a>Performance &amp;amp; Security
&lt;/h3>&lt;ul>
&lt;li>&lt;a
href="https://pagespeed.web.dev/"
target="_blank" rel="noopener"
>PageSpeed Insights&lt;/a
> – Google&amp;rsquo;s tool for analyzing web performance.&lt;/li>
&lt;li>&lt;a
href="https://securityheaders.com/"
target="_blank" rel="noopener"
>Security Headers&lt;/a
> – Quickly check if your site is missing important
security headers.&lt;/li>
&lt;li>&lt;a
href="https://web-check.xyz/"
target="_blank" rel="noopener"
>Web Check&lt;/a
> – All-in-one OSINT tool for any website.&lt;/li>
&lt;li>&lt;a
href="https://www.ssllabs.com/ssltest/"
target="_blank" rel="noopener"
>SSL Labs&lt;/a
> – Deep analysis of your server&amp;rsquo;s SSL/TLS
configuration. Essential before going live.&lt;/li>
&lt;li>&lt;a
href="https://gtmetrix.com/"
target="_blank" rel="noopener"
>GTmetrix&lt;/a
> – Another solid performance analyzer; gives you Waterfall charts
and historical tracking.&lt;/li>
&lt;/ul></description></item></channel></rss>