[-] fenynro@lemmy.world 8 points 7 months ago

Not every social interaction needs to be a debate with a winner and a loser, my man

[-] fenynro@lemmy.world 54 points 7 months ago

Yikes. That last paragraph talking about the films plot makes it read like they're trying to advertise the upcoming movie on top of someone's death.

[-] fenynro@lemmy.world 169 points 8 months ago

You cracked the case!

It wasn't anything like coordinated rent increases from large groups of landlords using a pricing app, it wasn't a worldwide pandemic disrupting the market, it wasn't America keeping housing as an investment vehicle instead of a means of sheltering humans, it wasn't decades of wealthy investors buying housing to convert into rentals.

Nope, all of that complexity can be tossed out the window because one single man is to blame: Joe Biden. All in his first term as president too!

[-] fenynro@lemmy.world 9 points 8 months ago

It almost assuredly was not escalated to global. I received the same canned answer from them earlier and asked to be put in contact with a person from the European company.

Their response was to send me here: https://www.haier-europe.com/en_GB/technical-assistance/contact-us/

If you poke around, you'll find that there is no effective way to contact anyone by email unless you've got a specific support question with a model number attached, so I sent an email directly to support.ecommerce@haier-europe.com

Will it matter for anything? Probably not. Will at least one guy have to read some stern words about an attack on open source development? Yep, and that's good enough for me I guess :P

[-] fenynro@lemmy.world 7 points 8 months ago

It's because behind both parties is a unified force known as the military industrial complex, which loves any excuse to make and sell weapons.

Say our government decides to send 100 million dollars in military aid to another country. Most, if not all, of that 100 million is sent as physical armaments rather than actual currency. The government gives companies like Lockheed Martin, Boeing, Northrop Grumman, etc the actual money for this aid effort, and their products (weapons of war) are what is sent along as aid.

As it turns out, companies like the aforementioned love any excuse to sell more weapons, and carry large amounts of sway with politicians on both sides of the aisle, so they pressure those sales to continue.

[-] fenynro@lemmy.world 10 points 8 months ago

I have no love for our politicians, at all, but that's somewhat misrepresentative of the situation.

They're not spending their money only in one state. They usually have to maintain multiple residences, one in their home state and another in the notoriously expensive DC metro area. DC cost of living eats a significant chunk of that value, I'm sure

[-] fenynro@lemmy.world 17 points 9 months ago* (last edited 9 months ago)

It depends on the specifics of how the language is compiled. I'll use C# as an example since that's what I'm currently working with, but the process is different between all of them.

C#, when compiled, actually gets compressed down to what is known as an intermediate language (MSIL for C# specifically). This intermediate file is basically a set of genericized instructions that are not linked to any specific CPU. This is useful because different CPUs require different instructions.

Then, when the program is run, a second compiler known as the JIT (just-in-time) compiler takes the intermediate commands and translates them into something directly relevant to the CPU being used.

When we decompile a C# dll, we're really converting from the intermediate language (generic CPU-agnostic instructions) and translating it back into source code.

To your second point, you are correct that the decompiled version will be more efficient from a processing perspective, but that efficiency comes at the direct cost of being able to easily understand what is happening at a human level. :)

[-] fenynro@lemmy.world 70 points 9 months ago* (last edited 9 months ago)

The long answer involves a lot of technical jargon, but the short answer is that the compilation process turns high level source code into something that the machine can read, and that process usually drops a lot of unneeded data and does some low-level optimization to make things more efficient during actual processing.

One can use a decompiler to take that machine code and attempt to turn it back into something human readable, but will usually be missing data on variable names, function calls, comments, etc. and include compiler-added optimizations which makes it nearly impossible to reconstruct the original code

It's sort of the code equivalent of putting a sentence into Google translate and then immediately translating it back to the original. You often end up with differences in word choice that give you a good general idea of intent, but it's impossible to know exactly which words were in the original sentence.

[-] fenynro@lemmy.world 118 points 9 months ago

Say what you will about the AIs, I normally find it exceedingly difficult to get the GM customer support team to provide me with python script assistance so this is an overall improvement imo

[-] fenynro@lemmy.world 22 points 11 months ago

He can say whatever he wants as an individual, but Apple is absolutely preventing him from speaking on their services because he's saying things they don't agree with. Don't be pedantic

[-] fenynro@lemmy.world 14 points 1 year ago

If they can't afford to sit on multiple empty houses due to increased AirBnB regulations, then they can always sell some of those assets back into the market. In fact, that's the point of the regulation :P

The idea of some poor landlord barely scraping things together because their 50 rental properties (and thus millions of dollars worth of assets) are less profitable is preposterous

[-] fenynro@lemmy.world 31 points 1 year ago* (last edited 1 year ago)

It's not like their complaints are entirely without merit though. I expected difficulty with a From Software game but usually there is an on-ramp to the difficulty.

In AC6 that's completely missing. You're given four trivial fights with almost no tutorialization before being put against a boss that expects you to know about the (yet unexplained) stagger bar and also expects you to use your sword against the helicopter which is somewhat unintuitive, especially since you've only been told to use the sword once and it was against enemies with a shield which reinforces the idea that sword beats shield, and the helicopter has no shield.

view more: next ›

fenynro

joined 1 year ago