RSSAmplifier

Blog

gonnalearn.com

What are you going to learn today?

gonnalearn.comRSS feed ↗10 posts

Latest posts

How to disable auto-dubbing for your YouTube channel

Auto-dubbing might be one of the most hated YouTube features right now. If you have a YouTube channel and don t want your viewers to get mad at you [relevant YouTube video], you can ensure that it is not enabled by following the steps below. Note: This will prevent YouTube from automatically generating dubbed audio tracks Continue reading How to disable auto-dubbing for your YouTube channel

Fix for rom/miniz.h Compilation Error in M5Stack Arduino Sketch

The Issue:A sketch that previously compiled now fails with this error: Cause:This happened after updating the ESP32 board package (used for M5Stack devices) to version 3.2.0. It only seems to affect sketches that use the M5Core2 library (not M5Unified). Solution (as of now): Downgrade the M5Stack board package from v3.2.0 to v2.1.4 using the Boards Continue reading Fix for rom/miniz.h Compilation…

Do you need a customs declaration when sending a parcel to Monaco (from another EU member state)?

No.1 While Monaco is not an EU member state, it has been in a customs union with France since 1968. This means that shipments to Monaco are treated exactly like shipments to France. You can also find information about Monaco on the European Commission’s “Taxation and Customs Union” website, which clearly states that Monaco is Continue reading Do you need a customs declaration when sending a parcel…

How to switch to Microsoft 365 Family Classic (without Copilot)

If you re reading this, you have probably noticed that Microsoft Copilot is now included in Microsoft Office (or whatever Word, Excel, etc. are called now). This seems to have first started in October 2024 in a few countries and has now been rolled out globally in what ZDNET called a total disaster . This inclusion of Continue reading How to switch to Microsoft 365 Family Classic (without Copilot)

Workaround: DaVinci Control Panels App crashing

Under DaVinci Resolve 19.0, not only does the DaVinci Resolve Control Panels app crash immediately when I try to start it, but Resolve itself also refuses to start as long as the app is installed. In both cases, the Windows Event Viewer displays exception code 0xc0000409: Fortunately, uninstalling just the Control Panels app allowed me Continue reading Workaround: DaVinci Control Panels App…

Solution: Can’t find Bluetooth devices on Win 11?

If the Bluetooth device you want to connect to does not appear on Windows 11, try the following. Go to Bluetooth and other device settings: Click on View more devices or Devices: Scroll down to the Device settings section and set Bluetooth devices discovery to “Advanced”: If you now try to add a Bluetooth device Continue reading Solution: Can’t find Bluetooth devices on Win 11?

Zeef.com is shutting down?

Zeef.com is (was?) a curated directory where users could create organized lists of links. I used it to make pages about video management software and RS-232: If you visit zeef.com right now (February 29, 2024), you ll see a popup announcing that the site will be shut down: Although I wasn t notified by email, the shutdown Continue reading Zeef.com is shutting down?

How to temporarily turn SQL strict mode off in phpMyAdmin

Pre-pending the query with SET SESSION sql_mode = ; worked for me: Note that executing multiple queries separately did not work. Here I ran SET SESSION sql_mode = first and then SELECT @@SESSION.sql_mode, which showed that strict mode was still active: Example After the update of a MySQL server on a shared hosting account, strict mode was enabled with the NO_ZERO_DATE option and Continue reading…

How to Display Full Query Results in phpMyAdmin

In phpMyAdmin, the results of some queries can be truncated, as shown below: This isn t due to the size of the browser window or any error on your part; phpMyAdmin simply truncates the text. The solutions is very simple: Once you ve done this, phpMyAdmin will display the complete results of your query:

How to Capture Screenshots Without Shadows in Windows 11

The Problem: Large Shadows in Windows 11 Window shadows are much larger under Windows 11 than under Windows 10. This can be an issue if you need to take screenshots, but don t want to waste so much space on shadows. Simply cropping the screenshots is not a very aesthetically pleasing solution. Solution 1: Use Alt+PrintSc Continue reading How to Capture Screenshots Without Shadows in Windows 11