I’ve bought my fourth pair of headphones today. Not because my old ones broke, but because I was fed up switching back and forth between my FireTV and my smartphone. And much like the missing absolute volume limit missing in any parental control panel, it’s not a technical issue. It’s simply that nobody is including … Continue reading Rant: Where are my Bluetooth headphones with input switch
Cross-posted on the RPCS3 forums. Since RPCS3 got its Move integration I’ve tried getting one game to run perfectly and I thought it would be nice to have all necesarry steps documented necessary to play a Move game with motion controlls on PC. Note that most Move games are not yet playable on RPCS3 as … Continue reading Playing House of the Dead 3 on RPCS3 with Switch Controller Gyro
Cross posted from the RPCS3 forums. I’ve written a small utility that may prove useful to other users: It parses the games.yml along with the params.sfo files on your virtual HDD and creates an EXE with the correct name and icon. rpcs3-stub-generator on GitHub(The above link will take you straight to the release page where … Continue reading Utility to create direct-launch EXE files for RPCS3 PS3…
After the last post I realized that few people know how easy it is to turn the PC you already have into a streaming cloud similar to GeforceNow that you can access from anywhere. So here’s the quick rundown what you need and why: An Nvidia graphics card with GeforceExperience Here’s the quick rundown on … Continue reading Building your own GameStreaming cloud
Honestly every time I head about GeforceNow, Stadia and all the other streaming services I just smile and start Moonlight on my FireTV, my smartphone or any other Android or Windows device I have sitting around. Moonlight has made it so comfortable using your own PC as gaming cloud that it’s almost ridicoulous. Add Wake-On-Lan, … Continue reading Gaming Life hacks: Switch to second screen for…
With a kid in the house during the holidays fighting the volume of various devices has become one of my main struggles. This has actually lead to all kinds of strange tools, but one of the most effective is also one of the simplest. A tiny little C# program which polls the volume of our … Continue reading Simple tools are sometimes the most useful
I have to say I’m pretty impressed with Passbolt (a PHP password manager), mainly because it’s so braindead simple. Rather than implement some complex protection scheme on the server, it just transfers the responsibility to the client. The client is the only one who knows the Private Key and if somebody is in a group, … Continue reading I love Passbolt
I thought it would be nice to have yet another person trying to explain how object-oriented programming works in JS, why it looks so different and what the pitfalls and benefits are. Let’s start of with the basics. A class in any other programming language usually looks something like this class Foo{ constructor Foo(){}, private … Continue reading Javascript OOP
Seeing as how Mozilla is slowly phasing out anything that’s not part of Firefox (sorry Mozilla, I think that’s the wrong call… we don’t need YACC… yet another Chrome clone), including XUL, XULRunner, JSShell and so on I’m slowly trying to replace these technologies on our servers. JSShell in particular has been invaluable in automating … Continue reading Node-SQLite-NoDep : SQLite for node.js…
Just had a common issue this morning that would usually require installing an application, but is very easy to solve using the batch file (GIST) from Thursday’s post: Changing the resolution from a batch file. Specifically, I wanted to lower my display’s resolution whenever I connect via VNC. The first part is simple: Attach a … Continue reading Commandline: Changing resolution