• 8 Posts
  • 505 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle



  • priapus@sh.itjust.workstoLinux@lemmy.mlZed on Linux is out!
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    9 days ago

    Again, the binaries aren’t from questionable sources. From what I can tell they all come from the official source. The problem is them being unsigned, which is a simple oversight that can be made when something is being written by someone who is not security minded. It is alpha software and this is already actively being discussed.







  • priapus@sh.itjust.workstoLinux@lemmy.mlZed on Linux is out!
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    2
    ·
    10 days ago

    Because people can make make mistakes…

    Loads of important projects have had vulnerabilities that showed up through minor mistakes and oversights. I agree that this shouldn’t happen, but it did. I’d still prefer this project to a closed source editor/IDE and even VSCodes method of having a store full of plugins, many of which are closed source and unverified. The project is in alpha, mistakes and problems are expected. This was obviously an oversight, and after being pointed out, it is being addressed.

    Can you elaborate on questionable sources? All the sources I saw were the official sources of the binaries they wanted to download.


  • priapus@sh.itjust.workstoLinux@lemmy.mlZed on Linux is out!
    link
    fedilink
    English
    arrow-up
    8
    ·
    10 days ago

    Better/simpler experience out of the box. With Helix you install the LSPs for languages you use and you’re set with a fully featured editor. Manual configuration is only needed for setting themes, keybinds, and small setting changes. It also feels much faster than a fully configured vim/neovim. Lastly its keybinds are inspired by Vim/Kakoune, but different from both.




  • priapus@sh.itjust.workstoLinux@lemmy.mlZed on Linux is out!
    link
    fedilink
    English
    arrow-up
    5
    ·
    10 days ago

    yeah the editor is being updated way too fast for nix to keep up. I’m sure it’ll be easier once it has its stable release. I see the have a nix flake in the repo, it would be great if they added a package to the outputs instead of just a devshell, nix users could easily build it from master or whichever tag they want.

    There are solutions in this issue to the LSP issue. The editor would need to be built in an fhs-env, or they will need to find a way to make it uses binaries installed with nix instead of the ones it downloads itself. VSCode had a similar issue, so there is a version of the package that let’s you install extensions through nix, and another that uses an fhs-env that allows extensions to work out of the box.



  • I don’t really have a YouTube video or blog post on hand to explain it, but I do have a degree in cybersecurity. Putting a malicious executable in a video is not a simple task. The most likely way for this to occur would require a vulnerability in the video player you are using that allows for code execution. If your system is up to date, it’s unlikely the video player you’re using is going to have a known vulnerability that allows this. If someone does have knowledge of a vulnerability like this that is not publicly known, it’s very unlikely random 1337x users will be their target.

    Something I will recommend is if you are using Windows, make sure you do not have file extensions hidden in File Explorer, because then someone could trick you by simply naming an executable with .exe at the end. These types of tricks are more important for the average user to be cautious about than attacks utilizing steganography.