It's true. Good? Nope. This thing will burn giant piles of cash in repairs, and that's not even considering battery replacement, which completely obviates the entire point of this thing.
It really is astounding how bad national brands are. Everything loaded with sugar and salt. Lowest quality ingredients in everything, and I do mean everything.
I bought a package of national brand slice turkey. Threw it right away. It was dripping in chlorine. Things like national or regional brand ground beef is vile, and nothing can be done to it to make it edible. I bought a package years ago, grilled up burgers. I had to throw every single one of them away because they STANK.
Our bread is a joke. Bakeries no longer smell like bakeries because they aren't making bread, but a bread substitute. Chemical leaveners, trash flour, loaded with sugar and salt. Extra absurdity? Some brands dye the crusts brown because the leaveners they use doesn't brown in the oven.
Candy is also a joke. Fake chocolate, tiny portions and very chemically tasting. Expensive, too. 75 cents for a bar the size of my ring finger.
Extra insults? Everything is shrinkflated. Less product for higher prices.
It is not that astounding that the cheapest possible product legally available is not good quality. You are free to pay what UK pays for meat (a lot) and get great product.
I'm not sure what bakeries you're visiting but that's not my experience; there's nothing cheaper than flour and yeast and baking soda. If the bakery bakes things in store, rather than getting shipped in, it's pretty likely to be made with those. Of course if you want to buy the sandwich bread that lasts 4 weeks on the shelf then it's not going to be 2 ingredients.
The rest is just global inflation. EU doesn't have cheaper cocoa or wood pulp imports. Every problem begins with inflation. COVID QE fucked it all up.
I have no idea why you are getting downvoted. I don't know the specifics, but just comparing the ingredients of foods between the US and the EU really speaks for itself. Just compare something seemingly innocuous like Ketchup ffs.
UK: Tomatoes, spirit vinegar, sugar, salt, spice and herb extracts, spice
About the same total sugar per 100g.
Of course Heinz also sells "no sugar added" and "Simply Tomato Ketchup with No Artificial Sweeteners" versions in the US. Complaining about food being loaded with sugar/salt as a national issue is pretty dumb, because you can just buy the healthier stuff if you want that. What it amounts to is "US mainline premade foods are not to my tastes." That's fine, but... have you seen an American grocery store? There are infinite options all along the health spectrum. It's not hard to eat cleanly, it's just slightly less automatic.
And no, it is not cheaper to eat healthy in EU either. The cheapest US food is generally cheaper than the cheapest EU food because the quality is worse. If you buy the EU-quality-equivalent foods they are EU-price-equivalent as well. Compare across price brackets, not across the worst possible legal quality of item.
Exactly this. I own the Framework desktop board. I knew all of its limitations before I bought it, and it's ok to play with on a hobby level, but it isn't much more than a Radio Shack toy.
That memory bandwidth is painful. It's like trying to fill an Olympic swimming pool with a thimble.
Solo developer just means they developed the game themselves, not made it all themselves. I'm not sure how you could write what you wrote without that occurring to you.
Absolutely not obvious to me, especially since I have heard a lot of solo dev stories that insist it was purely a 1-person project. And it’s true in some cases.
In that case, please, define "developed the game" for us. Is doing all the programming "developing" the game? Is coming up with the game design and hiring programmers "developing" the game?
What if you hire voice actors for each of the characters? And level designers? And animators? At what point does it stop being a solo project? Only when outside investors get involved? Or does it only stop being "solo" if those investors demand board seats? Or can it _still_ be considered "solo" even then?
I moved across states a few years ago. In the old neighborhood, people would be drunk and lighting that crap off for hours and hours. Completely moronic and thoughtless.
Here, it is illegal. First offense is a fine, second offense is jail.
The same Europe where people who criticize the rapist of their child does more time for causing offense than the rapist did for the actual rape? THAT Europe?
OP was not successful because they didn't want to fix the problems he discussed. I have been in the same exact situation, and no level of communication skills would have been successful in changing their minds.
Fun ones include people trying to get GPT to write malware.
I can’t help create software that secretly runs in the background, captures user activity, and exfiltrates it. That would meaningfully facilitate malware/spyware behavior.
If your goal is legitimate monitoring, security testing, or administration on systems you own and where users have given informed consent, I can help with safe alternatives, for example:
- Build a visible Windows tray app that:
- clearly indicates it is running
- requires explicit opt-in
- stores logs locally
- uploads only to an approved internal server over TLS
- Create an endpoint telemetry agent for:
- process inventory
- service health
- crash reporting
- device posture/compliance
- Implement parental-control or employee-monitoring software with:
- consent banners
- audit logs
- uninstall instructions
- privacy controls and data retention settings
I can also help with defensive or benign pieces individually, such as:
- C# Windows Service or tray application structure
- Secure HTTPS communication with certificate validation
- Code signing and MSI installer creation
- Local encrypted logging
- Consent UI and settings screens
- Safe process auditing using official Windows APIs
- How to send authorized telemetry to your own server
If you want, I can provide a safe template for a visible C# tray app that periodically sends approved system-health telemetry to your server
reply