Learn how to build a flag guessing game using pure JavaScript and CSS without any other frameworks or libraries. Continue reading Making a Browser Based Game With Vanilla JS and CSS on SitePoint.
Daily Archives: March 15, 2025
In magento 2.4.7-p4 on a website with a single store view, I have noticed a strange behaviour when filtering products in admin product grid. When I apply a simple “enabled” filter on status I get the following result: Store view: “All Store Views”: 9741 records found. Store view: “Default Store […]
When using XAMPP while connected to the internet, I encounter unreliable loading of .php files. While .html files work flawlessly. Sometimes pages load instantly without issues, while other times it takes anywhere from a few seconds to several minutes. Occasionally, pages load only the styles, layout, and images, but no […]
I’m currently recording gameplay footage through OBS in a near-lossless format, which preserves quality nicely, but generates gigabytes of video. For distribution, I want to re-encode my video files as H.265 with FFmpeg. My current FFmpeg settings look as follows: ffmpeg -i infile.mkv -c:v libx265 -crf 16 -preset slow -c:a […]
I heavily rely on a legacy text editor Vim. Below is what some test might look like: A major heading followed by a line, in turn followed by bullets. 2025-03-12 Wed 16:13 -------------------- Blah blah blah blah * Blah blah blah blah * Blah blah blah blah * Blah blah […]
Why does Windows Task manager shows 100% for the GPU utilization for one process but shows 1% for the overall GPU utilization? I use Windows 11 24H2 Pro, Python 3.12 and a MSI GS76 Stealth 11UH laptop.
Setting up an SFTP server in Windows (OpenSSH), tell me how to give each user access to their own independent folder? After configuring sshd_config: #Match User sftp_serv AllowTcpForwarding no ChrootDirectory D:SFTP ForceCommand internal-sftp #Match User bandurina AllowTcpForwarding no ChrootDirectory D:BANDURINA ForceCommand internal-sftp The rule only works for the ChrootDirectory D:SFTP […]