For long running scripts it is useful to show a indicator for the progress in the terminal. Alternatively you can...
Using ffmpeg, you can easily re-encode a video to reduce its file size. Command Do it like this:
...HTML elements can automatically start playing when the autoplay attribute is set on them. Except for when they can not...
It's 2024 and we have tools like ffmpeg, imagemagick and GPT readily available. With them, it's easy to...
Rachel Andrew has built a website about CSS Grid. Video tutorials More than 30 layout examples for feature demonstration
RubyMine has a collaboration feature called "Code With Me". Using it, you can invite someone into your local editor to...
While upgrading CarrierWave from version 0.11.x to 3.x, we encountered some very nasty fails. Below are the basic...
If you need a sample video with certain properties for a test you can create one using ffmpeg.
It might sometimes be useful to check whether your Rails application accesses the file system unnecessarily, for example if your...
A flaky test is a test that is often green, but sometimes red. It may only fail on some PCs...
Table of content for the linked article: 1. The `loading=lazy` attribute 2. Email, call, and SMS links
Browsers blocks abusable JavaScript API calls until the user has interacted with the document. Examples would be opening new tab...
This is an informational site about video and how it works. We started by talking about Playback, next we added...
A practical and detailed walk-through tutorial on using ffmpeg for live-streaming HLS, filled with real-world examples.
Scroll and touch event listeners tend to be computationally expensive as they are triggered very often. Every time the event...
CSP hat zum Ziel einen Browser-seitigen Mechanismus zu schaffen um einige Angriffe auf Webseiten zu verhindern, hauptsächlich XSS...
# Basic HTML example # Javascript API (notable methods and properties) video = document.querySelector('video') video.play() video.pause() video.load() // Reset to the beginning and...
We use CarrierWave in many of our projects to store and serve files of various formats - mostly images. A common...
Embedding videos on a website is very easy, add a tag to your source code and it just works...
This is a personal post-mortem analysis of a project that was mainly build to provide a REST API to...
SimpleScreenRecorder I recommend simplescreenrecorder, it produces an adequate output with only a few clicks. The audio recording contained some...
You can use the Youtube API to get data from youtube. Here are some resources and some things that are...
TL;DR Most web applications do not require action on this. SameSite=None (old browser default) will continue to work...
When you created a project on the Google API Console which is not being used, you may receive an e...