• 55 Posts
  • 12 Comments
Joined un anno fa
cake
Cake day: gen 31, 2022

help-circle
rss









Not sure if you got latter and former confused, but I for one am hoping things are calming down. That said, I know that this was midterms and since Trump wasn’t actually on the ballot, it probably means a lot of the people who drove unrest last time around weren’t motivated to show up.



I really want to post this to my neighborhood email list where all the people complain about subsidized housing that the city wants to build, but since it shows price appreciation I am afraid that this will feed their confusing view that dense cities are unaffordable because they were built densely, rather than being built densely as a natural response to rising land prices.






I’ve posted about this on similar topics elsewhere online, but I was an early pandemic hire at my (soon to be former) employer, so I completed the entire interview and worked for quite some time remotely before being able (and required) to go into the office. As a 5’ 6" man, I am solidly the shortest person in the office, even including the few (because RIP gender equality in STEM) women. There are a few people who I would estimate at over 6 feet tall, from a smallish group. I have often wondered if I would have gotten a job here if I had been able to do an onsite interview, and if my choice to switch to more remote work in the future will benefit my career because no one knows my height.





This is wild to me because my SO and I, who are both Gen Z by some definitions, think about how much meat we are eating very frequently. On top of that, we think about what kind of meat it is, since it is my understanding that of the huge amount of environmental damage caused by meat production, the bulk of that is caused by beef in particular.



Always happy to find another person who loves the posts on ACOUP! It really is a treat to find a historian who is so knowledgeable in both the field and gaming and is willing to use all that knowledge together. I think the pedant label is more in reference to a lot of the earlier posts, which look at battles/events in popular fantasy media like Game of Thrones and Lord of the Rings and do have a bit more nit picking to them, but are great reads nonetheless.



This post is maybe too savage and you should definitely read the post he is responding to, but I also love it.
fedilink



If you think the post is too pro Elon Musk, please read the comments.
fedilink







The point about wet bulb events is what I see as their best application. Being able to distribute a bunch of precharged ones for people to use in the afternoon of a deadly hot day would be a literal lifesaver.













Interesting. It would still probably be helpful if you posted the output of lscpu, which should give some information about what processor you have.

One other thing that could be important, but I’m not sure about, is that I know in the past Nvidia has been restrictive about allowing consumer cards to do what they consider enterprise level things, like GPU passthrough. It has been awhile since I was looking into it closely, though, so things may be different now.


Which Ryzen CPU do you have? Most of the existing desktop parts for Ryzen don’t have onboard graphics, which could make things difficult for you.



One thing that I think could be interesting with air conditioning and load balancing is using the air in homes and buildings to shift peaks and make more efficient use of base load power where available. If there’s a bunch of solar power in the early afternoon or wind or nuclear in the middle of the night, it could make sense to cool buildings down further than normal, say instead of just 78 F you cool when there’s excess energy down to 68 or 70 F. Then there’s less need to run those air conditioners when there’s lots of other demand, especially if you insulate well. The nighttime cooling even has the added bonuses of the refrigeration cycle being more efficient over a smaller temperature gradient and many people preferring cooler sleeping temperatures.


First, I would strongly recommend creating a bootable USB drive and booting to it instead of using a VM if you are looking to test hardware compatibility and drivers. If this isn’t something you are familiar with, just let me know and I can try to point you in the direction of some useful resources. The virtualization pass through can add an additional set of headaches that is not representative of what your experience will be after installation, and you can reuse the bootable drive later if you decide to go forward with installation. There is no risk to the data you currently have on the machine, unless you decide to do the installation process or otherwise deliberately muck about.

It is also possible a suitable driver is already in the kernel for this device, since it looks to be a fairly standard USB Wifi adapter, in which case you might learn that you don’t need to mess with driver installation at all. In my experience, I have only needed drivers for Nvidia hardware, and when I have been trying to do something unusual with AMD graphics hardware, but I also have never heard of the company for your particular adapter, so your mileage may vary. Regardless, if you are continuing with your VM testing, make sure all of your USB pass through is being handled correctly so you aren’t barking up the wrong tree.

As far as the drivers themselves, it looks like if you go a few directories down, there is some documentation, as in a Readme.txt that just contains a list of changes made to the software in various versions. I think if you dig down in the extracted zip file into WIFI-FE-2(Other Driver)/Linux Driver/DPA_MT7601U_LinuxSTA_3.0.0.3_20130313/ you’ll be in more or less the right place. From there I think on the command line you can just do make and things should get compiled by your system toolchain, and then when that hopefully finishes successfully you can do sudo make install to get everything where it needs to go. Those are fairly standard steps for installing from source on Linux, though they are typically preceded by a command to Automake or CMake to fully configure the build system. I don’t see any evidence of those tools being present, but that’s something to check out if the commands I mentioned throw up an error of some kind.

Anyway, good luck! I hope that Linux on the desktop impresses and you make the switch, but if not I hope you at least get the chance to learn more about your system. And don’t hesitate to respond here or in a DM if you have other questions!


I have an older HP laptop with a similar trackpoint style pointer. They are not as good as the real TrackPoints, because they lack the middle button in the buttons at the top of the track pad, so there’s no way to scroll while using that pointer. It doesn’t bother me because I am much more used to using a track pad anyway, but it’s definitely not interchangeable.