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






This is a transcription of Jim Lawless's interview with Ben Hoyt on his Stray Pointers podcast. We discuss Forth, C, CGI, Python, Go, and AWK.

Kidney Crisis - olivergilan.com - 2 years ago - eng
Nearly a million people in the US suffer from total kidney failure yet only 20,000 kidneys are available for transplant each year. The kidney crisis is only getting worse and needs a revolution to solve it.


Kidney Crisis - olivergilan.com - 2 years ago - eng
Nearly a million people in the US suffer from total kidney failure yet only 20,000 kidneys are available for transplant each year. The kidney crisis is only getting worse and needs a revolution to solve it.

I've been lucky enough to get into the Ghostty beta, and am very happy with it o far. I ran into one real hiccup, and I know I'll forget how I fixed it when I set up my next laptop, so leaving a note for myself (and anyone else who hits it). Ghostty uses a custom terminfo, xterm-ghostty, and does not install it to the system or user, but specifies a TERMINFO=/Applications/Ghostty.app/Contents/Resources/terminfo environment variable ....

I've been lucky enough to get into the Ghostty beta, and am very happy with it o far. I ran into one real hiccup, and I know I'll forget how I fixed it when I set up my next laptop, so leaving a note for myself (and anyone else who hits it). Ghostty uses a custom terminfo, xterm-ghostty, and does not install it to the system or user, but specifies a TERMINFO=/Applications/Ghostty.app/Contents/Resources/terminfo environment variable ....

listmonk v3.0.0 - nadh.in - 2 years ago - eng
Repository: @knadh/listmonk GitHub release page: v3.0.0 v3.0.0 is a major release with a significant number of improvements and fixes. What’s new? The concurrent core or the “engine” is completely re-written. Campaign pausing and cancellations are now near-instant and lossless. Concurrent campaign sending performance has improved significantly. The sent count now accounts for every single message rather than an approximati..



15231dcb079282a3e376cda45f88e02e8becf585 Remove some sites, add a site and stuff yeah idk too lazy 362857a07081ed5d39c2a38050494d5a25f661a7 Test

Holme Fen - sam.hooke.me - 2 years ago - eng

Holme Fen - sam.hooke.me - 2 years ago - eng

They analyzed his blood and found a speck. He didn’t need to know - yet. He still had several years before it would become an issue. Several productive years at a good income. The data was all there. Let him sow and later we’ll reap. That will all be harvested. It’s a simple calculation. Let him continue to be motivated and untroubled by health. Earning until the disease really takes hold. Then we can transfer the wealth away. He won’t miss..

I’ve been reading Marcus Aurielius’ Meditations and, very appropriately and scaringly, YouTube algorithm thought I would be interested in Marcus Aurelius, the Man Who Solved The Universe . The title is bombastic and misplaced, but the video is well executed and correctly summarizes some of the Emperor-Philosopher’s thoughts.

First 24 hours with Vision Pro. It feels like a generation 1 product. Similar to how I felt with Apple Watch or Macbook M1, when they just came out. A lot of small issues here and there, but overall very impressed with the potential. Issue 1: Glare from very bright light on lens. Watching movies or playing games on Vision Pro is very straightforward. The screen does not have a lot of white lights, so it does not reflect on the lens. Howev..

Introduction: Next.js is a popular React framework that enables developers to create server-side rendered applications with ease. Two essential functions in Next.js are getServerSideProps and getStaticProps, which help developers pre-render pages and optimize performance. Although they share similarities, they have significant differences in terms of functionality and usage. In this blog, we will explore the differences between getServerSid..



This robot would have known this is just a random skull had anyone spent time evaluating results from the Yorick Identification Model. Credit: katiebcartoons. Evaluating results from LLM pipelines is time-consuming and often I’d rather poke my eye with stick instead of looking at another 100 results to decide if they are “good”. But I do it anyway and I cannot understate how beneficial it is. Here’s why you should do it:


Just brought home your Apple Vision Pro and are ready to start developing? Well hold on a second – the process for setting it up isn’t super clear and doesn’t exist anywhere in Apple’s documentation that I could find. The steps are pretty simple, but you will be jumping back and forth between the headset... Read more » The post How to enable developer mode on Apple Vision Pro first appeared on Swift Fox Software LLC .

Method of Differences - ztoz.blog - 2 years ago - eng
The “Method of Differences” is a mathematical technique for reducing the computation of polynomials to repeated addition. Once the system is setup, relatively unskilled human computers can populate dense mathematical tables. This is the “difference” in the Charles Babbage’s Difference Engine which aimed to automate the creation and printing of these tables. I have created a playground where you can experiment with the method and in this a....

Method of Differences - ztoz.blog - 2 years ago - eng
The “Method of Differences” is a mathematical technique for reducing the computation of polynomials to repeated addition. Once the system is setup, relatively unskilled human computers can populate dense mathematical tables. This is the “difference” in the Charles Babbage’s Difference Engine which aimed to automate the creation and printing of these tables. I have created a playground where you can experiment with the method and in this a....

Exhibition at the Beverly Art Center, Chicago [note: if you would like to take ownership of the digital surrogate of your physical print from the show, go to the URL https://iws.mx/charm.farm/.html – where is the long random string of characters printed on the front paper] “Even the most perfect reproduction of a work of […]

Unlock the Power of Digital: Transition from analog to digital for endless possibilities! Convert paper notes to a digital Personal Knowledge Management system, connect ideas, and harness the future of knowledge

Unlock the Power of Digital: Transition from analog to digital for endless possibilities! Convert paper notes to a digital Personal Knowledge Management system, connect ideas, and harness the future of knowledge

What's it like to sit down for your first developer sprint at a conference? How do you find an appropriate issue to work on as a new open-source contributor? This week on the show, author and software engineer Stefanie Molin is here to discuss starting to contribute to open-source projects.

RSS Feeds - heidenstedt.org - 2 years ago - eng
Best viewed on the original page , where extended functionality like the footnote helper is available. This blog has a few RSS feeds. You can subscribe to everything, or just to links, specific categories or tags. Subscribe to everything Subscribe to posts Subscribe to links You can also go directly to any category or tag page and subscribe to just that feed. For example, here is the feed for the “ worth knowing ” category:....

A lot of the things David describes in this post resonate with me. As far as I’ve been able to figure out so far, the things my mind is best at are details and systems. It‘s part of what makes me a good programmer: I can hold a lot of detail in my head about how a system fits together, I can mess around with it more easily than most people, and I can pick up on details other people might miss, such as potential bugs. A lot of the thin..

A GitHub gist is backed by a regular git repository, but it's not exposed explicitly via the user interface. For example, this "secret" gist can be cloned using this command: git clone https://gist.github.com/fmarier/b652bad2e759675e8650f3d3ee81ab08.git test Within this test directory, the normal git commands can be used: touch empty git add empty git commit -a -m "Nothing to see here" A gist can contain multiple files just like n..

Mach is a Zig game engine & graphics toolkit for building high-performance & modular games, visualizations, and desktop/mobile apps. Learn more We are working towards Mach 1, and have just released v0.3 which includes 6 months of work - here are the highlights! Coming soon: intro to 2D gamedev workshop The first-ever intro to 2D gamedev workshop using Mach will be hosted at the Software You Can Love conference in Milan, Italy, M....

koanf v2.0.2 - nadh.in - 2 years ago - eng
Repository: @knadh/koanf GitHub release page: v2.0.2 Important https://github.com/mitchellh/mapstructure/issues/349#issuecomment-1860372162 is discontinued and koanf has switched to using the fork github.com/go-viper/mapstructure/v2. If you are referencing the mapstructure lib in your code (custom DecoderConfig), you have to switch the paths to the above forked version of koanf.

Mach is a Zig game engine & graphics toolkit for building high-performance & modular games, visualizations, and desktop/mobile apps. Learn more We are working towards Mach 1, and have just released v0.3 which includes 6 months of work - here are the highlights! Coming soon: intro to 2D gamedev workshop The first-ever intro to 2D gamedev workshop using Mach will be hosted at the Software You Can Love conference in Milan, Italy, M....


Hi, Gerade in der Softwareentwicklung arbeiten viele Menschen, die besonders gut in der Abstraktion und objektiven Betrachtung von Problemen und Fragen sind. Liegt in der Natur der Sache. Es ist unser Job, ein Problem im Detail zu durchdringen. Und die Lösungen erfordern immer Abwägungen von Vor- und Nachteilen. Aber es gibt immer wieder Probleme und Angewohnheiten, die sich in unserer Industrie festgesetzt haben, die objektiv betra..

Unlock the full potential of your Knowledge Management system by mastering the art of crafting clear, concise, and organized note names – the secret to transforming your chaotic digital world into a seamlessly searchable, highly efficient repository of wisdom



Disappearing Moment reflects my need to keep things simple. We can be mindful about how we spend our time and money. We can practice empathy and kindness. We can treat others the way they want to be treated ("The Platinum Rule"). Neither reading Disappearing Moment nor writing it should feel like an obligation. This newsletter is a way for me to share my ideas and experiences. Sometimes you respond to something I have written. The handful....

86 visitors online