Compare commits

...

10 commits

Author SHA1 Message Date
Robert Prehn
77c224403f
log: Def Con 32 talk-- Inside the FBI’s Secret Encrypted Phone Company 2024-10-21 13:09:44 -05:00
Robert Prehn
60e1da4644
post: I Went to Walt Disney World 2024-10-19 08:57:53 -05:00
Robert Prehn
28ea6b22e5
link: Videos that line up really well with songs 2024-10-14 10:36:47 -05:00
Robert Prehn
65cf982989
Llink: How to speak plainly according to Pooh Bear 2024-10-14 09:46:46 -05:00
Robert Prehn
22c979e8db
log link 2024-09-03 13:34:20 -05:00
Robert Prehn
7b13f97e0e
Post: three laws of software design 2024-09-01 09:59:12 -05:00
Robert Prehn
9cbb85f80c
Log links 2024-08-31 12:45:47 -05:00
Robert Prehn
0097d79455
Log link 2024-08-19 10:17:29 -05:00
Robert Prehn
e17b926352
Log links 2024-07-31 08:00:10 -05:00
Robert Prehn
b8810dd196
Log Why the RCS Hate? 2024-07-23 08:51:09 -05:00
3 changed files with 96 additions and 0 deletions

View file

@ -1,3 +1,68 @@
- url: https://www.youtube.com/watch?v=uFyk5UOyNqI
name: "Joseph Cox: Def Con 32 - Inside the FBIs Secret Encrypted Phone Company Anom"
summary: |
Joseph gives a quick overview of Anom, the encrypted phone company beloved by high-end
criminals around the world. The wrinkle: Anom was secretly being run by the FBI.
I've added Dark Wire, Joseph's much more in-depth book on Anom to my pile for reading soon!
- url: https://bsky.app/profile/adamcsharp.bsky.social/post/3l5yyo2azng26
name: "A Bluesky Thread of Videos That Line Up Really Well with Songs"
summary: |
A variety of delightful videos that line up really well with songs.
- url: https://sketchplanations.com/how-to-speak-plainly-by-pooh-bear
name: "Sketchplanations: How to Speak Plainly According to Pooh Bear"
summary: |
I'm prone to "Owl-speak." As usual, it's a good idea to be more like Pooh Bear.
- url: https://ttl.blog/the-big-multitasking-lie/
name: "Paolo Belcastro: The Big Multitasking Lie"
summary: |
There is no such thing as multi-tasking. Even computers don't run more than
one task at a time (at least on a single CPU core / "brain"). What they do is
time-slice. But time slicing has a cost if you do it too often, especially
if you aren't a computer.
- url: https://www.destroyallsoftware.com/talks/wat
name: "Gary Bernhardt: Wat"
summary: |
A classic of programming lightning talks.
- url: https://www.brightball.com/articles/story-points-are-pointless-measure-queues
name: "Barry Jones: Story Points are Pointless, Measure Queues"
summary: |
Well worth the read if you make software on an "agile" team. First, Barry
explains why "story points" don't work. Then Barry outlines what to do
instead.
It's brilliant to apply queueing theory and Little's Law to estimate delivery
of software in a queue. As software engineers we know it works for job and
message queues. Why wouldn't it work for development queues?
- url: https://jordankaye.dev/posts/go-slow-move-fast/
name: "Jordan Kaye: Go Slow to Move Fast"
summary: |
A great take on the concept of "technical debt."
Two key takeaways:
1. "Slow is smooth, smooth is fast."
2. It's only technical debt if it's intentional. Otherwise, it's just bad code.
- url: https://heydingus.net/blog/2024/8/you-and-i-can-do-hard-things
name: "Jarrod Blundy: You (and I) Can Do Hard Things"
summary: |
It's good to be reminded sometimes.
- url: https://www.mitchellhanberg.com/the-comprehensive-guide-to-elixirs-for-comprehension/
name: "Mitchell Hanberg: The Comprehensive Guide to Elixirs for Comprehension"
summary: |
I saw this guide linked from the Elixir Slack and it is the best guide to comprehensions
and the `for` special form in Elixir that I've seen. I write Elixir code every day and I had
no idea about some of the options. See also: [the official documentation for comprehensions](https://hexdocs.pm/elixir/comprehensions.html).
- url: https://public.work/
name: "public.work"
summary: |
This is a great search engine for public domain images.
- url: https://gregmorris.co.uk/2024/07/22/why-the-rcs.html
name: "Greg Morris: Why The RCS Hate?"
summary: |
Apple's implementation of RCS is a perfunctory, letter-of-the-law effort. Their messaging
blames the EU instead of acknowledging their half-assed approach toward the technology. And
prominent Apple bloggers are providing cover for it, instead of using their influence to
hold the company to account.
- url: https://marco.org/2024/07/16/overcast-rewrite
name: "Marco Arment: Ten years of Overcast: A new foundation"
summary: |

View file

@ -0,0 +1,7 @@
---
title: 3 Laws of Software Design
---
1. The First Law: Software may not injure a human being or, through inaction, allow a human being to come to harm.
2. The Second Law: Software must obey the orders given it by human beings except where such orders would conflict with the First Law.
3. The Third Law: Software must protect its own existence as long as such protection does not conflict with the First or Second Law.

View file

@ -0,0 +1,24 @@
---
title: I Went to Walt Disney World. Here Are My Notes.
---
I am back from vacation, which means I finally have some time to relax. We went on a very overkill trip to Walt Disney World. WDW was delightful, and spending over a week with my family without being interrupted by work was double delightful.
That said, during the trip, I recorded some observations, and I would like to share them with you now:
1. If I ever am made to ride Small World again, it will become my _Heart of Darkness_. I will become like the Colonel Kurtz of these little haunted dolls-- their warlord and their god-king.
2. American middle-to-upper-class boys are a menace. No one bothers to teach them any consideration for other people. Perhaps no one even explains to them that other people are, in fact, people. So, they run everywhere at full tilt until they stop suddenly and fling their limbs about randomly, whacking whoever happens to be there at the time. It occurs to me that these boys grow up to be CEOs and judges. And then those CEOs and judges have little boys of their own to whom they teach these same non-lessons. I wonder if this means anything for society.
3. There are three archetypes of shirts that middle-age men wear to theme parks:
1. I think of myself as merely my family's wallet and I am disgruntled about that.
2. The condom broke :(
3. I want you to know that I have a barely suppressed urge to do mass violence, but we're going to treat it as a joke.
4. I've realized that Suburban Americans love Disney World because it is a model of a functioning society (i.e. exactly the opposite of their normal living conditions). It has walkable mixed-used development. It has public transit. It has well-maintained functioning infrastructure. It has high-quality diverse cuisine. Oh, and time for leisure.
5. On the other hand, I'm sure none of the proceeds from the $9 Coronas flow to the vast largely young and/or immigrant working class that makes the whole thing work. So in that way, it's _exactly_ like the rest of America.
6. Everywhere you look at WDW, you see the work of the busy hands of an army of theatre techies. The whole things works on par lights, scrim curtains, pipework, and rear projection. I was sitting in a Star Wars themed restaurant and noticed that someone had hand-painted a weathering effect of the screws holding the counter together. As a former theatre tech, I'm just glad some of us got jobs.
7. It's fun. It's kind of a lot of fun actually.