/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

rickcarlino.com
| | satharus.me
11.6 parsecs away

Travel
| | I wrote this post back in late May 2019 but hadn't published it and I don't really remember why I didn't. It was supposed to be a follow up for the post on t...
| | trendless.tech
10.8 parsecs away

Travel
| | Code can be finicky. Depending on the language, one missing semicolon or tab can mean the entire program doesn't work. In fact, the only difference between a functioning computer and a failing one is literally 203 key characters of specific assembly code. The only reason we don't run into more issues is because engineers work [...]Read More... from Software Redesign: Why Does Making Programs Take So Much Rework?
| | github.com
12.4 parsecs away

Travel
| | Learn regex the easy way. Contribute to ziishaned/learn-regex development by creating an account on GitHub.
| | bartwronski.com
39.3 parsecs away

Travel
| Recently, numerous academic papers in the machine learning / computer vision / image processing domains (re)introduce and discuss a "frequency loss function" or "spectral loss" - and while for many it makes sense and nicely improves achieved results, some of them define or use it wrongly. The basic idea is - instead of comparing pixels...