
April 2021

/cdn.vox-cdn.com/uploads/chorus_asset/file/10280253/CafeX_automated_robot_coffee_ammunition_design_03.jpg)
Can Cafe X, a $25,000 robot, make better coffee than a barista? - Curbed
Automated coffee bars might be coming to an office, airport, or college campus near you.
EngageCSEdu is: | EngageCSEdu
EngageCSEdu is: | EngageCSEdu URL: https://www.engage-csedu.org Type: link Domain: engage-csedu.org

Understanding SettingwithCopyWarning in pandas

Monoliths are Bad Design... and You Know It | ThoughtWorks
Monoliths are Bad Design... and You Know It | ThoughtWorks URL: https://www.thoughtworks.com/insights/blog/monoliths-are-bad-design-and-you-know-it Type: article Domain: thoughtworks.com

IDEA – nonverbal algorithm assembly instructions
IDEA is a series of nonverbal algorithm assembly instructions, created by Sándor P. Fekete and Sebastian Morr.

Why Improv didn’t succeed | Pito Salas' Blog
It’s been a while.Which is why my heart beat just a little faster when I read a reference to Improv (not altogether flattering) in the Adam Bossworth piece I just wrote about, where he said:C…

Interactors in Ruby — easy as cake, simple as pie
Ever heard of an Interactor? Learn what it does, how it works and a couple of no-no’s in this opinionated post.

Pito Salas' Blog | Stuff I just figured out, now on WordPress
Stuff I just figured out

Using Genetic Algorithms in Ruby - via @codeship | via @codeship
Mutation is only applied with a small probability because we don't want to drift off too much from the current solution.


The Wall is the Wall: Why Fortresses Fail
…and there he corrected many abuses and was the first to construct a wall, eighty miles in length, which was to separate the barbarians from the Romans.

Top Five Ways I Got Domain Admin on Your Internal Network before Lunch (2018 Edition)
Yes it’s still easy to get Domain Admin “before lunch” as it was when I first started.

CSS Variables tutorial: How to make your HTML responsive with CSS Variables
Learn how to create the following responsiveness with CSS Variables.A quick tutorial on how to create responsive websites in 2019.If you haven’t heard of CSS Variables before, it’s a new feature of CSS which gives you the power of variables in your stylesheet, without having to

Improv in Wikipedia | Pito Salas' Blog
I got many comments from people about my postings recently about Lotus Improv. Imagine my surprise when I discovered a pretty accurate description of Improv and its history in the WikiPedia. By the…
Making Civilization The Digital Antiquarian
Making Civilization The Digital Antiquarian URL: https://www.filfre.net/2018/03/the-game-of-everything-part-1-making-civilization Type: link Domain: filfre.net
5 Tips To Write Idiomatic Pandas Code (article) - DataCamp
5 Tips To Write Idiomatic Pandas Code (article) - DataCamp URL: https://www.datacamp.com/community/tutorials/pandas-idiomatic Type: link Domain: datacamp.com
Magnet – Window manager for Mac
Magnet – Window manager for Mac URL: http://magnet.crowdcafe.com Type: link Domain: magnet.crowdcafe.com

Architecting Ruby on Rails Apps as Microservices | Codeship | via @codeship
If you are working on a team of just a few developers, deciding to start right from the beginning with microservices may actually decrease development speed by adding the increased flexibility of having four different systems communicate with one another ( ...

Good Module, Bad Module - via @codeship | via @codeship
You may hear things like"never have a file longer than [some number] lines of code," which leads you to think that taking the existing methods, splitting them out into modules and including them is the quick fix.