20 random bookmarks

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

2025-01-03

1687.

LDtk

ldtk.io

LDtk (Level Designer Toolkit) is an open-source 2D level editor for indie devs, with a strong focus on user-friendliness.

2025-01-02

1686.

Don't Do Complex Folder Hierarchies - They Don't Work and This Is Why and What to Do Instead

karl-voit.at/2020/01/25/avoid-complex-folder-hierarchies

2025-01-01

1678.

Orion Browser by Kagi

kagi.com/orion

WebKit browser with proper extensions. Best of both worlds! Gotta try when I get back to my MacBook.

2024-12-31

1674.

Как мы перенесли игру «Герои меча и магии III» на 1С

infostart.ru/1c/articles/2208631

Я Федор, ведущий разработчик 1С. На хакатоне компании команда под моим руководством перенесла игру «Герои меча и магии III» на платформу 1С. Расскажу, как устроена конфигурация «1С: Герои меча и магии» с технической точки зрения.

2024-12-26

1656.

Adding "Mycomarkup" as a custom renderer

vpub.mysh.dev/topics/7

This forum is Mycomarkup-enabled now!

2024-08-20

1454.

git.m455.casa - linkbud

git.m455.casa/linkbud

An IRC bot that generates a feed of links that are submitted by users.

2024-05-19

1273.

EXOBIOTICA - A journey to other worlds.

www.exobiotica.com

Exobiotica is a world-building project that envisions how life may evolve in different places across the universe.

2024-02-18

1151.

Pagefind | Pagefind — Static low-bandwidth search at scale

pagefind.app

Pagefind is a fully static search library that aims to perform well on large sites, while using as little of your users’ bandwidth as possible, and without hosting any infrastructure.

2024-02-01

1086.

Post-Quantum Cryptography in January 2024

www.netmeister.org/blog/pqc-2024-01.html

It's 2024 - do you know where your post-quantum cryptography is?

Q-day is in 10 years max.

2023-11-26

921.

Энциклопедия грибов «ВикиГриб»

wikigrib.ru

Справочник энциклопедия грибов «ВикиГриб» 🍄 - каталог всех видов грибов растущих на территории СНГ (Россия, Украина, Белоруссия)

2023-10-20

787.

banging errors in go

flak.tedunangst.com/post/bango

Tedu wrote a tool that lets you handle errors in Go like this:

func decomp(filename string) ([]byte, error) {
        fd := ^os.Open(filename)
        defer fd.Close()
        zd := ^gzip.NewReader(fd)
        data := ^io.ReadAll(zd)
        return data, nil
}

Funky!

2023-10-18

777.

Cat Trap Game

llerrah.com/cattrap.htm

Try to out smart the cat! Don't let him escape. This game is addicting, be forewarned!

Simple but fun game. I want to port it to uxn or something someday...

2023-10-12

700.

Felix Rambles: Where to, wiki?

felix.plesoianu.ro/blog/where-to-wiki.html

A 2021 article

2023-08-15

571.

adbar/trafilatura

github.com/adbar/trafilatura

2023-07-03

416.

sqlpkg - SQLite Package Registry

sqlpkg.org

2023-07-02

411.

Compact Pi Based Cyberdeck with Mechanical Keyboard

www.reddit.com/r/cyberDeck/comments/m4ifxk/compact_pi_based_cyberdeck_with_mechanical

The keyboard is cute! A symmetrical layout. 3 keys for fingers, except for the index, which has 6; 3 thumbs. Low profile.

409.

Unit Test Fetish

250bpm.com/blog:40

Unit tests are not a panacea. End-to-end tests are often much more useful. Some things cannot be tested at all. Think before testing.

2023-06-09

305.

Low-tech Magazine: The Comic

solar.lowtechmagazine.com/2023/06/low-tech-magazine-the-comic

Guillaume Lion visited Low-tech Magazine in Barcelona and turned his experience into a comic for the Belgian magazine Médor.

That's what they call BD?

2023-05-24

258.

Digital encoding. Legacy software. Evolution.

250bpm.com/blog:89

We’ve finally got to the point in the software world where no big changes are possible. Every change breaks something, introduces backward incompatibilities and so on. More are more we are going to live in the world where software mutates gradually, advancing is small steps without much plan and intelligent design. Similarly to how organisms are dragged by natural selection, it is going to be propelled in unknown direction without asking us whether we like it or not.

The software industry is reaching the stage where it cannot be revolutionized heavily, it is to evolve like the living ones. It is not necessarily good.

2023-01-18

2.

Stop Building On Corporate-Controlled Languages

blog.deckc.hair/2023-01-18-stop-building-on-corporate-controlled-languages.html