1330 bookmarks

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

2024-10-13

1558.

Стажёр Вася и его истории об идемпотент­ности API | Блог | Яндекс Go Dev

dev.go.yandex//blog/intern-vasya-2019-03-12

Идемпотентность — звучит сложно, говорят о ней редко, но это касается всех приложений, использующих API в своей работе. Меня зовут Денис Исаев, и я руковожу одной из бэкенд групп в Яндекс Такси. Сегодня я поделюсь с читателями описанием проблем, которые могут возникнуть, если не учитывать идемпотентность распределенных систем в своем проекте.

2024-10-12

Reposted 1557.

zakirullin/cognitive-load: 🧠 Cognitive Load is what matters

github.com/zakirullin/cognitive-load

2024-10-10

1556.

Rotation with three shears

cohost.org/tomforsyth/post/891823-rotation-with-three

There's a graphics trick that used to be widely known that has now probably almost vanished from the graphics consciousness - you can do rotations by applying three shears in a row. This should surprise you! It surprised me. And it re-surprises me every time I remember it.

2024-10-09

1555.

Home | DSi Guide

dsi.cfw.guide

The complete guide to modding your Nintendo DSi

1554.

Vita3K - PlayStation Vita Emulator

vita3k.org

Vita3K is an experimental open-source Sony PlayStation Vita emulator for Windows, macOS, Linux and Android written in C++.

2024-10-08

1553.

Modern XMPP

docs.modernxmpp.org

Documentation of the Modern XMPP project, an independent project launched to improve the quality of user-to-user messaging applications that use XMPP

1552.

Fediverse Discovery Providers

www.fediscovery.org

A project exploring better search and discovery on the Fediverse as an optional, decentralized and pluggable service.

1551.

Mahdi Bchatnia - Accents

mahdi.jp/apps/accents

Accents is an app that lets you use the 2021 iMac's accent colors on any Mac.

1550.

ribo.zone

ribo.zone

a room, a scrapbook, a laboratory...

1549.

Очень простой алгоритм подбора цвета, который работает

scribe.rawbit.ninja/@iammishaanikin/98b8f0dcfdc5
1548.

GitHub - aigoncharov/telegram-to-rss: Generate an RSS feed from Telegram chats. You digital minimalism friend.

github.com/aigoncharov/telegram-to-rss

Generate an RSS feed from Telegram chats. You digital minimalism friend. - aigoncharov/telegram-to-rss

1547.

The Pull Request Hack · Felix Geisendörfer

felixge.de/2013/03/11/the-pull-request-hack

Giving write access to your contributors might motivate them to do more. Super cool!

1546.

Handmade Manifesto

handmade.network/manifesto

Computers are amazing. So why is software so terrible?

2024-10-07

1544.

Дружеская 3D печать – Карта владельцев 3D принтеров от AlexGyver

3dprint.alexgyver.ru

2024-10-06

1543.

Викиучебник:Кулинарная книга — Викиучебник

ru.wikibooks.org/wiki/Викиучебник:Кулинарная_книга
1542.

Бомж-туризм — Викиучебник

ru.wikibooks.org/wiki/Бомж-туризм
1541.

Homemade pinhole camera - Camera-wiki.org - The free camera encyclopedia

camera-wiki.org/wiki/Homemade_pinhole_camera

2024-10-03

1539.

IdreesInc/Monocraft: A monospaced programming font inspired by the Minecraft typeface

github.com/IdreesInc/Monocraft

A monospaced programming font inspired by the Minecraft typeface - IdreesInc/Monocraft

1538.

fogleman/Craft: A simple Minecraft clone written in C using modern OpenGL (shaders).

github.com/fogleman/Craft

A simple Minecraft clone written in C using modern OpenGL (shaders). - fogleman/Craft

1537.

sounder.exe - play a wav file from the command line

www.elifulkerson.com/projects/commandline-wav-player.php

2024-10-02

1536.

GitHub - drybjed/chimed: wind chimes in your UNIX environments

github.com/drybjed/chimed

wind chimes in your UNIX environments. Contribute to drybjed/chimed development by creating an account on GitHub.

1535.

Sound UI

www.makeworld.space/garden/Computers/Sound UI.html

I think sound is a dramatically underutilized way to communicate with the user in modern software tools. Using sound for a notification is just annoying, but using other properties (pitch, timbre, length, etc) or producing varying drone sounds across time presents new ways to passively inform users of things. A classic example of this is fan sounds alerting users that their computer is under heavy load, and perhaps something is going wrong. As modern fans get quieter, computer programs should offer similar interfaces to provide all kinds of information.

2024-09-28

Reposted 1533.

Artifacts: Image + Link Organizer app for macOS/iOS

artifacts.app

Artifacts is an image + link organizer app for macOS and iOS. A
completely native, local first way to save all that stuff you find
across the web.

2024-09-27

1532.

nkanaev/yarr: yet another rss reader

github.com/nkanaev/yarr

yarr (yet another rss reader) is a web-based feed aggregator which can be used both
as a desktop application and a personal self-hosted server.

The app is a single binary with an embedded database (SQLite).

1531.

NoteCards in a Nutshell

dl.acm.org/doi/10.1145/29933.30859

A paper about the old NoteCards program. I printed it out on an office printer and read it, unlike most other papers I saved in this Betula.

Organizing data in notecards, linking them. Notecards are not scrollable. Fileboxes and Browsers, special notecards. They state the system is programmable, but no detailed description of programmability is given. Interface is not really detailed.

Overall, this paper is not enough. I shall look for more.

2024-09-25

1530.

Israel’s Pager Attacks and Supply Chain Vulnerabilities - Schneier on Security

www.schneier.com/blog/archives/2024/09/israels-pager-attacks.html

2024-09-24

1525.

2022-03-26 Projects for the benefit of others

alexschroeder.ch/view/2022-03-26_Projects_for_the_benefit_of_others
1524.

The sad evolution of wikis

apenwarr.ca/log/20100901

Wikipedia ruined the spirit.

2024-09-21

1521.

My Wet, Hot, Off-grid Summer

cupofsquid.com/post/wet-hot-summer

Yurt don't fit every climate.

Reposted 1520.

KDE Eco – Handbook

eco.kde.org/handbook

Applying The Blue Angel Criteria To Free Software

2024-09-20

1519.

Measure execution time in Go (Golang)

gosamples.dev/measure-time

A good snippet. I used it at work.

func track(name string) func() {
    start := time.Now()
    return func() {
        log.Printf("%s, execution time %s\n", name, time.Since(start))
    }
}

func main() {
    defer track("main")() // do not forget about the second parentheses
    time.Sleep(2 * time.Second)
}

2024-09-19

1517.

Слова в моей голове про связь между линзами и чечевицей

t.me/slova_v_mojej_golove/428

Lentils и lenses родственные слова. В русском когда-то линзы чечевицами называли.

2024-09-18

1516.

The Small Internet has Already Succeeded

cheapskatesguide.org/articles/small-internet-succeeded.html

Finally, somebody said this.

1515.

Communal Luxury: The Public Bathhouse

solar.lowtechmagazine.com/2024/09/communal-luxury-the-public-bathhouse

Throughout history, people have bathed in public rather than in private. Should we bring back the public bathhouse for the sake of sustainability?

I can hardly imagine myself using one daily. I'm late for work every day,having to go to a yet another place just to clean my meat case sounds ridiculous. Also, I wouldn't particularly enjoy bathing in public. And let's not forget about hygiene. Modern people barely manage using public toilets, and you expect them to manage something even more complex?

But energy-wise, communal bathing is indeed effective.

2024-09-15

1514.

pub.solar

pub.solar

We're a friendly community creating a digital corner pub.

Our goal is to enable more people to use free software, have secure digital communications, and to take control over their private data.

We host online services for you and all the people you love. We do this transparently and democratically.

1513.

ViaVersion/ViaFabricPlus: Fabric mod to connect to EVERY Minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay

github.com/ViaVersion/ViaFabricPlus

Fabric mod to connect to EVERY Minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay - ViaVersion/ViaFabricPlus

2024-09-13

Reposted 1512.

ametameric - color contrast for all

pippin.gimp.org/ametameric

A 16 color palette for dichromats and trichromats

Ametameric is as a system palette that provides the standard CGA/ANSI colors accomodating various forms of human color blindness/color vision deficiencies. 16 colors (including white, black and two grays) that all provide sufficient contrast for all common types of color vision. When working as intended, TUIs made to work well with the system colors (rather than 256/true color) should become accesible for color vision deficient users without further tweaks needed.

2024-09-11

1511.

BPM Analyzer

viktorgordienko.com/bpm-analyzer

BPM Analyzer - A simple tool for scanning audio files and managing your music library

1510.

How to Lose Time and Money

paulgraham.com/selfindulgence.html
1509.

Why Nerds are Unpopular

paulgraham.com/nerds.html

The main reason nerds are unpopular is that they have other things
to think about. Their attention is drawn to books or the natural
world, not fashions and parties. They're like someone trying to
play soccer while balancing a glass of water on his head. Other
players who can focus their whole attention on the game beat them
effortlessly, and wonder why they seem so incapable.

1508.

Carpentopod: A walking table project

www.decarpentier.nl/carpentopod

Back in 2008, I wrote some software for fun to generate various optimized walking mechanisms. And when I also picked up some electronics and wood working skills in more recent years, I was able to turn one of these mechanisms into an actual wireless walking wooden coffee table: the Carpentopod. This post briefly covers this project from start to end.

2024-09-10

1505.

1OPS - One Operation Per Statement

blog.pwkf.org/2023/08/17/one-sloc.html

The 1OPS principle is the single principle that had the biggest impact in my entire coding career. I gave some hints about it in a previous post, but I was suggested that it might warrant a post on its own to go more in depth.

1504.

Always Optimize for Junior Devs

blog.pwkf.org/2022/09/18/always-optimize-for-dummies.html

There is a single advice I would give to anyone writing software, and specially to great devs : Always optimize your code for your most junior developers. I agree that it is not a very popular advice, but it is the one that, in my experience, give the biggest bang for the buck.

2024-09-08

1503.

Game Boy Essentials

gameboyessentials.com

A project to review and talk about the essential games you should play on Game Boy to understand its appeal and its success.

1502.

Game Boy Camera

gameboyessentials.com/articles/mgb-006
1501.

OSDL - A guide to homebrew development for the Nintendo DS

osdl.sourceforge.net/main/documentation/misc/nintendo-DS/homebrew-guide/HomebrewForDS.html
1500.

Пишем на Java для Nintendo DS

habr.com/ru/articles/468971
Reposted 1499.

WebAIM: History of the browser user-agent string

webaim.org/blog/user-agent-string-history

how user agents became a lying mess

2024-09-07

1498.

Is Linux collapsing under its own weight? On Rust for Linux - the sporks space

sporks.space/2024/09/05/is-linux-collapsing-under-its-own-weight-on-rust-for-linux
Reposted 1497.

Iceberger

joshdata.me/iceberger.html
1496.

Mondragon as the new City-State

www.elysian.press/p/mondragon-as-the-new-city-state

Coop in Basque Country.

1 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21