Explore >> Select a destination


You are here

www.krayorn.com
| | blog.owulveryck.info
5.5 parsecs away

Travel
| | This article is Bikeshedding! It is about creating a neural network runtime environment and running it in the browser via Wasm in #Golang. It also demonstrates the strict separation of the Neural Net dev kit, the Neural Net runtime and the knowledge (software 2.0)
| | pagefault.se
13.3 parsecs away

Travel
| | At work I program almost exclusively in Go (sometimes I need to step in and to some javascript, typscript and, shudders perl...). If I want to compare two values I simply pull out the trusty old == operator. Sure for slices and maps you can't use that, but fortunately since 1.23 we can just use the slices.Equal and maps.Equal functions. In go == is the catch-all (or catch-90%) when you need to know if two values are equal.
| | schadokar.dev
3.9 parsecs away

Travel
| | Convert Hexadecimal to Decimal and Decimal to Hexadecimal
| | dogweather.dev
29.9 parsecs away

Travel
| I'll lead with my code-before and after-then follow up with an explanation. Before Refactoring I had a gigantic method, Perm#make for creating permanent redirects. The site I'm working on has a million or so pages, and they move around for many reasons, often outside of my control. # @return nil if no redirect needed, else...