GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    :umu: :umu: (a1ba@suya.place)'s status on Friday, 19-Apr-2024 21:35:30 JST :umu: :umu: :umu: :umu:
    • Tired Bunny :bunhdheart:
    @katnjiapus @untsuki the funniest thing about "Linux software that runs everywhere" is the Alpine, which doesn't even use glibc to begin with.

    On Alpine you at least can install Flatpak. You want AppImages? GTFO.
    In conversation about a year ago from suya.place permalink
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 19-Apr-2024 21:35:29 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to
      • Tired Bunny :bunhdheart:
      @a1ba @katnjiapus @untsuki One I also frequently get about AppImage here is missing a random system library, it's really just like a self-executable deb/rpm.
      In conversation about a year ago permalink
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 19-Apr-2024 21:38:04 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      • Tired Bunny :bunhdheart:

      @a1ba @katnjiapus @untsuki For example here due to me not having ATK (an optional component of GTK).

      $ UHK.Agent.AppImage /tmp/.mount_UHK.AgKdgoK6/uhk-agent: error while loading shared libraries: libatk-bridge-2.0.so.0: cannot open shared object file: No such file or directory
      In conversation about a year ago permalink

      Attachments


    • Embed this notice
      :umu: :umu: (a1ba@suya.place)'s status on Friday, 19-Apr-2024 21:38:48 JST :umu: :umu: :umu: :umu:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      • Tired Bunny :bunhdheart:
      @lanodan @katnjiapus @untsuki the part from website about "without the need to get it 'into' a distribution and without having to build for gazillions of different distributions" is just so wrong.

      Because you have to account for ALL distros, ALL at once.
      In conversation about a year ago permalink
      Haelwenn /элвэн/ :triskell: likes this.
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 19-Apr-2024 21:44:08 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to
      • Tired Bunny :bunhdheart:
      @a1ba @katnjiapus @untsuki Yeah, pretty sure I'll replace it with a keyboard running QMK at some point, but money.
      In conversation about a year ago permalink
    • Embed this notice
      :umu: :umu: (a1ba@suya.place)'s status on Friday, 19-Apr-2024 21:44:10 JST :umu: :umu: :umu: :umu:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      • Tired Bunny :bunhdheart:
      @lanodan @katnjiapus @untsuki >UHK

      Searched what is this, and... oh wow.
      In conversation about a year ago permalink
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 19-Apr-2024 22:11:45 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to
      • Tired Bunny :bunhdheart:
      @a1ba @katnjiapus @untsuki :shrug_kon:
      I stick to distributing source because that way it truly works everywhere.
      (And glibc… well I almost got rid of it entirely, one machine left)
      In conversation about a year ago permalink
    • Embed this notice
      :umu: :umu: (a1ba@suya.place)'s status on Friday, 19-Apr-2024 22:11:46 JST :umu: :umu: :umu: :umu:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      • Tired Bunny :bunhdheart:
      @untsuki @katnjiapus I wonder if system libraries like GL/Vulkan can be loaded into separate linkmap through glibc-specific dlmopen call. So they won't conflict with provided libraries.

      @lanodan what do you think?
      In conversation about a year ago permalink
    • Embed this notice
      Tired Bunny :bunhdheart: (untsuki@udongein.xyz)'s status on Friday, 19-Apr-2024 22:11:47 JST Tired Bunny :bunhdheart: Tired Bunny :bunhdheart:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      @a1ba @lanodan @katnjiapus

      Interesting fact:

      I tried packaging as AppImage using tool to convert nix packages into ones.

      This idea was killed by the same issue nix itself has outside of nixos - OpenGL/Vulkan drivers that cannot be used as usual isolated nix dependencies, and you need separate utility to force usage of system libraries on executables from nix repositories.

      Which I guess confirms that AppImage is just an archive with whatever you put into it.
      In conversation about a year ago permalink
    • Embed this notice
      :umu: :umu: (a1ba@suya.place)'s status on Friday, 19-Apr-2024 22:15:54 JST :umu: :umu: :umu: :umu:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      • Tired Bunny :bunhdheart:
      @lanodan @katnjiapus @untsuki that's it, gonna package compiler instead, every run it recompiles the program with profile to make CPU go faster.
      In conversation about a year ago permalink
      Haelwenn /элвэн/ :triskell: likes this.
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 19-Apr-2024 22:16:40 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to
      • Tired Bunny :bunhdheart:

      @a1ba @katnjiapus @untsuki #!/usr/bin/env tcc -run :D

      In conversation about a year ago permalink
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 19-Apr-2024 22:19:47 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      • Tired Bunny :bunhdheart:
      @a1ba @katnjiapus @untsuki Which is also a pretty good way to have small "executables"
      In conversation about a year ago permalink
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 19-Apr-2024 22:24:54 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to
      • Tired Bunny :bunhdheart:
      @untsuki @a1ba @katnjiapus I guess it could be less fancy if it would recognise #! on the first line as a comment.
      In conversation about a year ago permalink
    • Embed this notice
      Tired Bunny :bunhdheart: (untsuki@udongein.xyz)'s status on Friday, 19-Apr-2024 22:24:55 JST Tired Bunny :bunhdheart: Tired Bunny :bunhdheart:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      @lanodan @a1ba @katnjiapus I think I saw Rust people making something like this with a fancy wrapper for Rustc
      In conversation about a year ago permalink
    • Embed this notice
      :umu: :umu: (a1ba@suya.place)'s status on Friday, 19-Apr-2024 22:28:26 JST :umu: :umu: :umu: :umu:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      • Tired Bunny :bunhdheart:
      @lanodan @katnjiapus @untsuki oh I have a dad joke

      -- How would Rust developers call #! in Rust scripts?
      -- she/herbang

      I will see myself out
      In conversation about a year ago permalink
      Haelwenn /элвэн/ :triskell: and iced depresso like this.

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.