• 0 Posts
  • 23 Comments
Joined 3 months ago
cake
Cake day: June 8th, 2025

help-circle
  • The FAQ explains it better than I will:

    Depends on the package manager. It’s probably easy on Debian, but more difficult on rolling releases, mostly because of dependency hell. Binary distributed software is also harder to integrate in a build system and cross-compilation to a different architecture is not possible.

    You shouldn’t need to cross compile, as they will provide the binaries for systems they support. I’m not sure what integration with build systems it might need, but I feel like a package manager should not have this limitation. I use NixOS Unstable, the rolling release branch, and have many packages that are distributed as binaries, either due to being closed source or having issues preventing them from being built with Nix.

    Regarding the cost of the search engine, I don’t care about all the things you get. I just want a search engine and for a reasonable price compared to the price of their “all of them at once, I suppose” bundle.

    That’s perfectly fair. I felt ok with spending $10 a month on the search, even before they started adding more features and services to it. I believe that the $5 option used to offer 500 searches, which felt more fair, but I guess that wasn’t sustainable.


  • The browser isnt paid though. https://help.kagi.com/orion/faq/faq.html#business

    I agree the $5 a month option is pretty useless, but I also think $10 is completely reasonable for everything you get.

    Also even if it was paid why would it have issues with a package manager? Paid software generally just uses an account or license key to verify payment, with the executable being frwely available. JetBrains and Burp Suite are two software that come to mind and both are in many repositories.

    Edit: To be clear, the browser will only be for Kagi and Orion+ members during the testing phase, likely just to control the size of the testing group. After that it will be free.


  • They’ve been open sourcing parts of it the entire time. Looks to me like they’re doing what they said.

    You can easily monitor network connections to see what addresses its sending packets to. You can’t collect information without sending it somewhere. Run Firefox through a proxy, and you’ll see it is far from private. The source code will show you what they’re sending, but nothing about what they’re doing with it after it’s received.


  • Open source =/= private. Chromium and Firefox are open source, and both have horrible privacy defaults. I have far more trust in Kagi than Mozilla or Google. There are many ways to verify privacy than other than reading the source code.

    Besides, they have shared that they plan to open source the browser once the project is ready, and some components are already open source. Making a project open-source is a much bigger task than people realize. While community contributions may take some maintenance load off of your staff, they now become responsible for much more external code review, which requires more scrutiny due to coming from outside sources.

    https://help.kagi.com/orion/faq/faq.html#oss














  • priapus@piefed.socialtoLinux@lemmy.mlThe Terminal Question
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    2 months ago

    Most of what you enumerated is not a terminal emulator job.

    Says who? You aren’t the arbiter of what software gets to handle each job.

    Tmux does a worse job than Wezterm while being more complex, a pain in the ass to configure, and feeling less native than just using the built-in tabs and panes of my terminal. Ive also had it break the output and interfere with the keybinds of many apps. Why the hell should I install and configure an extra tool when Wezterm does what I need perfect?

    And if you want image rendering, what a hell you use TUI for this?

    Because I like using a TUI? I do the large majority of my work in my terminal, so why should I swap out of it to look at a picture when Wezterm does it just fine? More importantly, why do you give a fuck what tools somebody uses if they work for them?

    I dont give a shit about “Unix philosophy”, Wezterm works better for me at all of these tasks than any other options.

    GUI programs can also be controlled with keyboard.

    I have never seen a GUI file manager with the same level of control using a keyboard as the average TUI file manager.


  • priapus@piefed.socialtoLinux@lemmy.mlThe Terminal Question
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    Multiplexing, remote multiplexing, shell integration, SSH integration, image rendering, ligatures, image rendering (mainly for TUI file managers like Yazi), support for font styling, scrollback searching, persistent sessions.

    Many of these might not matter to you, but I use a lot of these features very frequently, especially remote multiplexing which only Kitty and Wezterm do AFAIK.

    I also paricularly like Westerns feature where you can press a keybind and itll show two character flags over all the links and paths currently being displayed, and you type the flag to copy it. Let’s me avoid switching my hand over to my mouse.