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

I enjoy going to sporting events in person but I do not like sitting out in the sun the entire time. I attended the Orioles vs Yankees game with family and I was tasked with finding the seats for everyone. This was a responsibility I took seriously. I want to share how I went about finding seats that were in the shade the entire time the game was played. This also serves as documentation for myself when I will have to do this research....

Benthos, now renamed Redpanda Connect and the fork Bento, is a data stream processor, think anything Inputs: Kafka, NATS, SQS, S3, a socket, HTTP … modify the content, then send it to anything outputs. I love that tool so much, that I was convinced I’ve blogged about it already which I did not. It can be used for mostly anything streams related. Surely we could do the same thing with some real code as well, using our usual programming langu..

Introduction: Welcome to Episode 10 of our Ultimate Software Design series! In this episode, Bill dives into the integration of authentication and authorization mechanisms within Go packages, providing developers with essential strategies for securing and maintaining their software systems. Learn to configure and manage cryptographic keys using a KeyStore and integrate it into your Go applications. Discover how to create middleware..

profiler v0.2.0 - nadh.in - 1 year ago - eng
Repository: @knadh/profiler GitHub release page: v0.2.0 What’s Changed Minor readme update to include working usage example by @kalbhor in https://github.com/knadh/profiler/pull/1 fix: ensure profiler cannot be stopped multiple times by @kalbhor in https://github.com/knadh/profiler/pull/2 New Contributors @kalbhor made their first contribution in https://github.com/knadh/profiler/pull/1 Full Changelog : https://..

Hi, Was wäre wenn…? Diesen Satz habe ich bestimmt hundertfach in den letzten Tagen zum CrowdStrike Ausfall gelesen. Überall werden Schuldige gesucht. Und das ist falsch! Wir erleben das klassische Blame-Game. Es ist wichtiger, einen Schuldigen zu suchen, als das Problem zu lösen. Damit schüren wir nur Angst. Einem Angestellten von Tom Watson, dem Gründer von IBM, war einmal ein Fehler unterlaufen, der die Firma zehn Millionen Dollar..

The rise of a new title in the data industry, Data Strategist, caught my attention recently. Initially, I was skeptical. "Isn’t this just a fancy term for a Data Manager?" I wondered. However, as I delved deeper, I realized my perspective was heavily influenced by my recent tenure at Doximity. At Doximity, the Data Engineering and Data Analytics Manager roles have always blended technical individual contributor work (often referred to as "I....


Bash-Oneliner is an excellent resource for Bash/Linux users. Most of the “tricks” are well-known, but there is always something to learn. More importantly, finding them all well organized in one file is rare. I use the reverse lookup of bash-history (Ctrl+R) daily. Still, only today (thanks to an HN comment on Bash-Onliner) did I learn that it also preserves one’s comments, which can be exploited to invoke complex commands quickly: ..


It’s my pleasure to announce Diana Brunelle as Snyk’s new Chief People Officer (CPO). Diana comes to us with more than two decades of experience in global HR leadership and talent strategy. I’m eager to see her channel her passion and expertise to further build on Snyk’s inclusive company culture to drive organizational alignment and continued growth.

Getting old - evilcookie.de - 1 year ago - eng

Getting old - evilcookie.de - 1 year ago - eng

Discusses the importance of sharing API specifications (Swagger/OpenAPI) over execution details (Postman collections) for better collaboration and avoiding issues.

Discusses the importance of sharing API specifications (Swagger/OpenAPI) over execution details (Postman collections) for better collaboration and avoiding issues.

On July 21, 2024 the Tour de France ended again. This time the winner changed in the hands of Tadej Pogačar of UAE Team Emirates.

Neural networks are often thought of as opaque, black-box function approximators, but theoretical tools let us describe and visualize their behavior. In particular, let’s study piecewise-linearity, a property many neural networks share. This property has been studied before , but we’ll try to visualize it in more detail than has been previously done.

As our world becomes more and more digital, so does the need for us to periodically evaluate our technology habits. A 2023 reviews.org study found that people check their phone around 144 times a day. And according to Statista , people spend over 3 hours a day online at a PC for activities not related to work or school. Spending too much unstructured time on any device – whether it be a phone, tablet, or PC – has been linked to both ph..

Neural networks are often thought of as opaque, black-box function approximators, but theoretical tools let us describe and visualize their behavior. In particular, let’s study piecewise-linearity, a property many neural networks share. This property has been studied before , but we’ll try to visualize it in more detail than has been previously done.

As our world becomes more and more digital, so does the need for us to periodically evaluate our technology habits. A 2023 reviews.org study found that people check their phone around 144 times a day. And according to Statista , people spend over 3 hours a day online at a PC for activities not related to work or school. Spending too much unstructured time on any device – whether it be a phone, tablet, or PC – has been linked to both ph..

Although COBOL can be considered a legacy language, there are still billions of lines of COBOL in production. Modernizing these systems which are costly to run and maintain is a challenge. One solution to this issue is a COBOL to Go transpiler that I want to present in this article.



In the future, computers will not crash due to bad software updates, even those updates that involve kernel code. In the future, these updates will push eBPF code. Friday July 19th provided an unprecedented example of the inherent dangers of kernel programming, and has been called the largest outage in the history of information technology. Windows computers around the world encountered blue-screens-of-death and boot loops, causing o....



A few weeks ago, I announced Ready Player Mode 's availability on GitHub . As of today, you can find it on MELPA . Ready Player Mode is a lightweight major mode to open media (audio/video) files in an Emacs buffer. Install, enable via M-x ready-player-mode and you should be good to go. Open and preview media files (audio + video) like other files. If in repeat mode, ready-player attempts to play other files in the current directory....

tg-archive v1.2.0 - nadh.in - 2 years ago - eng
Repository: @knadh/tg-archive GitHub release page: v1.2.0 What’s Changed Uppercase extension support and .oga support by @TechnoStrife in https://github.com/knadh/tg-archive/pull/135 New Contributors @TechnoStrife made their first contribution in https://github.com/knadh/tg-archive/pull/135 Full Changelog : https://github.com/knadh/tg-archive/compare/v1.2.0...v1.2.1 What’s Changed added video embedding by @iamcool009..

I’ve written in the past about using Makefiles for build automation and documentation . But sometimes I wish to provide help to users, that doesn’t require being a Makefiles expert to read! Let’s explore how we can teach users our build system by turning the project’s Makefile (and awk) into a cheap documentation-as-code tool. What it looks like make help Code Snippet 1: How to ask for help Figure 1: Result of askin..

I’ve written in the past about using Makefiles for build automation and documentation . But sometimes I wish to provide help to users, that doesn’t require being a Makefiles expert to read! Let’s explore how we can teach users our build system by turning the project’s Makefile (and awk) into a cheap documentation-as-code tool. What it looks like make help Code Snippet 1: How to ask for help Figure 1: Result of askin..

I've run the full matrix of combinations of linux and macos between my work and personal setups. At this point I'm pretty comfortable switching. Linux will always have my heart but periodically I get fed up and just want a laptop that goes to sleep when you close the lid. I've recently seen some posts and since I did my most recent round of switching from an all-linux setup to linux-at-home + mac-at-work, I wanted to share a short list of k....


Fiction, Art, Music, Aliens & Evolutionary Biology (Issue #173) 2024-07-20 12:45:00 +07:00 by Mark Smith This week’s newsletter is out! In this week’s edition: Monetary policy, intelligence agencies, AI vs crypto, aliens, Bitcoin treasuries, everyday novelists, evolutionary biology vs modernity, Solana fundamentals, quantum computers, EU politics, EDM duos Issue details: Title: Fiction, Art, Music, Aliens & Evolutionary Bi..











Introduction Over the past year, I have been diving deeper into Remix , a framework for building simpler websites based on web standards plus a pleasing UX, for my project message-in-a-bottle . Discovering the world of frontend programming has been quite interesting, and I’ve run into a few unexpected features in Remix worth sharing. Here, I’d like to do a short deep dive on the prefetch link features provided by Remix to show an exa..


128 visitors online