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 pinskia (pinskia@hachyderm.io)

  1. Embed this notice
    your auntifa liza 🇵🇷 🦛 🦦 (blogdiva@mastodon.social)'s status on Tuesday, 16-Jan-2024 07:42:50 JST your auntifa liza 🇵🇷  🦛 🦦 your auntifa liza 🇵🇷 🦛 🦦

    LMAO i just caught myself writing "good morn'" but it's almost 3pm. that's what happens after 3 days of forcing myself to sleep to heal from a hell of week of surgery and #chemo.

    so first things first: #fuckCancer

    second, how are y'all my lovely antifascistas on this cold #MLKday?

    here's my top 3 fave facts about Martin:

    In conversation Tuesday, 16-Jan-2024 07:42:50 JST from mastodon.social permalink Repeated by pinskia
  2. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Friday, 17-Jan-2025 17:58:32 JST pinskia pinskia
    • Brian Campbell
    • ✧✦Catherine✦✧

    @unlambda @mwk @whitequark Except they still have a good first level description of what is changed. Especially function level wise. I still use them a lot to understand the patch just as much as the high level description helps. In fact I have seen the high level description not matching the changelog is that is a big red flag really.

    In conversation about 4 months ago from hachyderm.io permalink
  3. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Friday, 17-Jan-2025 17:50:24 JST pinskia pinskia
    • ✧✦Catherine✦✧

    @mwk @whitequark I have to disagree. ChangeLog entries have their place in development. They are very useful to verify that the change you made is close to what is described.

    In conversation about 4 months ago from hachyderm.io permalink
  4. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Wednesday, 01-Jan-2025 11:56:07 JST pinskia pinskia

    Just when you think 2024 is over; a GCC front-end for Algol 68 was posted.

    https://inbox.sourceware.org/gcc-patches/20250101020952.18404-1-jose.marchesi@oracle.com/T/#macd1533556a10bc2694ca5a490796e39d7385d4a

    In conversation about 5 months ago from hachyderm.io permalink
  5. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Tuesday, 10-Dec-2024 08:01:02 JST pinskia pinskia

    Games are going to be blamed for the killing. Mark my word.
    Liberals are going to do another anti-game rant. Especially with the connection of him being a game developer.
    The problem is not games but rather right wing radicalization is happening for gamers a lot.

    In conversation about 5 months ago from hachyderm.io permalink
  6. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Tuesday, 10-Dec-2024 05:33:13 JST pinskia pinskia
    • Shafik Yaghmour

    @shafik If I ever see one like that I will close it as won't fix and move on to the next bug report.

    Did you see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95644#c4 before? It is worse than even putting that emoji in the summary.

    In conversation about 5 months ago from hachyderm.io permalink

    Attachments


  7. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Tuesday, 03-Dec-2024 13:32:59 JST pinskia pinskia

    Interesting GCC Bug of the day:
    https://gcc.gnu.org/PR117887 .
    ICE while compiling qtwebengine (and chromium).
    chromium moved to using C++20 Novemeber 2023 but the code they added is causing an ICE in GCC all the way back to GCC 11. There is a nice small workaround for GCC which I hope someone will upstream to chromium.

    In conversation about 6 months ago from hachyderm.io permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      117887 – [12/13/14/15 regression] ICE when building qtwebengine-6.8.1 (add_extra_args, at cp/pt.cc:13682)
  8. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Sunday, 01-Dec-2024 17:59:26 JST pinskia pinskia

    Instead of advent of code, I am going to do fix a GCC bug report one per day. Starting on Monday until the 25th. Others do similar for their favorite free/open source project. a fun way of clearing out bug reports and getting involved. I will write up about each one here too.

    In conversation about 6 months ago from hachyderm.io permalink
  9. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Saturday, 30-Nov-2024 10:29:45 JST pinskia pinskia

    So thinking about GCC and LLVM and code generation. GCC for the most part tries to go down the route that if more than 1 target could benifit, then it should be general code. While LLVM backend folks seems to silo themselves in doing it multiply times.
    Examples of GCC where things have started as target specific (mostly aarch64) but now reused:
    * CCMP (used by x86 for APX)
    * pair-load/stores (used by ppc)
    Division by constant -> non-div has target generic for over 20 years.

    In conversation about 6 months ago from hachyderm.io permalink
  10. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Thursday, 28-Nov-2024 13:19:16 JST pinskia pinskia

    Conversions vs logical operators again it seems. GCC pushes down logical operators for widening (and nop) conversions. Looks like the same should be done for truncating conversions. I handled the nop for GCC 12 but I am not sure if I will be able to get truncating in for GCC 15 though since it is stage 3 already.

    #LifeAsAGCCDeveloper

    In conversation about 6 months ago from hachyderm.io permalink
  11. Embed this notice
    Alan Coopersmith (alanc@fosstodon.org)'s status on Wednesday, 27-Nov-2024 12:07:45 JST Alan Coopersmith Alan Coopersmith
    in reply to

    The pgrep and pkill commands in #OracleSolaris 11.4.75 also grew two new options for selecting which processes to match:
    -r pidlist limits matches to processes with the listed pids at the root of their process trees.
    -Z (capital Z) limits matches to processes in the same zone (i.e. also in the global zone, since only in the global zone can you see processes from other zones).

    In conversation about 6 months ago from fosstodon.org permalink Repeated by pinskia
  12. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Monday, 25-Nov-2024 17:52:39 JST pinskia pinskia

    @void_friend "barring the use of the ABI-breaking -fshort-enums option" Except some targets' ABI requires that (e.g arm eabi; at least for aarch64 abi arm decided not to do that by default).

    In conversation about 6 months ago from hachyderm.io permalink
  13. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Monday, 25-Nov-2024 12:46:59 JST pinskia pinskia
    in reply to
    • anna

    @navi I can think of examples where the base operator might not show up at least directly when dealing with operator overloads. E.g. you provide a "backwards" compatible API for the overload. Like say multiprecision; then you either have the backwards compatible API call into the new overload instead of the other way around.

    And yes it is awful semantics for more than above too.

    In conversation about 6 months ago from hachyderm.io permalink
  14. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Monday, 25-Nov-2024 10:42:34 JST pinskia pinskia
    • Amber

    @12 @puppygirlhornypost2"they actively block building newer gcc on Solaris 10" well considering Sun^wOracle no longer supports Solaris 10 and the folks who support Solaris for GCC are truely volunteers, it is hard to support older Solaris. If you want to come up with a path to support it and put in the maintance work in it; I suspect the maintainers for solaris on the GCC will like the help.

    In conversation about 6 months ago from hachyderm.io permalink
  15. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Sunday, 24-Nov-2024 07:33:13 JST pinskia pinskia
    in reply to
    • Per Vognsen

    @pervognsen Removal of non-prototypes declaration and implicit declarations is nice too.

    In conversation about 6 months ago from hachyderm.io permalink
  16. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Sunday, 24-Nov-2024 07:02:14 JST pinskia pinskia
    in reply to
    • Chris Green

    @aachrisg Same is true even on aarch64:
    https://godbolt.org/z/TWenG8vbh

    In conversation about 6 months ago from hachyderm.io permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: raw.githubusercontent.com
      Compiler Explorer - C++
      from Matt Godbolt
      auto TestFMAVectorization( float flScale, float *a, float const *b, int n ) { for( int i = 0; i < n; i++ ) { a[i] = std::fma( flScale, b[i], a[i] ); } }
  17. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Saturday, 23-Nov-2024 15:24:31 JST pinskia pinskia
    in reply to
    • Mastodon Migration
    • your auntifa liza 🇵🇷 🦛 🦦

    @mastodonmigration @blogdiva Sounds very Elizabeth Holmes like.

    In conversation about 6 months ago from hachyderm.io permalink
  18. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Saturday, 23-Nov-2024 15:09:08 JST pinskia pinskia
    in reply to
    • Alon
    • mekka okereke :verified:
    • 14mission

    @14mission @Alon @mekkaokereke It was all about the rich needing to bypassing the city and avoiding seeing what they are doing to it. Nothing else.

    In conversation about 6 months ago from hachyderm.io permalink
  19. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Saturday, 23-Nov-2024 12:23:51 JST pinskia pinskia
    in reply to
    • Lars
    • akkoma flavored lizzy (fleckenstein@lizzy.rs alt)

    @luatic @lizzy `import std;` in C++26 :) and the plan IIRC is to include the std module for GCC 15.

    In conversation about 6 months ago from hachyderm.io permalink
  20. Embed this notice
    pinskia (pinskia@hachyderm.io)'s status on Saturday, 23-Nov-2024 12:10:37 JST pinskia pinskia
    in reply to
    • Lars
    • akkoma flavored lizzy (fleckenstein@lizzy.rs alt)

    @luatic @lizzy "even if you skip the iostream verbosity and use C puts" What are you using? C++98 or something? std::print exists in C++23 so :).

    In conversation about 6 months ago from hachyderm.io permalink
  • Before

User actions

    pinskia

    pinskia

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          274379
          Member since
          2 Aug 2024
          Notices
          336
          Daily average
          1

          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.