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 find the trend of people posting about the way they use generative AI to be fascinating at an anthropological level. I do not remember the last time a piece of technology pushed so many different people into writing about the way they use it, or not use it, or abuse it, or misuse it. To me, this is way more interesting and intriguing than the technology itself. I obviously do not know why so many people are doing so, and I suspect they ....

Monika Sviderskė is our Partnership Director for Europe and LATAM. Previously, she spent over five years as a chief marketing officer (CMO) in Web3 – the decentralized, blockchain… The post Monika Sviderskė’s story: Building the life she wanted, as a mom and as a career woman appeared first on Hostinger Blog .

Last edit Summary: The `dired-mark-if' `macro` also marks special lines (such as those specifying a directory path), so let's exclude such lines: (dired-mark-if (let . . . No diff available. The `dired-mark-if’ `macro` also marks special lines (such as those specifying a directory path), so let’s exclude such lines: (dired-mark-if (let ((current-filename (dired-get-filename t t))) (and current-filename (time-less-p cutoff (file-at..

The `dired-mark-if’ `macro` also marks special lines (such as those specifying a directory path), so let’s exclude such lines: (dired-mark-if (let ((current-filename (dired-get-filename t t))) (and current-filename (time-less-p cutoff (file-attribute-modification-time (file-attributes current-filename))) (not (looking-at-p dired-re-dot)))) msg) – Anonymous 2026-05-20 14:37 UTC

The `dired-mark-if' `macro` also marks special lines (such as those specifying a directory path), so let's exclude such lines: (dired-mark-if (let . . .


Well. the last [maybe] episode of Knight and Rose Show is up and I’m starting to wind down the blogging and spend more time on my health. fitness. nutrition and playing all the games that I had been neglecting. But I’m still very active on Twitter. And I saw a great article on there from … Continue reading Bettina Arndt explains why traditional men are declining to date and marry →

You need to arrange to get one from the other. The post The classic TreeView control lets me sort by name or by lParam, but why not both? appeared first on The Old New Thing .


You will sometimes hear an atheist or abortion advocate who thinks they are cleverer than they actually are make the case that abortion is supported. even encouraged. in the Bible. The passage they use to make this case is Numbers 5. “23 ‘Then the priest shall write these curses in a book. and he shall scrape them off into the bitter water. 24 And he shall make the woman drink the bitter water that brings a curse. and the water that brings ....

The pro-life movement is one of the first casualties of a political architecture built for a country that no longer exists

A brief overview of my photography workflow with ~~_Darktable_ on Linux~~ _Lightroom Mobile_ on GrapheneOS.

A creative GSAP experiment where images cascade from the mouse position and rebound off the bottom of the screen with satisfying motion.

A creative GSAP experiment where images cascade from the mouse position and rebound off the bottom of the screen with satisfying motion.



At Fin, pricing and packaging must balance the needs and wants of our customers and our broader vision. Here's how we do it.


Xbox - airvpn.org - 2 months ago - eng
Hey there guys. So i tried looking around but couldn't find much info in here. My question is if I want to watch specfic content from other regions on a streaming service on my Xbox, how do I got on about doing it?

Six months ago Cursor was an AI code editor. Today it is closer to an agent control room that happens to contain an editor. That shift did not arrive in one release. It came across four of them, and the direction is consistent enough to be worth writing down.

Google I/O 2026 happened yesterday, and Google shipped a lot. New models, a reworked developer platform, agents everywhere. Most of a keynote like this is noise unless you actually build with the stuff. So here's the short version: what changed, what matters for knowledge work, and the one date you

100.000 - lostfocus.de - 2 months ago - eng
Last night I played some New Age easy listening music while reading and this morning I found out that my 100.000th scrobble is now “Age Of Loneliness” by Enigma. I’m not sure what to make of that.

When it comes to keeping our texts, chats, and other digital messages safe from prying eyes, we have a powerful tool: end-to-end encryption. Used correctly, end-to-end encryption turns our conversations online into secret messages that can only be decoded by their intended recipients. For years, we've been urging tech companies to bring this privacy-protecting tool to more of the apps and platforms we use every day. This month marks an impo....

For a long time my site effectively had a single RSS feed: the one at /rss/. It worked, but it forced an all-or-nothing choice: subscribe to everything I publish, or nothing.

I think there is something wrong with PNG export where it always anti-aliasing the final image, but ...

A Ghost site looks like it has a single RSS feed (the one at `/rss/`), but it actually exposes many, and you can add your own filtered feeds on top. This note captures the process so I can explain it to others.

Artificial Analysis is an independent benchmarking and comparison platform for AI models and inference providers. It tracks frontier models across providers like OpenAI, Anthropic, Google (Gemini), Meta, DeepSeek, Mistral, and xAI; scoring each on quality, speed (tokens/sec), latency (time-to-first-



A depressing quantity of software is what I would call a "data pump". I have some data over here, and I need it over there. Maybe I'm integrating into a legacy app. Or into an ERP. Or into a 3rd party API. At the end of the day, I have data in one place, and I want it in another place. Sally has a Java application written in the Quarkus framework, which has a nightly batch that works to keep a table of Bar entities in sync with a table ....

Author : Walker C. Smith Title : Sabotage Subtitle : Its History, Philosophy & Function Date : 1913 Notes : 1917 edition; originally published in 1913. Transcribed by J. D. Crutchfield from a scan kindly supplied by Lisa & Jon Schindler. Many misprints silently corrected. Last updated 15 July 2004. Source : Foreword This little work is the essence of all available ma....

I remember the moment Swift announced async/await. I was genuinely relieved. Finally, there was going to be a way out of completion handler pyramids, delegate chains, and the special kind of cognitive overhead that comes from reading code that executes in a completely different order than it is written. I had worked with C# async/await years earlier, and my mental model came from there. In a UI app, if a SynchronizationContext is present, a..


While the technological arms race of web data access is universal, the battleground in Asia has its own unique rules of engagement.

Single-account AWS is a ticking time bomb. I don’t say that lightly. I’ve watched it blow up firsthand, and I’ve spent more hours than I’d like to admit cleaning up the aftermath. If you’re running anything beyond a personal side project in a single AWS account, you’re playing a game you will eventually lose. This is the guide I wish I’d had years ago. I’m going to walk you through AWS Organizations, Control Tower, SCPs, and account vendi..

eBPF is the biggest shift in Linux observability since strace. I don’t say that lightly. I’ve spent years wiring up monitoring stacks, bolting sidecars onto every pod, and watching resource requests balloon because each workload needed its own little proxy just to get visibility into what was happening on the network. eBPF changes the game entirely — it moves instrumentation into the kernel, where it belongs, and it does it safely, efficien..


The narrative says mobile won the platform war and the web lost. For most of the 2010s that was simply correct. The lens that emerged later is the load-bearing one: mobile won on distribution and store lock-in, not on capability, and the deciding axis the whole time was update friction. A platform-war retrospective from someone who shipped Android apps for a decade.

AI is becoming core to financial services. But as adoption scales, so does risk. Without secure, real-time data, strong governance, and cyber resilience, AI can amplify threats as quickly as it drives innovation.



53 visitors online