home.social

#regular — Public Fediverse posts

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

  1. Tanner Scott and Roki Sasaki set to make Dodgers’ playoff roster?

    SEATTLE — The Dodgers’ biggest questions in the final days of the regular season remain health related. In a 5-3…
    #NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #MLB #addition #AlexVesia #bullpen #Dodgers #finalday #game #hitter #nextweek #regular-season #roberts #saturday #ShoheiOhtani #Sports #TannerScott #tuesday #wild-cardround
    newsbeep.com/us/187510/

  2. Tanner Scott and Roki Sasaki set to make Dodgers’ playoff roster?

    SEATTLE — The Dodgers’ biggest questions in the final days of the regular season remain health related. In a 5-3…
    #NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #MLB #addition #AlexVesia #bullpen #Dodgers #finalday #game #hitter #nextweek #regular-season #roberts #saturday #ShoheiOhtani #Sports #TannerScott #tuesday #wild-cardround
    newsbeep.com/us/187510/

  3. Keep Android Open

    Because Android is open, for now, till 01 September 2K26, I have been able to install this wonderful tool set of which you see a screen cap below.

    If all of you who read this toot, please boost for visibility, make your voices heard as it is explained in the first link, you will be able to stop Google from closing Android worse than Apple

    We all need to unite to stop google cold in their tracks

    EU users have enormous power in this, remember USB-C on apple

    Don't think you don't have power to stop google

    UNITE!

    keepandroidopen.org/

    gnu.org/gnu/gnu.html

    #GNU #OperatingSystem #programming #technology #Freedom #100percent #Full #free #software #keepandroidopen #keep #android #open #UNIX #mathematics #reg #ex #regular #expressions #gettext #man #pages #OpenSource #files #pipes

  4. @Timpostma

    A chicken egg tool is a tool, in this case the GCC compiler, which you need in your GNU Linux Operating System to compile your programs.

    The GCC compiler needs to be compiled first.

    This means that you need another C compiler, to compile your GCC compiler.
    The other C compiler will need to reside in another Operating System.

    In this specific example of building a GNU Linux multi tasking Operating System from the MS-DOS single tasking operating system, I used the Turbo C compiler, which was written by Borland. The Turbo C compiler, is a proprietary Closed Source compiler, which is delivered as a executable, not in source code.

    Armed with the Turbo C compiler, I ran the following command sequence for compiling GCC
    ./configure
    make test
    # this runs the assembler program too
    make

    I did not run 'make install' because GCC needs to be installed in GNU Linux. I also used switches so that a Linux ELF Binary executable was created, not a MS-DOS executable binary.

    The last step was to do a raw write of the GCC binary to the Linux file system.

    #GNU #GCC #compiler #ELF #OperatingSystem #programming #technology #Freedom #100percent #Full #free #software #UNIX #vi #mathematics #reg #ex #regular #expressions #gettext #man #pages #OpenSource #files #pipes

  5. Distributions are interwoven with the GNU principles.
    Before distributions I would have to download the GNU program Source Code one by one, then cross compile (GCC for example) them.
    Once chicken egg tools were cross compiled I could start with native
    ./configure; make; make test; make install

    Quote
    Specifically, free software means users have the four essential freedoms: (0) to run the program, (1) to study and change the program in source code form, (2) to redistribute exact copies, and (3) to distribute modified versions.
    ^Z

    These are important pillars of Free Software

    gnu.org/gnu/gnu.html

    #GNU #OperatingSystem #programming #technology #Freedom #100percent #Full #free #software #UNIX #vi #mathematics #reg #ex #regular #expressions #gettext #man #pages #OpenSource #files #pipes

  6. About GNU

    GNU was launched in 1983 by Richard Stallman

    Quote
    The primary and continuing goal of GNU is to offer a Unix-compatible system that would be 100% free software. Not 95% free, not 99.5%, but 100%. The name of the system, GNU, is a recursive acronym meaning GNU's Not Unix—a way of paying tribute to the technical ideas of Unix, while at the same time saying that GNU is something different. Technically, GNU is like Unix. But unlike Unix, GNU gives its users freedom.
    ^Z

    Realize this
    Without GNU, Linux {distributions} would *not* exist. You would only have a kernel after boot, no user land programs

    Be grateful for the existence of GNU

    #GNU #OperatingSystem #programming #technology #Freedom #100percent #Full #free #software #UNIX #vi #mathematics #reg #ex #regular #expressions #gettext #man #pages #OpenSource #files #pipes

    gnu.org/gnu/about-gnu.html

  7. #regular : agreeable to an established rule, law, principle, or type, or to established customary forms

    - French: régulier

    - German: regelmäßig

    - Italian: regolare

    - Portuguese: regular

    - Spanish: regular

    ------------

    Try our new word guessing game @ 24hippos.com

  8. 𝗣𝗼𝗺𝘀𝗸𝘆:

    #Regex #Regular expression #Pomsky

    thewhale.cc/posts/pomsky

    A modern language that cross-compiles to regular expressions.

  9. #regular : agreeable to an established rule, law, principle, or type, or to established customary forms

    - French: régulier

    - German: regelmäßig

    - Italian: regolare

    - Portuguese: regular

    - Spanish: regular

    ------------

    Word of The Hour's Annual Survey @ wordofthehour.org/r/form

  10. #regular : agreeable to an established rule, law, principle, or type, or to established customary forms

    - French: régulier

    - German: regelmäßig

    - Italian: regolare

    - Portuguese: regular

    - Spanish: regular

    ------------

    Word of The Hour's Annual Survey @ wordofthehour.org/r/form

  11. #regular #reminder

    Laut #Grundgesetz wählt der #Bundestag einen #Kanzler (ohne vorherige Aussprache!) und der ernennt die #Minister.

    Von #Koalitionsvertrag oder dass man bis zu 49% der gewählten Abgeordneten dabeiübergeht, steht da gar nichts.

  12. #regular : agreeable to an established rule, law, principle, or type, or to established customary forms

    - French: régulier

    - German: regelmäßig

    - Italian: regolare

    - Portuguese: regular

    - Spanish: regular

    ------------

    Word of The Hour's Annual Survey @ wordofthehour.org/r/form

  13. Never before had I considered the importance of "greedy" and "lazy" options for #regular expression matches. By default, regular expression engines try to match the maximum of a chain of characters, but for years I used #regexes not knowing the difference between "x?" and "+?". In one case the question mark says that "x" is optional, in the other, says that searching should stop as soon as a match was found. Clearly explained here and very important:

    stackoverflow.com/questions/23

  14. Man... I'm loving this TUI! 💯

    🔮 **regect**: Regex 101 like CLI tool.

    🔥 Regex testing and debugging in your terminal!

    🦀 Written in Rust & built with @ratatui_rs

    ⭐ GitHub: github.com/kloki/regect

  15. #BSI WID-SEC-2023-1983: [UPDATE] [mittel] #PCRE (#Perl #Compatible #Regular #Expressions): Schwachstelle ermöglicht Denial of Service

    Ein entfernter, anonymer Angreifer kann eine Schwachstelle in PCRE (Perl Compatible Regular Expressions) ausnutzen, um einen Denial of Service Angriff durchzuführen.

    wid.cert-bund.de/portal/wid/se