20 random bookmarks
Bookmarks and whatnot. Закладки и всякое.
Bookmarks and whatnot. Закладки и всякое.
Klondike Solitaire game for Varvara.
We get together a community of enthusiasts,
helping young and emerging projects find their way
in open source.
A competition. Jury judge the codebase.
3D DOM viewer, copy-paste this into your console to visualise the DOM topographically. - DOM3D.js
MVC is a very popular architectural design pattern that goes absolutely against the spirit of object-oriented programming.
Teehee.
An exploration of the evolution and meaning of the Forth programming language and its context in history.
A long long article about Forth. One probably already knows most of stuff there, but it's fun nevertheless.
Ken describes how he injected a virus into a compiler. Not only did his compiler know it was compiling the login function and inject a backdoor, but it also knew when it was compiling itself and injected the backdoor generator into the compiler it was creating. The source code for the compiler thereafter contains no evidence of either virus.
A wiki about concatenative programming languages running a custom (looking good) wiki engine with a custom markup!
The author's phone lost cellular connection so he wasn't always available anymore. The article lists his worries about that.
Very rarely I get an opportunity (it's an opportunity now) to be offline. It's always fun.
Fediverse Network Statistics
Mastodon is the biggest with big leap. Second is Lemmy (wow! big growth). Mastodon has 7.5 mln users, Lemmy has 622 k usrs. Misskey has 328 k users.
Цены на продукты в России растут и увеличатся ещё более. А как там в Китае? Сегодня предлагаю сходить в китайский продуктовый магазин и посмотреть на уровень цен.
It's easy to determine if you really need the object oriented paradigm, you just need to look for the things that you can only do with object oriented programming and then ask yourself whether you really need that. It's called "The Three Pillars of Object-Oriented Programming". If you don't use all three at the same time, then you're not doing object oriented programming and you don't need it.