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

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

Notices by Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)

  1. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Wednesday, 17-Jul-2024 12:03:06 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:
    in reply to
    • LWN.net
    • Peng!Guin

    @monsieurborni @LWN Which comes to the point of project vs product confusion. openSUSE shares a package pool base with SUSE, but the actual deliverables are not 1:1 with SUSE's offerings. As someone who had to explain the value of RHEL versus related projects like CentOS, I would not want the headache that would come from explaining the minute details of the SUSE ecosystem.

    It may seem straightforward to us, but many businesses don't make decisions based on our way of thinking.

    In conversation about 10 months ago from fosstodon.org permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      ecosystem.it - このウェブサイトは販売用です! - ecosystem,ecosistema リソースおよび情報
      このウェブサイトは販売用です! ecosystem.it は、あなたがお探しの情報の全ての最新かつ最適なソースです。一般トピックからここから検索できる内容は、ecosystem.itが全てとなります。あなたがお探しの内容が見つかることを願っています!
  2. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Wednesday, 17-Jul-2024 12:03:06 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:
    in reply to
    • LWN.net
    • Peng!Guin

    @monsieurborni @LWN I would say associated is a bit of a broad term. I would go with "confused" instead. For example, let's look at the Red Hat ecosystem:

    RHEL, CentOS, Fedora. None of these legally related projects can be confused with each other. The numerous derived projects of Fedora (Nobara, Universal Blue, etc) aren't confused with Fedora proper.

    But SUSE and openSUSE? Before even getting to Leap or Tumbleweed one just sounds like a free version of the other.

    In conversation about 10 months ago from fosstodon.org permalink
  3. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Monday, 25-Mar-2024 10:19:25 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:
    • Fedora Project (F42 is OUT)

    Currently upgrading to @fedora 40 ahead of GA with updates-testing and RPM Fusion enabled... I'll set the flag myself by saying I expect everything to go fine! So much so I'm not even near my system for the next hour; I'm looking forward to going back upstairs and being greeted by a dormant login screen. And yes, an #NVIDIA device is involved...

    I did this going from F38 to F39 as well... But I still take a BTRFS snapshot ahead of time *just to be safe*.

    In conversation about a year ago from fosstodon.org permalink
  4. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Friday, 22-Mar-2024 04:49:54 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:
    • Drew DeVault

    @xarvos @drewdevault Considering the Redis community exists on GitHub and relies on its development paradigm, it's likely to ease the contribution path to the fork. Migrating to SourceHut would require an up-front cost to contribute when you would want folks to onboard as quickly as possible.

    In conversation about a year ago from fosstodon.org permalink
  5. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Tuesday, 27-Feb-2024 05:21:44 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • Drew DeVault
    • synlogic

    @lanodan @drewdevault @synlogic glibc does tend to provide... larger binaries considering how much is going on in the libraries. I'm going to run a quick test comparing GNU libstdc++ to LLVM libc++.

    In conversation about a year ago from fosstodon.org permalink
  6. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Tuesday, 27-Feb-2024 04:35:17 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:
    in reply to
    • Drew DeVault
    • synlogic

    @drewdevault @synlogic Haha, yeah. I figured there are clever ways of getting "as close to the metal" as possible, I was only looking at general usage.

    C: printf("Hello, World!\n")

    C++: std::cout << "Hello, World!" << std::endl

    Go: fmt.Println("Hello, World!")

    Hare: fmt::println("Hello, World!")

    Rust: println!("Hello, World!")

    In conversation about a year ago from gnusocial.jp permalink
  7. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Tuesday, 27-Feb-2024 04:26:17 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:
    in reply to

    Something to note is that Golang and Hare are the only two actually static binaries of the bunch. C, C++, and Rust are all dynamically linked to some degree (libc, libstdc++, libgcc_s, libm).

    In conversation about a year ago from fosstodon.org permalink
  8. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Tuesday, 27-Feb-2024 04:26:17 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:

    Decided to try and compare the general base program size of several languages. I wrote a handful of Hello World programs, and stripped them of everything. Here's the final results in KiB:

    strip -s -o ${lang}_strip
    du *_strip

    C: 16
    C++: 16
    Go: 1204
    Hare: 220
    Rust: 352

    #programming #compile #c #cpp #go #golang #hare #harelang #rust #rustlang

    In conversation about a year ago from fosstodon.org permalink
  9. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Tuesday, 27-Feb-2024 04:26:16 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:
    in reply to
    • Drew DeVault
    • synlogic

    @synlogic @drewdevault You both replied while I was in the middle of writing the followup 😅

    I wanted to test default compiling behavior, which means for at least C and C++ results in dynamically linked binaries.

    In conversation about a year ago from fosstodon.org permalink
  10. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Sunday, 17-Dec-2023 03:52:08 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:
    • Thomas Ricouard
    • IceCubesApp

    Just updated, this is phenomenal! The first and last feature have been on my wishlist for so long, I love that they're finally here 🤩 And they Just Work™️

    Thank you @dimillian and all the contributors to the project, you make one amazing application!

    From: @IceCubesApp
    https://mastodon.online/@IceCubesApp/111582695073908110

    In conversation Sunday, 17-Dec-2023 03:52:08 JST from fosstodon.org permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      IceCubesApp (@IceCubesApp@mastodon.online)
      from IceCubesApp
      The version 1.9.16, which is coming soon, is beefy! - You can now compose up to 5 posts at once to post a thread. - New settings to customize replies indentation and to disable indentation altogether. - You can now tap the "reply to" header to go or scroll to the parent post. - There is a new option in the posts context menu to enable text selection.
  11. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Saturday, 18-Nov-2023 17:08:24 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:
    • Mike 🐧 :fedora: :centos:

    For the #hare crew who have given this a try, thank you! I'll have an update published soon. I'm trying a newer commit so updating is seamless, but probably not the very latest commit (looks like it's got some problems).

    #harelang #fedora

    From: @omenos
    https://fosstodon.org/@omenos/111404268866017469

    In conversation Saturday, 18-Nov-2023 17:08:24 JST from fosstodon.org permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Mike Rochefort :fedora: (@omenos@fosstodon.org)
      from Mike Rochefort :fedora:
      Calling all developers who have an interest in Hare and @fedora / @centos! I've been prepping the language for inclusion into Fedora, but I would like some feedback on if things are truly working. If you have any cycles to spare, I would really appreciate any testing of the packages. TIA! > dnf copr enable mroche/hare > dnf install hare Architectures: - x86_64 - aarch64 Distros: - Fedora 38 - Fedora 39 - EPEL 9 #hare #harelang #fedora #centos #epel #x86_64 #aarch64 #programming #opensource [ ] It's alive! [ ] It's dead, Jim. [ ] Seeing some quirks... [ ] Not testing, just curious
  12. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Saturday, 18-Nov-2023 17:08:23 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:
    in reply to

    Alright, my #harelang update for #fedora is posted! Either run a #DNF upgrade or install #hare, hare-bin, and/or hare-src.

    The dependency chain has been fixed as follows:

    - qbe: (none)
    - harec: qbe
    - hare: hare-bin
    - hare-bin: hare, harec, ~hare-src
    - hare-src: (none)

    The thought behind this is to allow folks who want to work in a stdlib-less environment can opt out of installing the stdlib in the first place (--setopt install_weak_deps=False).

    In conversation Saturday, 18-Nov-2023 17:08:23 JST from fosstodon.org permalink
  13. Embed this notice
    Mike 🐧 :fedora: :centos: (omenos@fosstodon.org)'s status on Monday, 24-Jul-2023 10:05:07 JST Mike 🐧 :fedora: :centos: Mike 🐧 :fedora: :centos:

    Getting a little tired of seeing the phrase "freeloader" thrown around online so casually regarding the RHEL situation. Mike McGrath has a post on LinkedIn that details that word out a bit more:

    https://www.linkedin.com/posts/mrmikemcgrath_just-some-further-thoughts-on-this-week-activity-7080644263968997376-vrGA

    "Finally, I wanted to say something about the term "freeloaders" as I've seen many use it. This is a mostly internal term we have at Red Hat, it looks like at some point it slipped out in the public. So what does it mean?"

    1/x

    In conversation Monday, 24-Jul-2023 10:05:07 JST from fosstodon.org permalink

User actions

    Mike 🐧 :fedora: :centos:

    Mike 🐧 :fedora: :centos:

    Linux sysadmin in the feature animation industry and FOSS advocate. Solve problems, don't make more!I secretly work on software that will never be released due to not having any idea what I'm doing... but I do excel at coming up with bad ideas 😈There's an art degree laying around somewhere in my home, so I'm always down to talk about #animation, #vfx, #cgi, and #music!Fedora: @mrocheSource: @omenos (Hub, Lab, Hut, Berg)Matrix: @omenos:matrix.org

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          152675
          Member since
          24 Jul 2023
          Notices
          13
          Daily average
          0

          Feeds

          • 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.