I thought that the two focus knobs would be horizontal and vertical focus, but they weren’t. Not sure how they work but there are only four options to try out (increase or decrease knob 1 or 2) so didn’t take long to do.
The 21” version was supposed to be solid but I have never seen anyone with one or seen it for sale. The price tag was probably too steep compared to the faulty 17” one. Sad to hear that the graphite model was just as bad though.
I went into the weeds of reverse engineering my Minka Aire ceiling fans with a USB RTL-SDR. In my case the manufacturer's remotes worked fine, but I wanted to integrate it in with Home Assistant. If you're interested, you can see what I did: https://www.riveducha.com/decode-wireless-signal-with-usb-tv...
I used a USB RTL-SDR ($15) and a Raspberry Pi to receive and transmit, but I think the Flipper Zero can do it all-in-one.
Sorry, my wording was unclear. The USB RTL-SDR was for receiving, and I did the capture and analysis on my desktop. The Raspberry Pi was for transmitting using the GPIO pins.
Even better, why not find people with a wireless mouse/kbd dongle plugged into their computer, then send radio signals mimicking their mouse/kbd to do the same thing? That way you don't even need to touch their computer or bypass the check on whether the USB device is preauthorized.
The reason you can't is because many newer wireless devices have encryption, but how many people know or care when they buy one?
I spent a not insignificant amount of time looking into this, but for the purpose of making a game AI, not for hacking other people's computers.
The total games market is expanding at a rate where you will have more quality indie games from new game makers than you could possibly play. If Supergiant gets bought and turned into a cash grab, there will be plenty of others out there to take their place.
Yes, but game developers are not fungible. There's still a PopCap shaped hole in indie games since their acquisition by EA.
I'm sure there will be other indie games, but Supergiant's combination of excellent music, art style, and unique, well polished gameplay is not something you see a lot of.
I like a lot of indie games, but I cut them slack for their budget. Indie devs will never accomplish what massive budget, ambition, experience and talent can make. The best I've seen from indie in my opinion is hollow knight. Objectively compared to LoZ:OoT, THPS, GTA IV, etc makes it clear they are in different leagues. Objectively compared to modern AAA like halo infinite's campaign, fallout 76, or cyberpunk, it looks like AAA is dead.
Maybe it was the HR departments that killed them. Maybe it was, in shifting from art to product, they unlearned the basics of how to make fun. Either way, nothing interesting will come from it for a long time.
This reminds of old factories that had belt-driven tools running off of a shared axle hanging overhead. The axle would be powered by a combustion motor. Turning on/off your tool meant engaging or disengaging it’s belt from the axle. I’ve only seen these in museums and don’t remember what they’re called.
It sounds like otrahuevada is describing the same thing, doesnt it? Choose a commercial license if you want support, or the open source license if you don’t. That is how I understood it.
What otrahuevada is describing is a situation in which the software developer determines under what terms a particular user may use the software, not a situation where the user makes this choice. Only the latter situation is (can be) dual licensing. The difference may seem subtle, but it's actually huge.
There was a discussion about this with someone else just yesterday. I'll find the link.
I used Blender to edit a bunch of my YouTube videos and can’t really recommend it. (Using Kdenlive now and it’s OK.)
Blender’s VSE is too unlike normal editing programs and the performance is bad as well. It makes your workflow more clunky for no gain unless you’re also mixing 3D scenes into your video.
There are ambitious proposals to overhaul the VSE so hope might be on the horizon.
I can only recommend Cinelerra. It's much faster and more intuitive than any other thing I've found, everything is keyframeable (...) and some forks found their way into common distros (my one: Fedora). The guy also did some video tuts in 2018 which are awesome!
I made a similar little GPT-3 toy (for Linux/bash) that also ended up generating a Rickroll URL.[0]
In vague cases, GPT-3 functions approximately as well as a markov chain - it will give you the most “probable” sequence of tokens. There’s some implementation details regarding how it deals with tokenization, but unless you really increase the randomness (“temperature”) you’re likely to get very popular YT video IDs.
In other cases, it will “hallucinate” things like URLs, UUIDs, hashes, and other things that are basically a random string of characters. In my experience it will make UUIDs that have the right number of characters but seem suspiciously non-random and don’t fit any of the defined UUID formats.