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 Playing with Fediverse (erabo@friendica.erabo.de)

  1. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Saturday, 12-Oct-2024 03:39:38 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • eva_chaos
    • MAKS 23 👀🇺🇦
    @eva_chaos @MAKS23
    So to sent to the nuthouse, there he can find more kings and moseses
    In conversation about 9 months ago from friendica.erabo.de permalink
  2. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Friday, 21-Jun-2024 03:41:17 JST Playing with Fediverse Playing with Fediverse
    in reply to
    showing reality of cruelties of the aggressor is necessary.
    Closing the eyes about it results in just this.
    We were shown pictures like this in elementary school and it showed us and taught us.
    In conversation about a year ago from friendica.erabo.de permalink
  3. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Friday, 21-Jun-2024 03:29:27 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • HistoPol (#HP) 🏴 🇺🇸 🏴
    • Ukraine Front Daily
    @HistoPol @ufd
    Its friendica, I use.
    In conversation about a year ago from friendica.erabo.de permalink
  4. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Friday, 21-Jun-2024 03:26:37 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • HistoPol (#HP) 🏴 🇺🇸 🏴
    • Ukraine Front Daily

    @HistoPol @ufd

    HistoPol hat geschrieben:

    (@HistoPol)"Tumangan is, by my research neither in the RF, nor is it a river."

    Yes the river is not named Tumangan, its name is Tumen and this river builds the border between N-Korea and RF.

    In conversation about a year ago from friendica.erabo.de permalink
  5. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Friday, 21-Jun-2024 02:44:36 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • HistoPol (#HP) 🏴 🇺🇸 🏴
    • Ukraine Front Daily

    @HistoPol @ufd

    HistpPol hat geschrieben:

    (mastodon.social/users/HistoPol)"Putin is therefore selling territories that do not belong to him"
    Why do you think? They loose the direct border with Korea while China gets easily territory from RF, wins a direct connection to the Japanese Sea, completes the border with North Korea and so can control the exchange of goods between N.Korea and RF. And last but not least China does not need to get these territories by force 😀
    A real multiwin-situation for China and a pure loss for RF but also for North Korea not really a win. But no selling of not belonging territories.
    In conversation about a year ago from friendica.erabo.de permalink
  6. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Saturday, 19-Nov-2022 05:50:35 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • Iron Bug
    • Pechkin :emacs: :linux:
    @iron_bug @d_pechkin

    It's just how you which to represent the semantical aspect:
    int* x
    Focuses on "x is of type 'pointer of int'"

    int *x
    focuses on "dereferencing the pointervariable delivers an int"

    Rest is more ideological driven (informatic costructs computer languages to serve humans, not humans to server computer language ;) ).
    And the cat in the picture is voting for (1) as it manipulates
    int * ptr into intptr by eating up the *
    In conversation Saturday, 19-Nov-2022 05:50:35 JST from friendica.erabo.de permalink
  7. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Saturday, 19-Nov-2022 05:50:31 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • Iron Bug
    • Pechkin :emacs: :linux:
    @iron_bug @d_pechkin
    ?
    you can type
    typedef int* TpIntPtr;
    void f(TpIntPtr x);

    This is why it is exactly 'int* x', not anything else.
    ;)

    And syntactically you may type ' int BLANK BLANK BLANK * BLANK BLANK BLANK BLANK x' and many else ;)
    In conversation Saturday, 19-Nov-2022 05:50:31 JST from friendica.erabo.de permalink
  8. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Saturday, 19-Nov-2022 05:50:28 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • Iron Bug
    • Pechkin :emacs: :linux:
    @iron_bug @d_pechkin

    s1)
    The only 'it is exactly...' is the satisfying the syntax-definition and the semantic-definition of the language;
    s2)
    all others is of type a flavour one prefers.

    The 'I write ...' is a non-argument on factual basis and at max the try of a dominance-argument ;)

    I dont surrender,
    as i'm programming over 40 years and all of them professional - dont count the non professional years from school-time -.

    We can make a rythmic song:
    you: Surrender!
    I: Surrender"
    (got to start)

    Or :
    Allow everyone to use the flavour he or his team likes and helps.
    In conversation Saturday, 19-Nov-2022 05:50:28 JST from friendica.erabo.de permalink
  9. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Saturday, 19-Nov-2022 05:50:24 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • Iron Bug
    • Pechkin :emacs: :linux:
    @iron_bug @d_pechkin

    "emphasize that I write in C .." no problem, see above ?
    "the code clarity and code style is important ": agree
    "they're principally wrong": disagree
    "I think that coding style is important.":agree
    "they have a chaos in their head": disagree with respect to my head

    a) 'int *(*f)(int *x);'
    <==>
    b) 'int* (*f)(int* x);'
    <==>
    c)
    typedef int* TpIntPtr;
    TpIntPtr (*f)(TpIntPtr x);

    That ist the only exact correct ?.(a) Directs the focus of perception of the reader on to the dereferencing process.
    (b) Directs the focus of perception to the a type centric one
    (c) clearly places focus of perception type centric one.
    And non of them "is principally wrong".I would predict that in an experiment concerning the speed of grasping the meaning of an expression, the result would be clearly in favor of (b).
    ;) And for my slowly aging eyes, even (b) is easier and thus faster to grasp than (a).

    This, on the other hand:
    int

    *

    x=5;
    is clearly a style which would be undeniably error-prone ;) but still it is "exactly" correct syntactically and semantically.
    But be aware, in dont want to change your falvour-prefferings.
    In conversation Saturday, 19-Nov-2022 05:50:24 JST from friendica.erabo.de permalink
  10. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Saturday, 19-Nov-2022 05:50:23 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • Iron Bug
    • Pechkin :emacs: :linux:
    @iron_bug @d_pechkin
    ui, uii, uiii....
    when I want to keep up with your writing speed I get out of breath...
    shorter,
    i agree: rust is a hype and often people think there errors are all about the wrong tool, changing the tool eliminates automatic all errors in their future works. (But it's also not wrong, that with respect to different tasks different tools my be better supporting the work; unquestionable)
    "hould learn programming in assembler first "
    By the way, i did "start" programming with Punch cards and assembler among others. Obviously the effect you associate with it did fail on me ;)

    Sometimes i help people learning programming to understand the simple pointer-thing concept by describing it on a very analog Indexed Cardfile System. Everyone understand it than, it's independant from a specific programming language.
    In conversation Saturday, 19-Nov-2022 05:50:23 JST from friendica.erabo.de permalink
  11. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Saturday, 19-Nov-2022 05:50:19 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • Iron Bug
    • Pechkin :emacs: :linux:
    @iron_bug @d_pechkin
    puhhh Schweißausbruch vor Schreibanstrengung...:Schwitzendes_Smily":

    iron_bug hat geschrieben:

    I always easier dealt with hardware and systems than with people ?Tut mit Leid, dass ich ein mensch bin (I'm sorry to be a human) ?
    I will try my best to get assimilated. ... schnell wieder was essen ....
    In conversation Saturday, 19-Nov-2022 05:50:19 JST from friendica.erabo.de permalink
  12. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Saturday, 19-Nov-2022 05:50:18 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • Iron Bug
    • Pechkin :emacs: :linux:
    @iron_bug @d_pechkinC is there since 1972. and I'm 5 years younger than it.so C is you bigger brother than. So you must feel symphaty to it ?
    .... schnell was essen ...
    In conversation Saturday, 19-Nov-2022 05:50:18 JST from friendica.erabo.de permalink

    Attachments


  13. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Saturday, 19-Nov-2022 05:50:16 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • Iron Bug
    • Pechkin :emacs: :linux:
    @iron_bug @d_pechkinit always was plain and simple. and it still is.Agree; and I wouldn't even dare to doubt your bigger brother ;)
    But i cant
    .... but I can't help myself: In college we "smiled" at C as a macro assembler. (Duck away...)

    And since I could be your father in terms of age, I >surrender< to your speed of writing and have to eat a few bites again to recharge my batteries.
    In conversation Saturday, 19-Nov-2022 05:50:16 JST from friendica.erabo.de permalink
  14. Embed this notice
    Playing with Fediverse (erabo@friendica.erabo.de)'s status on Saturday, 19-Nov-2022 05:50:15 JST Playing with Fediverse Playing with Fediverse
    in reply to
    • Iron Bug
    • Pechkin :emacs: :linux:
    @iron_bug @d_pechkin

    Iron Bug hat geschrieben:

    . but my grand parents were very punctual about "family dinners" so I can relate ?Dont be afraid?, i like "family dinners" and the "Otherwise I'll get into trouble with my family" is written with a На губах ухмылка.

    I also not only live with my family but also with some "reptiles" not directly in my home but in my garden, just they are feathered "reptiles" (parakeets) and lots of fisches and snakes in the garden ponds ... but sadly no one of them does know to program.
    In conversation Saturday, 19-Nov-2022 05:50:15 JST from friendica.erabo.de permalink

User actions

    Playing with Fediverse

    Playing with Fediverse

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          31124
          Member since
          18 Nov 2022
          Notices
          14
          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.