home.social

#open — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #open, aggregated by home.social.

  1. 2026 #ZAGREB #OPEN #MEN S #SINGLES chatgpt.com?prompt=Analy... #STORM #KRISTIN search.brave.com/ask?q=Analyz... Semantic NODES: The Bridge between Humans and Artificial Intelligence. Do you like AÉPIOT semantics? Donate to the aéPiot semantic platform: www.paypal.com/donate?busin...

    ChatGPT

  2. The Brazilian Scientific Research Information Ecosystem, #BrCris, is an aggregator platform that allows retrieving, certifying and visualizing data and information related to the various actors who work in scientific research in the Brazilian context.

    #openacess #open #open #openscience #ibict

    brcris.ibict.br/en

  3. Emblematic is the attack on '#Open #source' (#linux)
    Until it was 'niche' no one considered it
    now that it is adopted by many
    the 'Corporations' (#Microsoft, #Apple, etc...) are pushing to 'control' it, 'legislatively' (Corporations are behind these attacks)
    for fear of losing 'dividends'...
    Even in the #EU not only in the #US, the attack on Open source is Worldwide.

    This makes me love Linux even more, and it must be DEFENDED
    as the principle of freedom must be defended.

  4. bourne_again_shell 1978

    Bash 1978

    This is a short book which you may read if you work on Open Source systems with bash installed as the default sh

    Some Quotes

    Variable names begin with a letter and consist of letters, digits, and underscores. Shell variables may be given values when a shell procedure is invoked. An argument to a shell procedure of the form name = value causes value to be assigned to name before execution of the procedure begins. The value of name in the invoking shell is not affected. Such names are sometimes called keyword parameters. Keyword parameters may also be exported from a procedure by saying, for example, export user box Modification of such variables within the called procedure does not affect the values in the calling procedure. (It is generally true of a UNIX process that it may not modify the environment of its caller without explicit request on the part of that caller. Files and shared file descriptors are the exceptions to this rule.) A name whose value is intended to remain constant throughout a procedure may be declared readonly.

    Page 13

    Because this is a light book I will hunt for more in depth books on shells

    sources

    en.wikipedia.org/wiki/Bash_(Un

    archive.org/details/bstj57-6-1

    #bash #bourne #again #shell #Open #Source #shell #programming #variables