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

Best viewed on the original page , where extended functionality like the footnote helper is available. In the midst of working on my project, ouroboros-db , I realized I needed a straightforward way to locate other nodes using the same RSA key. That’s when PathfinderBeacon came into being and that i release to the public with these words. What is PathfinderBeacon? PathfinderBeacon is a tool designed to make it easier to bootstr....

Are you interested in learning robotics with Python? Can physical electronics-based projects grow a child's interest in coding? This week on the show, we speak with author Marwan Alsabbagh about his book "Build Your Own Robot - Using Python, CRICKIT, and Raspberry Pi."



ZLister, a to-do list management application, is now available. ZLister allows you to create lists with entries and entries can be marked complete or incomplete (“to do”). ZLister’s user interface is designed for mobile devices, but may also be used on the desktop. ZLister does not store your data in the cloud and can run offline. Motivation and Goals For the last several years, I have been using Amazon’s Alexa app to store checklist....

ZLister, a to-do list management application, is now available. ZLister allows you to create lists with entries and entries can be marked complete or incomplete (“to do”). ZLister’s user interface is designed for mobile devices, but may also be used on the desktop. ZLister does not store your data in the cloud and can run offline. Motivation and Goals For the last several years, I have been using Amazon’s Alexa app to store checklist....

It's been some time since the last release of *scratch* for iOS. If you haven't heard about *scratch*, it's a tiny app I built (part of the org bundle ). *scratch* enables writing things on the go as quickly as possible . No need to create a new note. No need to bring keyboard up. Just open and write . Bonus: Basic Emacs org markup ;-) v1.3 (and yesterday's v1.2) are now available on the App Store. They are minor releases bringing:..

Over the years, I have learned a lot of things through building projects. In this post, I will be sharing some of the advices that I have learned through my journey.


Over the years, I have learned a lot of things through building projects. In this post, I will be sharing some of the advices that I have learned through my journey.

Data Residency Compliance Is Possible with the Right Cloud Provider Because today’s companies operate in the cloud, they can reach a global audience with ease. At any given moment, you could have customers from Indiana, Indonesia, and Ireland using your services or purchasing your products. With such a widespread customer base, your business data will […] The post What is Data Residency? Data Residency Concerns for Global Applications a..

Missed your chance to cop the amazing DEF CON 32 badge in person? Good news! The DEF CON store has a limited number for sale right now. Get yours at https://shop.defcon.org/products/dc32-badge

Ironically, according to my experience, the .well-known directory doesn’t do justice to its name. Even in use cases that would fit nicely in its original purpose.  But I’m getting a bit ahead of myself. Let’s first start with what it is, then move to discuss where it’s used. But we’ll do this rapidly, otherwise this […]

Learn about three industry trends that affect how companies approach software supply chain security, along with actionable tips for responding to them.

2024-08-22-002 - srijan.ch - 1 year ago - bod
Reply to Álvaro R. #FreeVenezuela 🇻🇪: "Chrome #emacs looks neat. Anyone using it? https:…" - Indieweb.Social Looks nice. Would be endgame if it supported editing in confluence.

2024-08-22-001 - srijan.ch - 1 year ago - eng
I have been reading books mostly on Kindle for the last 10 years or so. Visited a nearby library today. I didn't realize I was missing the experience of browsing shelves, stumbling upon unexpected gems, getting lost in the recommendations section, and choosing something physical to checkout. Syndicated to: https://bsky.app/profile/did:plc:6koasqt256b6jwfrn74vwbg5/post/3l2br4drpjc2r

2024-08-22-001 - srijan.ch - 1 year ago - eng
I have been reading books mostly on Kindle for the last 10 years or so. Visited a nearby library today. I didn't realize I was missing the experience of browsing shelves, stumbling upon unexpected gems, getting lost in the recommendations section, and choosing something physical to checkout. Syndicated to: https://bsky.app/profile/did:plc:6koasqt256b6jwfrn74vwbg5/post/3l2br4drpjc2r

2024-08-22-001 - srijan.ch - 1 year ago - bod
I have been reading books mostly on Kindle for the last 10 years or so. Visited a nearby library today. I didn't realize I was missing the experience of browsing shelves, stumbling upon unexpected gems, getting lost in the recommendations section, and choosing something physical to checkout. Syndicated to: https://bsky.app/profile/did:plc:6koasqt256b6jwfrn74vwbg5/post/3l2br4drpjc2r

Introduction: Welcome to Episode 5 of our Intro to Generative AI series! In this episode, Daniel explores practical techniques for enhancing AI models’ ability to handle large volumes of text data effectively. He addresses the challenges developers face when working with extensive content, such as entire web pages or internal documents, and provides actionable strategies to optimize the retrieval and processing of relevant information. ..

tg-archive v1.2.1 - nadh.in - 1 year ago - eng
Repository: @knadh/tg-archive GitHub release page: v1.2.1 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

In this blog post, I share some findings from my exploration of HTTP Archive data. I discovered that a significant number of websites using manifest.json files are using the default configuration generated by Create React App. I plan to investigate this further and determine how prevalent default manifest files are across the web.

In this blog post, I share some findings from my exploration of HTTP Archive data. I discovered that a significant number of websites using manifest.json files are using the default configuration generated by Create React App. I plan to investigate this further and determine how prevalent default manifest files are across the web.

Als junger Entwickler war ich naiv und ambitioniert. Ich suchte die perfekte Softwarearchitektur, einen Ansatz, den ich über alle Probleme stülpen könnte, unabhängig von der Branche, den Skalierungsanforderungen, den Sicherheitsmaßnahmen oder den Usern. Man müsste nur dieses eine Problem abstrakt lösen, dann könnte diese Architektur doch überall angewandt werden. Oder? Dieser Artikel erschien erstmals im August 2024 als Premiumarti..

I'm exploring a new way to build reactive applications using an 'Agents' API. Inspired by Preact Signals and my previous reactive-prompt project, this toolkit uses Chrome's prompt API. Each Agent has a persona, task, and context, reacting to input changes. You can chain Agents, passing data between them. I've created different Agent types like a 'Human' Agent representing user input and a 'ToolCaller' that can execute JavaScript functio..

I'm exploring a new way to build reactive applications using an 'Agents' API. Inspired by Preact Signals and my previous reactive-prompt project, this toolkit uses Chrome's prompt API. Each Agent has a persona, task, and context, reacting to input changes. You can chain Agents, passing data between them. I've created different Agent types like a 'Human' Agent representing user input and a 'ToolCaller' that can execute JavaScript functio..

Memory mapping a file for reading sounds nice: turn inconvenient read calls and manual buffering into just simple indexing of a memory… but it does blocking IO under the hood, turn a &[u8] byte arrays into an async hazard and making “concurrent” async code actually run sequentially! Code affected likely runs slower, underutilises machine resources, and has undesirable latency spikes. I’ve done some experiments in Rust that show exactly ....

An HTML email utilizes HTML code for presentation. Its design is heavy and looks like a modern web page, rich with visual elements like images, videos, etc., to emphasize different parts of an email's content. Building email templates tailored to your brand is useful for various email marketing purposes such

Hey All! If the site has had a consistent weak spot over the past few years, it’s been in the realms of spectroscopy and synthesis.

2024-08-20-001 - srijan.ch - 1 year ago - kor
Webmention rocks tests Redoing these tests with indieConnector v2.1.0 Discovery Tests 1-22: PASS Discovery Test 23: FAIL Update Test 1: PASS Update Test 2: FAIL Delete Test 1: Not Tested Receiver Tests 1-2: PASS #IndieWeb #Webmention

2024-08-20-001 - srijan.ch - 1 year ago - eng
Webmention rocks tests Redoing these tests with indieConnector v2.1.0 Discovery Tests 1-22: PASS Discovery Test 23: FAIL Update Test 1: PASS Update Test 2: FAIL Delete Test 1: Not Tested Receiver Tests 1-2: PASS #IndieWeb #Webmention

2024-08-20-001 - srijan.ch - 1 year ago - bod
Webmention rocks tests Redoing these tests with indieConnector v2.1.0 Discovery Tests 1-22: PASS Discovery Test 23: FAIL Update Test 1: PASS Update Test 2: FAIL Delete Test 1: Not Tested Receiver Tests 1-2: PASS #IndieWeb #Webmention

JoeHx - www.joehxblog.com - 1 year ago - nld
Oh, cool, someone shared this post on Hacker News: Thanks, [freediver](https://news.ycombinator.com/user?id=freediver)!

Project Hail Mary by Andy Weir is an unputdownable read, chronicling an audacious mission to save the world. I can’t reveal too…

Ru is a heart-wrenching tale of the aftermath of the Vietnam War, focusing on a family who were classified as bourgeois, but…

I picked this book up because the cover looked so intriguing. Blood marks on a bright yellow page, with a black and white cow. Asako…

Maybe You Should Talk to Someone is one of those books that broadens your mind, because it revolves around understanding other…

Many people quickly become overwhelmed when they get started with note-taking and knowledge management. Here's how to avoid that.

Many people quickly become overwhelmed when they get started with note-taking and knowledge management. Here's how to avoid that.

Back in April , I posted the new career ladder I was planning to introduce at OpenSesame, which I’ve joined as VP of Engineering. We rolled it out in July, so now’s a good time to share what we’ve learned so far. Here’s the latest version of the ladder. (PDF) Culture Changes The purpose of the new career ladder is to help change the engineering culture at OpenSesame. The previous career ladder put a lot of emphasis on individual own....


I was first exposed to the ideas of the Canadian philosopher Marshall McLuhan in a talk by Chris Cox (CPO of Meta) at the Menlo Park campus. McLuhan’s work centers around media studies, which is a sub-discipline of philosophy that isn’t often taught in introductory or intermediate philosophy courses. After digging deeper into the work of McLuhan alone, I felt that it was strange I had never heard of some of these ideas given how predictiv..

Bugs in distributed systems are hard to find, largely because systems interact in chaotic ways. And even once you've found a bug, it can be anywhere from simple to impossible to reproduce it. It's about as far away as you can get from the ideal test environment: property testing a pure function. But what if we could write our code in a way that we can isolate the chaotic aspects of our distributed system during testing : run multiple sys....


I have to admit, it hasn’t been long since my last post about my “home setup,” but during the summer I have more free time and I took the opportunity to make a few small improvements. In this post I’ll explain two simple modifications I made (so not a “major release”) Shelly EM + 50 amp clamp : monitor home energy consumption with the Shelly EM, jump to chapter keep a widget on the Home Screen of iOS/macOS to view real-time consump..

5 visitors online