Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

In a way, these two books are responsible for my entire professional career . With early computers, you didn’t boot up to a fancy schmancy desktop, or a screen full of apps you could easily poke and prod with your finger. No, those computers booted up to the command

This year I’ve read twenty-one books or 5903 pages. That’s fewer books than last year (28 / 8064), the year before (25 / 8394), and the one before that (30 / 8447). Heck, I must look back at 2014 to score a win in my very own yearly reading challenge. What surprises me is not much the number of books but the pages I read, which constitutes a more relevant metric . Over the previous three years, that number stayed firmly over 8k while dropp..

2021 status report - arnorhs.dev - 4 years ago - eng
What excites me most coming into 2022. Solid.js, Astro, Next.js, Remix, Netlify, Cloudflare workers, trpc, magic.link, planetscale, my npm packages and more.

2021 status report - arnorhs.dev - 4 years ago - eng
What excites me most coming into 2022. Solid.js, Astro, Next.js, Remix, Netlify, Cloudflare workers, trpc, magic.link, planetscale, my npm packages and more.

2021 in Review - una.im - 4 years ago - eng





I’m continuing to dive deep on modern typescript/node development. I fixed a bug in a new tool I am using ( projen ) and learned a ton along the way. This post is to share some of that.

I’m continuing to dive deep on modern typescript/node development. I fixed a bug in a new tool I am using ( projen ) and learned a ton along the way. This post is to share some of that.

I’m continuing to dive deep on modern typescript/node development. I fixed a bug in a new tool I am using ( projen ) and learned a ton along the way. This post is to share some of that.

Flea Markets = Source of Treasures # A few weeks ago, at the local flea market, I was very lucky to find a copy of The Rites of Passage by Arnold Van Gennep. It is an Italian edition from 1960s and it belonged to the library of a nearby village. It shows the signs of time, but for the price (about 1€) I couldn’t really complain! I immediately started studying it and I was glad to find, since the first pages, references to The Golden B....

Pei is Dead - www.joehxblog.com - 4 years ago - eng

Flea Markets = Source of Treasures # A few weeks ago, at the local flea market, I was very lucky to find a copy of The Rites of Passage by Arnold Van Gennep. It is an Italian edition from 1960s and it belonged to the library of a nearby village. It shows the signs of time, but for the price (about 1€) I couldn’t really complain! I immediately started studying it and I was glad to find, since the first pages, references to The Golden B....

My son, Mason Starr, is a grad student at Georgia Tech in astrophysics or something […] The post Life’s a Party: Analyzing Party Compositions for Combat – Encounters in Dungeons & Dragons Fifth Edition through Monte Carlo Methods appeared first on Elegant Code .

Was having a conversation with a founder earlier today and the topic of hiring functional leaders came up. I offered one of my common pieces of advice which was don’t hold the reins too tightly once you hire them. It’s something I see happen over and over to first time founders. You hire a new VP of Product and then still continue to oversee so much of the product process yourself. It is understandable, it’s your baby, you’ve spent years bu....

Was having a conversation with a founder earlier today and the topic of hiring functional leaders came up. I offered one of my common pieces of advice which was don’t hold the reins too tightly once you hire them. It’s something I see happen over and over to first time founders. You hire a new VP of Product and then still continue to oversee so much of the product process yourself. It is understandable, it’s your baby, you’ve spent years bu....

My buddy and I bought some lands (20ha/50acres) in the Quebec province. Creating a new problem It all started because as a new “forest owner”, I wanted to do a tree survey. There are some good mobile apps to recognize flowers and trees but nothing professionally graded I knew (except paying for human expert). I also needed a solution that would work offline since the mobile network coverage is not good on the field.

This year, despite generally taking precautions and having two shots of Moderna, Christmas found me in quarantine in my home office, hiding away from my family. As far as Christmas traditions go, “physical isolation” has to be one of the more unusual ways to celebrate a holiday whose traditions frequently involve getting together in larger groups. It was Christmas day and I was alone, but it didn't really feel that way: my wife, daughter, a..

This is one of those books that changes your theory of being. I cannot recommend this enough, this book should be on everyone’s…

At Vedic Astrology Centre , India’s Best Astrologer Pandit Neeraj Sharma with his penance of more than 13 Years in Astro-Vedic Science has a huge experience in resolving any life’s worries and providing the best and satisfactory measures with the help of Astro Science that leads to a peaceful life. Call us at: 9592227095



I’ve already posted about gomobile on this blog: “Using gomobile for real”. For a lot of people it seems crazy to run Go on iOS and Android for some others it’s just routine, Zenly & Tailscale to name a few. Since I’m reviving the idea for a geo database on iPhone here are some details. I’ve started to port spatialite with the required dependencies to realize most of them were LGPL and incompatible with iOS distribution, so I went back to a..

Regula enables teams to evaluate Terraform for security and compliance violations in CI/CD prior to deployment.

This new CVE-2021-44832 security vulnerability is affecting versions up to 2.17.0, which was previously thought to be fixed. This vulnerability is similar in nature to CVE-2021-4104 which affected the 1.x branch of Log4j.

With the advent of the new technology of WebAssembly, it is possible to leverage other languages than JavaScript in the browser. Go is one popular language that you can call from your JavaScript web application. This article shows how to do that with TinyGo.

An overview of many months of churning the entity activity system to use Rust's async/await support, for a much nicer design.

An overview of many months of churning the entity activity system to use Rust's async/await support, for a much nicer design.



I found a Consider the Lobster review on Goodreads that almost precisely matches my thoughts on DFW and the book. Hence, given the lazy Christmas-break mood I am in right now, I am conceding myself the right to copy-paste and edit David’s review right away. I know of nobody else who writes as thoughtfully and intelligently as DFW. That he manages to write so informatively, with humor and genuine wit, on almost any subject under the sun..

There are multiple ways to compute the “average” value of an array of numbers. One of such ways is the geometric mean . For a sample $x = \{ x_1, x_2, \ldots, x_n \}$, the geometric means is defined as follows: $$ \operatorname{GM}(x) = \sqrt[n]{x_1 x_2 \ldots x_n} $$ This approach is widely recommended for some specific tasks. Let’s say we want to compare the performance of two machines $M_x$ and $M_y$. In order to do this, we design a s....

There are multiple ways to compute the “average” value of an array of numbers. One of such ways is the geometric mean . For a sample $x = \{ x_1, x_2, \ldots, x_n \}$, the geometric means is defined as follows: $$ \operatorname{GM}(x) = \sqrt[n]{x_1 x_2 \ldots x_n} $$ This approach is widely recommended for some specific tasks. Let’s say we want to compare the performance of two machines $M_x$ and $M_y$. In order to do this, we design a s....

./charm.sh - carlosbecker.com - 4 years ago - eng

By the end of this guide we'll have a minimal, working implementation of a small part of Lua from scratch. It will be able to run the following program (among others): function fib ( n ) if n < 2 then return n ; end local n1 = fib ( n - 1 ); local n2 = fib ( n - 2 ); return n1 + n2 ; end print ( fib ( 30 )); This is my second project in Rust and only the third ....



When The Digital Antiquarian released his System Shock retrospective earlier this year, I was in awe. System Shock was one of my favorite games back in the day, and yes, in the quarrel between id Software’s DOOM and Looking Glass’s System Shock, I was siding with the latter. I was so much more for immersion and storyline than shoot ’em-ups. The Antiquarian article is excellent. If you’re into gaming history or, really, into computer’s his..

Almost 20 years after the release of the 3rd Matrix (Revolutions). We get a new entry in the world known as Resurrections.

Thinking out loud - grady.io - 4 years ago - eng


I’m not a regular philosophy reader, much less of self-improvement guides. I’m wary of the latter and too ignorant for the former. Yet, theologian Vito Mancuso has intrigued me for some time. I followed his podcast on the “Four Masters of Life” 1 and found it excellent. In it, Mancuso discusses his four tutelary deities: “Socrates, the educator. Buddha, the physician. Confucius, the politician. Jesus, the prophet.” I also listened to som..

39 visitors online