Both sides previous revisionPrevious revisionNext revision | Previous revision |
links [2025/05/08 16:14] – [Links] particles | links [2025/09/24 10:23] (current) – particles |
---|
* [[https://prog21.dadgum.com/177.html|Organizational Skills Beat Algorithmic Wizardry]] | * [[https://prog21.dadgum.com/177.html|Organizational Skills Beat Algorithmic Wizardry]] |
* [[https://brodzinski.com/2025/03/milk-kanban.html|Milk Kanban]] | * [[https://brodzinski.com/2025/03/milk-kanban.html|Milk Kanban]] |
* [[https://www.solipsys.co.uk/new/SellYourselfSellYourWork.html|Sell yourself, Sell Your Work ...]] | * [[https://www.solipsys.co.uk/new/SellYourselfSellYourWork.html|Sell yourself, Sell Your Work]] |
| * [[https://domenic.me/fsrs/|Spaced Repetition Systems Have Gotten Way Better]] |
| * [[https://sharif.io/anna-alexei|Always invite Anna]] |
| |
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: | 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 de-facto point-of-reference for how to do multiplayer game networking correctly, end-to-end, with minimal drawbacks. | * [[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. | * 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. | * [[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. |
* [[https://youtu.be/fAf1Syz17JE|Investigating a forgotten Edward Snowden Quote]] | * [[https://youtu.be/fAf1Syz17JE|Investigating a forgotten Edward Snowden Quote]] |
* [[https://photoakiba.jp/|Photo Akiba]] - Photo blog/archive documenting 秋葉原 in [[Japan]] | * [[https://photoakiba.jp/|Photo Akiba]] - Photo blog/archive documenting 秋葉原 in [[Japan]] |
| * [[https://web.archive.org/web/20231124185048/https://quanreviews.blogspot.com/|HighWire (Quan's Anime Reviews (archive))]] |
===== Small/indie web hosts / services / networks ===== | ===== Small/indie web hosts / services / networks ===== |
| |
* [[https://neocities.org/|neocities]] - Free hosting service, "geocities 2.0" with a similar [[https://neocities.org/browse|exploration page]] to nekoweb. Very cool! | * [[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. | * [[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. |
| |
| |
| ===== Random resources/guides ===== |
| |
| * [[https://github.com/kormax/apple-device-as-access-card|Using your Apple device as an access card in unsupported systems]] (using AliPay + China T-Union/UnionPay cards) |