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

Snyk helps Federal Agencies secure software for the White House's Genesis Mission, accelerating AI-driven science. Implement Secure by Design for the supply chain, cloud, and pipelines.

Weather as a Service - mbutler.org - 5 months ago - eng
Weather as a Service provides on-demand weather for fantasy role-playing games. It adapts the World of Weather appendix from Wilderness Survival Guide into a service that produces conditions such as clear days, storms, fog, and seasonal variation. The system uses the original tables and logic, with minor adjustments for presentation. Instead of consulting a book […]

The current UC AI release adds support for xAI (Grok) and OpenRouter (almost all models). Additionally, embedding is supported for all providers, you can use Toon, and override URLs for all providers.

Joining an on-call rotation might change the future of your career – and maybe you as a person. This article shares my experience being on-call.

I recently tried Kdenlive, Shotcut, DaVinci Resolve, Blender and Lightworks on Linux. They're not even close to Camtasia.

Quality Fortress - june.kim - 5 months ago - eng


Quality Fortress - june.kim - 5 months ago - eng



I LOVE GAY PEOPLE I WANT MY KIDS TO BE GAY WHAT I DONT WANT THEM TO BE ARE A BUNCHA FILTHY f a g g o t S!!!!!!!!!!11111

The idea of keeping as much as my infos private while being a "Mister Nobody" always caught my interest. I mean, there are a lot of public figures that (I guess) in some ways or others they are able to not show everything they do. I believe this is the only way to actually be anonymous because a lot of people can't afford to go in full-isolation mode as they live a regular life made of cities surrounded by security cameras (mainly where ..


You know what they say in the world of products: fast, cheap, good; pick two Which is very similar to my experience when trying to find the most suitable wood finish for my hand carved wooden spoons and coffee cups. hand carved wooden spoon It’s hard to find a finish that: cures fast (in less than 2 days) is food safe (can be used on things you eat or drink from, like spoons and cups) is free of solvents (doesn’t sm....

A really interesting problem for developers building agentic systems is moving away from chatting with the AI model. For example, consider the following conversation: This is a pretty simple scenario where we need to actually step out of the chat and do something else. This seems like an obvious request, right? But it turns out to be a bit complex to build. The reason for that is simple. AI models don’t actually behave like you would ex....

A really interesting problem for developers building agentic systems is moving away from chatting with the AI model. For example, consider the following conversation: This is a pretty simple scenario where we need to actually step out of the chat and do something else. This seems like an obvious request, right? But it turns out to be a bit complex to build. The reason for that is simple. AI models don’t actually behave like you would ex....

A really interesting problem for developers building agentic systems is moving away from chatting with the AI model. For example, consider the following conversation: This is a pretty simple scenario where we need to actually step out of the chat and do something else. This seems like an obvious request, right? But it turns out to be a bit complex to build. The reason for that is simple. AI models don’t actually behave like you would ex....



OpenAPI tags have always been annoying: user-supplied arbitrary data for endpoints should be a fabulous feature – but the documentation tools seem to think that tags are only for them so it becomes more difficult to use tags for other … Continue reading →

This is the lightning(-ish) talk I gave at TigerBeetle 1000x World Tour Belgrade , transcribed to article form. Huge thanks to Ludwig for hosting the event and the TigerBeetle folks for setting it up. The slides are available in PDF format as well .

This is the lightning(-ish) talk I gave at TigerBeetle 1000x World Tour Belgrade , transcribed to article form. Huge thanks to Ludwig for hosting the event and the TigerBeetle folks for setting it up. The slides are available in PDF format as well .

The world is doing that thing it always does when I release some software I have been working on for a long time, where it is infinitely upset that it has had to be waiting for so long for me to finally finish the software, so it can get on with the thing it was doing before it was so rudely interrupted by my audacious tiny and insignificant software. Poor thing. The way this manifests is a tsunami of progressively more intense nudges try....

Whereby I talk about turning a common American Checkers set into an "arcade" for deep games of abstract strategy.

Whereby I talk about turning a common American Checkers set into an "arcade" for deep games of abstract strategy.

I am still trying to iron out all the creases in my new social media auto-poster. It ran last night, and successfully posted to all the social medias! But for some bizare reason that I can't figure out, it ran 4 times, which of course means that it auto-posted the same linke 4 times to all thje social medias. This was the same thing that happened the day before in testing, but I had put it down to the scheduler being over-loaded. I have o..

Designing Robust, Scalable, Maintainable Event Architectures Event-driven architecture (EDA) gives teams the ability to build decoupled, scalable systems that evolve independently. In the previous article, we introduced the idea using a restaurant analogy: instead of shouting instructions across the kitchen, teams place “dockets” on the rail and stations take what they need. We’ll continue that analogy lightly in this post—sprinkling it he....

swipefeed - briansunter.com - 5 months ago - eng
Headless React primitives for building TikTok and Reels-style swipe feeds: a render-prop component and hook with virtualization, gestures, keyboard, and accessibility built in.

swipefeed - briansunter.com - 5 months ago - eng
Headless React primitives for building TikTok and Reels-style swipe feeds: a render-prop component and hook with virtualization, gestures, keyboard, and accessibility built in.

What is good web design? What are good aesthetics? There's a notion that extreme simplicity is best(black text on white background), or extreme geocities-style clutter. What people in these circles agree on is that modern, corporate web design is like kicking dead whales down the beach. There has to be more to it though than old-fashioned = good, modern = bad. Consider the two screenshots attached to this post. Neither is more "modern" ..

Kabob's - connortumbleson.com - 5 months ago - eng


I started learning Go this year. First, I picked a Perl project I wanted to rewrite, got a good book and ignored AI tools since I thought they would do nothing but interfere with learning . Eventually though, I decided to experiment a bit and ended up finding a few ways to use AI assistants effectively even when learning something new. Searching more efficiently The first use case that worked for me was search. Instead of searching....

How I migrated my blog from a custom React setup to Astro, improving performance and maintainability.


We’ve got plenty of gift ideas, from those who game through the night, to those who decorate their profile just right — let’s dig in!


Kong + CUE - skife.org - 5 months ago - eng
Kong is my go-to CLI parser in go, so I used it for epithet . It has pretty good built-in configuration handling, I appreciate how it lines up config values with CLI flags by basically treating config as a serialized tree of it's structs. This is great for simple things, but for epithet I needed slightly more complex mapping, with dynamic keys (user identities) and such. I wanted to keep the core of its model though as it's really nice. ....

Kong + CUE - skife.org - 5 months ago - eng
Kong is my go-to CLI parser in go, so I used it for epithet . It has pretty good built-in configuration handling, I appreciate how it lines up config values with CLI flags by basically treating config as a serialized tree of it's structs. This is great for simple things, but for epithet I needed slightly more complex mapping, with dynamic keys (user identities) and such. I wanted to keep the core of its model though as it's really nice. ....


Overview In the pursuit of real-time analytics at scale, teams often face a key architectural decision: continue scaling traditional…

The new Base map style: the ultimate map canvas for data visualization. Clean, unobtrusive, and AI-ready, it’s the perfect backdrop for your data.

CSS Wrapped: 2025! - una.im - 5 months ago - eng
Sculpt a more dynamic web, and learn about the new CSS and UI features that landed in Chrome in 2025.

The search engine recently exposed a fair number of new tools for custom filtering to the API consumers and users of the new UI. This was originally going to be an incredibly chaotic update, both annuncing the new features and doing a technical walkthrough of the changes but that ambition turned out a bit too chaotic, so let’s split them up and focus on the feature announcement bit today. New Search Filtering GUI It’s now possible to ..

9 visitors online