/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

adsecurity.org
| | vadosware.io
15.6 parsecs away

Travel
| | Professional (software) yak shaving, writ large. No part of the software stack is left unshaven.
| | www.jeremymorgan.com
12.3 parsecs away

Travel
| | Part 4 of my Tutorial series on learning C# .Net which takes a look at variables and types in C#
| | arnorhs.dev
12.6 parsecs away

Travel
| | I read somewhere that a bitwise left shift was a faster method of removing a fraction of a floating point number in Javascript than using parseInt or Math.floor(). I wasn't surprised that parseInt was slow, since I think it parses the number as a string, but the left shift being faster than Math.floor() was a bit more puzzling to me. So I decided to make a JSPerf test to compare those three methods. Read on for the full results
| | www.dgendill.com
28.7 parsecs away

Travel
| [AI summary] A detailed technical tutorial on building a text-based game engine with Rust and WebAssembly, covering memory management, static variables, and JavaScript interop techniques.