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

There is no magic bullet for clean readable code but these are tips that usually overwhelmingly increase code readability.

VJ Decaf (2006-) - mmathias.com - 3 years ago - eng
For over a decade, VJ Decaf has been delivering an unparalleled experience to audiences through the art of video. With a unique approach to visual storytelling, VJ Decaf has been creating captivating video art that transports viewers to another world and immerses them in a mesmerizing visual journey. Whether for concerts, festivals, or events, VJ Decaf has consistently been at the forefront of delivering cutting-edge and innovative visual e..

Jim Nielsen: That is why owning a domain (and publishing your content there) is like planting a tree: it’s value that starts small and grows. The best time to own a domain and publish your content there was 20 years ago. The second best time is today. More here .

What's the point in learning cool computer science ideas if I am absolutely never going to end up using them in real life? I've been learning rust and systems programming during work hours while working at some boring help desk internship where I don't do anything most of the day. I loved going through SICP, I love programming language theory and algebra and low level systems programming... but what's the fuarrrking point? Every job ad i....


Hugo Deploy - mattmichie.com - 3 years ago - eng


We’re excited to announce yet another new door opening in our partnership with Atlassian. The new Snyk integration for Jira Software will bring security and collaboration to Atlassian users at every stage of the development lifecycle.

Photos of 2022 - mmathias.com - 3 years ago - eng

How do we write a compiler in a typical general-purpose line-of-business OO programming language such as Python, C#, Java, and so on? Compilers are programs, so we could make the question more general: how do we write programs? The basic … Continue reading →

Hello - blog.mariom.pl - 3 years ago - eng
Hello, it’s me again. This will be my third or fourth attempt at writing blog posts. I’m hoping that this time my efforts will be more successful and last longer. The main topics I plan to cover are in the areas of DevOps and the Cloud. Additionally, I plan to make an effort to write in English this time. 1 2 3 #!/usr/bin/env python3 if __name__ == '__main__': print("Hello world!")

If you’re a NixOS user, knowing what will change on your system when performing updates can be tricky. We can make the experience better! Figure 1: Explaining how to preview NixOS package updates The Problem Here’s an example of what I see when I run a pacman -Syu on one of my Arch Linux systems: Packages (343) alsa-lib-1.2.8-1 alsa-ucm-conf-1.2.8-1 aom-3.5.0-1 apr-util-1.6.1-10 arch-install-scripts-27-1 archli....

We’re doing a DevRomagna meetup this month, and I think it will be a super-interesting one. It’s titled Heading to Go: A Look at Building a Video Encoder and the presenter will be Daniel Enrico Botta, a C# software engineer who recently switched to Go for his video encoding projects. Here’s the abstract: This talk will discuss the experience of moving from C# to Go for a video coding project. The pros and cons of using Go, a modern ..




In this post, we look into how we can build our own Authentication and Authorization solution for SvelteKit. We will store and hash user credentials, create sessions with Cookies, and make the session info available to the app through hooks and locals.

Introduction In episode 1, Miki had two functions that performed the similar operation, but returned different types. To refactor this, Miki rewrote both functions as a generic function that allowed him to specify the type to be returned during invocation. In some cases, the compiler may not recognise a type, thus, Miki gives a few pointers on manually telling a generic function which type to use. After demonstrating how to return differen..

MapTiler Ocean, the latest addition to MapTiler Cloud, describes the world’s oceans in great detail and brings new possibilities for marine cartography. Containing detailed bathymetry as hillshading and contours, it lets you add detail and interest to what is usually blue space on the map.

Finish rustlings - evilcookie.de - 3 years ago - eng

Finish rustlings - evilcookie.de - 3 years ago - eng



I just figured out how to get my Android phone recognised by Android Debug Bridge (adb) on my MacBook, which finally allowed me to remote debug websites on…

For whatever reason, people always felt drawn to mysteries, especially unsolved ones. On this page I would like to collect the ones that drew me in, fascinated by the curiosities of life and tragedy. I fell into a rabbit whole the other day and was procrastinating on modern mysteries and search and rescue stories which I’d like to document here. It’s really interesting as a data point about our modern civilization, where we often get the fe..

Do you remember your backlog ever shrinking? Of course you don't. Backlogs _never_ shrink. Backlogs never shrink because the list of things we'd _eventually_ like to do never shrinks, and that's wha...

Do you remember your backlog ever shrinking? Of course you don't. Backlogs _never_ shrink. Backlogs never shrink because the list of things we'd _eventually_ like to do never shrinks, and that's wha...

Snyk IaC now supports 10+ compliance standards — including CIS Benchmarks for AWS, Azure, and Google Cloud, SOC 2, PCI DSS, ISO 27001, HIPAA, and more.

Today we’re announcing the first step towards this vision with some important changes to the Snyk CLI.

This post classifies the different types of finite-sample consistency for robust scale estimators used as standard deviation replacements. Pragmastat’s Spread — the Shamos estimator — is Gaussian-consistent by construction. Confidence intervals are available via SpreadBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat Let us say we have a robust dispersion estimator $\operatorname{T}(X)$. If it is asymptotically con....

To set an “ordering key” on a message sent to Google Pub/Sub via Spring Boot using “Spring Integration”, you need to do the following:

This post classifies the different types of finite-sample consistency for robust scale estimators used as standard deviation replacements. Pragmastat’s Spread — the Shamos estimator — is Gaussian-consistent by construction. Confidence intervals are available via SpreadBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat Let us say we have a robust dispersion estimator $\operatorname{T}(X)$. If it is asymptotically con....


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..


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 ..

118 visitors online