• 0 Posts
  • 38 Comments
Joined 3 months ago
cake
Cake day: December 17th, 2025

help-circle



  • We need improved Linux support for power management on ARM platforms. In general Linux on ARM has been good for a long time now. (ex RaspberryPi, Gentoo, Ubuntu)

    Where things aren’t so great is the choice in OEMs putting out ARM parts like Broadcom, Qualcomm and Apple. All of whom aren’t exactly open source champions. In a less imperfect world we’d have something like RISC-V with great power management and linux support available in mobile computing SKUs/TDPs.




  • Assuming that:

    • your Linux Laptop uses wlan0 for its wireless connection and your home network uses 192.168.1.x for IP space.

    On the Linux laptop:

    • as root or with sudo – enable IP forwarding and load the change with sysctl -p.

    sudo sysctl net.ipv4.ip_forward=1 ## updated edit thanks to folks pointing out my typo.
    sudo sysctl -p

    • if you have ufw installed and running – setup a NAT masquerading rule for any hosts forwarding IPv4 traffic to it.
      add this line to /etc/ufw/before.rules file right after the “*nat” line

    :POSTROUTING ACCEPT [0:0]

    -A POSTROUTING -s 192.168.1.1/24 -o wlan0 -j MASQUERADE

    On the mac:

    • set your IP address manually to be on the same LAN as the Linux laptop, but for the gateway address… point that at the IP for the Linux Laptop.


  • The focus appears to be entirely on tariffs which have solely been a tool for Trump to extort various countries, they don’t seem to really stick around or stay very high for very long.

    I have not heard the Feds say a word about the AI-bubble’s affects on the economy. Ignoring the great sucking effect that it has had on private and public capital as a whole, the RAM/storage price situation is going to show up in pretty much everything that needs a computer and I don’t see anyone at the Fed factoring that in. It will(and already has) hit everything from consumer PC/gaming/TV/SmartPhones but also Cloud providers, Automotive, Infrastructure technology. Remember that it is not just those who want to replace or upgrade old tech(these could wait in theory) but also applies to repairs for things that can’t wait.

    If you cut rates now or too soon, asset(house) prices will sky rocket due to private capital (smart money) fleeing the AI-bubble and rushing into housing. Then you will have a situation that is somehow worse than the present.

    I don’t really think that rate cuts will do anything to address AI-layoffs, offshoring of hundreds of thousands of good paying tech jobs and manufacturing jobs, or labor jobs that immigrants(illegal and ‘legal’ ones) have taken from the natives. We need sweeping policy reform to bring all of that work back. It will push wages up(and hopefully margins down) and least begin the process of undoing decades of wage dilution and price distortions.






  • The logistics accolade that you mention here is wartime logistics. That is ability to get the bullets and bandages to the places and people that need them all in a timely manner. The US is good at this because we have bases and transport logistics everywhere.

    Military supply chain logistics(multiple sources for stuff, supposedly US companies…) is absolutely a consideration as well but this concept has been hallowed out over time. What used to be locally sourced materials and manufacturing by American companies is now much more dependent on overseas labor/materials. These ‘American’ companies might have corporate offices here and the c-levels, marketing/sales teams live here but all of the actual product is sourced/made in Mexico, Canada, China, India, Vietnam, etc. There are definitely specific industries like aerospace that still make a lot of stuff here but that is a small fraction of the larger whole.



  • Ignore the idiot posting about this RAT.

    If you want to secure your Linux system, use ClamAV, a local firewall like UFW or even opensnitch for a start. Also use your head when adding apps to your system. Stick to the official repos from your distro. Things like Arch’s AUR, random PPAs in Ubuntu and any random github project are going to be much riskier by their very nature so act accordingly.

    If you need to risky stuff, do it a VM and network that guest into a private internal network that can only exit over a companion PFSense VM that is dual homed to the regular LAN and the private internal network. Take a snapshot of the risky guest before you use it in a session and when you are done, roll back to your clean snapshot.

    Store your passwords in something like Keepass(strong master password!) and then use syncthing to push copies of the database to at least one other box locally or in the cloud if you really have to.


  • Everyone seems to have thought that is was a great idea to let pretty much every core manufacturing competency die in the US over the last 30 years or so. How’s that working out for us now?

    The blame is at least as old as Reagan, really accelerated with Clinton (NAFTA, China entering the WTO) and only got worse from there.

    As much as I hate to admit it, tariffs are the answer. I also think that it’s important to understand that Trump’s tariffs exist only for extortion and bribes that benefit him personally. Tariffs can be used to encourage domestic production of goods and services that are clearly not something that we want to depend on other countries for merely for the sake of enriching the same circle of already rich assholes in perpetuity. Rich assholes would just have to keep resorting to pumping up immigration to suppress wages for these domestic goods, like they have always done for hundreds of years at this point.