Skip to content

Instantly share code, notes, and snippets.

View skeptomai's full-sized avatar
🐒
Monkeying around

Christopher Brown skeptomai

🐒
Monkeying around
View GitHub Profile
@skeptomai
skeptomai / go_pro_hero_8.md
Created February 11, 2024 18:42
Go Pro Hero 8 Timelapse and other info

Intro

Go Pro is charging correctly and should run / charge with the travel adapter you were using.

  1. Push button on side to turn it on. I have noticed that sometimes if you hold the power button too long, it will turn the red light on, but refuse to actually turn the camera on. It's finicky. Pull the battery, put it back in, then push the power button quickly. Should be ok.
  2. Touch the screen. You'll see the standard video settings screen. Swipe left, you'll get the Time Lapse / Time Warp settings.
  3. The current settings should roughly work: 1080p / 0.5s per shot / Wide Angle. If you want to change that, tap the "Time Lapse" capsule on the screen, and you can edit the settings. Don't believe the 1H:08 number in the corner. I don't know how it comes up with that.
  4. When you are satisfied with the settings, tap the screen to get rid of the text, so you can see the whole screen. Line it up, and ..
  5. Hit the red button on top. Should record until you hit the red button again, or until the sd card fill
@skeptomai
skeptomai / london_coffee_shops.md
Last active February 8, 2024 14:16
London Coffee Shops

London Coffee Shops

Shoreditch

This list for Shoreditch isn't bad but I wouldn't consider "Look Mum, No Hands" to be Shoreditch; it's more like Clerkenwell / Farringdon. Nonetheless, it's a great spot, and weirdly bike-oriented. Feels like Seattle. Grind! is also pretty cool. I'm not sure any of the Dept of Coffee and Social Affairs spots survived COVID. I know the one on Liverpool St is now Attendant and it's good. Their Clerkenwell location is also in a really cool spot on Leather Lane.

Seven Dials / Charing Cross Road

Probably my favorite area for coffee, anchored by Monmouth Coffee Company. Excellent quality coffee, really top notch. Buy a bag of beans vacuum packed to take home. Seating inside and out in one of the most interesting tourist-watching areas.

@skeptomai
skeptomai / speedtest.log
Created December 30, 2022 14:48
speedtest netperf on wrt1900ac
BusyBox v1.30.1 () built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt 19.07.3, r11063-85e04e9f46
-----------------------------------------------------
@skeptomai
skeptomai / portland-stores.md
Last active December 28, 2022 15:18
Stores in Portland
@skeptomai
skeptomai / tokio-backtrace.txt
Created December 13, 2022 14:31
tokio backtrace
(lldb) bt
* thread #3, name = 'tokio-runtime-worker', stop reason = EXC_BREAKPOINT (code=1, subcode=0x1b3070674)
* frame #0: 0x00000001b3070674 libunwind.dylib`libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_arm64>::step() + 636
frame #1: 0x00000001b30730f0 libunwind.dylib`_Unwind_Backtrace + 348
frame #2: 0x00000001000ae1e0 rumqttasyncqos0`backtrace::backtrace::trace_unsynchronized::h83d641ef302f5a7c [inlined] backtrace::backtrace::libunwind::trace::ha8be58de7d384c30(cb=&mut dyn core::ops::function::FnMut<(&backtrace::backtrace::Frame), Output=bool> @ 0x000000017020ea70) at libunwind.rs:93:5
frame #3: 0x00000001000ae1dc rumqttasyncqos0`backtrace::backtrace::trace_unsynchronized::h83d641ef302f5a7c(cb=<unavailable>) at mod.rs:66:5
frame #4: 0x00000001000ae4f8 rumqttasyncqos0`_$LT$pprof..backtrace..backtrace_rs..Trace$u20$as$u20$pprof..backtrace..Trace$GT$::trace::h464d5494e9c737ec((null)=0x0000000170210d08, cb=<unavailable>) at backtrace_rs.rs:23:18
frame #5: 0x
@skeptomai
skeptomai / end.gcode
Last active September 25, 2022 14:48
Cura Gcode
G91 ;Relative positioning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G90 ;Absolute positioning
G1 X0 Y{machine_depth} ;Present print
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
@skeptomai
skeptomai / # gnutls - 2022-04-05_12-44-25.txt
Created April 5, 2022 19:54
gnutls on macOS 12.3 - Homebrew build logs
Homebrew build logs for gnutls on macOS 12.3
Build date: 2022-04-05 12:44:25
@skeptomai
skeptomai / gist:b4c91e7f4d0f4fc453d2c5765955ec82
Created May 28, 2020 11:14
Extra crap to install to make NVIDIA sdkmanager work on Ubuntu 18.04
sudo apt-get install libgconf2-4 libcanberra-gtk-module gconf-service gconf-service-backend libcanberra-gtk0 gconf2-common libgconf-2-4
@skeptomai
skeptomai / Toggle Video.scpt
Created March 23, 2020 07:40
Toggle Video in Amazon Chime Meeting
set old to (path to frontmost application as text)
tell application "Amazon Chime"
activate
end tell
tell application "System Events" to tell process "Amazon Chime"
try
click button 2 of group 2 of toolbar 1 of (first window whose title contains "Meeting")
end try
end tell
delay 1