Tectractys.com - Cool Tech & Articles, Interesting Gadgets, News & Opinion, Home of the Market Globe©! Tectractys.com - Tech & Gadgets Review Site

Tectractys.com
Tagged Topic Viewer
Topics: programming




Guide to the Git Underground
Normal usages cases for a collaborative Github team, from the perspective of developers working on feature branches and from that of project managers who are gatekeeping, testing, and merging stuff that will go live on a production server. We also examine some of the common pitfalls and traps you can get stuck in from not using Git properly, and what to do to get out of them gracefully.
Sep 06, 2021 by Tectract
Tech Articles
Google Tink - A multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
Google has released Tink and which is a multi-language, cross-platform cryptographic library. With OpenSSL we have complex bindings and which were often focused on specific systems, such as for DLLs in Windows systems. Tink is open-source and focuses on creating simple APIs and which should make the infrastructure more portable
Jan 10, 2022 by Google
Crypto Blogs
Alien Art Drawn With Surprisingly Simple Math

Programmer [aemkei] Tweeted the formula (x ^ y) % 9 alongside code for more "alien art". But how can a formula as simple as (x ^ y) % 9 result in a complex design? The combination of Bitwise XOR (^) and Modulo (%) generate a repeating pattern that's still complex enough to satisfy the eye, and it's ok if that doesn't sound like an explanation.

Nov 22, 2021 by Michael Shaub
Tech Blogs
Coding the Fractal Adaptive Volatility Bands

The great Bollinger Bands are one of the first things we must learn when analyzing time series. This is because of their sound statistical reasoning, their wide adoption across market participants, and their success when deployed in trading strategies. We can also see other variations that resemble the...

Nov 05, 2021 by Sofien Kaabar
Tech Blogs
The importance of Devuan

With systemd the main advantage to use Linux is obsolete.

We are a small team at ungleich and we simply don't have the time to fix problems caused by systemd on a daily basis. This is even without calculating the security risks that come with systemd. Our objective is to create a great, easy-to-use platform for VM hosting, not to walk a tightrope.

Nov 16, 2019 by ungleich glarus ag
Tech Blogs
Cosmos Will Have 3 Coding Languages - Here's Why That Matters - CoinDesk

Ethereum rival Cosmos will offer users the choice of coding in at least three different programming languages for smart-contract development.

Aug 07, 2019 by Christine Kin via CoinDesk
Crypto Blogs



Go to Top