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
    binkle (binkle@clubcyberia.co)'s status on Thursday, 24-Oct-2024 22:57:39 JST binkle binkle
    why did he spell out the WINE abbreviation like that :heyface:
    In conversation Thursday, 24-Oct-2024 22:57:39 JST from clubcyberia.co permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Thursday, 24-Oct-2024 22:57:38 JST 翠星石 翠星石
      in reply to
      @binkle Since WINE Is Not an Emulator.
      In conversation Thursday, 24-Oct-2024 22:57:38 JST permalink
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Thursday, 24-Oct-2024 22:59:03 JST :ihavenomouth: :ihavenomouth:
      in reply to
      @binkle windows emulator?
      In conversation Thursday, 24-Oct-2024 22:59:03 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Thursday, 24-Oct-2024 23:01:44 JST 翠星石 翠星石
      in reply to
      • :ihavenomouth:
      @Inginsub That was a popular mistake to make, but WINE does no emulation - it passed the AMD64 or x86 instructions to the CPU raw and handles the library calls like how glibc and ncurses handles library calls (except in a much messier way, as windows library calls are a dumpster fire).
      In conversation Thursday, 24-Oct-2024 23:01:44 JST permalink
    • Embed this notice
      binkle (binkle@clubcyberia.co)'s status on Thursday, 24-Oct-2024 23:01:54 JST binkle binkle
      in reply to
      • 翠星石
      @Suiseiseki you're a treasure and I'm glad you're here Suiseiseki
      In conversation Thursday, 24-Oct-2024 23:01:54 JST permalink
      翠星石 likes this.
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Thursday, 24-Oct-2024 23:10:11 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • 翠星石
      @Suiseiseki yeah, it runs windows software by emulating windows system calls
      In conversation Thursday, 24-Oct-2024 23:10:11 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Thursday, 24-Oct-2024 23:11:22 JST 翠星石 翠星石
      in reply to
      • :ihavenomouth:
      @Inginsub It doesn't emulate the libraries that implement the system calls, it's a native re-implementation of the calls.
      In conversation Thursday, 24-Oct-2024 23:11:22 JST permalink
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Thursday, 24-Oct-2024 23:13:09 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • 翠星石
      @Suiseiseki ... which enable windows software to run on a different host system. this is the definition of emulation
      In conversation Thursday, 24-Oct-2024 23:13:09 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Thursday, 24-Oct-2024 23:16:38 JST 翠星石 翠星石
      in reply to
      • :ihavenomouth:
      @Inginsub The host system is the same - it runs on the same x86 or AMD64 computer hardware.

      If you combine WINE with qemu on Aarch64, that would be emulation.
      In conversation Thursday, 24-Oct-2024 23:16:38 JST permalink
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Thursday, 24-Oct-2024 23:27:08 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • 翠星石
      @Suiseiseki not an argument. windows software can't run on its own and requires an underlying operating system (windows). wine emulates such a system
      In conversation Thursday, 24-Oct-2024 23:27:08 JST permalink
    • Embed this notice
      Lina Inver?e (lina@eientei.org)'s status on Friday, 25-Oct-2024 01:38:49 JST Lina Inver?e Lina Inver?e
      in reply to
      @binkle he likes drinking
      In conversation Friday, 25-Oct-2024 01:38:49 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Friday, 25-Oct-2024 09:44:47 JST 翠星石 翠星石
      in reply to
      • :ihavenomouth:
      @Inginsub Like most software, .exe files require an OS to execute, but it doesn't specifically require a particular one - all windows software cares about is interfacing with the used library API's.

      The OS in this case is GNU, which certainly doesn't emulate windows.

      WINE does not emulate any part of windows, not even crucial parts like svchost.exe.
      In conversation Friday, 25-Oct-2024 09:44:47 JST permalink
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Friday, 25-Oct-2024 11:56:07 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • 翠星石
      @Suiseiseki it was made for windows and with only windows in mind, therefore it requires windows. it doesn’t become linux software just because a hack allows you to run it on linux. wine emulates windows system library without re-implementing windows
      In conversation Friday, 25-Oct-2024 11:56:07 JST permalink
    • Embed this notice
      broken god (cvnt@fsebugoutzone.org)'s status on Friday, 25-Oct-2024 11:57:21 JST broken god broken god
      in reply to
      • :ihavenomouth:
      • 翠星石
      @Inginsub @Suiseiseki p

      > wine
      > emulate
      In conversation Friday, 25-Oct-2024 11:57:21 JST permalink
      :ihavenomouth: likes this.
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 27-Oct-2024 14:37:12 JST 翠星石 翠星石
      in reply to
      • :ihavenomouth:
      @Inginsub WINE was not written for Linux and doesn't care about what kernel you use, as what is does is translate windows API calls into POSIX ones, as a result it runs on GNU/Linux, macos, Solaris and BSDs and you could port it to windows or GNU/Hurd if you wanted to.

      On LiGNUx, WINE runs on glibc and;
      `-- x11-libs/libXcursor-1.2.2 (x11-libs/libXcursor) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- x11-libs/libXfixes-6.0.1 (x11-libs/libXfixes) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- x11-libs/libXi-1.8.2 (x11-libs/libXi) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- x11-libs/libXrandr-1.5.4 (x11-libs/libXrandr) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- x11-libs/libXrender-0.9.11 (x11-libs/libXrender) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- x11-libs/libXxf86vm-1.1.5 (x11-libs/libXxf86vm) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-libs/libglvnd-1.7.0 (media-libs/libglvnd) amd64 [X abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-libs/mesa-9999 (media-libs/mesa) M[package.mask] [osmesa abi_x86_32(-)? abi_x86_64(-)?]
      `-- x11-libs/libXcomposite-0.4.6 (x11-libs/libXcomposite) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- x11-libs/libXinerama-1.1.5 (x11-libs/libXinerama) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- net-print/cups-2.4.10-r1 (net-print/cups) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-libs/fontconfig-2.15.0-r1 (media-libs/fontconfig) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- virtual/krb5-0-r1 (virtual/krb5) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-libs/libsdl2-2.30.7-r1 (media-libs/libsdl2) amd64 [haptic joystick abi_x86_32(-)? abi_x86_64(-)?]
      `-- net-libs/gnutls-3.8.7.1-r1 (net-libs/gnutls) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-libs/freetype-2.13.2 (media-libs/freetype) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- sys-apps/dbus-1.15.8 (sys-apps/dbus) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-libs/libv4l-1.28.1 (media-libs/libv4l) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-libs/vulkan-loader-1.3.290.0 (media-libs/vulkan-loader) amd64 [X? wayland? abi_x86_32(-)? abi_x86_64(-)?]
      `-- x11-libs/libX11-1.8.10 (x11-libs/libX11) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- x11-libs/libXext-1.3.6 (x11-libs/libXext) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-libs/alsa-lib-1.2.12 (media-libs/alsa-lib) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- net-libs/libcapi-3.2.3 (net-libs/libcapi) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-video/ffmpeg-6.1.1-r8 (media-video/ffmpeg) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-libs/libgphoto2-2.5.31-r2 (media-libs/libgphoto2) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- dev-libs/glib-2.78.6 (dev-libs/glib) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-libs/gst-plugins-base-1.22.11-r1 (media-libs/gst-plugins-base) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-libs/gstreamer-1.22.11 (media-libs/gstreamer) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- virtual/opencl-3-r3 (virtual/opencl) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- net-libs/libpcap-1.10.5 (net-libs/libpcap) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-gfx/sane-backends-1.2.1 (media-gfx/sane-backends) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- sys-apps/pcsc-lite-2.0.1-r1 (sys-apps/pcsc-lite) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- virtual/libudev-251-r2 (virtual/libudev) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- sys-libs/libunwind-1.8.1 (sys-libs/libunwind) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- dev-libs/libusb-1.0.27-r1 (dev-libs/libusb) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- x11-libs/libxkbcommon-1.7.0-r1 (x11-libs/libxkbcommon) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- sys-kernel/linux-headers-6.6-r1 (sys-kernel/linux-headers) amd64
      `-- x11-base/xorg-proto-2024.1 (x11-base/xorg-proto) amd64
      `-- app-emulation/wine-desktop-common-20150204-r1 (app-emulation/wine-desktop-common) amd64 e
      `-- app-emulation/wine-gecko-2.47.4 (app-emulation/wine-gecko) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- media-plugins/gst-plugins-meta-1.20.6 (media-plugins/gst-plugins-meta) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- app-emulation/wine-mono-9.3.0 (app-emulation/wine-mono) [~amd64 keyword]
      `-- dev-lang/perl-5.40.0 (dev-lang/perl) amd64
      `-- dev-perl/XML-LibXML-2.21.0 (dev-perl/XML-LibXML) amd64
      `-- sec-policy/selinux-wine-2.20240916-r1 (sec-policy/selinux-wine) amd64
      `-- sys-fs/udisks-2.10.1 (sys-fs/udisks) amd64
      `-- sys-devel/binutils-2.42-r2 (sys-devel/binutils) amd64
      `-- sys-devel/lld-18.1.8 (sys-devel/lld) amd64
      `-- sys-devel/bison-3.8.2-r2 (sys-devel/bison) amd64
      `-- sys-devel/flex-2.6.4-r6 (sys-devel/flex) amd64
      `-- virtual/pkgconfig-3 (virtual/pkgconfig) amd64
      `-- dev-util/mingw64-toolchain-12.0.0 (>=dev-util/mingw64-toolchain-10.0.0_p1-r2) amd64 [abi_x86_32(-)? abi_x86_64(-)?]
      `-- sys-devel/gettext-0.22.5 (sys-devel/gettext) amd64
      `-- app-portage/elt-patches-20240912 (>=app-portage/elt-patches-20240116) amd64
      `-- sys-devel/gnuconfig-20240728 (sys-devel/gnuconfig) amd64
      `-- dev-build/automake-1.17-r1 (>=dev-build/automake-1.17-r1) [~amd64 keyword]
      `-- dev-build/automake-1.16.5-r2 (>=dev-build/automake-1.16.5) amd64
      `-- dev-build/autoconf-2.72-r1 (>=dev-build/autoconf-2.72-r1) [~amd64 keyword]
      `-- dev-build/autoconf-2.71-r7 (>=dev-build/autoconf-2.71-r6) amd64
      `-- dev-build/libtool-2.4.7-r4 (>=dev-build/libtool-2.4.7-r3) amd64

      Re-implementing a library is not a form of emulation, as that's like saying writing a free libc to replace a proprietary libc emulates the proprietary one.
      In conversation Sunday, 27-Oct-2024 14:37:12 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 27-Oct-2024 14:40:36 JST 翠星石 翠星石
      in reply to
      • :ihavenomouth:
      • 翠星石
      @Inginsub Btw, you can run GNU software on windows without Linux via "WSL1", which doesn't have Linux in it, but has a library that implements Linux's SYSYCALLs - is that emulation?
      In conversation Sunday, 27-Oct-2024 14:40:36 JST permalink
    • Embed this notice
      ?? Humpleupagus ?? (humpleupagus@eveningzoo.club)'s status on Sunday, 27-Oct-2024 15:10:56 JST ?? Humpleupagus ?? ?? Humpleupagus ??
      in reply to
      • :ihavenomouth:
      • 翠星石
      I thought wsl allowed you to install various distributions, e.g. debian, arch, ubuntu, etc.
      In conversation Sunday, 27-Oct-2024 15:10:56 JST permalink
      :ihavenomouth: likes this.
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 27-Oct-2024 15:11:59 JST 翠星石 翠星石
      in reply to
      • gentoobro
      @gentoobro >downsides of Linux's weak software selection
      The only software selection Linux has is util-linux and all the proprietary software in "linux-firmware".

      LiGNUx has far, far more software for it than windows;
      https://directory.fsf.org/wiki/Main_Page
      https://packages.debian.org/stable/allpackages

      The software selection for GNU is rock solid - for example it has the best compiler in the world (GCC), the best unit convertor in the world (GNU units), the best OS (Emacs), the best shell (GNU bash), the best coreutils, the best libc (glibc), the best encryption and openpgp program (gnupg), the best archiver (GNU tar), the best TUI library (GNU ncurses), the best postscript and pdf library (ghostscript), the most complete free font (GNU unifont), the best bootloader (GRUB), the best BIOS (GNUboot (it actually respects your freedom)) and much, much more.
      In conversation Sunday, 27-Oct-2024 15:11:59 JST permalink

      Attachments


      1. No result found on File_thumbnail lookup.
        Debian -- Software Packages in "bookworm"
        from Debian Webmaster, webmaster@debian.org
    • Embed this notice
      gentoobro (gentoobro@shitpost.cloud)'s status on Sunday, 27-Oct-2024 15:12:00 JST gentoobro gentoobro
      in reply to
      • :ihavenomouth:
      • 翠星石

      So all the downsides of Linux's weak software selection with all the downsides of Windows' shit kernel. Hooray!

      In conversation Sunday, 27-Oct-2024 15:12:00 JST permalink
      :ihavenomouth: likes this.
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 27-Oct-2024 15:14:22 JST 翠星石 翠星石
      in reply to
      • ?? Humpleupagus ??
      @Humpleupagus Yes, "WSL1" allowed you install various distributions of primarily GNU, with other software added, less including Debian GNU, Arch GNU and Ubuntu GNU (without systemd or Linux).

      "WSL2" are glorified GNU/Linux VM's that you can install Arch systemd/Linux etc onto.
      In conversation Sunday, 27-Oct-2024 15:14:22 JST permalink
      ?? Humpleupagus ?? likes this.
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Sunday, 27-Oct-2024 18:47:21 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • 翠星石
      @Suiseiseki idk why you would mention all those libraries, that only proves my point: windows software can't use and has no concept of them, wine uses them to emulate windows functionality
      In conversation Sunday, 27-Oct-2024 18:47:21 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 27-Oct-2024 19:58:29 JST 翠星石 翠星石
      in reply to
      • gentoobro
      @gentoobro I linked to thousands and thousands of free software programs (unfortunately the Debian list is soiled by them inserting proprietary software into it) and all you can think of is text-mode MUDs?

      MUDs are usually TUI mode anyway, but if all you want out of computing is text mode MUDs, you are given the freedom to write those.

      The kernel, Linux obviously does not handle video, which is why I recommended LiGNUx.


      I edit video with GNU bash and straight ffmpeg;
      ffmpeg -i "${video}" -i "${subs}" -map 0 -map 1:s -c copy "${video%.*}.mkv"

      ffmpeg -i Richard\ Stallman\ -\ snack\ on\ the\ go\!\ \[8xVxg0zNIR8\].mkv -ss 00:01:40.100 -t 6 -vf crop=480:480 -loop 0 delicious_foot_cheese.webp


      If you prefer a GUI, there's indeed free software for that; https://directory.fsf.org/wiki/KDEnlive

      But of course none of that actually exists, as it's impossible to edit video without using windows (is this what proprietary software lovers really believe?).
      In conversation Sunday, 27-Oct-2024 19:58:29 JST permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        KDEnlive - Free Software Directory
    • Embed this notice
      gentoobro (gentoobro@shitpost.cloud)'s status on Sunday, 27-Oct-2024 19:58:30 JST gentoobro gentoobro
      in reply to
      • 翠星石

      Whoa! What an amazing selection of software! I'm totally set to write text mode MUDs in C!

      Now try to edit a video on linux.

      In conversation Sunday, 27-Oct-2024 19:58:30 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 27-Oct-2024 20:05:25 JST 翠星石 翠星石
      in reply to
      • :ihavenomouth:
      @Inginsub I mentioned those libraries to drive the point home that WINE was not written for Linux.

      windows software does indeed have a concept of libraries, as it interfaces with those and there is the concept of library functions doing x, y, z, which is implemented without emulation.


      You are wrong, you just can't admit it.
      In conversation Sunday, 27-Oct-2024 20:05:25 JST permalink
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Sunday, 27-Oct-2024 20:08:02 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • 翠星石
      @Suiseiseki dude, you came back after two days of seething, it's you who can't take the L
      In conversation Sunday, 27-Oct-2024 20:08:02 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 27-Oct-2024 20:12:20 JST 翠星石 翠星石
      in reply to
      • :ihavenomouth:
      @Inginsub I saw the reply after 2 days and responded, I didn't seethe on it even for a minute.
      In conversation Sunday, 27-Oct-2024 20:12:20 JST permalink
    • Embed this notice
      PalePimp (palepimp@poa.st)'s status on Sunday, 27-Oct-2024 22:26:26 JST PalePimp PalePimp
      in reply to
      • 翠星石
      • gentoobro
      @Suiseiseki @gentoobro I use ffmpeg and Kdenlive, it is sometimes more involved and not as sophisticated as commercial video editing software, and sometimes requires more effort, but does the job, at least for me.

      It is true that end-user productivity software in Linux is not as advanced (in some areas) as the one commercial corporations push, but the software selection on Linux/foss keeps getting better and better all the time.

      Blender, FreeCAD, Inkscape, GIMP, Libreoffice, and many others cover nicely most of what an home user could require in terms of producing content.

      Still won't be enough for 100% of the users out there, maybe as low as 30% (probably bit higher), as time goes by with each major release of each respective application the percentage of users that can be served with it grows and grows. For example GIMP and FreeCAD are about to jump massively in functionality with major releases coming soon.
      In conversation Sunday, 27-Oct-2024 22:26:26 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 27-Oct-2024 22:26:26 JST 翠星石 翠星石
      in reply to
      • PalePimp
      @PalePimp >commercial video editing software
      ffmpeg and KDEnlive are both commerical, as they are licensed under commerical licenses.

      You're confusing commercial and proprietary.


      It's a lot higher than 30%, although there's a lot of proprietary sabotage out there.

      A home user should not be producing useless pulp ("content"), they should be producing whatever they wish.


      Yes, free software does tend to just keep getting better until it becomes functionally superior to any proprietary implementation.
      In conversation Sunday, 27-Oct-2024 22:26:26 JST permalink
    • Embed this notice
      SuperDicq (superdicq@minidisc.tokyo)'s status on Monday, 28-Oct-2024 04:45:05 JST SuperDicq SuperDicq
      in reply to
      • gentoobro

      @gentoobro@shitpost.cloud I'm literally editing video in Kdenlive as we speak.

      In conversation Monday, 28-Oct-2024 04:45:05 JST permalink
    • Embed this notice
      Parker Banks (parker@cawfee.club)'s status on Monday, 28-Oct-2024 17:50:27 JST Parker Banks Parker Banks
      in reply to
      • 翠星石
      • gentoobro
      • Parker Banks
      @Suiseiseki @gentoobro Not that I haven't spent years substituting libre software for what is usually used. But often the features just aren't there, you have to spend years writing them, but the average employee isn't that capable or committed, and you have to fight with regulators who expect you to use what everyone else is using.
      In conversation Monday, 28-Oct-2024 17:50:27 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Monday, 28-Oct-2024 17:50:27 JST 翠星石 翠星石
      in reply to
      • Parker Banks
      @parker >MATLAB
      Garbage, GNU Octave is a replacement - it's compatibility is quite good and any case of incompatibility is treated as a bug.

      >Adobe's various tools
      All garbage - I find quality free software like GNU ghostscript actually works properly unlike their software.

      >most people have to work within their employer's workflow, would rather get to their work than spend months learning a new workflow
      I don't get where "months" comes from, it takes a week at most.

      Yes, most people don't even think about making improvements to terrible inefficient workflows.

      Proprietary shit is often terribly inefficient and so taking the time to use free software to write a script etc to replace proprietary parts of the job saves massive amounts of time in the end.

      >specialty software for businesses don't build for Linux
      This appears to be referring to custom software and if the contract for that is properly prepared, you should just be able to grab the source code and compile it for GNU.

      >don't offer enterprise technical support if they do build.
      If you are at the point of paying to get fake proprietary technical support, you should pay for real enterprise technical support and get custom software written for your needs instead.
      In conversation Monday, 28-Oct-2024 17:50:27 JST permalink
    • Embed this notice
      Parker Banks (parker@cawfee.club)'s status on Monday, 28-Oct-2024 17:50:28 JST Parker Banks Parker Banks
      in reply to
      • 翠星石
      • gentoobro
      @Suiseiseki @gentoobro
      If I'm doing something for work then I usually need shit like ArcGIS, leapfrog geo, MATLAB (can run on Linux but iffy), Adobe's various tools, excel, teams, etc. Not that I don't try to substitute when possible, QGIS+R instead of ArcGIS, LaTeX instead of Word, etc. But most people have to work within their employer's workflow, would rather get to their work than spend months learning a new workflow, and a lot of specialty software for businesses don't build for Linux or don't offer enterprise technical support if they do build.
      In conversation Monday, 28-Oct-2024 17:50:28 JST permalink
    • Embed this notice
      get (get@the.asbestos.cafe)'s status on Monday, 28-Oct-2024 18:00:36 JST get get
      in reply to
      • 翠星石
      • gentoobro
      @gentoobro @Suiseiseki GNU/Kdenlive kicks ass I've edited tons of video on GNU/Linux. I've heard good things about GNU/Blender's video editor as well. Davinci Resolve is a very popular one but I don't use it because it's proprietary and costs money. Plus I don't need to because GNU/Kdenlive has been able to handle anything I throw at it. I can't say I miss Sony Vegas at all after switching away from it years ago
      In conversation Monday, 28-Oct-2024 18:00:36 JST permalink
      翠星石 likes this.
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Monday, 28-Oct-2024 19:05:34 JST 翠星石 翠星石
      in reply to
      • PalePimp
      @PalePimp The "GPL" isn't a thing.

      Linux is partially licensed GPLv2-only, while GNU and other software is typically licensed GPLv3-or-later.


      There is indeed the free software definition; https://www.gnu.org/philosophy/free-sw.en.html#four-freedoms

      If you don't have the 4 freedoms merely because you're a business, that is not free software.

      All free software licenses are commercial licenses.
      In conversation Monday, 28-Oct-2024 19:05:34 JST permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: www.gnu.org
        What is Free Software? - GNU Project - Free Software Foundation
        from mailto:webmasters@gnu.org
        Since 1983, developing the free Unix style operating system GNU, so that computer users can have the freedom to share and improve the software they use.
    • Embed this notice
      PalePimp (palepimp@poa.st)'s status on Monday, 28-Oct-2024 19:05:35 JST PalePimp PalePimp
      in reply to
      • 翠星石
      @Suiseiseki >> You're confusing commercial and proprietary.

      If I can:

      1) Download the source.
      2) Compile my own version.
      3) Study it and make changes to it as I see fit.
      4) Distribute such changes to 3rd parties at my discretion.
      5) Freely share or sell the data I produce with it.

      In my book it fully qualifies as free software.

      Now, kdenlive and ffmpeg are built upon several parts that have other licenses than GPL. I can accept that compromise for complex pieces of end user software that have dependencies on other projects.

      As long as these licenses do not restrict any of the above 4 points I'm happy, I will never accept any limitations to the 4 points above.

      If we're talking about basic pieces of infrastructure such as the kernel or low level libraries I would prefer them being 100% GPL.
      In conversation Monday, 28-Oct-2024 19:05:35 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Wednesday, 30-Oct-2024 20:25:52 JST 翠星石 翠星石
      in reply to
      • Parker Banks
      @parker >Octave is pretty useless without Matlab's toolboxes & Simulink
      Worked fine on my machine without that proprietary garbage.

      >Just because software is libre don't magically give it more features or a better user experience
      Features true, but you always get a better user experience, as it does something called respecting the users freedom.

      >Linux based install of ArcGIS Enterprise
      So it's licensed GPLv2-only, or is it not based on the kernel, Linux?

      You should really just use qgis instead (if you are a big business, you will be able to afford support and the addition of anything missing).

      >plenty of paid employees working on the proprietary software. It's gonna take a long time to reach [feature] parity in a lot of industries.
      Obviously?

      >Is it possible to easily draw a circle in GIMP without plugins yet?
      It has been possible to easily use the circle tool and stroke path as long as the circle tool has been implemented.
      In conversation Wednesday, 30-Oct-2024 20:25:52 JST permalink
    • Embed this notice
      Parker Banks (parker@cawfee.club)'s status on Wednesday, 30-Oct-2024 20:25:53 JST Parker Banks Parker Banks
      in reply to
      • 翠星石
      @Suiseiseki I'm not talking about custom software built for a business, I'm talking about the software that exists for a given industry which, taken as a whole, is rather niche but is very common in the industry it was developed for. Ansys or Flow3D for computational fluid dynamics, Leapfrog for geoscience, ArcGIS for mapping, Bloomberg for finance, Adobe Premiere or After Effects for video. A lot of businesses don't contract custom software when industry standards are already available and expected and replacing those applications would take a long time.

      And when I talk about support, I mean that companies like Esri who at least offer a Linux based install of ArcGIS Enterprise, have no support staff for Linux installs, but only for Windows Server.

      Also Octave is pretty useless without Matlab's toolboxes & Simulink. Just because software is libre don't magically give it more features or a better user experience, especially when there are plenty of paid employees working on the proprietary software. It's gonna take a long time to reach parity in a lot of industries. Is it possible to easily draw a circle in GIMP without plugins yet?
      In conversation Wednesday, 30-Oct-2024 20:25:53 JST permalink

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.