• 0 Posts
  • 36 Comments
Joined 2 years ago
cake
Cake day: July 24th, 2023

help-circle
  • You must not be old enough to remember the 2008 election, then. People were accusing Obama of being the literal antichrist

    Oh I was old enough, I didn’t follow the election that time that closely, as IMO it wasn’t that important as the last 3 (and I wasn’t that political either) Though something like the Project 2025 were just not existing that time, and while Trump maybe always a crazy person, that all of this is that socially acceptable (conspiracies, lies across all dimensions) is a concerning trend (towards fascism, as Hitler etc. used similar rhetoric).

    Maybe in hindsight it’s hard to make a comparisons, but every election since then has represented the same choice between ‘sane’ democrats and ‘crazy’ conservatives.

    Right, as I said, I don’t promote what the policy of the democrats is, I’m just concerned what the alternative looks like…


  • the same rhetoric that’s been used for the last 5-6 elections at least

    Nah, maybe a little bit for the last trump election where he dipped his toes into autocratic territory, now that he got support again (even House and Congress) he can go full autocratic. Everyone that’s at least a little bit educated politically and economically shakes their head about Trump, and did so before the election too. It’s not a rhetoric that was used before that much. Electing republicans was always a little bit correlated with stupidity but not like: Go full Trumpler/Hitler, full on conspiracy, “anti-establishment” (the opposite seems to be true, thinking about that there were never more billionaires in political power than ever before). The stupidity for a lot of americans seems to be at an all time high too.

    Nah I really don’t understand why people were omitting this election, just because they were in slight disagreement with the democrats (over things, where trump is orders of magnitudes worse)…

    the biggest reason is usually because they (rightly) feel like the choice has little actual impact on their day-to-day life

    Yeah and now take a close look at what Trump was “able” to do in just 4 months. Lets sum it up: it’s not a good outlook for the economy (and especially poor people) in the USA. And it does hurt globally too. A single vote may not have much impact, but it can prevent this shitty state the US is in currently (“if everyone thinks like that…”)

    Blaming those voters without asking yourself why there were more of them this election is nothing more than political masturbation.

    Ah common that’s bullshit, I mean I’m mostly blaming republican voters that were for the most part voting against their own interests… The system is absolutely flawed, but people should at least try to prevent the worst (which they seemingly didn’t).

    And just a reminder that the democratic party does actually have members in its caucus that have a higher than 60% approval rating nationwide, but for some reason they chose not to run those candidates

    Yeah there absolutely better candidates, and I really hope, that progressives like AOC gain much more power and the democrats are able to turn left. But then, there’s still the question if there’s an election again that is not a total shallow joke, so that democrats (or maybe even other parties) get a realistic chance for power again.

    Seeing the downvotes here to something in my eyes obvious, really makes me want to block lemmy.ml. Are there really that much Trumpler-loving-Tankies around here? Such a contradiction: Hypercapitalism fueled autocracy, the only thing (I think) tankies and MAGAs agree with is probably autocracy.


  • Yeah I know, it’s still a ***ing big facepalm for me, to not show up in one of if not probably the most important election, “just because” the democrats don’t follow a great agenda. As left-leaning as I am and as much as I disagree with (most) democrats, the alternative is, as we currently see sooo much worse.

    I wouldn’t vote because I support what the democrats are doing, I just try to choose the lesser evil.

    I’m European, and my vote is basically always strategic, I never really vote for the party that I’m really agreeing with, just the party that I’m in least disagreement with. Yes I think the democratic system in the USA (if it’s still alive) is flawed (as are basically all democracies to some degree), it’s bad, sure, but rolling out the red carpet for Trump by not voting (for the democrats) is… sorry… just dumb.

    It’s sad that people rather don’t vote, and accept the fact that the states drift towards an autocratic system, than just vote for the lesser evil (or engage themselves politically).






  • More effective would probably to buy yourself (or a person that has political potential/influence with the right intentions) into politics like president muskrat, and do well placed populistic propaganda against the actually evil fossil industry. You don’t even have to lie, just do some good rethoric speech, ads etc… We need policies on a larger level, and I think 10B$ should be enough to gain significant political influence for something that the major mass of people is already behind of, just needs a good spark. I think Thunberg has shown that. Not that we shouldn’t of course improve public transport in cities. Additionally do (employ) investigative journalism probably in the same process to give all of this a good foundation…







  • performance

    Like raw runtime performance, if I write the code in python, it’s ~ 100x slower than in Rust. You often get away with dumber stuff in Rust as the compiler is able to optimize it well. With python you would have to write your native bindings either in Rust/C or C++. So why not straight use Rust (as the other choices aren’t sa(f/n)e at this point anymore).

    Afaik you can just go to definition in literally any language, typing or no.

    No you can’t, at least not in the same way that a static type-system allows. As dynamically-typed programs are evaluated on runtime, so you often don’t know at the time while coding what is run. In untyped/dynamically typed languages you often use heuristics to jump into stuff, which is just less precise.

    There’s more to this, but I think you get what I mean, when you programmed more intensively with static generics in Rust (compared to something similar in say javascript or python without types), IDE experience is just more precise and correct (and more fun).


  • Nah it’s also a language matter. People complain about Rusts complexity, meanwhile I complain about everything else in other languages, and am faster than in any other language, not necessarily because writing code is faster, but because I am able to just focus on writing code. I cannot tell that about other languages, because e.g. the packaging system is bad, or configuring an environment, or debugging stuff which a strong type-system would have caught already. Also IDE experience I think is the one thing that keeps me away from dynamic languages. Rust analyzer is so much better than anything else I’ve tried, and it keeps getting better (e.g. recently it was added to show whether a trait is object safe or not, and why it is not).

    Another thing that is often missed when comparing static with dynamic languages is just performance, python heavily relies on stuff written in a system language, as soon as a hot-loop is written in python, things get bad


  • I haven’t, but everytime I try python I want to quit it so quickly because of the messed up packaging system and more importantly IDE experience (and I don’t think unless you are extremely disciplined with type annotations, that you’re getting even close to rust-analyzers performance). I enjoy just exploring dependencies with go to definition, and the trust I can have in the type system.

    I’m swearing everyday in my job about typescript, which is just javascript with leaky and unnecessary complex type annotations. So yeah I even consider typescript bad (and I doubt that python is better with type-checking).





  • Yeah mushrooms contain a good amount of umami (one of the ingredients of meat that makes it “tasty”). For me it took quite some time (maybe 2-4 years) until my gut adjusted to the taste of a (mostly) vegan diet. But then there’s just a lot more diversity and interesting taste otherwise. With a good amount of experimentation combining all kinds of different things to compose a unique taste. With meat it’s often just the main taste-defining/dominating ingredient (so kinda boring?). I avoid the highly processed “meat”-replacements though, maybe that helped a bit to get my taste away of meat.