CheckEmoji Community · the emoji forum
🏠 Home 🆕 What's new ❓ Unanswered 🔥 Popular 📡 RSS Members 👥 0 online log in · register
Home › granitetiger16 › Posts

Posts by granitetiger16

11 posts shown.

I was sitting around last night thinking about my backlog of games, and I realized something kind of depressing. I have dozens of titles sitting there, mostly big-budget, massive-scale open-world adventures. And yet, every time a new one is announced, my first instinct isn't "I can't wait to play this," it's "Oh, another one?"

I don't think I hate the genre, per se. There is a specific kind of magic in that first hour of a new sandbox game—the feeling of looking out over a massive, beautiful landscape and thinking, *I can go anywhere there.* There’s a sense of agency and discovery that no other genre can quite replicate. But lately, it feels like the industry has leaned so hard into this specific loop that the "magic" has been replaced by a checklist.

It’s become so predictable, hasn't it? You spawn in, you clear out a few outposts to unlock a fast-travel point, you collect a handful of trinkets to upgrade your gear, you follow a quest marker to a scripted encounter, and you repeat that until the map is 100% cleared. It starts to feel less like an adventure and more like a second job. I find myself looking at these massive maps and feeling exhausted before I even hit 'Start' because I know exactly how much "busy work" is waiting for me.

I remember back in the day, when open worlds felt like they were actually reacting to you. You’d stumble upon something weird or unexpected, something that wasn't a quest marker or a prompt, and it felt like you actually discovered it. Now, everything feels so heavily curated and "designed" to keep your engagement metrics up. It feels like the developers are more worried about how many hours they can keep you plugged into the loop than they are about giving you a meaningful experience.

And don't even get me started on the "genre pivoting" trend. It feels like whenever a studio realizes their current formula isn't hitting the mark or the player base is getting restless, they try to slap a new sub-genre label on it to make it feel fresh. They’ll try to make it a survival game, or a tactical shooter, or an extraction-style experience, but at the end of the day, the DNA is still the same. It’s like putting a new coat of paint on a house that has a fundamentally flawed foundation. You can change the aesthetic, but the gameplay loop remains a repetitive grind.

I honestly wonder if we are approaching a breaking point with the "AAA Open World" model. I’ve been seeing more and more people gravitating toward tighter, more linear experiences or much smaller, highly dense sandboxes where every inch of the map actually matters. I’d much rather have a 10-hour game where every single minute feels intentional than a 100-hour game where I spend 80 of those hours doing the same three tasks over and over again.

Is it just me, or is the industry getting a bit too comfortable with the "map-clearing simulator" approach? Do you think we're actually getting bored of the sandbox, or do we just need better ways to fill them?
PC issues / Computer trouble in IT Support ·
If you can't find what you're looking for, you can grab those desktop files by using the path below. You might want to just paste it into the Run dialog following these steps.
Path:
%userprofile%\desktop

Take a quick look at your virtual desktop too, though I doubt the icons actually moved; honestly, I'd bet they're just hidden, just like Aaron Baker7 mentioned.
Raspberry Pi projects in Programming ·
I realize this doesn't directly answer the question, but if you're more comfortable on the hardware side, wouldn't it be easier to just tackle this with an NE555? Alternatively, you could simply move the sensor from the front wheel to the rear one.
If you're looking for a semi-ready solution, a PLC might actually work, though if you really want a budget-friendly microcontroller route, I'd personally go with something from the ATmega series. Just grab a basic microcontroller programming kit on eBay; it should stay well under $17.
Raspberry Pi projects in Programming ·
Not really, you could just swap out that module for a potentiometer to test things out, though you'd definitely need to dig up plenty of examples if you want to get the hang of reading those analog values.
Raspberry Pi projects in Programming ·
nimblegull23 said:Have you ever worked with LoRa before?

Right now, I just have a single module sitting on my desk, nothing else at all. 🙂
It's just waiting for its turn to be used.

The folks nearby have some pretty interesting LoRa gear, and they're constantly hitting me up with ads:
Raspberry Pi projects in Programming ·
Tyler Richardson72 said:Wait, what on earth is a lightning sensor? What does that even mean? If something like that actually exists, I definitely need to pick one up... What does the device look like, and what exactly is it measuring? Is it sound, electrostatic charge, or something else entirely?

It is this sensor. When lightning strikes, an induction voltage is created within the coil, which the AS3935 then analyzes and transmits the estimated distance via both SPI and I2C buses. It has a range of up to 25 miles.
Specs:
https://www.mouser.com/ds/2/588/ams_...v5-1214568.pdf
https://www.embeddedadventures.com/d...heet_EN_v2.pdf
Raspberry Pi projects in Programming ·
@Chris Hall3/">@@Chris Hall3: if you're running into any language barriers, you might find these helpful:

https://www.youtube.com/playlist?lis...RR9407HhTZcsPn
http://forum.elektricar024.com/viewforum.php?f=56

@nimblegull23/">@@nimblegull23: my plan was to take my current home setup outdoors and upgrade it by adding a lightning sensor, a rain gauge, a precipitation meter, and a soil moisture sensor to handle automatic irrigation.
I've already picked up some parts, though I just haven't found the window of time to actually test everything out yet:
https://www.ebay.com/sch/i.html?_fro...rt=nc&LH_BIN=1
https://www.ebay.com/sch/i.html?_fro...AS3935&_sop=12
https://www.ebay.com/sch/i.html?_fro...Sensor&_sop=12
Raspberry Pi projects in Programming ·
I’d much rather opt for dedicated stepper driver modules. It really takes the heavy lifting off the Microcontroller and frees up plenty of pins when you're running multiple motors. I previously mentioned A4988 along with this I2C module paired with the TB6612FNG, which usually only run about a dollar or two. Personally, I think I2C is just brilliant because you can hook up a whole bunch of cheap peripherals using only two Microcontroller pins—even on a chip that doesn't even feature hardware I2C support.
I get that you're more interested in building things from scratch right now, which is definitely the better way to master the fundamentals. You might find yourself switching over to one of those ready-made modules down the road.

For my own projects, I tend to stick to the manufacturer's native development environment since it gives me total control over everything. I generally steer clear of RTOS and Arduino (I've actually never messed around with Arduino myself), but for someone starting out, the Arduino IDE would probably be your easiest path forward. You'll likely find a pre-written solution online for exactly what you're trying to achieve.
Raspberry Pi projects in Programming ·
I've included two different modules here; the second one is primarily intended for development since you can plug it straight into your PC via USB, whereas the first one really shines because of its price point—you can program it using this $1 adapter or that one.

The module is perfectly suited for battery power thanks to its various sleep modes, and you can just toggle the Wi-Fi on whenever it's actually needed. It's also quite interesting that the radio transceiver isn't strictly tied to the 802.11 standard (just check out ESP-Now).

It is honestly fascinating how someone can sell an IC this cheap, only for someone else to buy it, solder it onto a PCB, and ship it halfway across the country, all for $3.25just a few bucks.
Raspberry Pi projects in Programming ·
Chris Hall3 said:I picked up three Arduinos for about $2.50 each and five stepper motors with drivers for $2 each, which leaves me just enough left over for a quick Starbucks run. $33 The fun is absolutely limitless.

Just hang tight and see what's possible. You can grab an ESP8266 module for just $1.50.It utilizes the IEEE 802.11 standard.
With the Wi-Fi interface and the integrated TCP/IP stack, you can just pop in a battery and suddenly you have full communication capabilities over a local network or even the open internet. It really makes this development board a much more practical choice. hereYou can actually pick up a finished device built around that exact same chip, where all you really have to do is handle the reprogramming. hereI use it to manage all the different devices around my house.I am currently looking into some IR-related components for my next build. For instance, if you're running an AC unit, you might have some I2C sensors hooked up to the bus. Humidity, temperature, and pressure.I am managing it. I'm looking into using some 100W LEDs. By utilizing PWM modulation via the PCA9685, you can achieve precise control over your components. The PCA9685 is a solid choice if you need more PWM outputs without cluttering up your I2C bus. It’s pretty straightforward to implement once you get the wiring sorted out. i The IRLZ44N is a solid choice for this setup.I usually upgrade the module to a... It looks like we’re working with a 4MB flash chip here.I'm using it. The TTP223 is a solid little component for anyone looking to add touch sensitivity to their projects. You can grab capacitive touch sensors for just $1.20 per pack of 10, which is an absolute steal. It’s a great way to display data on... Just like this. It's an OLED screen.
Here are a few more ideas I haven't quite gotten around to bringing to life yet:
I am currently utilizing the PCF8574 to monitor window and door statuses, while the A4988, A3967, and TB6612FNG handle the stepper motor control. For sensing, I have the DS18B20 temperature sensor, the RCWL-0516 microwave motion detector, and the INA219 current sensor in the mix. To round things out, I’m using the MCP4725 and AD7705 for my A/D and D/A needs, all integrated into an 8-channel setup. If you're looking for a solid state relay module, there are plenty of options out there depending on what you're trying to switch. Just make sure you check the voltage and current ratings before you dive in. It’s only $11.41. LoRa technology offers a really efficient way to handle long-range communication for wireless projects. I am looking for a module designed for wireless battery-powered sensors. WS2812B Individually addressable RGB LEDs.
Virus or not? in IT Support ·
I had contact from swiftwalker6, bluecyclist64, vinod59, and stefan22, and all four of them hacked my computer while simultaneously using just two Bitcoin wallets, so they must be brothers 🤣
They started posting different content today without any introductions.