[-] ObsidianNebula@sh.itjust.works 14 points 3 days ago

I volunteered at a thrift store years ago, and I was in charge of looking at the condition and prices of books that were donated. One person dropped off about 10 boxes filled to the brim with Playboy cartoons. They weren't worth anything and couldn't be put out on the floor anyway, so they were thrown out. I also remember that someone donated a biography of Benjamin Franklin from 1835. The cover was coming apart, but the pages were in wonderful condition. We sent that to a bigger thrift store in the area that ended up auctioning it for about $350.

Plenty of great advice here, but one more thing to think about is how such a large win for Republicans can be used against them a bit in the future. They won the Presidency and have majorities in the Senate, likely the House, the Supreme Court, and governorships. They have free reign to do what they want, which is scary, but it also means that they can't blame the Democrats for any bad things that may happen in the next 2 years until the midterms.

Any law that passes with bad outcomes is solely their fault. If the economy gets worse, it's all on them. If the deficit increases, they are the only ones to blame. If they don't fulfill their campaign promises, it's because they chose not to. If there is a government shutdown, it's because they couldn't agree on a budget. If bills aren't being passed, they are arguing too much. They can't even fall back on blaming the Democrats in the Senate because they have enough votes that they could cancel the filibuster while they are in office and reinstate it before they leave.

This means that you, and everyone else, can point out anything the government does that has a negative impact and say definitively that it is entirely the fault of the Republicans. If this is done frequently enough and loud enough, there may be enough frustrated voters to change the outcome the next time around. They will definitely do things that annoy almost every voter, whether they are going too far or not far enough in their agenda, and they can't hide that it was only them that made those decisions.

[-] ObsidianNebula@sh.itjust.works 15 points 4 months ago

I'm sure most people knew it was Russia from the start, but I saw a comment earlier today that apparently Russia was saying that it was a Ukrainian defense missile that fell out of the air. They are likely just confirming that it was indeed Russia.

[-] ObsidianNebula@sh.itjust.works 12 points 5 months ago

I had an issue where a client reported a crash on login. The exception and stack trace reported were very generic and lent no clues to the cause. I tried debugging but could not reproduce. I eventually figured out that the crash only happened for release (non-debug) builds that were obfuscated. I couldn't find the troublesome code, so I figured out which release introduced the issue, then which commit, then went change by change until I was able to find the cause. It turned out to be a log message in a location that was completely unrelated to login. That exact log message was fine a few lines up. Other code worked fine in that location. For some unknown reason, having that log message in that specific location caused a crash in a completely different area of code.

[-] ObsidianNebula@sh.itjust.works 8 points 6 months ago* (last edited 6 months ago)

It was obfuscated only in the release build. The issue is that they have a system to send certain logs to an API so they can refer to them if a user has an issue that needs further investigation. Unfortunately, their target audience is not very tech literate and have a hard time explaining how they got into a situation where they experienced a bug, so the remote logging was a way to allow us to try to retrace the user's steps. Some of the logs that get sent to the API have JSON values converted from class data, will refer directly to class names, etc, and those logs had the obfuscated names.

[-] ObsidianNebula@sh.itjust.works 13 points 6 months ago

I have a somewhat related real world story. I had a client that was convinced that tons of people were going to decompile their application and sell their own version of the program, so they insisted that they needed their code obfuscated to protect company secrets and make it harder to reverse engineer. I tried explaining to them that obfuscation wasn't that big of a deterrent to someone attempting to steal code through reverse engineering and that it would likely cause some issues with debugging, but they were certain they needed it. Sure enough, they then had a real user run into an issue and were surprised to find that their custom logging system was close to useless because the application was outputting random obfuscated letters instead of function and variable names. We did have mapping files, but it took a lot of time to map each log message to make it readable enough to try to understand the user's issue.

[-] ObsidianNebula@sh.itjust.works 30 points 7 months ago

What's going on with Nike and their uniforms? The MLB ones are pretty bad where you can basically see through the pants, and now this.

[-] ObsidianNebula@sh.itjust.works 20 points 7 months ago

User reported bugs can be wild. I had one where the user was tapping a button repeatedly so fast that the UI was not keeping up with the code and would no longer sync certain values properly. I'm talking like tap the button 15 times in a second. Another issue involved flipping back and forth between the same page like 10 times then turn the device Bluetooth off and immediately back on.

[-] ObsidianNebula@sh.itjust.works 15 points 8 months ago

I've heard those chairs are super nice and super expensive. Great find!

56

cross-posted from: https://sh.itjust.works/post/15669474

This could be something that you bought for a higher price than what most people would guess based on the item, or it could be something you bought for a normal price that has gained significant value as time has gone on.

What made me think of this question is a LEGO minifigure I got with my "The Hobbit: An Unexpected Journey" disc. It is Bilbo Baggins in a blue coat that was apparently only sold in that movie box only at Target stores. Even considering the exclusivity, I would have guessed maybe $10-20 for such a tiny piece of plastic, but there are sold listings on eBay from $80 to $225. I could possibly even get towards the higher end of that number since I still have everything in the original box in good condition. It's not worth a ton compared to some other items people may own, but I think most people would not expect nearly that amount.

163

This could be something that you bought for a higher price than what most people would guess based on the item, or it could be something you bought for a normal price that has gained significant value as time has gone on.

What made me think of this question is a LEGO minifigure I got with my "The Hobbit: An Unexpected Journey" disc. It is Bilbo Baggins in a blue coat that was apparently only sold in that movie box only at Target stores. Even considering the exclusivity, I would have guessed maybe $10-20 for such a tiny piece of plastic, but there are sold listings on eBay from $80 to $225. I could possibly even get towards the higher end of that number since I still have everything in the original box in good condition. It's not worth a ton compared to some other items people may own, but I think most people would not expect nearly that amount.

[-] ObsidianNebula@sh.itjust.works 21 points 9 months ago

I'm not sure if you're joking since you're on a post from the Godot community, but in case you aren't: Godot is an open source game engine. Anyone can help work on the engine, and game developers can use it for free. While I don't really know much about what goes on with the engine development, it seems like this guy was a major contributor based on other comments.

[-] ObsidianNebula@sh.itjust.works 15 points 10 months ago

When I worked IT, I went to a local fire station and said I was there to update their computers. The person I talked to didn't seem to know that this was scheduled, but they led me to their office with the computers and showed me how to log on. I'm pretty sure they just assumed I was telling the truth because I spoke confidently and was wearing a polo, but I could have literally been anyone.

[-] ObsidianNebula@sh.itjust.works 11 points 10 months ago

On one hand, I agree that the story could and should contain more info about the positives of the club to really show people what it's like. I've read similar articles about other school districts that have the club, and they often give few details about the actual club, which is frustrating. On the other hand, I understand why the author chose to focus on what they did. If this club was established and everyone was cool with it, it likely wouldn't receive an article in a national publication because that's not very noteworthy. The news story in this case isn't about the club being formed; it's about the backlash to the club being formed, and that's what they're going to focus on. I'm not saying it should be that way (I like having a more complete picture of what's going on), but focusing on one aspect of a story and ignoring others is often how it appears to be when reading news.

view more: next ›

ObsidianNebula

joined 10 months ago