Skip to content
Menu
Poppy Ramblings Poppy Ramblings
  • About
Poppy Ramblings Poppy Ramblings

Author: herbcso

Shoutout for a nifty blog

Posted on 2024-09-23 by herbcso

Not super active, but I found some of the articles pretty useful (recently the fixing of incorrect addedAt timestamps in Plex helped me out), so I wanted to leave a link to it here: FWIW in my case I’m running Plex in a Docker container, so I connected to it with docker exec -it plex…

+

Quick screenshots in Python

Posted on 2024-01-022024-01-02 by herbcso

This will be very anecdotal and specific to my setup, but here are some recent findings I had on my M2 Pro Mac Mini running MacOS Sonoma 14.1.2 and how long it takes to grab a screenshot with Python via various methods. Screenshot method Library Time taken in ms pyautogui.screenshot() pyautogui ~1300-1500 ImageGrab.grab() pillow ~1300-1500…

+

Getting IP address on very limited Docker containers

Posted on 2023-08-062025-01-13 by herbcso

Often Docker containers will have an extremely bare-bones Linux environment. In these scenarios, the ip and ifconfig commands are often not available. However I’d still like to be able to check what the Docker container’s IP address got assigned as. What do? Well, one thing you can try is running hostname which should still be…

+

CIFS mount input/output error -5 with reading SOME directories

Posted on 2022-09-212025-01-13 by herbcso

This is mostly one of those “note to self” type posts so I can remember what I ran into. Maybe it’ll help somebody else as well, in which case: yay! ;] TL;DR: check if you have case-sensitivity enabled on the directories that are giving you problems using fsutil file queryCaseSensitiveInfo <directory>. If it is enabled,…

+

Avoid collisions in ~/bin

Posted on 2022-06-24 by herbcso

I have not actually run into this issue myself yet, but the idea of prefixing all your own ~/bin commands with a comma (as presented in this article) seems a decent one. So I’m posting this here as a reminder to self, in case I do need to use this idea later.

+

The State of the Python packaging process in 2022

Posted on 2022-03-192023-01-09 by herbcso

OK, so let me preface this by saying that I’m a total newb at Python coming into this, so that is the perspective I’m writing this from. Looking at packaging tools and managing dependencies for your project is a bit daunting in early 2022. There is a LOT of history with lots of different approaches…

+

Upgrading Homeassistant in Proxmox/Portainer

Posted on 2022-01-19 by herbcso

So I’m running Proxmox on a little AMD Ryzen-based NUC now, and it’s awesome! I can run an amazing array of services on this teeny little box, and it handles it all like a champ. One of the things I’m running is Portainer to manager a bunch of Docker containers. And this is where our…

+

Everything you (n?)ever wanted to know about Unicode

Posted on 2019-05-222020-02-06 by herbcso

Mostly posting this link as a reminder to myself about how difficult Unicode can get. https://begriffs.com/posts/2019-05-23-unicode-icu.html

+

Still alive…

Posted on 2019-03-102020-04-12 by herbcso

I haven’t posted much here, but the site is still alive, just FYI. Nothing to see here, move along, move along… ;]

+

Heartbleed and why I’m happy I use LastPass

Posted on 2014-04-142020-04-12 by herbcso

I think this LastPass blog post says it all. Safe and sound on LastPass and it tests every one of my passwords for me. Shweet! ;]

+
  • 1
  • 2
  • 3
  • 4
  • Next

Recent Posts

  • Shoutout for a nifty blog
  • Quick screenshots in Python
  • Getting IP address on very limited Docker containers
  • CIFS mount input/output error -5 with reading SOME directories
  • Avoid collisions in ~/bin

Recent Comments

  • herbcso on Debugging bash functions
  • herbcso on Everything you (n?)ever wanted to know about Unicode
  • herbcso on SpongeBob SquarePants in Buckaroo Banzai!?
  • mcshankins on SpongeBob SquarePants in Buckaroo Banzai!?
  • herbcso on PHP ZendDebugger and WAMP

Tags

ag AJAX bash blog cifs command-line cool debugging disk diun download firefox fix frameworks gdb homeassistant javascript packaging php plex portainer proxmox python ruby running samba search shoes silliness space SquarePants tcx therubyracer tips tricks tv unicode unix useful v8 WAMP weird windows xdebug zend

Archives

  • September 2024
  • January 2024
  • August 2023
  • September 2022
  • June 2022
  • March 2022
  • January 2022
  • May 2019
  • March 2019
  • April 2014
  • February 2014
  • October 2013
  • June 2013
  • April 2013
  • December 2012
  • November 2012
  • June 2012
  • April 2012
  • September 2011
  • October 2010
  • September 2010
  • August 2010
  • June 2010
  • May 2010
  • April 2010
  • October 2009
  • August 2008
  • June 2008
  • April 2008

Categories

  • android
  • browsers
  • coding
  • homelab
  • random nifty stuff
  • silly
  • site updates
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
©2025 Poppy Ramblings | Powered by Superb Themes