
Maus by Art Spiegelman, Oto Luthar
Knjiga je stripovska upodobitev usode poljske judovske družine v času druge svetovne vojne. Strip, ki naciste predstavlja v vlogi mačk, …
Co-host of monthly critical tech #radio show / #podcast Techno Enema, #emacs, #dactyl, #diy, #guix, working with #drupal also #communist and nudist. Part of #kompot #LibreHosting collective. #fediverse enthusiast. also #cats and #mushrooms, #foss
mastodon: @len@toot.si (moderator) pixelfed: @gregorSamsa@jugopiksel.top (admin) inventaire.io: @gregorSamsa (inventaire.io/users/gregorsamsa)
This link opens in a pop-up window

Knjiga je stripovska upodobitev usode poljske judovske družine v času druge svetovne vojne. Strip, ki naciste predstavlja v vlogi mačk, …
Recenzija knjige z Radia Student: radiostudent.si/kultura/humanistika/o-dveh-straneh-istega-kovanca

Knjiga obravnava uvedbo neoliberalizma v Evropi po koncu 2. svetovne vojne. Gre za ključno poglavje v zgodovini neoliberalizma, ki pa …
Črno internacionalo sem pred časom kupil na knjižnem sejmu in sedaj je končno prišla na vrsto. Po prebranem uvodu, mi je že žal, da se je nisem lotil prej. Napoveduje se super zgodovinska in politična analiza Versailleskega miru, ki je temelj tudi za trenutna geopolitična razmerja. Mislim, da bo super dopolnitev teoriji, ki je predstavljena v Mastnakovem Bonapartizmu.
I'm loving the gentleness of introduction that this book provides. It goes slowly through the code examples and shows you how to read the #EmacsLisp code.
And a spoiler: Here is my attempt for the Chapter 8 exercise: (defun test-search (string) "Search for string and left a point there if it is found." (interactive "sSearch for: ") (let ((found) (current (point)) (len (length string))) (save-excursion (while (and (< (+ len current) (point-max)) (not found)) ;; why complicate? just whole string on each position. (if (string-equal string (buffer-substring-no-properties (point) (+ (point) len))) ;; we found the string (progn (message "Found!") (setq found t) ) (progn ;; else (setq current (+ 1 current)) (forward-char) ) ) ) ) (when found ;; we found the string so we move the point. (goto-char (+ current len)) ) ) )
I'm loving the gentleness of introduction that this book provides. It goes slowly through the code examples and shows you how to read the #EmacsLisp code.
And a spoiler: Here is my attempt for the Chapter 8 exercise: (defun test-search (string) "Search for string and left a point there if it is found." (interactive "sSearch for: ") (let ((found) (current (point)) (len (length string))) (save-excursion (while (and (< (+ len current) (point-max)) (not found)) ;; why complicate? just whole string on each position. (if (string-equal string (buffer-substring-no-properties (point) (+ (point) len))) ;; we found the string (progn (message "Found!") (setq found t) ) (progn ;; else (setq current (+ 1 current)) (forward-char) ) ) ) ) (when found ;; we found the string so we move the point. (goto-char (+ current len)) ) ) )
I guess that biggest impression that the book left on me was the treatment difference between artist and high-end sex workers and low-income marginalized sex workers who are criminalized and persecuted. The last essay on meaning was too "anarchist" for my taste and I missed a class perspective.
I guess that biggest impression that the book left on me was the treatment difference between artist and high-end sex workers and low-income marginalized sex workers who are criminalized and persecuted. The last essay on meaning was too "anarchist" for my taste and I missed a class perspective.

Tajni agent z Zemlje na misiji na oddaljenem planetu, na katerem družba ni napredovala dlje od srednjega veka.

Tajni agent z Zemlje na misiji na oddaljenem planetu, na katerem družba ni napredovala dlje od srednjega veka.
My favorite Strugacki brothers' book so far. The medieval atmosphere is described so well you can almost smell the dirt and rot.
My favorite Strugacki brothers' book so far. The medieval atmosphere is described so well you can almost smell the dirt and rot.
I gathered a small collection of Strugacki brothers' works :) Hard to be a god is supposedly their most known novel.
I gathered a small collection of Strugacki brothers' works :) Hard to be a god is supposedly their most known novel.
Gives a very nice overview of ActivityStreams2.0, ActivityPub API for clients and AP protocol.
I read a pre-published version which had some small errors in code examples and I wasn't able to set up the ap python example client that's menitioned in the book on my GNU/Linux machine. For me personally the nodejs AP server examples were also hard to understand since I avoid javascript whenever I can.
Next steps for me are reading the code of projects I'll understand, referring to landrok/activitypub php library, the activitypub and activitystreams drupal modules, pixelfed etc. This activitypub development list also looks delightful: codeberg.org/fediverse/delightful-activitypub-development
Gives a very nice overview of ActivityStreams2.0, ActivityPub API for clients and AP protocol.
I read a pre-published version which had some small errors in code examples and I wasn't able to set up the ap python example client that's menitioned in the book on my GNU/Linux machine. For me personally the nodejs AP server examples were also hard to understand since I avoid javascript whenever I can.
Next steps for me are reading the code of projects I'll understand, referring to landrok/activitypub php library, the activitypub and activitystreams drupal modules, pixelfed etc. This activitypub development list also looks delightful: codeberg.org/fediverse/delightful-activitypub-development

Izkušen preiskovalec iz COMCON-2 Maxim Kammarer prejme skrivnosten ukaz, da izsledi Leva Albakina, ki se ne bi smel vrniti na …