

I don’t have a ton of sets, but I absolutely love Rivendell. It is beautiful to look at, has all of the fellowship, and has so many tiny details. Truly one of LEGO’s best sets in my opinion.
I don’t have a ton of sets, but I absolutely love Rivendell. It is beautiful to look at, has all of the fellowship, and has so many tiny details. Truly one of LEGO’s best sets in my opinion.
I bought the LEGO Rivendell set close to when it came out. It was a fun one to build, and I would do it again. Honestly, I’ll probably need to disassemble and reassemble at least some of it whenever I move.
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.
I don’t think it is very well known, but I thought Scavengers Reign was very good. It was a bit slow, but I thought it gave time to see the weird alien world.
If you are on the fence about it, the show is a followup to this short and has some similarities in its world building.
As egrets mentioned, it is more sci-fi tech rather than realistic tech. I don’t think it is extremely unrealistic as a proposed idea, but it is something that could never work at the scale shown in the show. In a weird way, the end of the show felt to me like it got both more realistic and more unrealistic. I’m trying not to spoil anything, but I hope that can give a bit more info to decide if you would like it.
I second The Terror (never saw season 2 though). It was a slow burn horror for much of it, which I really appreciated. I liked the historical aspects and thought they conveyed the isolation well. I need to get around to reading the book at some point.
I really enjoyed Halt and Catch Fire, and I see so few people talk about it. The only issue I had with it was that each season felt like it was almost a reset point rather than a straight continuation of the plot. I wish they would have left a few more open plot points at the end of each season that flowed into the next. I felt the same way with Silicon Valley, even though I enjoyed that one as well.
Recently, Linux removed several people from their organization that have Russian email addresses. Linus made a statement that confirmed this was done intentionally. I believe that there was some mention of following sanctions on Russia due to the war. I haven’t looked into the details of it all, so take my analysis with a grain of salt. From what I understand, it sounded like it was only Russian maintainers that were removed and normal users submitting code from Russia can still contribute. Maintainers have elevated permissions and can control what code gets accepted into a project, meaning that a bad actor could allow some malicious code to sneak past. This may have also contributed to the decision since this type of attack has happened before and Russia seems like a likely culprit. The reactions to this change have been varied. Some people feel it is somewhat justified or reasonable, some people think that it means it is no longer open source, and some people think it is unfairly punishing Russian civilians (it is worth noting that that is part of the point of sanctions).
Someone I knew fell down the stairs while home alone and couldn’t get up. He was able to call out towards the kitchen and tell Alexa to call for help. If he wasn’t able to do that, he would have been lying there much longer before anyone could find out. It sucks for privacy, but those types of devices do have some legitimate helpful uses.
It depends on the place and the cop that is present, but jaywalking isn’t often enforced. It’s a law to try to protect people from crossing the street and getting injured by cars that may not see them crossing. Instead of crossing anywhere, they are supposed to cross at a specific area where cars already are supposed to stop. Since jaywalking is against the law (even if it isn’t enforced well), it will stop some people from crossing the street in the middle of a road, and it may save a few lives. It’s kinda dumb, but if it helps a few people, I have no problem with it.
I have two that flip for my favorite depending on my mood at any given time: “There Will Be Blood” and “Blade Runner 2049”. They are both kinda slow and require attention to really appreciate, so probably my favorite movie to turn my brain off and have fun is “Mad Max: Fury Road”.
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.
I’ve used Bing for a few years for the free rewards points and purchase rebates, and it has worked very well for me when it comes to normal searches including searches for software development. I very rarely have to turn to Google when trying to look something up, and as you mentioned, sometimes Google honestly gives me worse results. I will say however that I have found the image and video search on Bing to be significantly worse than Google’s (which I already have some issues with). Not sure about the other search types like shopping or news since I never use them.
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.
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.
I have a Funko Pop of the “This is Fine” dog on my desk at work because there are times where I’m really feeling that way.
I worked on a project that had a few spots where we compare a saved timestamp to the current time. During testing, the client would randomly change their device time a few days forward or backward and complain that things weren’t working as expected. I had to explain to them multiple times that they were basically time traveling, and the program was actually handling it fairly well all things considered.
Lol thanks, idk if I had watches on my mind or if autocorrect changed it to pocket watch
This article always gives me a chuckle when something like this happens. https://clickhole.com/heartbreaking-the-worst-person-you-know-just-made-a-gr-1825121606/