This commit is contained in:
JP Hastings-Spital 2024-10-29 20:43:42 +00:00
commit b36dabf459
6 changed files with 177 additions and 0 deletions

View file

@ -0,0 +1,16 @@
---
date: 2024-10-24T08:05:33.673+01:00
publishDate: 2024-10-24T08:05:33.673+01:00
likeOf: https://jmswrnr.com/blog/hacking-a-smart-home-device
references:
https://jmswrnrCom/blog/hackingASmartHomeDevice:
url: https://jmswrnr.com/blog/hacking-a-smart-home-device
type: entry
name: Hacking a Smart Home Device
summary: How I reverse engineered an ESP32-based smart home device to gain remote control access and integrate it with Home Assistant.
featured: https://cdn.sanity.io/images/kecg41hi/production/bb9a093a756fbe5c30168dfa91fa095223f29f65-1200x630.png?w=1200&h=630&fm=png
published: 2024-02-03T00:46:28.344Z
updated: 2024-08-16T15:39:54Z
author: https://jmswrnr.com/about
publication: James Warner
---

View file

@ -0,0 +1,98 @@
---
date: 2024-10-25T14:36:28.912+01:00
publishDate: 2024-10-25T14:36:28.912+01:00
likeOf: https://shkspr.mobi/blog/2020/10/introducing-slowww-ml-the-slow-web-server/
references:
https://shksprMobi/blog/2020/10/introducingSlowwwMlTheSlowWebServer/:
url: https://shkspr.mobi/blog/2020/10/introducing-slowww-ml-the-slow-web-server/
children:
- type: entry
updated: 2020-10-25
name: Introducing Slowww - the slow web server
url: https://shkspr.mobi/blog/2020/10/introducing-slowww-ml-the-slow-web-server/
author:
type: card
name: "@edent"
category:
- HTML5
- php
- web
- type: card
photo: https://secure.gravatar.com/avatar/fe6b720b316e400ebd4c9568c7ffd2c4?s=64&r=x
name: Saul Cozens
- type: card
photo: https://pbs.twimg.com/profile_images/528470852321697793/-7-J3bfZ.jpeg
name: Saul Cozens
url: https://twitter.com/saulcozens/status/1320341383253721088
- type: card
photo: https://pbs.twimg.com/profile_images/1237116807430975489/ncnF-53L.png
name: biglesp
url: https://twitter.com/biglesp/status/1320342164312907776
- type: card
photo: https://pbs.twimg.com/profile_images/1266685862915584005/UyURI2iR.jpg
name: Giuseppe Sollazzo
url: https://twitter.com/puntofisso/status/1320343121817993216
- type: card
photo: https://pbs.twimg.com/profile_images/681616589108703233/PUJr9hh0.jpg
name: Nick Drage
url: https://twitter.com/SonOfSunTzu/status/1320350572365680646
- type: card
photo: https://pbs.twimg.com/profile_images/681616589108703233/PUJr9hh0.jpg
name: Nick Drage
url: https://twitter.com/SonOfSunTzu/status/1320352841937145856
- type: card
photo: https://secure.gravatar.com/avatar/97fc30a8fb5d9cdf82306be7a6a1b460?s=64&r=x
name: Damon Hart-Davis
url: http://m.earth.org.uk
- type: card
photo: https://pbs.twimg.com/profile_images/179329422/twitter-profile-pic.jpg
name: Smudge
url: https://twitter.com/mgsmith57/status/1320374242916052995
- type: card
photo: https://pbs.twimg.com/profile_images/1586709924/sean-headshot-medium.jpeg
name: Sean Burlington
url: https://twitter.com/seanburlington/status/1320387847229214722
- type: card
photo: https://pbs.twimg.com/profile_images/1144289947521880065/6Dt7Y2jQ.png
name: ▀
url: https://twitter.com/TopLeftBrick/status/1320391901808349186
- type: card
photo: https://pbs.twimg.com/profile_images/1307076783028789256/4wgyfINm.jpg
name: matt, remote shirking
url: https://twitter.com/matthew_jewell/status/1320399008733548545
- type: card
photo: https://pbs.twimg.com/profile_images/1240435820282236936/BB_LjD2X.jpg
name: Richard Podd
url: https://twitter.com/richardpodd/status/1320498888361521152
- type: card
photo: https://secure.gravatar.com/avatar/7be4c0c0cd5cd9eef3a3a414bdfad3e8?s=64&r=x
name: Alcides Fonseca
url: http://alcidesfonseca.com
- type: card
photo: https://secure.gravatar.com/avatar/b7a57850e02cd7b11a026390aaa400bd?s=64&r=x
name: "@edent"
url: https://edent.tel/
- type: card
photo: https://secure.gravatar.com/avatar/2ac931ffdaa2f6da3a76bdb3108e1766?s=64&r=x
name: Michael Nestler
- type: card
photo: https://secure.gravatar.com/avatar/f7a02ded9c8f0545b692a3c30d2fea34?s=64&r=x
name: Twilight
url: https://twitter.com/yourcompanionAI
- type: card
photo: https://secure.gravatar.com/avatar/?s=64&r=x
name: Maybe the Internet Would Suck Less If It Was Really Slow
url: https://www.vice.com/en/article/dy8z5z/very-slow-website-speed-slowww-ml
- type: card
photo: https://secure.gravatar.com/avatar/?s=64&r=x
name: This Website Simulates The Pain Of Loading The Internet In The '90s
url: https://www.iflscience.com/technology/this-website-simulates-the-pain-of-loading-the-internet-in-the-90s/
- type: card
photo: https://secure.gravatar.com/avatar/?s=64&r=x
name: "Web-Experiment: Ein langsameres Internet hätte vielleicht nicht nur Nachteile"
url: https://t3n.de/news/langsames-internet-web-experiment-1331351/
- type: card
photo: https://secure.gravatar.com/avatar/2404849909e3dba22c4a67bb9e8871cb?s=64&r=x
name: Levent KIRCA
url: https://leventkirca.com.tr
---

View file

@ -0,0 +1,10 @@
---
date: 2024-10-28T16:56:38.080Z
publishDate: 2024-10-28T16:56:38.080Z
likeOf: https://amosdudley.com/weblog/Casting-Glass-from-3D-Printed-Molds
references:
https://amosdudleyCom/weblog/castingGlassFrom3dPrintedMolds:
url: https://amosdudley.com/weblog/amosdudley.github.io/weblog/Casting-Glass-from-3D-Printed-Molds
type: entry
name: Casting Glass from 3D Printed Molds | Amos Dudley
---

View file

@ -0,0 +1,10 @@
---
date: 2024-10-25T07:15:24.166+01:00
publishDate: 2024-10-25T07:15:24.166+01:00
tags:
- AltText
---
Would your service use/pay for an [AltText](/tags/alttext) service that searched for existing alt text for your image (assuming it was a reposted image, and it respected copy rights)?
I'm thinking perceptual hash to Alt Text key-value store; could make a big jump for metrics like https://altometer.atdev.pro/ but would need some funding to check "all images" for phash & alt text.

View file

@ -0,0 +1,30 @@
---
date: 2024-10-29T10:35:52.127Z
publishDate: 2024-10-29T10:35:52.127Z
tags:
- overmind
- rails
---
I just threw together a script for easily attaching a debugger to any of your [overmind](/tags/overmind) run processes. let me know if it's useful!
I'm using it for attaching to my [rails](/tags/rails) processes, as I don't like how `overmind connect web` echoes _everything_ the web process outputs.
```sh bin/debug
#!/usr/bin/env sh
if [[ "$1" == "--help" ]]; then
echo "Usage: $0 [web/worker/etc…]"
echo
echo "Attach an rdbg debugger to the named overmind process. (default: web)"
exit 0
fi
PROCESS=${1:-web}
PROCESS_PID=$(overmind ps | grep -E "^${PROCESS}" | tr -s ' ' | cut -d' ' -f2)
[[ -z $PROCESS_PID ]] && { echo "There is no running overmind process called '$PROCESS'" >&2; exit 1; }
DEBUGGER_PID=$(pgrep -P $PROCESS_PID)
[[ -z $DEBUGGER_PID ]] && { echo "The $PROCESS process doesn't seem to have any child processes" >&2; exit 1; }
bundle exec rdbg -An "rdbg-$DEBUGGER_PID"
```

View file

@ -0,0 +1,13 @@
---
date: 2024-10-29T16:24:18.353Z
publishDate: 2024-10-29T16:24:18.353Z
tags:
- Omnivore
- selfhosting
---
😭 Well shit. Looks like [Omnivore](/tags/omnivore) is being dropped as a service. (And soon) https://blog.omnivore.app/p/omnivore-is-joining-elevenlabs
They'll leave the source open & available, but it's not well set up for [selfhosting](/tags/selfhosting). I use the app _all the time_ and I've no idea what'll happen to that either.
I'm happy for them, they've built something great & been rewarded for it, but very sad for the loss of this wonderful reading tool.