20 random bookmarks

Тут будут ссылки на всё-всё, что я найду интересным

2026-06-02

Reposted 976.

Архивация. Где лучше хранить холодные данные? Полный обзор на все типы физических носителей от FDD до LTO и M-disk

habr.com/ru/companies/tuna/articles/988926

TL;DR: totally not SSD nor flash. Maybe HDD if you migrate them in time. Some special discs are recommended. Optical... joyful.

2026-05-21

Reposted 972.

Kids can't use computers... and this is why it should worry you — Coding 2 Learn

coding2learn.org/blog/2013/07/29/kids-cant-use-computers

A long dismissive text about how kids, and people in general, don't know how to “use computers”. Overall, the author is right, they really don't know, but instead of approaching the topic on how to make computing more accessible, he takes pride in his knowledge (that most people lack), and tells the folks what to do (along the lines of forcing your children to learn programming).

He also mentions how Microsoft lobbied the idea of Microsoft Office being computing itself to British schools. Well, it's the same in Russia, and not just in school. For many, using MS Office is the most important skill. I never understood that. It's a very niche tool, no?! And it's very hard to use, I still only know the very basics of office suites.

Mysteries to revel in.

2026-03-08

Reposted 939.

StreetComplete

streetcomplete.app

OpenStreetMap surveyor app

2024-09-23

767.

Эттэншн плиз

halemaumau.livejournal.com/102443.html

Про депрессию

2024-09-01

753.

БЕСЛАН | Норин | Sponsr

sponsr.ru/norin/64033/BESLAN

2024-05-18

660.

I can't speak

www.yegor256.com/2024/01/03/not-able-to-speak.html

То, что западноевропейским ученым запрещают выступать на конференциях в России безусловно огорчает, но более всего настораживает их на это реакция.

2024-05-17

649.

How to Cut Corners and Stay Cool

www.yegor256.com/2015/01/15/how-to-cut-corners.html

When a task you're working on is too big or you simply don't want to do it, you cut corners; here is how you can do it professionally.

2024-02-21

Reposted 525.

Privatizing our digital identities

notes.volution.ro/v1/2023/03/remarks/6d51f70e

Trying to make the case for permanent irrevocable digital identities, which unfortunately today, by de-facto, are email addresses.

2024-02-12

521.

Functional programming in Go

bitfieldconsulting.com/golang/functional

Thanks to generics, there are some interesting new ways to program in Go. This article explains how we can use functional programming techniques like Map, Filter, and Reduce, and what kind of problems they might help us to solve.

2024-02-01

512.

Some activities are harder than others

alexschroeder.ch/view/2024-01-31-activities

from bouncepaw:

Alex tells us that, for him, baking and cooking are easier than programming and soldering, because the errors there average out. As for me, this is completely inverse.

In programming, an error never fixes itself. You can observe it and fix it, you can write tests. You can run the program multiple times. It's you who fixes it, and you can understand how it's done. It's measurable!

Meanwhile, cooking is a nightmare. Burning something is routine for me. Is that too much or too little oil? For how long do I fry? What do I do with these spices? Do they really affect the taste? And to observe something, I can't rely on symbolic things like text. No, I have to look (is this color good? No idea!), smell (as if I know the difference) and taste (nothing more inaccurate).

I'm happy when something can be cooked with a timer. 15 min for buckwheat? I'm in. I'm more happy when the time is short. 4 min for this thin kind of spaghetti? Already boiling water!

I mean, even boiling water is not simple. My parents told me to wait until the correct bubbles appear. I'm waiting for the scary ones. Also, salt is supposed to make it boil faster. How much salt do I add?

And I didn't even talk about plants, which Alex also considers easy. They're not 😭

Totally agree!

2024-01-14

492.

Профессиональное выгорание: кто виноват и что делать

www.youtube.com/watch?v=45hEPff4loE

Саша рассказывает про выгорание

2023-11-19

427.

Gripes With Go

peppe.rs/posts/gripes_with_go

2023-11-16

422.

SQL indexes on user-defined functions

use-the-index-luke.com/sql/where-clause/functions/user-defined-functions

Функции должны быть чистыми, чтобы по ним работал индекс

2023-11-14

413.

My Summer Car глазами новичка в 2023 году | Симулятор бати

www.youtube.com/watch?v=cBvsHHIqAcg

Офигенно

2023-11-03

388.

DinosaurPictures.org - Awesome Dinosaur Pictures

dinosaurpictures.org

Best dinosaur images and info on the internet. Curated high quality database of dinosaurs

2023-11-01

Reposted 384.

Luxury Beliefs are Status Symbols

www.robkhenderson.com/p/status-symbols-and-the-struggle-for

Luxury beliefs have, to a large extent, replaced luxury goods.

Luxury beliefs are ideas and opinions that confer status on the upper class, while often inflicting costs on the lower classes.

2023-10-11

362.

Macs and 4K 120Hz displays compatibility list

tonsky.me/blog/monitors-mac

2023-08-02

272.

Essays on Reducing Suffering

reducing-suffering.org

This site contains writings on the topic of reducing suffering, including the suffering of non-human animals and far-future beings. Most content is by Brian Tomasik, though a few pieces are written by others.

2023-07-30

259.

Легко ли посадить невиновного в России?

rutube.ru/video/2745c5507e8452566d9eaa6116cff711

Kак работает правосудие в России: легко ли сфабриковать уголовное дело против невиновного человека, почему в России мало оправдательных приговоров, и что на самом деле не так с «палочной» системой полиции.

2023-03-03

52.

Surviving the Release Version

www.codeproject.com/Articles/548/Surviving-the-Release-Version

OK, your program works. You've tested everything in sight. It's time to ship it. So you make a release version.

And the world crumbles to dust.

You get memory access failures, dialogs don't come up, controls don't work, results come out incorrectly, or any or all of the above. Plus a few more problems that are specific to your application.

Now what?

That's what this essay is all about.