fenynro

joined 1 year ago
[–] fenynro@lemmy.world 0 points 8 months ago (1 children)

When did I say Biden is to blame for everything?

I mean, sure, you didn't type that exact sentence but when you provided an itemized list of why Biden is to blame for each item in my original comment, it's not a huge leap of logic to think you blame Biden for these things.

[–] fenynro@lemmy.world 0 points 8 months ago* (last edited 8 months ago) (3 children)

It's interesting to see the assumptions and projections you put onto me. All I've said (or implied snarkily) is that the housing and homelessness crisis that we're seeing in America is a multifaceted issue, and much larger than trying to simply blame one man.

For what it's worth, I have no love for Biden and think he could be doing a hell of a lot more from his position, as could the rest of the corporate Democrat party, as could literally any Republican with a spine, but unfortunately we're stuck with a party that won't act and a party whose only purpose is to block the other.

I still don't think you can distill the housing issue down to just 'Biden bad' though, so you should really do some introspection and see if your anger towards Biden might be blurring your viewpoint a little bit

[–] fenynro@lemmy.world 0 points 8 months ago (25 children)

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 10 points 9 months ago (2 children)

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 2 points 9 months ago (1 children)

Probably depends on how comfortable you are at reading assembly instructions for your specific CPU, but I think generally the contextless source code is probably preferable. Either way you've got a headache of an investigation in front of you though.

here's an example of what it might look like with either option

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

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 71 points 9 months ago* (last edited 9 months ago) (13 children)

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 116 points 10 months ago (1 children)

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 2 points 10 months ago* (last edited 10 months ago)

Did you read the article? Because nowhere in the article does the phrase "due to water vapo(u)r" exist. In fact, they explicitly talk about why water vapor is prevalent and related to ice, and why subsurface ice scanning is so important (and is the only text I could find referencing vapor at all):

The need to look for subsurface ice arises because liquid water isn’t stable on the Martian surface: The atmosphere is so thin that water immediately vaporizes. There’s plenty of ice at the Martian poles – mostly made of water, although carbon dioxide, or dry ice, can be found as well – but those regions are too cold for astronauts (or robots) to survive for long.

They also talk about how NASA is not only aware of this but helping to fund the scanning technology that's being used to detect the subsurface ice. It's literally all in the article

[–] fenynro@lemmy.world -5 points 10 months ago* (last edited 10 months ago) (6 children)

The other side of this being someone saying "we're not going to legislate anything that will help you, and fuck you for asking, but vote for us because we won't actively genocide you" which is not really a great selling point but yeah at least we're avoiding the worse stuff.

It's a bit ironic that it's always "Vote for Democrats or democracy dies" when that setup is inherently undemocratic, since your vote can't go anywhere but the single choice that lets you still have a vote

[–] fenynro@lemmy.world 23 points 1 year 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

view more: next ›