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

Humans drink some coffee, but moreso, we drink tea. The United Nations Food and Agriculture Organization claims that tea is the world’s most-consumed beverage after water. Comparing the Statistia pages on tea and coffee , you’ll see 2025 global consumption estimates of 7.75 billion kg of tea and 7.47 billion kg of coffee – nearly the same by weight. But when you consider that a cup of tea uses around 2-5 grams of leaves, and a cup of c..

Update: Added macOS Trash integration. While GNU/Linux had been my operating system of choice for many years, these days I'm primarily on macOS. Lucky for me, I spend most of my time in Emacs itself (or a web browser), making the switch between operating systems a relatively painless task. I build iOS and macOS apps for a living, so naturally I've accumulated a handful of macOS-Emacs integrations and tweaks over time. Below are some o....

Background As described in the second blog post of Revenue Automation series, Revenue Data Pipeline processes a large amount of data via complex logic transformations to recognize revenue. Thus, developing a robust production testing and integration strategy was essential to the success of this project phase. The status quo testing process utilized the Redshift Connector for data synchronization once the report was generated and published t..

One Amazon engineer said his team was roughly half the size it had been last year, but it was expected to produce roughly the same amount of code by using A.I.” — New York Times, May 25, 2025 Generative AI is transforming software engineering. Used well, it can boost productivity, uncover solutions faster, and streamline development workflows. I’m all for that. But in the rush to adopt AI, we’re also seeing the resurgence of a long-debunke..


Table of Contents Debezium Reselect Postprocessor Flink DataStream API Flink SQL With OVER Aggregation Flink Process Table Functions Summary and Discussion Postgres logical replication, while powerful for capturing real-time data changes, presents challenges with TOAST columns, whose values can be absent from data change events in specific situations. This post discusses how Debezium addresses this through its built-in res..

Table of Contents Debezium Reselect Postprocessor Flink DataStream API Flink SQL With OVER Aggregation Flink Process Table Functions Summary and Discussion Postgres logical replication, while powerful for capturing real-time data changes, presents challenges with TOAST columns, whose values can be absent from data change events in specific situations. This post discusses how Debezium addresses this through its built-in res..

When building RavenDB 7.0, a major feature was Vector Search and AI integration.We weren't the first database to make Vector Search a core feature, and that was pretty much by design. Not being the first out of the gate meant that we had time to observe the industry, study new research, and consider how we could best enable Vector Search for our users. This isn’t just about the algorithm or the implementation, but about the entire mindset....

When building RavenDB 7.0, a major feature was Vector Search and AI integration.We weren't the first database to make Vector Search a core feature, and that was pretty much by design. Not being the first out of the gate meant that we had time to observe the industry, study new research, and consider how we could best enable Vector Search for our users. This isn’t just about the algorithm or the implementation, but about the entire mindset....

Another travel blog, this time heading roughly an hour away in a car to visit Anna Maria Island for an 3 day holiday weekend.

In this blog post, we will explore a whitepaper for technology startups, describing a 'mini-republic' corporate charter inspired by some historical constitutional documents and the Roman Republic.



At work we're so absorbed in the difficulties we face that it becomes easy to forget what we appreciate and what we value in our coworkers. On social media we can be so focused on our own work that we forget to interact with others'. I have heard so many times from founders that they switch between heads down building, disappearing from the community, and then pop up to talk about what they've built. Engineers often say the exact same thi....

One of the first ever Redis libraries for Go was hosted at github.com/garyburd/redigo. It has been deprecated for some time and has now been finally removed altogether from Github. If you still have a dependency on this project, this means that will be broken now. github.com/gomodule/redigo should be a drop-in replacement for github.com/garyburd/redigo. If you […]

I read many of Le Guin’s more classic entries in her Hainish Cycle back in college and since then have been fascinated with the world she built for novels like The Disposessed and The Left Hand of Darkness . A Fisherman of the Inland Sea is a series of short stories of which only the last three have anything to do with the universe of the Hainish Cycle. These three all revolve around the development of instantaneous, faster than light ..

I read many of Le Guin’s more classic entries in her Hainish Cycle back in college and since then have been fascinated with the world she built for novels like The Disposessed and The Left Hand of Darkness . A Fisherman of the Inland Sea is a series of short stories of which only the last three have anything to do with the universe of the Hainish Cycle. These three all revolve around the development of instantaneous, faster than light ..

TL;DR: Using the communication method = poll of Cylc 8 you can easily run Cylc 8 workflows on BSC MareNostrum5 HPC. A couple of years ago I gave a talk about “HPC workflows for climate models” at an ESiWACE3 event. There, I tried to explain in an unbiased way the differences among the workflow managers commonly used for climate and weather, including Autosubmit , ecFlow , and Cylc . I worked with the three workflow managers, and dev..

TL;DR: Using the communication method = poll of Cylc 8 you can easily run Cylc 8 workflows on BSC MareNostrum5 HPC. A couple of years ago I gave a talk about “HPC workflows for climate models” at an ESiWACE3 event. There, I tried to explain in an unbiased way the differences among the workflow managers commonly used for climate and weather, including Autosubmit , ecFlow , and Cylc . I worked with the three workflow managers, and dev..

The 1990s were the decade of E-commerce! The idea was that you could — and thus should! — sell everything online, starting from books (Amazon) and Pez Dispensers (eBay), or focusing on diapers (Diapers.com) and dog food (Pets.com). Own the… Continue reading →

MCP in the Shell - june.kim - 1 year ago - eng


MCP in the Shell - june.kim - 1 year ago - eng

listmonk v5.0.1 - nadh.in - 1 year ago - eng
Repository: @knadh/listmonk GitHub release page: v5.0.1 v5.0.1 is a bug-fix release on top of the major v5.0.0 release. It features the addition of long pending features such as the visual drag-and-drop e-mail builder, per-campaign SMTP selection, and numerous other fixes and improvements.

Dark Matter - vit.baisa.cz - 1 year ago - eng

Dark Matter - vit.baisa.cz - 1 year ago - eng

The new Qubes-Whonix 17 for Qubes R4. 2 is available! ( What is a point release? ) Download How-to: Install Qubes-Whonix Upgrade Already using Whonix? No need to reinstall — perform an in-place upgrade using the Whonix repository . Major Changes install user-sysmaint-split by default on Whonix-Workstation Xfce. It is strongly recommended to review the feature’s documentation: Whonix – 21 Dec 25 sysmaint - Sys....

The naive/basic camera space (view space) to screen space point transformation looks like vec2 camToScreenSpace(vec4 p) { vec4 v = projection_matrix * p; return v.xy / v.w; // do perspective divide } and a corresponding naive way to get a screen-space direction vector from a camera-space point and vector pair is // Returns an unnormalised vector vec2 camSpaceDirToScreenSpaceDir(vec4 p_cs, vec4 dir_cs) { return camToScreenSpace(p_cs + ....

how does someone continue coding if they dont want anything? throughout the past year ive been reading a lot of philosophy but other than that theres nothing i continue to do. i feel that code can be such a beautiful thing and id like to learn a collection of languages, i just dont know how to get myself to continue doing it. this question of how do i continue isnt just related to coding so i dont think the question can be answered by you s..






In reply to SylvanoMTL. @SylvanoMTL - try to set the uifigure's position to (-1000,-1000,100,100) - this will hide the figure, although the user will still see something in the Desktop taskbar.

In reply to SylvanoMTL. @SylvanoMTL - try to set the uifigure's position to (-1000,-1000,100,100) - this will hide the figure, although the user will still see something in the Desktop taskbar.

It is strange and exciting and more than a little emotional watching our first-born, and cherished little guy, launch out into the world. We can’t wait to see where his adventures take him, and we couldn’t be more proud of the man that he has become.

What goes into making video courses at Real Python? How should you build an installable Django application? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

tl;dr: I’m offering coaching sessions where I teach professional engineers a smooth, stay-in-flow technique for AI-augmented programming. All the nitty gritty tips and setup were very helpful. — Andrew J. Email me to sign up! . Let the computer make you more productive My first job after university was working at a software company on their huge Java desktop application. The architecture, complex and winding, made the code v....

tl;dr: I’m offering coaching sessions where I teach professional engineers a smooth, stay-in-flow technique for AI-augmented programming. All the nitty gritty tips and setup were very helpful. — Andrew J. Email me to sign up! . Let the computer make you more productive My first job after university was working at a software company on their huge Java desktop application. The architecture, complex and winding, made the code v....

Now Ma’am, I’m afraid that um, the property tax code of the state of Texas does not recognize ‘haunting’ as grounds for a reduction in taxable valuation.”

Bei der Entwicklung komplexer Softwaresysteme durchlaufen Teams häufig einen Dokumentationszyklus, der fast schon einem vorhersehbaren Muster folgt. Die anfängliche Euphorie ist geprägt von ambitionierten Zielen: Eine umfassende Dokumentation soll entstehen, die alle Aspekte des Systems beleuchtet und jede Entscheidung nachvollziehbar macht. Mit frischem Elan werden Werkzeuge evaluiert, Vorlagen erstellt und erste Dokumentationen verfasst. ..

Discover the critical need for cybersecurity in space and how Snyk Learn bridges the security knowledge gap between academia and industry.

I don’t like laptops with loud cooling fans in them. Quite a controversial position, I know. But really, they do suck. A laptop can be great to use, have a fantastic keyboard, sharp display, lots of storage and a fast CPU, and all of that can be ruined by one component: the cooling fan. Laptop fans are small, meaning that they have to run faster to have any meaningful cooling effect, which means that they are usually very loud and oft....

3 visitors online