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

Land and Sea is an essay in short story form written in 1942 by Carl Schmitt. Subtitled “A consideration of world history told to my daughter Anna,” this essay recounts and summarizes the geo-historical-legal evolution of our planet since the discovery of the New World. The originality of the work lies in the author’s identification of the Earth-Sea dichotomy as the driving force of human history. I went into this book knowing very littl..

A fascinating article surfaced on Nautilus last week. Mary-Jane Rubenstein, a professor of religion and science in society at Wesleyan University, shares her concerns about the technical strides and aspirations of Elon Musk’s SpaceX, the company’s mission to enable thousands of people to live on Mars, and the ethics of terraforming the planet to be more like Earth. What’s intriguing, though, is Rubenstein’s thoughts about the religious unde..

British or “quick” crosswords are significantly easier to construct than American or “full” ones - I tried orienting this in a 15x15 grid, but reduced it down to the puzzle you see here. This theme is cleverer than previous, but I’m concerned some of the clues are two obtuse for this format of crossword. 🖨️ Download a printable Version 🧩 Download the .puz file

In this article, we’ll create a new Java application and validate some example strings to demonstrate how JavaBean Validation works.

April 28, 2023: ChatGPT as a coauthor? With at least seven authorship credits on preprints and published scientific articles and multiple mentions in Acknowlegments and Methods sections, ChatGPT is taking the world by stormApril 17, 2023: Ulcerative Colitis triggered by breakthrough COVID-19 Even asymptomatic breakthrough COVID-19 can be associated with severe UCApril 10, 2023: Hearing Aid Research Given the limited research on OTC hearing ..

In chatgpt-shell updates , I highlighted dall-e-shell (a DALL-E Emacs shell), ob-chatgpt-shell (ChatGPT org babel support), and ob-dall-e-shell (DALL-E org babel support) were initially excluded from the chatgpt-shell MELPA submission while I worked out their split. That's now sorted and the packages are available on MELPA. Here's ob-chatgpt-shell and ob-dall-e-shell in action. Here's dall-e-shell.

Introduction: React, the popular JavaScript library for building user interfaces, offers several powerful features that make it a developer-friendly choice. One such feature is prop drilling, a technique used for passing data from a top-level component to a deeply nested component. In this blog post, we will explore the concept of prop drilling, understand its benefits and limitations, and provide an example using TypeScript to demonstrate ..

After reading Towards Maintainable Elixir by Saša Jurić and hearing about his famous Repo.transact in some of his talks, I decided it was time to explore this for myself. This post takes into account that you (the reader) are aware and know why and when to use Ecto.Multi . But for those unfamiliar, the TL;DR is you would use an Ecto.Multi when you want to perform multiple transaction that you want to be committed to the database in one....

The Linux socat command provides a powerful and flexible solution for bidirectional data transfer between network connections. In this article, we'll explore how to use the socat command in Linux and provide practical examples to help you get started.

I’m using this page as a way to track a running list of tech blog posts that have caught my interest this year. This is primarily meant to be a living document for my own purposes, but it will also eventually serve as a historical record and a reference for visitors like you! 👋 Tech Industry “Let It Fail” https://www.maxcountryman.com/articles/let-it-fail When working in an engineering organization of any scale past your immediate..

What I've been up to April was a blur - I was in the Bay Area, NYC, and Cleveland. I'm looking forward to spending the next three weeks without travel. I am currently immersed in the developme...

The Linux socat command provides a powerful and flexible solution for bidirectional data transfer between network connections. In this article, we'll explore how to use the socat command in Linux and provide practical examples to help you get started.

The Linux socat command provides a powerful and flexible solution for bidirectional data transfer between network connections. In this article, we'll explore how to use the socat command in Linux and provide practical examples to help you get started.

Bookmarks for May 2023: 17 links - An Architecture Path to Mainframe Moderniz...; (11) Lesson 9 - Analyzing Architecture: Ma..., and more.

Bookmarks for May 2023: 17 links - An Architecture Path to Mainframe Moderniz...; (11) Lesson 9 - Analyzing Architecture: Ma..., and more.

Every online community has rules that determine how the attention of the community is directed. For example in an online forum, the most up-voted posts may be shown on at the top of the page.



What does going above and beyond look like? In a previous post I highlighted the difference between service and hospitality. This was based on a podcast with Will Guidara where he talked through how he got his restaurant, Eleven Madison Park, to be voted the number one restaurant in the world by focussing not just on the food but the overall experience.

What does going above and beyond look like? In a previous post I highlighted the difference between service and hospitality. This was based on a podcast with Will Guidara where he talked through how he got his restaurant, Eleven Madison Park, to be voted the number one restaurant in the world by focussing not just on the food but the overall experience.

Not to know what happened before one was born is always to be a child. I found this Cicero quote on Lapham’s Quarterly ’s about page . A little research dug out the supposedly original version found in Orator Ad M. Brutum (46 BC). It goes like this: To be ignorant of what occurred before you were born is to remain always a child. For what is the worth of human life, unless it is woven into the life of our ancestors by the recor..


What is the difference between service and hospitality? I have had a book on my Amazon wishlist for a while - Unreasonable Hospitality by Will Guidara. I’ve not read it yet but I came across a podcast where he was interviewed by Simon Sinek so it piqued my interest.

What is the difference between service and hospitality? I have had a book on my Amazon wishlist for a while - Unreasonable Hospitality by Will Guidara. I’ve not read it yet but I came across a podcast where he was interviewed by Simon Sinek so it piqued my interest.


Medieval Callings comprises eleven essays by internationally renowned medieval historians. Somewhat deceptively, only Jacques Le Goff’s prestigious name appears on the front page, as he authored the introductive essay and handpicked and curated the collection. Each piece presents a nuanced profile of a significant social or professional Middle Ages group. Warrior knights, monks, high churchmen, criminals, lepers, shepherds, artists, and pr..




Amounts 3.0 🎉 - swiftfox.co - 3 years ago - eng
Amounts 3.0 has been released after many years of no updates! Amounts 3.0 is a complete rewrite of the app from the ground up to use the latest technologies, and be adaptable and easily upgradable. I already have many updates planned for it in the coming months. To start, Amounts 3 keeps the same simple... Read more » The post Amounts 3.0 🎉 first appeared on Swift Fox Software LLC .

When building large database-backed Elixir applications using Ecto, it is inevitable for your database schema to evolve over time. As your database schema changes, it's possible for there to be discrepancies between the tables in the database and your local schema definitions. Tracking inconsistencies between the schema defined



Are you familiar with the different versions of WebAssembly? Could WASM be the "write once, run everywhere" solution that developers have searched for? Where does distributing Python applications fit in the narrative? This week on the show, we have CPython core developer Brett Cannon to discuss his recent articles about WebAssembly and MVPy.

The space elevator - ilearnt.com - 3 years ago - eng
This is a beautiful interactive webpage to illustrate the height/altitude of different things and how a potential future space elevator would relate to them.

The space elevator - ilearnt.com - 3 years ago - eng
This is a beautiful interactive webpage to illustrate the height/altitude of different things and how a potential future space elevator would relate to them.

A CRM with email automation can help you keep in contact with your best leads, your new customers, and your... The post Guide to using a CRM with email automation: the best triggers for the biggest impact appeared first on GoSquared Blog .

Everybody Writes” was deeply disappointing to me because it wasn’t the book I wanted to read. That said, I think it can be a valuable resource for people who want an introductory and accessible writing book.

Everybody Writes” was deeply disappointing to me because it wasn’t the book I wanted to read. That said, I think it can be a valuable resource for people who want an introductory and accessible writing book.

Effort is non-linear and multi-dimensional. Time (with relation to delivery) is linear and one-dimensional

Effort is non-linear and multi-dimensional. Time (with relation to delivery) is linear and one-dimensional

If you are one of those people who are extremely stressed with the current state of things, hopefully this post can help you a bit. Politics, war, tech industries, LLM’s, covid and climate change are topics that are everywhere. These things makes us feel like we are screwed. Just know that the news makes money on negative interactions. Just know that whatever happens to climate change and economy, we are all in this together. If you are w....

chatgpt-shell 's README includes few org tables documenting the package's customizable variables as well as available commands . Don't worry, this isn't really another ChatGPT post. Here's an extract of the docs table: | Custom variable | Description | |---------------------------------------+-------------------------------------------------------------| | chatgpt-shell-display-function | Function to display the shell. | | chatgpt....

Like many other developers, I have to work with computers with different processor architectures. For me it’s amd64 (x86_64) on the laptop and arm64 (aarch64) on the server. For some it may be the other way around. Fortunately I mostly write Go, which makes cross-compilation quite easy. Docker adds some extra steps, but is very nice for deploying software.

3 visitors online