~kris/9p

krisyotam.net

ref: 8bfa4b74cf61e74b5d7c8df7d0b0bceefe2569fe krisyotam.net/d/notes/magic-urls.html -rw-r--r-- 4.0 KiB
8bfa4b74 — Kris Yotam ci: declare SourceHut source for push builds a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Magic URLs | Kris Yotam</title>
    <link rel="stylesheet" href="../../c/site.css">
    <meta name="description" content="how I avoid deprecated urls with magic urls, which automatically redirect to the latest version of a page">
    <meta name="viewport" content="width=device-width, initial-scale=1">
  </head>
  <body>
    <div class="mode-container">
      <input type="radio" name="theme" id="theme-auto" checked>
      <label for="theme-auto" class="auto" title="Auto theme"></label>
      <input type="radio" name="theme" id="theme-light">
      <label for="theme-light" class="light" title="Light theme"></label>
      <input type="radio" name="theme" id="theme-dark">
      <label for="theme-dark" class="dark" title="Dark theme"></label>
    </div>
    <div class="top-bar" role="navigation">
      <a href="../../index.html" title="Main page"><img src="../../c/sigma.svg" alt="Main page"></a>
      <a href="../../about.html" title="About"><img src="../../c/news.svg" alt="About"></a>
      <a href="#" title="Code"><img src="../../c/code.svg" alt="Code"></a>
      <a href="../../pics.html" title="Photography"><img src="../../c/camera.svg" alt="Photography"></a>
      <a href="#" title="Pictures"><img src="../../c/picture.svg" alt="Pictures"></a>
      <a href="../../vids.html" title="Videos"><img src="../../c/video.svg" alt="Videos"></a>
      <a href="#" title="Donations"><img src="../../c/beer.svg" alt="Donations"></a>
      <a href="#" title="Social"><img src="../../c/elephant.svg" alt="Social"></a>
    </div>
    <h1>Magic URLs</h1>
    <div class="keepws">
(<span class="bold">notes</span>
  (date 2025-07-01)
  (category <a href="../../notes.html">website</a>)
  (status <span class="status-evergreen">evergreen</span>)
  (confidence certain)
  (importance 5)
  (tags tools websites archiving))
    </div>
    <p class="preview">how I avoid deprecated urls with magic urls, which automatically redirect to the latest version of a page</p>
    <div class="prose">
<p>Only having started the development of this site in jan. 2025 and it currently being feb. of 2026 it is officially over 1 year since the development started. I am elated at all the progress I have made, and the lessons learned along the way. Among those is usually if you just hold off on a Issue and continue working at the things around it then eventually as you get smarter, and the tools get better a solution will reveal itself naturally.  I was able to move fairly fast due to making this not just this site but the physical manifestation of my new life priority last year, and moving forward. I gave myself the first year to get things off the ground expect to move slow while working hard and seeing no return. All of those things were true. I worked tirelessly, took longer than  I would have otherwise expected, and saw no monetary gain for my efforts. The best part. I love it, every single moment of it. I have had breakthrough after breakthrough of this site, and the one thing i regret is not making technical documentation post a priority of this site. Due to this the entire first year of iteration will be foreign to mostly all of my future viewers. Fortunatly enough it also takes away the amo some of you would have unloaded on me  for the primative ways in which some things were handled in the earlier versions. Although im sure the readers will find a ample amount to complain about in any stage. To attempt reconciliation I will be creating some write ups on major features of the site that have had a massive impact on it's architecture of time.  <a href="https://krisyotam.com/doc/media/documents/putnam/2011/putnam-problems-2011.pdf">This is a test</a></p>
<p><a href="https://krisyotam.com/cdn/mirrors/gwern.net/js/404-guesser.js">404-guesser.js</a>, <a href="https://krisyotam.com/cdn/mirrors/gwern.net/js/utility.js">utility.js</a>, [nginxredirectguesser.hs](https://krisyotam.com/cdn/mirrors/gwer
  n.net/build/nginxredirectguesser.hs)</p>
    </div>
  </body>
</html>