Standard Search
About 7 results
https://www.coryd.dev/reading/books/9780691241173/the-tech-coup · 19 Oct 2025
The Tech Coup is an insightful, easy read on the various ways in which tech and government intersect and conflict. Given the author's experience in the European parliament, advisory boards and broad involvement with the tech industry, she is well-positione...
https://www.coryd.dev/reading/books/9781633437555/css-in-depth · 7 Sep 2024
An approachable, thorough and clear explainer on CSS. Handy if you’re new to the language and a nice refresher regardless of how much time you’ve spent with it. Highly recommended.
https://www.coryd.dev/reading/books/1250867398/code-dependent · 29 Jun 2024
A nuanced look at AI and it's effects on the modern world — it's not as negative or absolutist as I am myself. It touches on some benefits of the technology and focuses in on the human side of its impact. The author raises questions at each step and is o...
https://hacdias.com/2016/11/25/differences-between-bits-and-bytes/ · 25 Nov 2016
For some, the difference between bits and bytes may be subtle and it can lead to a lot of mistakes and false advertisement.
https://hacdias.com/2016/11/11/fundamentals-programming-constants-variables/ · 11 Nov 2016
Today we are going to discuss about constants and variables, which are the "things" that can hold data for us. This is part of The Fundamentals of Programming Using C series.
https://hacdias.com/2016/11/10/fundamentals-programming-beginning/ · 10 Nov 2016
This is the first article of The Fundamentals of Programming Using C series. In this article, we are going to show you some useful concepts about the programming world. We will start by using pseudocode (explained below), advancing gradually until we reach...
https://hacdias.com/2016/11/01/differences-c-plus-sharp/ · 1 Nov 2016
There is one thing in common with the languages C, C++ and C#: their first letter. The fact of their name be similar makes some people think that these languages are almost the same thing. But… is it true? Are there any more similarities between these la...