Both sides previous revisionPrevious revisionNext revision | Previous revision |
links [2025/02/14 22:39] – particles | links [2025/05/21 10:59] (current) – particles |
---|
====== Links ====== | ====== Links ====== |
| |
A collection of moderately useful or interesting articles for reading. | A collection of moderately useful or interesting articles for reading. Note that articles (one for now) related to [[Japan]] are stored separately on that page. |
| |
* [[https://www.kalzumeus.com/2011/10/28/dont-call-yourself-a-programmer/|Don't Call Yourself A Programmer, And Other Career Advice]] remains one of my go-to guides for new software engineers or early career people in software-adjacent fields. If this sounds like you, this is a good read and I strongly agree with this advice. | * [[https://www.kalzumeus.com/2011/10/28/dont-call-yourself-a-programmer/|Don't Call Yourself A Programmer, And Other Career Advice]] remains one of my go-to guides for new software engineers or early career people in software-adjacent fields. If this sounds like you, this is a good read and I strongly agree with this advice. |
| * [[https://prog21.dadgum.com/154.html|Do You Really Want to be Doing This When You're 50?]] -- Do you want to be building software forever? |
| * [[https://prog21.dadgum.com/177.html|Organizational Skills Beat Algorithmic Wizardry]] |
| * [[https://brodzinski.com/2025/03/milk-kanban.html|Milk Kanban]] |
| * [[https://www.solipsys.co.uk/new/SellYourselfSellYourWork.html|Sell yourself, Sell Your Work ...]] |
| * [[https://domenic.me/fsrs/|Spaced Repetition Systems Have Gotten Way Better]] |
| |
====== Interesting small websites ====== | Many people have asked me about Terraria networking or have asked how to do game networking properly, from the perspective of Terraria, which does nothing correctly. Though methods have become more advanced, the basics stay the same: |
| * [[https://developer.valvesoftware.com/wiki/Latency_Compensating_Methods_in_Client/Server_In-game_Protocol_Design_and_Optimization|Latency Compensating Methods in Client/Server In-game Protocol Design and Optimization]] by Yahn W. Bernier (2001) remains my favorite bible on how to do multiplayer game networking correctly, end-to-end, with minimal drawbacks. |
| * Of particular note in this article is the "Umm, This is a Lot of Work" heading. |
| * [[https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking|Source Multiplayer Networking]] provides a very good overview of entity interpolation and techniques for implementing end-to-end client update loops with snapshot based prediction and server-side authority. |
| |
| ===== Interesting small websites ===== |
| |
These are blogs or small websites from independent people who are probably less well-known, but interesting and probably worth following or at least checking out. | These are blogs or small websites from independent people who are probably less well-known, but interesting and probably worth following or at least checking out. |
| |
* [[https://%E3%83%9E%E3%83%AA%E3%82%A6%E3%82%B9.com|マリウス.com]] - Has the cool factor of being an [[https://en.wikipedia.org/wiki/Internationalized_domain_name|IDN]] user (rebel?) despite nothing supporting IDN very well. | * [[https://%E3%83%9E%E3%83%AA%E3%82%A6%E3%82%B9.com|マリウス.com]] - Has the cool factor of being an [[https://en.wikipedia.org/wiki/Internationalized_domain_name|IDN]] user (rebel?) despite nothing supporting IDN very well. |
| * [[https://dimden.dev/|dimden's hotel]] - One of the biggest "small web" sites in terms of complexity, uniqueness, vibes, etc. |
| * [[https://allie.gg/|Allie Meowy | Edward Snowden's Favorite YouTube Channel]] |
| * [[https://youtu.be/fAf1Syz17JE|Investigating a forgotten Edward Snowden Quote]] |
| * [[https://photoakiba.jp/|Photo Akiba]] - Photo blog/archive documenting 秋葉原 in [[Japan]] |
| ===== Small/indie web hosts / services / networks ===== |
| |
| * [[https://nekoweb.org/|nekoweb]] - Free static hosting service with a very cute aesthetic and a [[https://nekoweb.org/explore?page=1&sort=follows&by=name&q=|directory of smaller sites]]. |
| * [[https://neocities.org/|neocities]] - Free hosting service, "geocities 2.0" with a similar [[https://neocities.org/browse|exploration page]] to nekoweb. Very cool! |
| * [[https://home.omg.lol/|omg.lol]] - Another small web service, with a lot of cool supporting services, like DNS, email forwarding, fediverse hosting, a pastebin, a URL shortner, etc. |