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

Site updates including improved AI description generation, updates to personal pages, and the shutdown of Stitch to focus on Ada.

Saturdays - dhariri.com - 1 year ago - eng
Balancing work and family life, the author reflects on the joys and challenges of prioritizing weekends as family time.

Attention DEF CON educators ! The DEF CON Training 2025 Call for Trainers is live! We’re looking for unique, technical, and practical presentations from trainers with deep knowledge of their subject. If that’s you, let’s talk! All the info you need to apply is at training.defcon.org .

Running kubectl get nodes gives you a list of nodes within a cluster. If your cluster is running on something like GKE or AKS , you'll even be able to tell which nodepool each node is in because it's baked into the node name - allowing easy filtering with grep. Unfortunately, on EKS , this isn't the case and node names are quite opaque. However, most managed k8s providers push nodepool names into a label, so it's possible to tell ku..

Have you wanted the flexibility of f-strings but need safety checks in place? What if you could have deferred evaluation for logging or avoiding injection attacks? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.


When trying out the Free Oracle 23ai Database Docker Image I always encountered the same issue. The database wouldn't start. Here is how I fixed it.

Introduction: Welcome to Episode 5 of Fearless Concurrency in Rust ! In this episode, Herbert Wolverson dives into advanced concurrency tools, focusing on RwLock for managing simultaneous reads and writes and the powerful concept of interior mutability. These tools provide developers with greater control over data sharing in multithreaded environments, enabling them to optimize for both performance and code simplicity in Rust. Read-W..


Election - blog.webb.page - 1 year ago - eng




heartbeat - git.nixnet.services - 1 year ago - eng

Curious about who's visiting my site, I built a user-agent tracker using Vercel middleware and KV storage. It logs every request and displays a live table of user agents and hit counts, refreshing every minute. Check out the code on GitHub!

Curious about who's visiting my site, I built a user-agent tracker using Vercel middleware and KV storage. It logs every request and displays a live table of user agents and hit counts, refreshing every minute. Check out the code on GitHub!

I created a simple countdown timer web app that lets you track time until important events. It's built with a focus on no-code using Replit, including a cool integration with Black Forrest Labs' image API via Replit's Agent feature. Check out the live app and source code!

I created a simple countdown timer web app that lets you track time until important events. It's built with a focus on no-code using Replit, including a cool integration with Black Forrest Labs' image API via Replit's Agent feature. Check out the live app and source code!

Maybe it's time to create a thread to discuss the best schizo browser out there that does not call phone. Elaborate explanation followed by the most glitterboy answer possible can be found here: https://github.com/arkenfox/user.js/issues/1807 Another link you might consider is https://sizeof.cat/post/web-browser-telemetry/#google-chrome There is also spyware watchdog on neocities: https://spyware.neocities.org/articles/ Share more lin....

Unlock your business potential with cutting-edge knowledge management strategies for enhanced productivity and decision-making

Unlock your business potential with cutting-edge knowledge management strategies for enhanced productivity and decision-making

Unlock your business potential with cutting-edge knowledge management strategies for enhanced productivity and decision-making

Hands-on technical analysis of a novel data platform for high-performance block I/O in the cloud , tested by Tanel Poder , a database consultant and a long-time computer performance nerd. Index Background and motivation Scalable Architecture by Design Enterprise Features Testing Results I/O Latency 1.3 Million IOPS Lessons Learned Summary Background and Motivation Back in 2021, my old friend Chris Buckel (@flashdba..

Hands-on technical analysis of a novel data platform for high-performance block I/O in the cloud , tested by Tanel Poder , a database consultant and a long-time computer performance nerd. Index Background and motivation Scalable Architecture by Design Enterprise Features Testing Results I/O Latency 1.3 Million IOPS Lessons Learned Summary Background and Motivation Back in 2021, my old friend Chris Buckel (@flashdba..


koanf v2.1.2 - nadh.in - 1 year ago - eng
Repository: @knadh/koanf GitHub release page: v2.1.2 What’s Changed chore: Update godoc URL in README by @rhnvrm in https://github.com/knadh/koanf/pull/279 Add support for parser TOML v2 spec by @knadh in https://github.com/knadh/koanf/pull/286 Bump golang.org/x/net from 0.17.0 to 0.23.0 in /providers/consul by @dependabot in https://github.com/knadh/koanf/pull/289

Most developers work in traditional IT departments, not tech companies. Why these dark matter roles are great for junior devs

Most developers work in traditional IT departments, not tech companies. Why these dark matter roles are great for junior devs

Most developers work in traditional IT departments, not tech companies. Why these dark matter roles are great for junior devs


What is query rewriting? Why is it useful whenever you build a chatbot? How to implement it? Read the article!

How do you start to design a new rollercoaster? How do you make it different and more memorable than those before it? And how do you end up doing it when you are only 27?

How do you start to design a new rollercoaster? How do you make it different and more memorable than those before it? And how do you end up doing it when you are only 27?

The web development community talks a lot about single-page apps, but are we all on a single page? Here's my ontology of web app architectures, organized by rendering and navigation.

The web development community talks a lot about single-page apps, but are we all on a single page? Here's my ontology of web app architectures, organized by rendering and navigation.


Revolutionized invoice management with a serverless system using AWS Lambda, S3, DynamoDB, and Anthropic API. Reduced a hours-long task to 5 minutes.

This is an interesting paper I read last month. The notes on this paper gave me an idea of having linkblogs… Original Paper link Some quotes Under 4: Parting comments ORMs are a vital tool for rapid prototyping. But they often sacrifice the ability to push logic into the DBMS in exchange for interoperability with multiple DBMSs. Developers fall back to writing explicit database queries to override the poor auto-generated queries.


I recently put together a small library called Slop , for intermediate on-disk data representation for the search engine, replacing a few ad-hoc formats I had in place before. This post isn’t so much an attempt to convince anyone else to use this library, as it makes trade-offs catering to a fairly niche use case, but to explore some of its design ideas, as it all came together very nicely, in the hopes that other libraries can draw idea..

Being unemployed can be incredibly depressing. So much rejection. Everything seems to be out of your control. Everything except for one thing: what you produce. You might know that repeatedly posting on social media that you are looking for work is ineffective. That it looks (or at least feels) worse each time you say so. But there is at least one major caveat to this. Every single time you create something and share it publicly is a ch....

Halp - dhariri.com - 1 year ago - eng
I just discovered that halp.com redirects to Atlassian Service Management—love that Atlassian has such a great sense of humor!

Revolutionized invoice management with a serverless system using AWS Lambda, S3, DynamoDB, and Anthropic API. Reduced a hours-long task to 5 minutes.

This is an interesting paper I read last month. The notes on this paper gave me an idea of having linkblogs… Original Paper link Some quotes Under 4: Parting comments ORMs are a vital tool for rapid prototyping. But they often sacrifice the ability to push logic into the DBMS in exchange for interoperability with multiple DBMSs. Developers fall back to writing explicit database queries to override the poor auto-generated queries.

44 visitors online