• 26 Posts
  • 45 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle

  • Only a part is immutable, but you can alter other files, which are mounted with write permissions. Kind of like NixOS works. Here, this is part of the output if I enter “mount” in termux

    
    /dev/block/dm-7 on /system/lib64/netd_event_listener_interface-V1-cpp.so type ext4 (ro,relatime,seclabel,discard)
    /dev/block/dm-7 on /system/lib64/oemnetd_aidl_interface-cpp.so type ext4 (ro,relatime,seclabel,discard)
    /dev/block/dm-7 on /system/lib64/packagemanager_aidl-cpp.so type ext4 (ro,relatime,seclabel,discard)
    /dev/block/dm-7 on /system/lib64/server_configurable_flags.so type ext4 (ro,relatime,seclabel,discard)
    /dev/block/dm-7 on /system/lib64/service.incremental.so type ext4 (ro,relatime,seclabel,discard)
    /dev/block/dm-7 on /system/lib64/shared-file-region-aidl-cpp.so type ext4 (ro,relatime,seclabel,discard)
    /dev/block/dm-7 on /system/lib64/spatializer-aidl-cpp.so type ext4 (ro,relatime,seclabel,discard)               /dev/block/dm-7 on /system/lib64/vendor.qti.hardware.display.config-V5-ndk.so type ext4 (ro,relatime,seclabel,discard)
    tmpfs on /storage type tmpfs (rw,nosuid,nodev,noexec,relatime,seclabel,mode=755,gid=1000)
    /dev/fuse on /storage/emulated type fuse (rw,nosuid,nodev,noexec,noatime,lazytime,user_id=0,group_id=0,allow_other)
    /data/media on /storage/emulated/0/Android/data type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=1015,multiuser,mask=6,derive_gid,default_normal,unshared_obb)
    /data/media on /storage/emulated/0/Android/obb type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=1015,multiuser,mask=6,derive_gid,default_normal,unshared_obb)
    
    

    Look how the paths are mounted. /data/media has read/write permission, while other mount points not. I could probably mount /bin and /sbin read only and it wouldnt harm my system at all. It would probably only than changed, if I perform some update (Lets say rm has suddenly some critical bug). You can also read about A/B partituons on the Internet. This works a bit complexer under the hood, meaning creating a way to perform updates and so on.






  • Of course. I’m not happy about many things, but that doesn’t give me the right to harass somebody.

    They are not being harassed, but are being shown in this way that their intentions and behavior are more than just shit

    Pointing out something politely is very different from jumping on a bandwagon and spamming an issue, or creating meme issues and meme pull requests. We should be better than that.

    Is that really what we want? Anything slightly popular making a misstep to be hounded by an online mob?

    This is not a misstep. They just don’t want to hire developers for Winamp and rather try to outsource the work to others for no cost. And then they call it copyleft while forbidding anyone to do anything else with the source code except sending them pull requests. That’s disrespectful, rude and simply shameless. This is fully calculated, not a misstep. If it was just a misstep, then I would agree with you about these meme pull requests and so on. Saying this, I absolutely understand why the receive such “feedback”.


  • This whole thing sounds more like a way to get some pull requests to fix their product for free. That’s not open source. The source code is simply available, that’s all. In the first run they even prohibited to fork it (!!!) while it is necessary to work on this project. They may fixed it, but you are still not allowed to do anything with it, only provide free work. Of course people are not happy with it.

    They should delete this repo and change their license if they want contributors for free. Or just hire programmers for money.


  • You described a problem you have with an OS you use, which I fix every day at work. No Linux, just Windows. It is the most normal thing, that drivers might not work or the Hardware is faulty. We often have to change something, try different things and you don’t need Linux to tinker around, the Windows environment offers enough opportunity to do so. And your problem sounds like a driver problem or maybe faulty hardware. It has nothing to do with Linux.

    You definitely don’t work in IT, otherwise you wouldn’t mentioned printing. Printers are evil beings itself and these fuckers don’t care wich OS you use, they just don’t want to work properly. Hardware supports depends on the kernel. That’s normal, Windows 7 also doesn’t support newest hardware. There is still nothing specific Linux. Regarding UI: KDE Neon is great, try it.

    Yeah, Windows has problems. But those arise more typically for advanced users (and that’s including Windows 11 being more and more broken over time).

    Would this be true, I probably would need to change my profession.

    But until the more boring stuff gets worked out, it’ll still be hard for it to be used more commonly, and thus harder for it to get more funding and usage as well.

    Because of your ethernet problem? I understand that you are mad for the problems you have now, but I wouldn’t use your experience with the ethernet NIC as a basis for the question how good all Linux distributions are usuable for everyday work.

    Idk, maybe it’s just Debian based distros these days and I’m behind in the curve. Fedora based ones like Bazzite haven’t given me issues so far at least.

    Look, drivers get updated or introduced in newer Linux kernels. You could decide which distribution you want to use depending on the kernel. amdgpu got fucked up since a specific release and my RX580 won’t work if it loads, so I am still using an older kernel. In Windows the drivers crashes often sadly. You need to look how well a specific hardware works and then decide which kernel you should use. We always do this on work with Windows and it is really needed, because manufactures sometimes don’t really care about there drivers and compatibility with newer Windows 10 versions or Windows 11.

    This is probably also the reason why you got downvoted so much, because you describe a generic, OS independent problem and then you blame Linux kernel for it and all Linux distributions, while you are using a specific distribution named Linux Mint. If you replace Linux with Window in your rant, it would be the same way wrong. But I hope that your problem gets fixed. You are free to describe your problem in specific communities, they probably might find a solution with you together.



  • It’s not security debt, it’s just general technical debt.

    I would also say, that this is just technical debt. I also fully understand, that there are things like breaking changes. I remember clearly when we used asyncore in the past for Python at work and then it became deprecated. It was still possible to use it for a long time, but a change was needed. Such breaking changes caused work and are not nice. Especially if it is a big software.

    On the other side, I am not happy if I buy software or hardware, which has probably insecure dependencies. I understand the developers, I am also one, and I know that many things are not under their control. I am also not blaming them. But it is a no-go if something new is sold with 10-year-old OpenSSH Server, 15-year-old curl or other things.

    But I am not taking exotic vulnerabilities that seriously. Like, if you need specific constellations, so this is somehow hackable.











  • I agree. I also observed that liberals will cite anything and everything to make their anti-communism valid. Starting with low level bullshit like, that Marx said he is not a marxist (Marxism debunked, you see), Luxemburg saying she doesnt like how the october revolution happened (Lenin debunked!), Trotsky disagreeing with the Soviet Union the way it wents (Soviet Union debunked) and so on. Also dont forget: Debunking Trotsky because of Kronstadt and Luxemburg is bad, because Thälmann wrote so. Sino-Soviet Split: China and Soviet Union debunked again.

    Looking into the history of marxism, it is quite easy to find a ton of writings, letters and discussions. But, as an example, looking into the collected works of Lenin and making notes where Lenin disagreed with someone, is not how history as a science works. Taking Luxemburg and Lenin: She had critique, yes, but she supported the october revolution and wrote important books for marxist movement. But the most time you’ll hear how they cherrypick something and ignore the rest.








  • Since May, according to Microsoft, Chinese hackers have been secretly accessing data from the State Department and Commerce Department, among other targets including Western European entities.

    Shut the fuck up. Its not Chinas fault, that Microsoft miserably failed. Whoever of the whatever-department decided to put their stuff in to the microsoft cloud was an idiot. How the fuck could this happen at the first place. This remindes of Solardwinds, when their password “solarwinds123” (What a secure password!) has been spotted on their Github repo.

    MSA (consumer) keys and Azure AD (enterprise) keys are issued and managed from separate systems and should only be valid for their respective systems. The actor exploited a token validation issue to impersonate Azure AD users and gain access to enterprise mail.

    (source)

    They had one fucking job. But no no, its not their fault, its China! Dont look at us, our cloud products are still great. And please dont forget to put 20 layers of snake oil on your computer



  • The question is whether outsourcing or insourcing is good/bad for the working class under the conditions of capitalism.

    Outsourcing can be seen as a division of labor, which in the meantime also takes place internationally. This is not a bad thing but in principle a good thing, only the capitalists are interested in saving personnel costs. This is equivalent to an increased surplus value. Under socialist conditions, the international division of labor leads to a much higher specialization of industries in the respective regions of the world. With the right to work and that everyone should work who can work, it does not have the problems that arise in capitalism.

    In capitalism this leads to several conflicts.

    1. the bourgeois principle of nation states stands in the way of the development of productive forces. Through imperialist action, for example, attempts are made to prevent the development of other industries (a good example is the trade war of the USA against China).
    2. outsourcing of production is also done at the expense of the local population. People who have done the job for a long time become unemployed.
    3. outsourcing is not only at the expense of the working class, but also at the expense of the environment. Especially if the country to which the outsourcing takes place has poor environmental protection.

    This then also affects trade unions, whose role does not go beyond trade unionism anyway, takes on a national role and then also becomes reactionary. The German union IG Metal railed at the time against the “Chinese steel” and later came the punitive tariffs in the EU on certain types of steel from China and Russia. IG Metal liked that, but it was not enough and would like more. The EU safeguards, which is the name of these tariffs, include among others steel products from Turkey, USA and Indonesia.

    In the case of outsourcing steel production, the working class of the European countries together with the US, Russian, Turkish, etc. States must stand together and united. Prevent plant closures, strike, organize beyond trade unionism. The question of whether to insource or outsource must not be thought of nationally, but must be linked to the struggle for a socialist international revolution.

    For more on the subject, see Lenin’s “Imperialism, the Highest Stage of Capitalism” and also highly recommend Rosa Luxemburg’s “Reform or Revolution”.

    The topic is very extensive and I can only touch on it very roughly, so I can only encourage you to read the works I mentioned. If Lenin is too difficult for you, try the work of Luxemburg. It is very easy to read and understand.


  • Thank you. I speak German and Russian native. I learned english in school, I can understand english quite well and read political theory. But since I dont have any practice, I get nerveous writing in english and it feels odd.

    If you want to laugh about something, take a look on this letter which Lenin send to his Mother on May 1895. I swear, some germans still behave the same:

    I am making use of a two-hour stop at a small Austrian town (not far, now, from my destination) to fulfil my promise to write on the way. This is my second day of travel abroad and I am practising the language; I have discovered that I am weak at this and have the greatest difficulty in understanding the Germans—or rather, I don’t understand them at all. I ask the guard on the train a question, he answers and I don’t understand him. He repeats the answer more loudly. I still don’t understand, and so he gets angry and goes away. In spite of this disgraceful fiasco I am not discouraged and continue distorting the German language with some zeal.

    source