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 built tldr-site.vercel.app to help me quickly understand web development trends. It summarizes search results and news snippets, giving me a high-level overview before I dive into specific details. I use it frequently, for example, to research community feedback like on the Web Environment Integrity API. The code is on GitHub and uses Breadboard to manage data flow. It works well, but could be improved by adding article content for riche..

I've made a couple of small changes to the blog. I removed the personal journal section and added my projects to the RSS feed so you can see what I've been working on with Generative AI. Happy New Year!

I've made a couple of small changes to the blog. I removed the personal journal section and added my projects to the RSS feed so you can see what I've been working on with Generative AI. Happy New Year!

Today, I learned the hard way that the default port for ASP.NET Core 8 container images has been updated from port 80 to 8080, quite a remarkable breaking change. We upgraded our web application from .NET 7 and let the CI pipeline do its work. Finally, we checked the application in the browser to ensure everything was okay, but unfortunately, we got a 502 Bad Gateway error. The Nginx logs revealed that the app was rejecting connections, w..

I've created the Claude Breadboard Kit, a simple plugin to easily connect your Breadboards with the Claude API. It features a single generateCompletion node for streamlined integration. Add it to your breadboard runtime using addRuntimeKit(Claude) and start using the generateCompletion node.

I've created the Claude Breadboard Kit, a simple plugin to easily connect your Breadboards with the Claude API. It features a single generateCompletion node for streamlined integration. Add it to your breadboard runtime using addRuntimeKit(Claude) and start using the generateCompletion node.

tldr.rocks - paul.kinlan.me - 2 years ago - eng
I created tldr.rocks, a simple site that summarizes Hacker News posts and comment sentiment. As a DevRel, it's crucial to understand developer sentiment towards our work. This tool helps me quickly identify key comments and critical challenges, although it doesn't replace direct engagement with the community. It's built with Hugo, uses Breadboard to manage the Generative AI, and leverages Anthropic's Claude via my "Claude Kit" Breadboard ..

tldr.rocks - paul.kinlan.me - 2 years ago - eng
I created tldr.rocks, a simple site that summarizes Hacker News posts and comment sentiment. As a DevRel, it's crucial to understand developer sentiment towards our work. This tool helps me quickly identify key comments and critical challenges, although it doesn't replace direct engagement with the community. It's built with Hugo, uses Breadboard to manage the Generative AI, and leverages Anthropic's Claude via my "Claude Kit" Breadboard ..

In many applications it’s a requirement to keep track of when a record was created and updated the last time. Often, this is implemented by having columns such as created_at and updated_at within each table. To make things as simple as possible for application developers, the database itself should take care of maintaining these values automatically when a record gets inserted or updated.

In many applications it’s a requirement to keep track of when a record was created and updated the last time. Often, this is implemented by having columns such as created_at and updated_at within each table. To make things as simple as possible for application developers, the database itself should take care of maintaining these values automatically when a record gets inserted or updated.

Vojenskoprůmyslový komplex a Zelenského korupčníci polykají evropské peníze jako pralinky, vylidňují Ukrajinu a ženou na zbytečnou smrt statisíce lidí. Vedou válku v zájmu amerických finančních elit, které se snaží oslabit pozici Ruska i Evropy. Zatímco Evropu se však americkým strukturám podařilo srazit na kolena a dílo zkázy dotahují na nich závislé loutky, s Ruskem se jim vůbec nedaří. Článek Stanislav Novotný o prohře EU a USA na Ukr..

Work - lagomor.ph - 2 years ago - eng
DevOps / Full Stack / Hacker Hello, I’m Alex Spezowka . With over a decade of experience building scalable systems, I architect complete technology solutions from infrastructure to user interface. I specialize in transforming legacy systems into modern architectures, implementing AI-powered applications, and solving complex technical challenges across the full stack. Currently Freelancing. If you need a Hacker in Residence, let’s ..

This article will explore SSRF, its potential risks, and the strategies to mitigate SSRF in Node.js applications.

In this article, you'll learn more about why SQL injection attacks pose a significant threat and how to shield your Node.js applications against them.

rabbot.love - akkartik.name - 2 years ago - eng
rabbot.love is a little helper I whipped up to check the programs the kids were writing for a neat little paper computer . video; 25 seconds

Imagine a city mayor considering a project offering to build parks in several neighborhoods. It can be a good budget investment since it can potentially increase the happiness level of the citizens. However, it is just a hypothesis: if parks do not impact happiness, it is worth considering other city renovation projects. It makes sense to perform a pilot experiment before spending the budget on all the parks. The mayor is thinking about the....

Imagine a city mayor considering a project offering to build parks in several neighborhoods. It can be a good budget investment since it can potentially increase the happiness level of the citizens. However, it is just a hypothesis: if parks do not impact happiness, it is worth considering other city renovation projects. It makes sense to perform a pilot experiment before spending the budget on all the parks. The mayor is thinking about the....

Java Foreign Function Interface (FFI) Evolved Binary has been working on several aspects of how the Java API to RocksDB can be improved. The recently introduced FFI features in Java provide significant opportunities for improving the API. We have investigated this through a prototype implementation. Java 19 introduced a new FFI Preview which is described as an API by which Java programs can interoperate with code and data outside of t....

This is a note to myself that’s a list of resources to refer to when I’m feeling stuck or in a rut epsecially if I’m browsing the internet mindlessly.


Spaced repetition - vit.baisa.cz - 2 years ago - eng


Spaced repetition - vit.baisa.cz - 2 years ago - eng


Bitcoin Atlantis is just around the corner. This conference, happening here in Madeira, is something unusual for us locals. The common pattern is that we have to fly to attend such conferences. I plan to attend the event, and I will be there with an open mindset, since there are always new things to learn. […]

Introduction This feature is mis-documented /dev/fd/* behave different on other Unixes Part 1: An experiment! Duplicating the file descriptor using dup(2) Duplicating the file descriptor through /proc Other file types TCP Sockets: Can not be reopened through /proc Pipes: Can be reopened through /proc Part 2: What is really happening Where did the no_open pointer come from? Summary Introduction Unix ....

Introduction This feature is mis-documented /dev/fd/* behave different on other Unixes Part 1: An experiment! Duplicating the file descriptor using dup(2) Duplicating the file descriptor through /proc Other file types TCP Sockets: Can not be reopened through /proc Pipes: Can be reopened through /proc Part 2: What is really happening Where did the no_open pointer come from? Summary Introduction Unix ....

Introduction This feature is mis-documented /dev/fd/* behave different on other Unixes Part 1: An experiment! Duplicating the file descriptor using dup(2) Duplicating the file descriptor through /proc Other file types TCP Sockets: Can not be reopened through /proc Pipes: Can be reopened through /proc Part 2: What is really happening Where did the no_open pointer come from? Summary Introduction Unix ....

TLDR; Describes how author used chatgpt to create workaround for downloading data from cloudflare D1 beta that he would have long given up on if not for chatGPT



Yesterday, I went on a hiking trip to Monte Tiravento. This majestic loop tour is uncommon compared to the classic woody image of the Parco Nazionale del Foreste Casentinesi, as it takes place mainly on aerial and partly even barren ridges, resulting in magnificent views. Compared to other variants I did in the past, this one starts at a high altitude, offering lower elevation differences. It is inadvisable on the hottest summer days when..

A comprehensive guide on splitting long notes into atomic notes within a Personal Knowledge Management (PKM) system, highlighting the benefits, and practical steps

A comprehensive guide on splitting long notes into atomic notes within a Personal Knowledge Management (PKM) system, highlighting the benefits, and practical steps

Over the weekend, I went on a 2 night camping trip with some mates to the Warrumbungle National Park, the site of Australia’s first…


Welcome back to our adventurous journey through the Bandit Challenge! In this blog post, we'll conquer Level 14, where we'll obtain a private SSH key that grants us access to the next level. Join me as we navigate through secure connections, employ cryptographic tools, and use the obtained key to log into the next level. Let's dive in!


Welcome back to our adventurous journey through the Bandit Challenge! In this blog post, we'll conquer Level 14, where we'll obtain a private SSH key that grants us access to the next level. Join me as we navigate through secure connections, employ cryptographic tools, and use the obtained key to log into the next level. Let's dive in!

Manu writes about apps and businesses who claim to replace search engines by feeding the web page content to a language model and returning the response to the user: Firstly, without a search engine in the mix, the AI has no way to search for anything. So if the goal is to replace the traditional search engine then we’re already failing. Because we’re not replacing anything, we’re just hiding it behind some AI tool. The second issu....

War Room is a board game by Larry Harris, the designer of Axis and Allies. I see it as at least a spiritual successor to AA, if not a complete overhaul. Like AA, it’s a grand strategy game set during World War II. Players control the major Axis and Allied powers and vie for the control of territories. The ultimate goals is to capture the opposing capitals and win the war. You can see my original Python notebooks on GitHub . I previousl....

Dealing with defaults - river.me - 2 years ago - eng
There are a lot of different things you can mean when you say “default parameter” in MediaWiki. This article explains them all.

Dealing with defaults - river.me - 2 years ago - eng
There are a lot of different things you can mean when you say “default parameter” in MediaWiki. This article explains them all.

Dealing with defaults - river.me - 2 years ago - eng
There are a lot of different things you can mean when you say “default parameter” in MediaWiki. This article explains them all.

18 visitors online