• 2 Posts
  • 1.69K Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle


  • BCsven@lemmy.catoLinux@lemmy.mlI'm all in on linux. [Damien Wilde]
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    1 day ago

    Now you are changing words or read it too quick. I never said I. We as in anybody. Again another strawman second sentence. How do you think the researcher found the vulner for xz. He noticean tiny slow down and started scrutinizing code. Closed source is a false sense of security by obscurity. Open source means anyone can scrutinize the code.

    Also we deal with enough proprietary software at work to get inside TSBs. Much of proprietary code also is built on open source pieces, so if your troll argument is opensource is bad, then proprietary is also bad on top of that.




  • First one I agreed he bowed to pressure. 2nd one, not sure which one you mean. Every software has vulnerabilities yet to be discovered, researchers work hard to breakstuff. Windows had tons that researchers disclosed to them and they refused to fix, until researchers started issuing the vulners daily (and said they had 100s more they could release all year). Open Source means we can check and fix once discovered, good luck getting a for profit corporation to act. Re: the recent national defense issue with MS not disclosing vulnerabilities because they didtn want to kill their sales.




  • Humans could do it too, but there is always this selfish asshole ruining it. We have that exiting Richmond Vancouver area. Everyone is doing 100km/h and there is no congestion ahead, but there is a merge in lane from an alternate route behind, so the asshole sees that as a way to get ahead before the merge in tapers off. So they pull out speed to end of lane, dart in dangerously and have to heavy brake to slow to traffic speed. The reduced space makes the car behind heavy brake and that processes backwards until traffic starts to halt. If asshole had stayed in the flow, there would be no stop on the had highway






  • A job is about you and your employer (you do tasks they pay you compensation for the tasks), it is not you and your coworkers.

    Do your work, go home and enjoy life outside of work. You have to stop worrying about other people, and the need for absolute fairness, life isn’t fair.

    We have equality as a human rights concept, but equality does not mean the same. Men might have to lift heavy patients, women may be asked to console a sad person, senior workers may have become fixtures where they have freedoms juniors do not. Smokers might get smoke breaks.

    Focus on you, and let everything else roll off you like water off a ducks back.




  • BCsven@lemmy.catoLinux@lemmy.mlLinux security
    link
    fedilink
    arrow-up
    33
    arrow-down
    1
    ·
    edit-2
    6 days ago

    Microsoft being closed source hides their bugs and vulnerabilities. Even when security researchers have sent in reports MS has sat on them due to profit being motive not security, and not taking vulners seriously until the researchers say screw that and publish it.

    Linux being open can have all eyes on it, and if there is an exploit, there is a community willing to help ASAP.

    On many distros you may have weekly or even daily updates or patches coming through with fixes. A distro like OpenSUSE has various patch and list patch commands that show what security patches are avilailable, their status (critical, recommended) and if it’s needed on your system or not depending on what you have installed. You don’t get transparency on closed source systems.

    If you are paranoid about security you can use AppArmor tools or SELinux. AppArmor can be set to learn how an app behaves, then you lock it so the app can’t do new things.

    SELinux you set rules for files and folders, so even with remote access an attacker can’t access data if rules don’t allow file listing over SSH etc


  • I find it good for music and film suggestions. You feed it a set of ( I want a suggestion like these ) and it provides a good result.

    Also good at building mermaid code for diagrams, just tell it write me mermaid code for this, and drop in a descriptive paragraph, then copy paste the code into mermaid.live

    That use case became very useful so there is a paid mermaid page to automate that manual process.


  • You can solve that problem by making an additional efi/boot partition when you install Linux over the Windows install.

    You have Linux setup with its own boot partition and the install should probe for a foreign OS, it then adds a chainloader entry in grub to point to the Windows EFI partition.

    You set BIOS to boot from Linux EFI partition. When it comes up at boot you can chose Windows and Grub hands over control to the windows bootloader, but Windows is ignorant of Linux EFI existing. It now only messes with its own EFI and never touches the Linux stuff.

    @utnapishtim