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


What if I told you there was a way to overcome that sinking feeling associated with delivering feedback? Yes! You can learn to deliver great feedback with deliberate practice. Read on to learn some useful techniques.

I’ve found an interesting question on Twitter, recently. Is there any performance impact of using FILTER in SQL (PostgreSQL, specifically), or is it just syntax sugar for a CASE expression in an aggregate function? As a quick reminder, FILTER is an awesome standard SQL extension to filter out values before aggregating them in SQL. This … Continue reading The Performance Impact of SQL’s FILTER Clause →

Brad Mehldau plays Lennon/McCartney’ s I Am the Walrus , from his upcoming album, Your Mother Should Know: Brad Mehldau Plays the Beatles .

Brad Mehldau plays Lennon/McCartney’ s I Am the Walrus , from his upcoming album, Your Mother Should Know: Brad Mehldau Plays the Beatles .

Air Quality - connortumbleson.com - 3 years ago - eng

Last month I have been developing a Rust tool to create container images from Conda environments, without going through Docker. It was a wild trip down the rabbit hole of OCI images, so I thought I’d share part of the adventure here. Enjoy! But why? If you are used to building container images, you might be asking yourself why on earth someone would want to deviate from the well-trodden path of Dockerfiles.

This is a very brief post announcing a fascinating discovery. It appears to be possible to use the cosine similarity approach powering explore2.marginalia.nu as a substitute for the link graph in an eigenvector-based ranking algorithm (i.e. PageRank). The original PageRank algorithm can be conceptualized as a simulation of where a random visitor would end up if they randomly clicked links on websites. With this model in mind, the modifi..


FOSDEM 2023 - danielpecos.com - 3 years ago - spa
This weekend I traveled to Brussels to attend FOSDEM 2023 , although only for the first day (Saturday 4th, 2023). It hasn’t been my first one, but it has been the first massive event I have attended after the COVID-19 pandemic. After the morning keynote, I had a quick look around the buildings where the event was hosted to visit the different stands of the many sponsors of the conference. Among the most interesting ones (for me personal....

Admiral Hyman Rickover (1900-1986), the “Father of the Nuclear Navy,” was controversial. He taught a whole generation of the best Engineers. Some of my thoughts on this.

Admiral Hyman Rickover (1900-1986), the “Father of the Nuclear Navy,” was controversial. He taught a whole generation of the best Engineers. Some of my thoughts on this.

Assumed Audience : Programmers, hackers, software engineers and technology executives. Discuss on Hacker News . Epistemic Status : Confident and maybe a little cocky. tl;dr : C is the only existing language I like to actually write. Introduction The NSA, bad as they are, released some good advice recently. It caused a major brouhaha . Which is stupid because it’s common sense advice at this point, and without a ..

Assumed Audience : Programmers, hackers, software engineers and technology executives. Discuss on Hacker News . Epistemic Status : Confident and maybe a little cocky. tl;dr : C is the only existing language I like to actually write. Introduction The NSA, bad as they are, released some good advice recently. It caused a major brouhaha . Which is stupid because it’s common sense advice at this point, and without a ..

Assumed Audience : Programmers, hackers, software engineers and technology executives. Discuss on Hacker News . Epistemic Status : Confident and maybe a little cocky. tl;dr : C is the only existing language I like to actually write. Introduction The NSA, bad as they are, released some good advice recently. It caused a major brouhaha . Which is stupid because it’s common sense advice at this point, and without a ..

Assumed Audience : Programmers, hackers, software engineers and technology executives. Discuss on Hacker News . Epistemic Status : Confident and maybe a little cocky. tl;dr : C is the only existing language I like to actually write. Introduction The NSA, bad as they are, released some good advice recently. It caused a major brouhaha . Which is stupid because it’s common sense advice at this point, and without a ..

Assumed Audience : Programmers, hackers, software engineers and technology executives. Discuss on Hacker News . Epistemic Status : Confident and maybe a little cocky. tl;dr : C is the only existing language I like to actually write. Introduction The NSA, bad as they are, released some good advice recently. It caused a major brouhaha . Which is stupid because it’s common sense advice at this point, and without a ..

Assumed Audience : Programmers, hackers, software engineers and technology executives. Discuss on Hacker News . Epistemic Status : Confident and maybe a little cocky. tl;dr : C is the only existing language I like to actually write. Introduction The NSA, bad as they are, released some good advice recently. It caused a major brouhaha . Which is stupid because it’s common sense advice at this point, and without a ..

Assumed Audience : Programmers, hackers, software engineers and technology executives. Discuss on Hacker News . Epistemic Status : Confident and maybe a little cocky. tl;dr : C is the only existing language I like to actually write. Introduction The NSA, bad as they are, released some good advice recently. It caused a major brouhaha . Which is stupid because it’s common sense advice at this point, and without a ..

Assumed Audience : Programmers, hackers, software engineers and technology executives. Discuss on Hacker News . Epistemic Status : Confident and maybe a little cocky. tl;dr : C is the only existing language I like to actually write. Introduction The NSA, bad as they are, released some good advice recently. It caused a major brouhaha . Which is stupid because it’s common sense advice at this point, and without a ..

Assumed Audience : Programmers, hackers, software engineers and technology executives. Discuss on Hacker News . Epistemic Status : Confident and maybe a little cocky. tl;dr : C is the only existing language I like to actually write. Introduction The NSA, bad as they are, released some good advice recently. It caused a major brouhaha . Which is stupid because it’s common sense advice at this point, and without a ..

A brief list of video games I’ve enjoyed the last few years. Mostly indie games. FPS Cruelty Squad Hedon: Bloodrite CRPG Disco Elysium Dread Delusion (also a bit of a King’s Field-like) Puzzle Legend of Grimrock II Yuppie Psycho Archeology Simulators Heaven’s Vault Chants of Sennaar Vanias Blasphemous Axiom Verge Astalon: Tears of the Earth Roguelikes Dead Cells Vampire Survivors King’s Field-likes Lunacid Strategy Factorio ..

Most services and systems that provide webhooks often lack a critical feature: telling you when it’s been changed or shut off. This is a particularly fragile and dangerous setup if you rely on receiving these events for rare but critical events. It might seem obvious, but I see this missing everywhere , and I wish that weren’t the case! On Telling Let’s say you’re using Tailscale (a lovely product) to manage access to your infrastruc..

Most services and systems that provide webhooks often lack a critical feature: telling you when it’s been changed or shut off. This is a particularly fragile and dangerous setup if you rely on receiving these events for rare but critical events. It might seem obvious, but I see this missing everywhere , and I wish that weren’t the case! On Telling Let’s say you’re using Tailscale (a lovely product) to manage access to your infrastruc..

There are several ways on how to schedule repeatable jobs in Nest.js. The official documentation suggests using @nestjs/schedule. This library offers an elegant CRON-based API, which should be familiar to most Nest.js developers. Look at how neat and simple this declarative API is: @Injectable() export class MyService { @Cron("* * * * * *") handleCron() { console.log("CRON is triggered"); } } With one line, we now have a method which will ..

I am back - gyani.net - 3 years ago - eng
to monthly goal setting - This is going to be a short post. I haven’t blogged in a year. My last blogpost was about gaining wait and what I wanted to do about it but I have gained a bit since. In April I left my job and New York and set out travel. I...

Eating Elephants - explog.in - 3 years ago - eng
Recommendations on ramping up on large software projects while managing complexity and showing results, learned the hard way.

Most people struggle with the blank page and starting something new. This episode of the podcast Spark & Fire has snippets from interviews with 5 different people and how they start something new or overcome writers block.

Most people struggle with the blank page and starting something new. This episode of the podcast Spark & Fire has snippets from interviews with 5 different people and how they start something new or overcome writers block.

Assumed Audience : The ITU, hackers, programmers, and anyone that cares about time and computing. Also, anyone that can tell me if I’m wrong. Discuss on Hacker News , but please don’t post on lobste.rs because I do not have an account. Epistemic Status : Confident, enough that I would be willing to help implement these ideas and will in my own code as much as possible even if they are not adopted. Dear International Telecommuni..

Assumed Audience : The ITU, hackers, programmers, and anyone that cares about time and computing. Also, anyone that can tell me if I’m wrong. Discuss on Hacker News , but please don’t post on lobste.rs because I do not have an account. Epistemic Status : Confident, enough that I would be willing to help implement these ideas and will in my own code as much as possible even if they are not adopted. Dear International Telecommuni..

Assumed Audience : The ITU, hackers, programmers, and anyone that cares about time and computing. Also, anyone that can tell me if I’m wrong. Discuss on Hacker News , but please don’t post on lobste.rs because I do not have an account. Epistemic Status : Confident, enough that I would be willing to help implement these ideas and will in my own code as much as possible even if they are not adopted. Dear International Telecommuni..

Assumed Audience : The ITU, hackers, programmers, and anyone that cares about time and computing. Also, anyone that can tell me if I’m wrong. Discuss on Hacker News , but please don’t post on lobste.rs because I do not have an account. Epistemic Status : Confident, enough that I would be willing to help implement these ideas and will in my own code as much as possible even if they are not adopted. Dear International Telecommuni..

Assumed Audience : The ITU, hackers, programmers, and anyone that cares about time and computing. Also, anyone that can tell me if I’m wrong. Discuss on Hacker News , but please don’t post on lobste.rs because I do not have an account. Epistemic Status : Confident, enough that I would be willing to help implement these ideas and will in my own code as much as possible even if they are not adopted. Dear International Telecommuni..

Assumed Audience : The ITU, hackers, programmers, and anyone that cares about time and computing. Also, anyone that can tell me if I’m wrong. Discuss on Hacker News , but please don’t post on lobste.rs because I do not have an account. Epistemic Status : Confident, enough that I would be willing to help implement these ideas and will in my own code as much as possible even if they are not adopted. Dear International Telecommuni..

Assumed Audience : The ITU, hackers, programmers, and anyone that cares about time and computing. Also, anyone that can tell me if I’m wrong. Discuss on Hacker News , but please don’t post on lobste.rs because I do not have an account. Epistemic Status : Confident, enough that I would be willing to help implement these ideas and will in my own code as much as possible even if they are not adopted. Dear International Telecommuni..

Assumed Audience : The ITU, hackers, programmers, and anyone that cares about time and computing. Also, anyone that can tell me if I’m wrong. Discuss on Hacker News , but please don’t post on lobste.rs because I do not have an account. Epistemic Status : Confident, enough that I would be willing to help implement these ideas and will in my own code as much as possible even if they are not adopted. Dear International Telecommuni..

Assumed Audience : The ITU, hackers, programmers, and anyone that cares about time and computing. Also, anyone that can tell me if I’m wrong. Discuss on Hacker News , but please don’t post on lobste.rs because I do not have an account. Epistemic Status : Confident, enough that I would be willing to help implement these ideas and will in my own code as much as possible even if they are not adopted. Dear International Telecommuni..

In a C# library I’ve been working on, I wanted to use C# 9.0’s init keyword. Quoting the documentation : The init keyword defines an accessor method in a property or indexer. An init-only setter assigns a value to the property or the indexer element only during object construction. This enforces immutability so that once the object is initialized, it can’t be changed again. Consider the following class: public class Person ..

Below are 26 questions that detail fun and obscure facts about the Linux operating system. Regardless of how much you’ve used Linux in the past, there’s likely a few or more that you probably didn’t know. Try answering each one from memory (or give it a good guess!) and then expand the Show me the answer! section to see if you are correct. PERFECT SCORES WIN A PRIZE!!! If you knew the correct answer to all 26 of these questions off the ..

Below are 26 questions that detail fun and obscure facts about the Linux operating system. Regardless of how much you’ve used Linux in the past, there’s likely a few or more that you probably didn’t know. Try answering each one from memory (or give it a good guess!) and then expand the Show me the answer! section to see if you are correct. PERFECT SCORES WIN A PRIZE!!! If you knew the correct answer to all 26 of these questions off the ..

The European starling is a lovely looking bird, though territorial, noisy and aggressive up close. Unfortunately, they are very invasive in North America. Most of the hundreds of millions of European starlings now living in the Americas can be found … Continue reading →

Twitter to Mastodon - ilearnt.com - 3 years ago - eng
It definitely feels like Twitter is slowly dying. I have used Twitter for years, definitely more as a consumer than a publisher. During this time I have refined the accounts I follow to provide a clean and useful stream of information. This was aided by the use of Flamingo as my client of choice which provided a feed free of adverts and cruft.

Twitter to Mastodon - ilearnt.com - 3 years ago - eng
It definitely feels like Twitter is slowly dying. I have used Twitter for years, definitely more as a consumer than a publisher. During this time I have refined the accounts I follow to provide a clean and useful stream of information. This was aided by the use of Flamingo as my client of choice which provided a feed free of adverts and cruft.

30 visitors online