All the updates regarding projects and stuff.
This commit is contained in:
+3
-1
@@ -4,7 +4,9 @@ category: Blog
|
||||
tags: ["JavaScript", "TypedArray", "WordPress Archive"]
|
||||
---
|
||||
|
||||
<p class="block">As a Programmer I have to deal with a number of programming languages to write code, and one language that repeatedly appears is JavaScript. JavaScript is one of the <a rel="noreferrer noopener" href="https://www.youtube.com/watch?v=et8xNAc2ic8" data-type="URL" data-id="https://www.youtube.com/watch?v=et8xNAc2ic8" target="_blank">weirder languages</a> - similar to PHP in weirdness - which makes it an interesting experience to say the least. Most of the time you're at the whim of a grey box compiler, due to the massive variance of Browsers and Devices that the users use. </p>
|
||||
<p class="block">As a Programmer I have to deal with a number of programming languages to write code, and one language that repeatedly appears is JavaScript. JavaScript is one of the <a rel="noreferrer noopener" href="https://www.youtube.com/watch?v=et8xNAc2ic8" data-type="URL" data-id="https://www.youtube.com/watch?v=et8xNAc2ic8" target="_blank">weirder languages</a> - similar to PHP in weirdness - which makes it an interesting experience to say the least. Most of the time you're at the whim of a grey box compiler, due to the massive variance of Browsers and Devices that the users use. </p><!--more-->
|
||||
|
||||
<alert class="block" data-type="info">As of 2024 there are <a class="inline" target="_blank" href="https://jsbench.me/pym3eou78u">even faster options</a> and this article has even been turned into a <a class="inline" target="_blank" href="https://github.com/jawj/hextreme">proper NPM modules</a>. Not listed is a variant of the code that is NodeJS specific which uses Buffer.from().text() instead of TextDecoder.</alert>
|
||||
|
||||
<p class="block">So in order to best approach reality, I have to figure out which APIs are available at any point in time, and also run performance benchmarks in current major browsers available to me. And that's what todays post is about, finding which of the various methods is fast enough for high performance use.</p><!--more-->
|
||||
|
||||
|
||||
@@ -63,8 +63,4 @@ tags: ["Review", "Exploration", "Action", "Shooter", "First-Person" ]
|
||||
</ul>
|
||||
|
||||
<h1 class="block">Final words</h1>
|
||||
<p class="block">As it currently is, my recommendation is "if you've got nothing better". The game is still in Early Access, so its current state isn't representative of the final product, and that shows in many areas. Who knows what progress the developers manage to make by the end of next year, maybe it'll be nothing like what's described here. I've linked the game's page below for your own perusal.</p>
|
||||
|
||||
<iframe class="block" src="https://store.steampowered.com/widget/2297960/" frameborder="0" width="646" height="190"></iframe>
|
||||
|
||||
<p class="block">I don't know why the Store page is "The ruins of Xantao", but the game itself is titled "Ruins of Xantao".</p>
|
||||
<p class="block">As it currently is, my recommendation is "if you've got nothing better". The game is still in Early Access, so its current state isn't representative of the final product, and that shows in many areas. Who knows what progress the developers manage to make by the end of next year, maybe it'll be nothing like what's described here.</p>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Path of Exile 2"
|
||||
category: [ "Blog" ]
|
||||
tags: [ "Path of Exile", "PoE", "Path of Exile 2", "PoE2" ]
|
||||
---
|
||||
|
||||
Gonna be enjoying a newly released indie game for abit. See ya all next year!
|
||||
Reference in New Issue
Block a user