Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HT
hungrybread [comrade/them] @ hungrybread @hexbear.net
Posts
2
Comments
21
Joined
4 yr. ago
nixos @lemmy.ml
hungrybread [comrade/them] @hexbear.net

Installing 32 bit packages (wineasio)

Does anyone have advice on installing 32bit packages on 64bit systems?

I have tried several times to setup Rocksmith 2014 with wineasio using this guide (and a couple of others, but this seemed like the best one), but it seems to be a little out-of-date. After rebuilding my system wineasio is installed, but only the 64 bit version of the library is installed (the 32 and 64 bit windows dlls are both present, but I assume that those are just copied over for either version of the wineasio package). The script linked in this section fails to find i386-unix/wineasio32.dll.so , and I have not been able to locate it or figure out a way to install it.

I've particularly focused on this section of my nix config:

 undefined
    
 programs.steam = {
    enable = true;
    package = pkgs.steam.overri
  
  • I'm too lazy to look for any of their documentation about this, but it would be pretty bold to believe privacy or processing claims from OpenAI or similar AI orgs, given their history flouting copyright.

    Silicon valley more generally just breaks laws and regulations to "disrupt". Why wouldn't an org like OpenAI at least leave a backdoor for themselves to process API requests down the road as a policy change? Not that they would need to, but it's not uncommon for a co to leave an escape hatch in their policies.

  • I gotta say, the C02 number seems very high to me too, just got that from a quick search and saw that a couple of times. I haven't investigated it closely tbh.

    I wasn't aware of the mining differences between uranium and thorium, that is encouraging.

    Regarding the waste, that's a fair point as well. Thanks for the response! Interesting points.

    I used to be very pro nuclear energy. Besides the waste and the occasional meltdown it seemed like a no brainer as a renewable supplement. After learning a little more about it though it just seems like we have more runway for positive growth with wind and solar than nuclear, but I'd be happy to be proven wrong.

  • From what I understand nuclear in general is (at least now) a dead end as a climate change solution.

    1. From planning time to turning on the reactor is something like 15 - 20 years (note, that's longer than the global average of 7 years for construction, because construction is not the whole picture)
    2. It's difficult to have more than 1 plant project ongoing simultaneously due to the scale and complexity
    3. Nuclear plants take a lot of C02 to construct and maintain. The fuel has to be mined, resulting in emissions, and the amount of concrete required massive. 1 ton of concrete creates .8-.9 tons of C02, and a nuclear power plant has hundreds of thousands of tons of concrete in it.
    4. We still don't have a good answer for handling nuclear waste.

    Maybe at some point in the past nuclear could have resolved many climate change issues, but between project time, initial emission cost, and waste, it just doesn't seem viable anymore.

  • I have a couple of thoughts regarding this.

    First, in America at least, we spend a significant amount of time and energy legitimizing "nonviolent, civil disobedience" actions of the past , while pointing at any group that defends itself in any other capacity as just as bad, or worse!, than the status quo/gov/cops/take your pic. There is only one valid way, outside the ballot box, to demand/make change within liberal society and it is to literally demand that the gov/cops/military/local assholes beat you so badly that other onlookers are too embarrassed to let it carry on. This method is lovely for the ruling class because they can physically squash the people with demands and, if they are few enough of them, the protest ends, and the ruling class get several more years to run things.

    As an extension of above, protest organizers, and some protestors, explicitly know that the cops are there to escalate the situation. To avoid escalation many people simply do not defend themselves or others.

    This is all vibes base analysis based on my own experiences at protests, including ones where cops escalate the situation. I wouldn't take it too seriously.

  • You're right about the Snopes article. It does do a decent job of pointing out that a lot of this reporting is rumor based.

    This first anecdote (also highlighted by Snopes) is amusing

    Double-hit cases" have been around for decades. I first heard of the "hit-to-kill" phenomenon in Taiwan in the mid-1990s when I was working there as an English teacher. A fellow teacher would drive us to classes. After one near-miss of a motorcyclist, he said, "If I hit someone, I'll hit him again and make sure he's dead." Enjoying my shock, he explained that in Taiwan, if you cripple a man, you pay for the injured person's care for a lifetime. But if you kill the person, you "only have to pay once, like a burial fee." He insisted he was serious—and that this was common.

    So is it Taiwan or the mainland with these wild laws?

    Another false claim about China, it seems.

  • Woah, definitely need to check this out. I wanted to slap guix system on an old laptop but had issues with proprietary drivers, very curious to see what workarounds people have had luck with. Otoh I barely touch this computer, and NixOs is running fine on it..

  • In addition, hardware developers reinvent old ways of doing things and only learn by making all the same mistakes that have been made before. It's sad, but true. 

    This same criticism is validly launched at software devs all the time lol.

    One thing I've anecdotalally seen and heard is hardware guys indicating that something is rock solid and solved because it's old, so building on top of it isn't a problem. Obviously we have to build on the old to get to the new, but if we just skip auditing hardware due to age we end up deploying vulnerable hardware globally. Spectre and Meltdown are an interesting example where I've heard from at least one distinguished professor that "everyone" believed branch prediction design/algorithms were essentially done. Was it adequately assessed from a security POV? Clearly not, but was it assessed from a security POV in general? I have no idea, but it would be nice as a tech enthusiast and software guy to see the other side of the fence take these things seriously in a more public way, in particular when it comes to assessing old hardware for new attack vectors.

  • Programming @lemmygrad.ml
    hungrybread [comrade/them] @hexbear.net

    Learning Front End Resources for Back End Dev

    Any ideas what modern resources are useful for back end devs to learn modern front end development? I'm decently familiar with the basics of html, css, js, but don't really have experience with frameworks beyond basic bootstrap v3/v5, a smidge of react, some angular 1, etc. Kind of a smattering of tools but without real confidence to wield them in anger, you know? Hopefully this post can be helpful for other design challenged programmers.

    Edit: extra resources on accessibility and security would also be much appreciated!