andyc, to emacs
@andyc@mastodon.org.uk avatar

My never ending research into orgroam is still ongoing.

But the need, not just for everywhere, but everywhere posed the obvious question - why use Markdown for your Hugo blog?

Turns out supports native orgmode posts which can coexist with the existing Markdown content.

A test post confirmed this but only after I had to upgrade the Papermod theme and tweak the Netlify configuration for the latest Hugo version.

Edent, to wordpress
@Edent@mastodon.social avatar

🆕 blog! “A personal WordPress MonoRepo for my themes and plugins”

I use a self-built WordPress theme for this blog. I also use a variety of self-developed WordPress plugins for various enhancements. I used to publish these plugins, but I get terribly confused by the SVN shenanigans involved, and they weren't used by many people, so I stopped. Recently, I'v…

👀 Read more: https://shkspr.mobi/blog/2024/03/a-personal-wordpress-monorepo-for-my-themes-and-plugins/

#WordPress #yakshaving

blog, to HowTo
@blog@shkspr.mobi avatar

A personal WordPress MonoRepo for my themes and plugins
https://shkspr.mobi/blog/2024/03/a-personal-wordpress-monorepo-for-my-themes-and-plugins/

I use a self-built WordPress theme for this blog. I also use a variety of self-developed WordPress plugins for various enhancements. I used to publish these plugins, but I get terribly confused by the SVN shenanigans involved, and they weren't used by many people, so I stopped.

Recently, I've been moving all my plugin code into my theme. This is sort-of-but-not-quite a MonoRepo.

I've also tried to move away, as far as possible, from using other people's plugins. Most of the ones I had were single-shot plugins which did one thing and needed the minimum amount of configuration. So I learned from their code and re-implemented it into my theme.

This isn't quite digital-homesteading. I'm not rolling my own crypto, or building my own CMS. I'm just taking back a little control, learning how things work, and enjoying the busy-work of Digital Gardening.

I don't know if this is a good idea. It means I don't get security updates if my knock-off code is vulnerable. I don't get new features. But I also don't have to trust that a 3rd-party developer isn't going to screw up (I can screw up on my own, thank-you-very-much!). I've had a few bad experiences with plugins which suddenly stopped working, or had abusive behaviour.

HowTo

I put new functionality into a file with a descriptive name, for example related-posts.php and I save it in my-theme/includes/.

In my WordPress's theme, I add this to functions.php:

//  Load all the files$includes_path = get_template_directory() . "/includes/";foreach ( new DirectoryIterator( $includes_path ) as $fileInfo ) {    if( $fileInfo->isDot() ) continue;  //  Ignore . and ..    if( $fileInfo->getExtension() != "php" ) continue; // Only load PHP    require_once( get_template_directory() . "/includes/" . $fileInfo->getFilename() );}

That loads all the .php files from /includes/.

I have no idea how performant this is. I have some fairly aggressive caching plugins which should minimise any slowness - and they're not part of my MonoRepo.

https://shkspr.mobi/blog/2024/03/a-personal-wordpress-monorepo-for-my-themes-and-plugins/

#WordPress #yakShaving

grimmy, to opensource
@grimmy@mastodon.social avatar

Greetings Programs!! Tonight we're continuing the grind towards @pidgin 3.0 Alpha 1! Come on by!! https://twitch.tv/rw_grim https://youtube.com/ #C

andrew, to random
@andrew@fediscience.org avatar

phew super geeky weekend project success—installed a pfsense-based router in my home network for more granular control over devices, with network-wide ad blocking with AdGuard Home #yakshaving

hightailentertainment, to movies
@hightailentertainment@mastodon.social avatar

Bike Shedding and Yak Shaving: The dynamic duo that might just trip you up on your filmmaking journey. In this post, we talk about what they are, and how indie filmmakers can steer clear of distractions to stay focused on their cinematic dreams.

👉 https://www.hightailentertainment.com/blog/bike-shedding-and-yak-shaving-how-filmmakers-can-avoid-these-two-oddly-named-but-dangerous-pitfalls

#Movies #Films #Filmmaker #Filmmakers #FilmDirector #Director #FilmProducer #Producer #YakShaving #BikeShedding #ProjectManagement #ProjectManager #Operations #Productivity

micheleann, to Excel
@micheleann@eldritch.cafe avatar

It's batshit that #Excel doesn't quote CSV exports by default (yes, I know the standard says "may" and not "must" and, yes, you can make custom export templates but what a pain in the ass).

(This is all you need to know about how my day is going)

#work

micheleann,
@micheleann@eldritch.cafe avatar

And don't get me started on Open Office on a Mac, and the inability to open large files...

#openoffice #yakshaving

attie, to random
@attie@chaos.social avatar

I'm getting more and more frustrated with the Stack Exchange policy of bringing old questions to the top.

A question that is 4 years old, with no resolution and no follow up doesn't need to surface in front of me like a big overly-fluffy yak - if it intrigues me or I feel I can help, I will try to shave it.

I'll often only spot it's old once it's too late. I need fewer distractions! 🙈

Perhaps I should slip further down the "participating less" slope, but that feels bad too.

#YakShaving

joeyh, to random
@joeyh@hachyderm.io avatar

accidentally tore down the old outhouse yesterday while looking for some lumber to build the wood shed with #refactoring

now I have what looks like a tornado disaster site to clean up #yakshaving

see programming terminology is not that hard

ollibaba, to Matrix
@ollibaba@chaos.social avatar

Oh boy, I didn't expect #Matrix to be such a pain! So now I can successfully write messages to that one group channel from one PC, but when written from another PC they cannot be decrypted by others. I could start debugging this; but that's yet another layer of yak shaving :-(

Seriously, can we maybe go back to IRC? Trying to find out who can read which Matrix message in a channel that's about a wholly different topic is not even funny any more.

#failureToCommunicate #yakShaving

publicvoit, to NixOS
@publicvoit@graz.social avatar

TIL: #NixOS isn't compatible with my usual #Python #venv process: https://www.reddit.com/r/NixOS/comments/16bpe89/how_to_deal_with_python_venv_and_their_hardcoded/ 😩

All sorts of workarounds that either sound very dirty or require much more complexity such as docker images for simple Python scripts.

I guess I'll stick with a hard-coded Python version for now so that the path won't change. Let's learn how to accomplish that ... 🙄

#Yakshaving

strypey, to random

Like yak-shaving and dogfooding among software developers circles, cat-herding is a colourful idiom common in community development circles.

Consider that we're all fiercely independent beings. Like cats! So in the absence of a formal decision-making structure that everyone has agreed to follow, trying to get people to all pull in the same direction, to achieve shared goals, can be like herding cats.

No offence is meant to any human beings (or cats!)

#CatHerding #YakShaving #DogFooding

micheleann, to random
@micheleann@eldritch.cafe avatar

Today in #yakshaving
The tasks: quick merging of two massive excel spreadsheets based on some basic criteria

The yaks:

  1. Cannot open files to convert to text because they are so big
  2. No problem! I have a #python script that can do convert xsl to csv using pandas
  3. Last Mac OS upgrade removed python2 (which all my trusty old scripts are written in)
  4. No problem! I should update these anyway...
  5. ModuleNotFoundError: No module named 'pandas'
  6. No problem! I just need to install modules for the version of python I am using
  7. /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5: bad interpreter: Bad CPU type in executable
  8. No problem! Just need to google all about Mac OS changes to zsh, remember how to do more specific pip installs, maybe updated some profile files...
  9. What the hell was I actually working on??
Cheatha, to blender German
@Cheatha@chaos.social avatar

Ok, wie weit kann man #Yakshaving auf die Spitze treiben?
Internet: »Hold my #Blender-Cam!«

https://www.youtube.com/watch?v=YE9rEQAGpLw #WTF

dekkzz76, (edited ) to random
@dekkzz76@emacs.ch avatar

Latest re-theming of #JWM & #emacs inspired by the Nord theme

#Linuxdesktop #YakShaving

dekkzz76,
@dekkzz76@emacs.ch avatar

@e33io

not bad for a quick sunday's #yakshaving

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • osvaldo12
  • ngwrru68w68
  • GTA5RPClips
  • provamag3
  • InstantRegret
  • everett
  • Durango
  • cisconetworking
  • khanakhh
  • ethstaker
  • tester
  • anitta
  • Leos
  • normalnudes
  • modclub
  • megavids
  • lostlight
  • All magazines