Skip Navigation
hello_hello [comrade/them]
hello_hello [comrade/them] @ hello_hello @hexbear.net

pfp: ah_to_hk separatist Hong Kong political cartoon that ironically made Olympic gold medalist Vivian Kong look very based. (src)

Read Free Software, Free Society pls

Posts
1
Comments
7
Joined
1 yr. ago
  • China, Russia, North Korea

    Conveniently all enemies of the US State Department. Don't those tankies know that these countries are bad because checks notes they do the authoritarianisms.

  • Not even a single day practically.

    "Please man I just can't stop committing war crimes, I just can't help myself"

  • Secular apocalypse: this type is also known as the ‘China doomer’ approach, in which someone seeks to predict yet again the apocalyptic crash of China’s economic and political system. One of the earlier works that set the tone was Gordon Chang’s The Coming Collapse of China (2001), although one can trace such fantasies back to the establishment of the People’s Republic in 1949. If one is fond of recycling this narrative, then it is quite easy to get such a work published in one or another less than reputable press. Every year a new title or more appears proposing a ‘collapse’ or ‘crisis’, focusing on whatever aspect takes the author’s fancy, but each time recycling the old Judaeo-Christian myth of the apocalyptic end of the world. As this tradition makes clear, the weary repetition of such predictions does not seem to dampen the enthusiasm of those who propagate them.

    Roland Boer Socialism with Chinese Characteristics

  • technology @hexbear.net
    hello_hello [comrade/them] @hexbear.net

    How to block Israel in qbittorrent (or any similar torrent client)

    cross-posted from: https://hexbear.net/post/3207959

    We first need to obtain a blocklist of all possible Israeli ip addresses. This can be obtained from two sources.

    1. https://www.ip2location.com/free/visitor-blocker
    2. https://www.iblocklist.com/

    Due to the nature of how IP addresses are distributed, these blocklists have to be updated, but that isn't a huge concern for us right now.

    When you downloaded the file for Israel from either site, it should look something like this:

     undefined
        
    Israel:2.16.36.0-2.16.36.255
    Israel:2.22.233.0-2.22.233.255
    Israel:2.52.0.0-2.55.255.255
    Israel:2.57.228.0-2.57.231.255
    Israel:2.58.33.0-2.58.33.255
    Israel:3.2.42.0-3.2.42.63
    Israel:3.5.56.0-3.5.59.255
    Israel:5.22.128.0-5.22.135.255
    Israel:5.28.128.0-5.28.191.255
    Israel:5.29.0.0-5.29.255.255
    Israel:5.100.248.0-5.100.255.255
    
    
      

    If you wish to add more nations to the list such as TERF island or the 4th Reich, then you can append the files on top of each other

  • Both Debian and Ubuntu come with nonfree firmware blobs by default. Nonfree drivers such as the Nvidia proprietary driver can be installed graphically in Ubuntu if you open the drivers app.

    Debian instructions are here and involves adding the non-free contrib repos to your /etc/apt/sources.list and then installing the nvidia-driver package

  • hyprland

    A wayland compositor and tiling window manager. The lead developer of the project is a Polish transphobic workaholic.

    why do ppl use the CLI for things like making and moving files? i find the GUI easier and faster as well as less prone to mistakes

    If you understand how shell scripting works you can easily automate menial tasks. CLI is also an interface shared by all operating systems so if you know how to work around in a shell you're not bound to any particular workflow/desktop GUI. Keep using GUIs though, they exist for a reason.

    what is wayland and xorg, and why does everyone argue about them

    Both are display protocols that are in charge of displaying graphics to your screen. Xorg is over 30 years old while wayland is only about 15 years old. The polemic about xorg was that the codebase was unmanageable and the design architecture of the program was inherently flawed (example: screenlocker getting access to your entire screen including apps and desktop, making writing malware for x11 a 3 line python script). X11 was designed during a time when people were using actual real life terminals and mainframes. Wayland is much more modern and akin to how modern graphics APIs are handled (for the most part)

    Wayland at its core has and always will be design by committee so a lot of the arguing is necessary (though sometimes long-winded) to make sure to not repeat xorg's mistakes. Protocols take months if not years to be merged into wayland and those protocols have to be implemented by wayland compositors themselves rather than sharing 1 program altogether like with xorg.

    Watch this video for more information, explains it much better and is from an actual wayland board member.

    Why YOU should write a Wayland compositor – Victoria Brekenfeld – HiP22 Berlin

  • matrix math acceleration hardware?

    Can't speak on that but if you want to get news about recent kernel developments (as well as hardware development) you should check out Phoronix.