How to do...whatever

Edent,
@Edent@mastodon.social avatar

🆕 blog! “HDR on a Pioneer VSX-933”

I bloody hate hardware manufacturers. I wanted to use HDR on my PlayStation 5. The console supports it, my TV supports it, my amp supports it, my cables support it. Yet it wasn't working. I tried everything - updating firmware, replacing cables, and even reading the manual. Nothing. And then I stumbled on the answer […]

👀 Read more: https://shkspr.mobi/blog/2024/05/hdr-on-a-pioneer-vsx-933/

#av #hdmi #HomeCinema #HowTo

drs1969,
@drs1969@mstdn.social avatar

@Edent that's bizarre. Can I ask if you are using the receiver to do any image processing? I've a Yamaha and its set to just pass through whatever video signal it gets. And it does. Which why I was just wondering if that (a processing step) was why you had to do the enhanced thing.

Edent,
@Edent@mastodon.social avatar

@drs1969 No. It is set not to do anything.
But the PS5 source communicates with the Amp (sink) to see what it supports. Otherwise it might send something which can't be displayed.

3sat, German
@3sat@zdf.social avatar
WetHat,
@WetHat@fosstodon.org avatar

Advanced C# Tricks for Developers 🔥 | Medium

Ten methods to boost code efficiency and readability for experienced developers.

https://medium.com/@kmorpex/10-advanced-c-tricks-for-experienced-developers-26a48c6a8c9c

#HowTo #CSharp #Programming #DotNet

Edent,
@Edent@mastodon.social avatar

🆕 blog! “link rel="alternate" type="text/plain"”

Hot on the heels of yesterday's post, I've now made all of this blog available in text-only mode. Simply append .txt to the URl of any page and you'll get back the contents in plain UTF-8 text. No formatting, no images (although you can see the alt text), no nothing! Front page https://shkspr.mobi/blog/.txt This blog […]

👀 Read more: https://shkspr.mobi/blog/2024/05/link-relalternate-typetext-plain/

#HowTo #php #WordPress

CppCon,

We have released a new CppCon 2023 Video!

Lightning Talk: Writing a Better std::move – by @foonathan- CppCon 2023
https://youtu.be/hvnl6T2MnUk
#HowTo #Macros #Reflection #rvalues

mboelen,
@mboelen@mastodon.social avatar

One of the best HTTP clients is the open source tool curl. With ongoing development and continuously new updates, it is worth getting everything out of this powerful tool!

https://linux-audit.com/cheat-sheets/curl/

And as a bonus: @bagder is friendly developer, and also great to follow here on Mastodon! So give the article a go and follow Daniel 😉

This is the first version of the cheat sheet, with some practical examples. Feedback is very welcome, and boosts as well 🚀

#curl #cheatsheet #howto #linux

bagder,
@bagder@mastodon.social avatar

@mboelen that was a fine dinner indeed!

mboelen,
@mboelen@mastodon.social avatar

@bagder While refreshing blog content, I came across this one: https://linux-audit.com/web-changes-with-http2-performance-and-security/

I even blogged about the dinner, yet totally forgot that I did 😲

Edent,
@Edent@mastodon.social avatar

🆕 blog! “Server-Side Rendering of Embedded Markdown Code Snippets in WordPress”

Because I'm a grumpy old man, I don't use Gutenberg or Block themes on my WordPress. Instead, I write everything in Markdown. When I write code snippets in Markdown, they look like this: ```php $a = 1; echo $a; if ($a < 5) { // Do Something return thing( $a, true …

👀 Read more: https://shkspr.mobi/blog/2024/04/server-side-rendering-of-embedded-markdown-code-snippets/

#HowTo #php #programming #WordPress

Edent,
@Edent@mastodon.social avatar

@KrijnHoetmer ah! That gets me a bit closer. Thanks 🙂

CyReVolt,
@CyReVolt@mastodon.social avatar

@Edent one technique is using a certain padding and showing the fading gradient either way.

Taffer,
@Taffer@mastodon.gamedev.place avatar

New post - Touchpad vs Mouse - KDE on Wayland https://taffer.ca/posts/2024/touchpad-vs-mouse/

I figured out a way to automatically enable or disable my laptop touchpad when my mouse is disconnected or connected!
#Howto #Linux #OpenSUSE

otyugh, French
@otyugh@pouet.chapril.org avatar
christian,
@christian@suma-ev.social avatar

I was asked to “patch up” a group's Mastodon server that was still running an unpatched version 4.0.x.

When I was done, they asked me how I did it so quickly. Here is a :

– back up DB
– check out v4.1.15
– follow these upgrade notes: https://github.com/mastodon/mastodon/releases/tag/v4.1.0 (!)
– test

– back up DB
– check out v4.2.8 (latest)
– follow these upgrade notes: https://github.com/mastodon/mastodon/releases/tag/v4.2.0 (!)
– test

→ Follow upgrade notes for each version x.y.0, or you will miss migrations!

danslerush,
@danslerush@floss.social avatar

#HowTo convert DTS to AAC (and save space) thru #Linux with #FFMPEG

› Open you #MKV file with #MKVToolNix
› Select only the audio track you want and run multiplexing
› You have normally your MKA file now
› ffmpeg -i input.mka -acodec aac -vn output.m4a

I've gone from 4GB to 400MB 🤓 (could be useful)

You can now "remerge" this new audio track with the previous MKV

Taffer,
@Taffer@mastodon.gamedev.place avatar

New post - Hashtags Hugo https://taffer.ca/posts/2024/hashtags-hugo/

If this works, I figured out how to add a post’s tags to the RSS feed’s <description> block.

Taffer,
@Taffer@mastodon.gamedev.place avatar

Yay, it worked! #howto #Hugo

kikebenlloch, Portuguese
@kikebenlloch@mastodon.social avatar
kikebenlloch,
@kikebenlloch@mastodon.social avatar

e. g. "European alternatives to Dropbox"
https://european-alternatives.eu/alternative-to/dropbox

guardianproject,

We just created a #HOWTO for how to set up dev/test servers using our #TLS #EncryptedClientHello #ECH enabled forks of #OpenSSL #nginx and #curl running on #Debian. It should be very quick to get started using a new domain: https://guardianproject.info/2023/11/10/quick-set-up-guide-for-encrypted-client-hello-ech/

Edent,
@Edent@mastodon.social avatar

🆕 blog! “Publish Confirmation For WordPress Classic (2023)”

Here's a quick scrap of code that works. There are lots of outdated tutorials out there for old versions of WordPress. This one is tested to be working in WordPress 6.3.2. This will pop up a confirmation dialogue when you try to publish, update, or schedule a post or page. The Code Add this to […]

👀 Read more: https://shkspr.mobi/blog/2023/10/publish-confirmation-for-wordpress-classic-2023/

#HowTo #php #WordPress

Edent,
@Edent@mastodon.social avatar

🆕 blog! “Find the URl causing your WordPress Error”

PHP has some pretty good error handling and logging, but I do sometimes find it confusing. For example, look at this warning message: [18-Oct-2023 12:34:56 UTC] PHP Warning: Something bad happened in /wp-content/something.php on line 123 OK, so we can go to something.php and scroll to line 123 and try to figure out wha…

👀 Read more: https://shkspr.mobi/blog/2023/10/find-the-url-causing-your-wordpress-error/

#HowTo #php #WordPress

mike,

@Edent I love posts like these! It’s so obviously scratching such a specific itch that it makes me wonder what you were doing to find the problem in the first place?

True, beautiful, old school blogging.

Edent,
@Edent@mastodon.social avatar

@mike haha! Thanks.
I had a weird error message popping up due to a weird interaction being my code and a plugin.

coffeegeek,
@coffeegeek@flipboard.social avatar

Of COURSE we have opinions on the #latte, the drink that built Starbucks (it wasn't espresso; it was the latte! In fact, Starbucks choice of machines during their massive expansion in the 1990s, the La Marzocco Linea 4 group, was based on its massively humongous 15l steaming boiler... for milk production).

We also have a detailed #howto on making a proper latte. Not much #latteart focus. We focus on the Latte itself and a delightful ratio. I hope you enjoy!

https://www.coffeegeek.com/guides/latte/

coffeegeek,
@coffeegeek@flipboard.social avatar

We don't just have #reviews and #howto articles on CoffeeGeek. We do occasional news, opinion articles, and we also feature creative writing about coffee culture. And we're always looking for guest writers who can contribute this kind of content.

One thing I want to try and publish more are travelogue type articles and casual historical looks at #coffee.

A recent article that fits this bill is Ethan McGonigal's look at #siphoncoffee and its history in #Japan.

https://www.coffeegeek.com/culture/siphon-coffee-in-japan/

Edent,
@Edent@mastodon.social avatar

🆕 blog! “Rewriting WordPress's JetPack Related Posts Shortcode”

I like the JetPack related post functionality. But I wanted to customise it far beyond what the default code allows for. So here's how I went from this: To this: Documentation The complete documentation for related posts is pretty easy to follow. This is an adaptation of "Use Jetpack_Rel…

👀 Read more: https://shkspr.mobi/blog/2023/10/rewriting-wordpresss-jetpack-related-posts-shortcode/

#HowTo #jetpack #php #wordpress

ernie,
@ernie@writing.exchange avatar

@Edent I enjoy that you used “the algorithm” here. Heh.

One of these days I may just find my way back to WordPress. Craft CMS is good, but I’m finding the plugin ecosystem to be a real limitation over time.

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