Skip to content

Instantly share code, notes, and snippets.

Avatar
💭
ain't no sunshine when it rains

Brian bdmorin

💭
ain't no sunshine when it rains
View GitHub Profile
@bdmorin
bdmorin / 20230602-somemorenews-openai_summary.md
Last active June 2, 2023 16:46
Open AI Summary of SomeMoreNews Video
View 20230602-somemorenews-openai_summary.md

Video Title: Abortion, The Metaverse, And Other Things We Were Magically Right About – SOME MORE NEWS

Summary:

The hosts of SOME MORE NEWS discuss how they were right about many things they predicted in the past, including the downfall of right-wing grifters. They also discuss various topics they were "magically right about," including the inclusion of black mermaids in media and the resulting presidential hopeful's difficult run.

The video discusses the eventual overturning of Roe v. Wade and the importance of protecting reproductive rights. The GOP is going after pharmacies that might distribute the abortion pill in states where it is banned, leaving people with no options. Banning abortion has left women with no healthcare options, creating maternity care deserts and increasing mortality rates.

The Metaverse has failed due to a lack of creativity from those trying to make it happen. The media often creates false narratives, as seen in the aftermath of a recent killing. The video discusses the str

@bdmorin
bdmorin / Herschel Walker's Fright Night Campaign Speech
Created November 19, 2022 09:57
Herschel Walker's Fright Night Campaign Speech
View Herschel Walker's Fright Night Campaign Speech
> It was about vampires. I don’t know if you know but vampires are some cool people are they not? But let me tell you something that I found out: a werewolf can kill a vampire did you know that? I never knew that. So I don’t want to be a vampire anymore I wanna be a werewolf.
> But then anyway as I’m watching this movie and then you tell how stupid it is cause it’s one in the morning. So I’m watching my TV of these kids watching their TV of a vampire killed on their TV. So you know it’s kinda stupid, but I’m still watching though. As I’m watching this show what was funny was these kids had a vampire in their attic at their house. So they were watching their TV, now I’m watching my TV, they’re watching their TV, they see the vampire killed on their TV. So they win this contest to bring this actor — now y’all gotta stay with me — bring this actor who’s a vampire killer from that TV to get rid of this [unintelligible] vampire in their attic. So this actor comes into their home, he got all the right stuff. He go
@bdmorin
bdmorin / Notes.md
Last active July 26, 2022 16:35
1password Teams/Business has a HUGE default problem. This is what I'm doing to remediate it.
View Notes.md

todo

  • Setup some kind of automation so this can happen regularly.
  • Consider python or charm.sh to run everything
  • My async solution using parallel is ok, but async.io or something pythonic might be nice.
  • Go could handle this really well, so that's a consideration as well.
@bdmorin
bdmorin / crostini-bootstrap.sh
Last active July 12, 2022 17:30 — forked from dwallraff/bootstrap.sh
Crostini penguin bootstrap script -- curl -sL dwallraff.com/bootstrap | bash
View crostini-bootstrap.sh
#! /usr/bin/env bash
#-- Dave Wallraff
# -- bdmorin@gmail.com
### bootstrap crostini container
# curl -sL https://gist.githubusercontent.com/bdmorin/54e15b22a57eea69be8b880fa2569225/raw/6517ceb92a750597875c92ad35f227eb0a3747e1/crostini-bootstrap.sh | bash
# Do all this in ansible, duh
# wrap in a function for curl|bash
@bdmorin
bdmorin / sshfs vs rclone.v1.md
Created July 7, 2022 20:41
sshfs vs rclone
View sshfs vs rclone.v1.md

Mount SSHFS

> sshfs -o uid=1000,gid=1000 bdmorin@meltdown.local:/Volumes/horace/unsorted ./sshfs

Mount Rclone

> rclone config
Current remotes:
View Arch Linux ARM on Crostini.md

Arch Linux ARM on Crostini

Screenshot

I got Arch Linux ARM installed on a Lenovo Chromebook Duet! I mostly used the instructions from the Arch Wiki as reference.

0. Before we begin

View index.html
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- This file was created with the aha Ansi HTML Adapter. https://github.com/theZiz/aha -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xml+xhtml; charset=UTF-8" />
<title>stdin</title>
</head>
<body>
<pre>
@bdmorin
bdmorin / putio_blackhole_uploader.bash
Last active January 29, 2023 16:37
my blackhole solution for put.io & sonarr
View putio_blackhole_uploader.bash
#!/usr/bin/env bash
# authornote: i need to change all mentions of blackhole -> transferdir or something
# tested on macos, YMMV
# Gist: https://gist.github.com/bdmorin/d3c53e0f495f4947bf61fb55e1c85310
# Set ur putio oath token
OAUTH_TOKEN=$(cat ${HOME}/.putio_oauth)
@bdmorin
bdmorin / comcast injection.diff
Created November 29, 2018 18:05
Comcast forces PROXY connections for unencrypted traffic.
View comcast injection.diff
927,1514c927
< <script language="JavaScript" type="text/javascript">
< // Copyright (C) 2017 Comcast Cable Communications, LLC
< // Contact Us: http://customer.xfinity.com/contact-us/
< // Intended use of this message is to display critical and time sensitive notifications to customers.
< /*
< This program is free software; you can redistribute it and/or
< modify it under the terms of the GNU General Public License
< as published by the Free Software Foundation; either version 2
< of the License, or (at your option) any later version.