#technicolorrainbow
@TechnicolorRainbow
Here’s Alex Stamos’ DEF CON 21 talk on ethics that is mentioned in chapter 1.
https://video.hackers.town/videos/watch/571f05e4-4a70-4a28-8c40-cc4587937fe7
I wrote this article about #RemoteWork in 2016. I forgot about it. I just dusted it off and now it's my first post of 2020!
https://www.jonwatson.ca/posts/remote-work-the-last-meritocracy/
I wonder if I get some of my weird wanderlust eccentricities from hearing stories of Grandpa and Great Grandpa jumping ships and trains.
Grandpa once tried to jump a train in Lansing, MI to get across town to a day job. Accidentally jumped the long haul. Need to get wired money for a bus pass get back from Florida.
Dad road his bike as a teenager from Lansing to the Mackinaw Bridge, back when it was shinny and new, just to see it.
Oh and Great Grandpa was all over the west on trains.
Thinking about privacy. On the surface, a lot of people think of it as an issue for protecting dissidents and nudie pics.
But, considered the fact that we've created a society that requires a paper trail in order to accomplish anything. We need a long paper trail of our educational expertise going back to early childhood. A paper trail identifying whether we can legally work. An extraordinary amount of detail into our lives for credit. Accurate identification is now a very big thing, and can only be done with a certain level of invasiveness into our private lives.
My great grandfather was a hobo, a lifestyle that was on the fringes of society in his day but also a lifestyle that able to support his family on the East coast through the depression. It would be impossible to be a hobo today. No paper record, no form of identification. No one would offer work to a random unlicensed itinerant claiming to be knowledgeable mechanic in this day an age.
@emsenn I've frequently argued that any creative project undertaken outside the structure of the existing entrenched capitalist powers is of itself an act of protest against one of the biggest current dangers threatening our future.
I know this isn't something we always agree on, but IMO making a place for other people to play is making the world a better place.
And your sharpening skills along the way.
Oh, I forgot my Christmas present from work. I can now do typed class properties, arrow functions and null coalescing assignments in my PHP files:
Typed class properties --
<?php
class User {
public int $id;
public string $name;
}
?>
Arrow functions --
<?php
$factor = 10;
$nums = array_map(fn($n) => $n * $factor, [1, 2, 3, 4]);
// $nums = array(10, 20, 30, 40);
?>
Null coalescing assignments --
<?php
$array['key'] ??= computeDefault();
// is roughly equivalent to
if (!isset($array['key'])) {
$array['key'] = computeDefault();
}
?>
@thegibson Reminder that “Cult of the Dead Cow” by Joseph Menn is January’s read for the #TechnicolorRainbow book club.
Attention new #PinebookPro owners: if you have not already, we heavily recommend flashing the updated keyboard/trackpad firmware.
Anyone given i3 a shot on the #PineBookPro yet? Any issues?
Did the tally for my media consumption this year:
37 films
10 seasons of shows ugh
1 video game (Breathe of the Wild is a monster)
5 novels
1 graphic novel
7 non-fiction books
About a book a month, one triple-A type single player game, and 30-40 movies is about my pace these days.
Starting to run out of films that I want to watch though.
2020 will be the year of security compromise.
I encourage everyone to turn off your password storage in your browser(s). I also encourage you to use a password vault of some sort. Lastpass, Bitwarden and Keepass all come to mind. I use Keepass. They all have strengths and weaknesses. The best one is the one you use.
Next step is to use your password vault to generate long and random passwords to replace your old ones.
Constructive criticism encouraged. Be safe this year. Don't get pawned.
Rural Remote Software Developer. Blogger of Random Things. Amateur Philosopher. Woolly Mountain Man.