20 random bookmarks

Bookmarks and whatnot. Закладки и всякое.

2025-10-27

2029.

How to Build a Solar Powered Electric Oven

solar.lowtechmagazine.com/2025/10/how-to-build-a-solar-powered-electric-oven

This guide explains how to construct an energy-efficient cooking appliance powered by a small solar panel. Thanks to its heat storage, the cooker remains ready to use even after sunset.

2025-07-31

1989.

Do Stonks Go Up?

entropicthoughts.com/do-stonks-go-up

2025-03-27

1848.

Using linkhut to signal-boost my bookmarks

drewdevault.com/2025/03/27/2025-03-27-Using-linkhut.html

Drew has learned of the pleasures of public bookmarking. Sadly, through linkhut; I don't like its design. I ought to tell him about the wonders of Betula immediately!

2025-03-07

1801.

Exploring How Cache Memory Really Works

pikuma.com/blog/understanding-computer-cache

Even though we often hear terms like L1, L2, cache block size, etc., most programmers have a limited understanding of what cache really is. This is a beginner-friendly primer on how cache works.

2025-03-06

1798.

offgrid

joeyh.name/offgrid

Joey lives in an off-grid house.

2025-02-13

1764.

PostgREST Documentation

docs.postgrest.org/en/v12/index.html

PostgREST is a standalone web server that turns your PostgreSQL database directly into a RESTful API. The structural constraints and permissions in the database determine the API endpoints and operations.

Sounds like a way to write less code. I skimmed through the reference, looks cool. PostgREST is written in Haskell for some reason though.

2024-12-26

1652.

Apertium | A free/open-source machine translation platform

apertium.org/index.eng.html#?dir=eng-epo&q=

Apertium is a rule-based machine translation platform. It is free software and released under the terms of the GNU General Public License.

2024-08-13

1446.

web hole c9x.me

c9x.me

Programs and writings.

2024-06-13

1316.

The Low Point -- Jeremy Allison Column Archive

www.samba.org/samba/news/articles/low_point/tale_two_stds_os2.html

Why do this, you might ask? Well the above board reason is that it allows Microsoft to tune and modify the system call layer at will, improving performance and adding features without being forced to provide backwards compatibility application binary interfaces (or "ABI's" for short). The more nefarious reasoning is that it allows Microsoft applications to cheat, and call directly into the undocumented Win32 subsystem system call interface to provide services that competing applications cannot. Several Microsoft applications were subsequently discovered to be doing just that of course.

2024-01-23

Reposted 1075.

Mapping or Visualizing The #Fediverse and #Mastodon

www.mguhlin.org/2022/11/mapping-or-visualizing-fediverse-and.html

2024-01-09

1026.

RSS Parrot

rss-parrot.net

Turn Mastodon into your feed reader

2023-11-15

862.

Танкетка (поэтическая форма) — Википедия

ru.wikipedia.org/wiki/Танкетка_(поэтическая_форма)

Предлагается такая форма стихов для русского языка, вдохновлённая хайку. Две строчки и шесть слогов. Пример:

Сибирь
гиперссылка

2023-11-13

854.

My Favourite Computer, An Old Mac

muezza.ca/thoughts/favourite_computer

This Mac is uncharging in a world where things change by the minute. It will never receive another software update and is thoroughly obsolete, but it's comforting to have something that you know will stay the same forever, remaining in a known state every time you return to it.

2023-10-03

661.

objectionary/eo

github.com/objectionary/eo

EOLANG, an Experimental Object-Oriented Programming Language Based on 𝜑-calculus

2023-09-18

623.

Project Fluent

projectfluent.org
# Simple things are simple.
hello-user = Hello, {$userName}!

# Complex things are possible.
shared-photos =
    {$userName} {$photoCount ->
        [one] added a new photo
       *[other] added {$photoCount} new photos
    } to {$userGender ->
        [male] his stream
        [female] her stream
       *[other] their stream
    }.

2023-07-09

443.

Weblite - Codeberg.org

codeberg.org/Weblite

Weblite attempts to provide simplified specifications for HTML, CSS, XML for the simpler web. In idea, if you stick to these specs, your site will work like in every browser, including the small ones.

2023-07-01

398.

Say No to Self-Deprecating Humor

denshi.org/blog/say-no-to-self-deprecating-humor

Very true! Some time ago I came to a similar conclusion, and since then try to not joke like that.

2023-06-11

323.

volution/z-run

github.com/volution/z-run

z-run -- scripting library lightweight Go-based tool

Still using it. Super wonderful.

2023-06-06

292.

Aspergillus

bouncepaw.com/aspergillus

My experiment with a Mini Cubes-inspired spatial information manager.

2023-02-19

54.

Announcing Offpunk 0.2 : What is Offline?

rawtext.club/~ploum/2022-01-31-offpunk02.html

The real problem with Internet addiction is that you know when you connect to it, often to check something particular, finding yourself two or three hours later without having accomplished anything but jumping from seemingly interesting links to catchy videos. Your brain is fed with low-quality content which has (mostly negative) impacts on your thoughts, your well-being, your mood, your productivity and your self-esteem.

Software like #Offpunk may help here by allowing you to never be directly connected to the Internet. You don’t use your computer while it is connected to the Internet. This means that you only consume content on your own computer, without being tempted to check if there’s anything new. Replying to a specific email doesn’t force you to see that new emails just arrived.

Besides the "offline" command, the "tour" feature of Offpunk forces you to read new contents in a linear fashion. And when you get to the end of it, Offpunk will tell you explicitly that this is the "end of tour". Yep, there’s nothing more to procrastinate on your computer. Move your ass and do something. The command line aspect allows you not to be distracted by the design and to be mindful about what you want to do. You need to type a command, you can’t click mindlessly.