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

Thinking about venturing into the world of Arch-based Linux distributions? Be sure to check out EndeavourOS’s latest release, ‘Galileo’. Like Arch Linux, EndeavourOS uses a rolling release model, issuing a... The post EndeavourOS ‘Galileo’ is Available to Download is from OMG! Linux and reproduction without permission is, like, a nope.




Yazar : Colin O'Malley Başlık : Devrimci Anarşizmin İnşası Tarih : 2014 Notlar : Çeviri: Umut Aydemir İngilizce Aslı: Building a Revolutionary Anarchism Kaynak : 20.11.2023 tarihinde şuradan alındı: barikathaber.org Bu makale, çok sayıda toplumsal harekete rağmen anarşist hareketin büyüme konusundaki başarısızlıklarından ve anarşist politik örgütlenme modellerinin bu tuzakların üstesinden gelmek için nasıl bir yol göster....

I believe that in all facets of life, anything taken for granted should be examined. For me, this includes how I think about and interface with time. Since beginning research into this topic a few years ago, the French Republican Calendar has continued to fascinate and delight me, so much so to the point that I use decimal time and the republican calendar as my default method of tracking time in my personal life.

2023-11-20-001 - srijan.ch - 2 years ago - eng
rogerlipscombe@hachyderm.io has a nice post on using git with multiple identities. His recommended way (using includeIf to include different config files for different parent folders) also makes sense to me the most.

2023-11-20-001 - srijan.ch - 2 years ago - eng
rogerlipscombe@hachyderm.io has a nice post on using git with multiple identities. His recommended way (using includeIf to include different config files for different parent folders) also makes sense to me the most.

2023-11-20-001 - srijan.ch - 2 years ago - bod
rogerlipscombe@hachyderm.io has a nice post on using git with multiple identities. His recommended way (using includeIf to include different config files for different parent folders) also makes sense to me the most.

Big (or “ Long Term”) refactors are hard to pull off in a busy company. To succeed, we must: Convince business that it’s worth the delay. Decide what features will have to wait. Produce regular status updates and ETAs. Justify the refactor as we go. Is it the right approach? Keep ourselves from burning out. Allow time for the team to digest and review the huge diff. Fix a bombardment of QA issues. And we better do this all quickly,....

Snyk is excited to announce general availability of Snyk Apps, a framework for building and distributing custom security solutions to better inform security decisions and boost developer productivity.


Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

Using an ESP32 S3 Box 3 with Willow, Home Assistant and Large Language Models (LLMs) create a locally hosted, offline, AI powered Siri / Alexa replacement.

I’m pleased to announce that the Korean translation of The Art of Agile Development is now available! You can buy it here . Many thanks to 김모세 for their hard work on this translation.

Indexing 28 billion chemical embeddings from 7 billion molecules using optimized Jaccard distance kernels, achieving 99% recall at 3,700 QPS on AWS Open Data.




Indexing 28 billion chemical embeddings from 7 billion molecules using optimized Jaccard distance kernels, achieving 99% recall at 3,700 QPS on AWS Open Data.


Product Market Fit - dhariri.com - 2 years ago - eng


With the WHO declaring that Covid is no longer a global emergency , we’ve quickly been pushed back to life as it was before the pandemic, with barely a thought given to what things were like for a few years. Life was in no way a fun jaunty romp, but when I look back I find myself amazed at how we acted back then – and how in some ways we’ve went back. 1) We did away with handshakes for a bit Does anyone really like handshakes? The aw....


Re-align that data class model for the UX driven flutter mobile app design process. Continue reading on Medium »

The three most popular DNS protocols with transit encryption are DNS-over-HTTPS (DoH), DNS-over-TLS (DoT), and DNS-over-QUIC (DoQ). This should help you choose what to use: Do you actually need to override OS DNS support? If not, or if you’re unsure, go to 6. Are you ready to implement DNS protocols correctly, or add a dependency that does so? If you’re not, go to 5. Does the network filter DNS traffic? If it does, go to 5. Do you already..

I learned this week that you can intercept and redirect Postgres query execution. You can hook into the execution layer so you're given a query plan and you get to decide what to do with it. What rows to return, if any, and where they come from. That's very interesting. So I started writing code to explore execution hooks. However, I got stuck interpreting the query plan. Either there's no query plan walking infrastructure or I just didn'....


Eat Some Pudding First - ides.dev - 2 years ago - eng
Getting a couple of simple tasks out of the way helps to get you moving, so don't eat your frogs first.

Occasionally, “modern” baby monitors hit the news, but not for the best reasons. Sometimes for the lack of security, other times for exploitative practices, etc. This also applies to many other categories of products that we can include in the so-called “Internet of Things”. After reading a recent article about the topic, some comments with […]

137 visitors online