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


Some months ago I wrote about how this blog is “Google free” since I’m using the open source umami analytics service instead of Google Analytics. And I wrote also that I was using it on a free instance of Heroku, but, after 6/7 months the things on Heroku became worse and worse, there were lots of issues. One is that umami is using a new release of Next.js and Heroku hasn’t upgraded since months, so I wasn’t able to build the latest..

The Jacket An enigma. I've been a bit obsessed with this weird jacket I found online in an ad. The pictures are from the store that sells the jacket. At a first glance it looks like a men's jacket. But the more you look at it, the more it looks... off somehow. The Jacket Ok, check it, let's zoom in on this thing. Can you see it?

Some months ago I wrote about how this blog is “Google free” since I’m using the open source umami analytics service instead of Google Analytics. And I wrote also that I was using it on a free instance of Heroku, but, after 6/7 months the things on Heroku became worse and worse, there were lots of issues. One is that umami is using a new release of Next.js and Heroku hasn’t upgraded since months, so I wasn’t able to build the latest..

A New Font - lambdaland.org - 3 years ago - eng
This week I created a custom build of the Iosevka font. I’ve used Input Mono for a long time now, and was very happy with it. However, it was missing a few glyphs that I wanted to use. Moreover, I didn’t have a license for the Input font to use on e.g. my blog. Iosevka is stupendously customizable , so I thought I’d see if I could get something close to Input’s styles. Iosevka’s default style is extremely narrow. However, I discove....

Tcl Thread - lainchan.org - 3 years ago - eng
Hi, lainons. Yesterday I started learning Tcl and it seems like its paradigm of everything being a string is simply better and easier than everything else I've tried. Why don't more languages do it? And why does it seem like we get less innovative ideas in programming?

In the last article we created a receiver function that listened to signals from our foot controller and started or stopped playback on consecutive clicks. The trouble with our player it that it only works until the end of the track. The start! function does not automatically rewind the playback. Neither stop! does that. Our program is responsible for detecting that the track should be rewound, perhaps by detecting that we reached the end....

In the last article we created a receiver function that listened to signals from our foot controller and started or stopped playback on consecutive clicks. The trouble with our player it that it only works until the end of the track. The start! function does not automatically rewind the playback. Neither stop! does that. Our program is responsible for detecting that the track should be rewound, perhaps by detecting that we reached the end....


Continuing our series from 2012 where I accidentally ended up combating phishing and fraud for a year, we move onto the spam issue. Everything that happened that year was an exercise in triage. Problems were everywhere on the system and in the marketplace. The site I was working on was the leader in a niche space but it wasn't just the phish who tried to capitalize on the chaos, it was our competitors too. Spam takes a time investment and e..

macOS has a wonderful input mechanism where you press and hold a key on your keyboard to display the accent menu. It's easy to internalize: long press "a" if you want to input "á" . On Emacs, C-x 8 ' a would be the equivalent, but it just didn't stick for me. Fortunately, there's an alternative, using dead keys. Mickey Petersen gives a wonderful introduction . Having said all this, I still longed for macOS's input mechanism. Than....

listmonk v2.2.0 - nadh.in - 3 years ago - eng
Repository: @knadh/listmonk GitHub release page: v2.2.0 Although delayed by a couple of months, v2.2.0 is here finally. New: transactional messaging The biggest new addition is the new transactional messaging feature. See docs .

In light of the current short supply of Raspberry Pis, I want to share information about an alternative single board computer, the Odroid N2+. The Odroid N2+ can be used to host a number of applications using Docker. Portainer makes the administration of Docker containers easy on the Odroid N2+.

Lately, I’m working on a new tool which will help me to automate the tasks I manually do using my desktop computer. While these tasks are mundane, they increase life quality of me and many individuals. As I mentioned before, I won’t have a Linux desktop system, and will move to a Mac laptop. Naturally, I wanted to move these workflows to macOS. Moving these workflows to macOS is indeed possible. However, I wanted to automate them to sav....

Lately, I’m working on a new tool which will help me to automate the tasks I manually do using my desktop computer. While these tasks are mundane, they increase life quality of me and many individuals. As I mentioned before, I won’t have a Linux desktop system, and will move to a Mac laptop. Naturally, I wanted to move these workflows to macOS. Moving these workflows to macOS is indeed possible. However, I wanted to automate them to sav....

I’ve been writing a bit of TypeScript lately, and have needed to learn some strategies to test private functions that are not class methods. With class methods it’s straightforward since you can use array access to get to them, but with functions it seemed a bit trickier.

New Avatar movies are in development, let's use that as an excuse to have a new Avatar franchise por...



From David Heinemeier Hansson: It’s human nature to assume there’s a good reason for why things are the way they are. And that this reason is either benign, based on careful deliberation, or malignant, derived from malice or incompetence. But this is a false dichotomy that often steers us away from the simpler answer: Nobody thought about this at all. Given an absence of information, many tend to fill those gaps with generous assump..

How do you process and classify text documents in Python? What are the fundamental techniques and building blocks for Natural Language Processing (NLP)? This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, talks about how machine learning (ML) models understand text.


Suppose you are looking for a juicy and thought-provoking read on Italy’s twentieth-century crucial moments. In that case, I heartily recommend Italica by Giacomo Papi, a significant collection of short stories by prominent Italian writers of the period including the likes of Italo Calvino, Elsa Morante, Beppe Fenoglio, Natalia Ginzburg, and Giorgio Scerbanenco. A short essay introduces each tale. I thoughtfully appreciated these introduct..

Augmented reality is coming, and shitstorm is coming with it. We still have time to avoid the worst. This is part 2: Speculative endings from alternate futures.

Augmented reality is coming and a shitstorm is coming with it. We still have time to avoid the worst.

otpgateway v3.1.0 - nadh.in - 3 years ago - eng
Repository: @knadh/otpgateway GitHub release page: v3.1.0 Changelog e83af28 Merge pull request #26 from mr-karan/master 4b7b8c4 feat: add entries in .gitignore c53f24c feat: replace stdlib logger with logf

CloudQuery and Steampipe have very similar functionalities. The actual difference is with the way they work and the problems they solve. This blog post compares both the tools and helps you answer the question: What should I use - CloudQuery or Steampipe?

jOOQ is mainly known for its powerful type safe, embedded, dynamic SQL capabilities that are made available through code generation. However, a secondary use case of code generation is to use it for stored procedures (possibly exclusively for stored procedures). Stored procedures are powerful ways of moving complex data processing logic to the server. This … Continue reading The Best Way to Call Stored Procedures from Java: With jOOQ →

JAS goals - ilearnt.com - 3 years ago - eng
About fifteen years ago, Casey Treat spoke at our church about goal setting. He explained that a lot of people set a goal of reaching a certain weight and he said the problem with that occurs when you reach that weight.

JAS goals - ilearnt.com - 3 years ago - eng
About fifteen years ago, Casey Treat spoke at our church about goal setting. He explained that a lot of people set a goal of reaching a certain weight and he said the problem with that occurs when you reach that weight.

Most companies and projects are by far not big enough to benefit from microservices, and not good enough to deal with the implications and repercussions. There’s a reason “distributed systems” are hard: it’s the next difficulty level after multi-threaded concurrency — harder to observe, harder to reason about.

A buffer overflow attack is the exploitation of a buffer overflow vulnerability, typically by a malicious actor who wants to gain access or information. In this post, we’ll explain how a buffer overflow occurs and show you how to protect your C++ code from these attacks.

This article critiques the TIOBE Programming Community index and provides better ways to evaluate programming languages for projects and as a developer.

I had an interview for a Ruby developer position. As part of a live Rails coding session a class performing operations needed refactoring into supporting services. Let's say the logic in question is query = 'troglodytes troglodytes' response = URI . open( "https://xeno-canto.org/api/2/recordings?query=#{ CGI . escape(query) }" ) if response . status [ 0 ] == '200' body = JSON . load(re....

Added a few improvements to dwim-shell-command . Dired region In DWIM style, if you happen to have a dired region selected, use region files instead. There's no need to explicitly mark them. Clipboard (kill-ring) replacement Use <> to substitute with clipboard content. This is handy for cloning git repos, using a URL copied from your browser. git clone <> This illustrates <> usage, but you may want to use dwim-sh....

Over the past years I attended hundreds of interviews. Many candidates proudly told tales on how they develop their projects with a microservice architecture. Often (I don’t want to say “always”, but from my memory I think it actually is “always”) it does not require many questions to see that they used a rocket launcher to kill a mouse. Microservices are hard . Everyone who experienced the pain of operating such an architecture can rela..

I had an interview for a Ruby developer position. As part of a live Rails coding session a class performing operations needed refactoring into supporting services. Let's say the logic in question is query = 'troglodytes troglodytes' response = URI . open( "https://xeno-canto.org/api/2/recordings?query=#{ CGI . escape(query) }" ) if response . status [ 0 ] == '200' body = JSON . load(re....

This article critiques the TIOBE Programming Community index and provides better ways to evaluate programming languages for projects and as a developer.

To celebrate Disability Pride Month, Snyk’s Director of Inclusion, Equity, and Diversity, Ashley Ladd (she/her), sat down with Alex Fallon (they/them) to discuss what Disability Pride means to them, how able-bodied people can be better allies and advocates for the Disabled community, inspirational figures, helpful resources, and so much more.



Inside a C float - evilcookie.de - 3 years ago - eng

Inside a C float - evilcookie.de - 3 years ago - eng

Why? Not no - ilearnt.com - 3 years ago - eng
One of my favourite podcasts is Hanselminutes by Scott Hanselman. I have been listening to it probably longer than any other podcast. He recently interviewed Roberta Arcoverde from Stack Overflow. She talked about how the architecture of the Stack Overflow site is very different from most other large sites in that it is a self hosted monolithic application.

89 visitors online