home.social

#reg — Public Fediverse posts

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

fetched live
  1. Ya he integrado a mi dashboard el nuevo riego automático del hogar!! Ahora tocará hacer la instalación del segundo riego, que será para los arboles y otras plantas que tenemos.

    #HomeAssistant #Irrigation #Reg #riego #agua

  2. Ya he integrado a mi dashboard el nuevo riego automático del hogar!! Ahora tocará hacer la instalación del segundo riego, que será para los arboles y otras plantas que tenemos.

    #HomeAssistant #Irrigation #Reg #riego #agua

  3. #news ⚡ Oberster Verwaltungsrichter: Regierung muss Klimaversprechen halten: Der Präsident des Bundesverwaltungsgerichts, Andreas Korbmacher, erinnert die Bundesregierung an ihre gesetzlichen Verpflichtungen bei... hubu.de/?p=326692 | #klimaversprechen #oberster #reg

  4. Regularización de migrantes en España excluye a solicitantes de apatridia, principalmente saharauis

    📰 Título original: El Gobierno deja fuera de la regularización de migrantes a los saharauis solicitantes de apatridia

    🤖 IA: No es clickbait ✅
    👥 Usuarios: No es clickbait ✅

    Ver resumen IA completo: killbait.com/es/regularizacion

    #política #sahara #reg...

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

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

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

  8. @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

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

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

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

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

  13. #news ⚡ Große Krankenkassen erhöhen Zusatzbeiträge – Kritik an Regierung: Die Ankündigung großer gesetzlicher Krankenkassen, trotz des milliardenschweren Sparpakets der Regierung die Zusatzbeiträge zu erhöhen... hubu.de/?p=307798 | #grosse #krankenkassen #kritik #reg

  14. @gumnos @rl_dane

    GNOME has had that system for more than two decades or so IIRC {if I recall correctly} they're 27 ATM.
    I had seen it in the first couple of years of GNOME spawn and development, when the programmers chose the route of less configuration & more dictation

    #sh #GNOME #reg #editor #OpenSource #programming #Linux #UI #Xorg #POSIX

  15. @gumnos @rl_dane

    GNOME has had that system for more than two decades or so IIRC {if I recall correctly} they're 27 ATM.
    I had seen it in the first couple of years of GNOME spawn and development, when the programmers chose the route of less configuration & more dictation

    #sh #GNOME #reg #editor #OpenSource #programming #Linux #UI #Xorg #POSIX

  16. Flight: #RYR23BC
    Registration: 9H-QEB
    ICAO code: #4D221E
    Callsign: #RYANAIR
    Operator: Ryanair
    Type: BOEING 737-800
    Country: 🇮🇪
    From: #REG to #STN
    Speed: 815 kmh
    Altitude: 11887 m
    Distance: 9.8 km
    Angle ∆: 50.4°
    Direction ->: WNW
    Track:
    tinyurl.com/263msx93
    History:
    radarbox.com/data/mode-s/4D221E
    flightradar24.com/data/aircraf
    Photos:
    jetphotos.com/photo/keyword/9H
    Seen: 21x

  17. Flight: #RYR23BC
    Registration: 9H-QEB
    ICAO code: #4D221E
    Callsign: #RYANAIR
    Operator: Ryanair
    Type: BOEING 737-800
    Country: 🇮🇪
    From: #REG to #STN
    Speed: 817 kmh
    Altitude: 10767 m
    Distance: 7.4 km
    Angle ∆: 55.5°
    Direction ->: WNW
    Track:
    tinyurl.com/yv6mehh5
    History:
    radarbox.com/data/mode-s/4D221E
    flightradar24.com/data/aircraf
    Photos:
    jetphotos.com/photo/keyword/9H
    Seen: 20x

  18. Flight: #RYR23BC
    Registration: EI-DPV
    ICAO code: #4CA4F8
    Callsign: #RYANAIR
    Operator: Ryanair
    Type: BOEING 737-8AS
    Country: 🇮🇪
    From: #REG to #STN
    Speed: 746 kmh
    Altitude: 11582 m
    Distance: 5.0 km
    Angle ∆: 66.7°
    Direction ->: NW
    Track:
    tinyurl.com/2botna68
    History:
    radarbox.com/data/mode-s/4CA4F8
    flightradar24.com/data/aircraf
    Photos:
    jetphotos.com/photo/keyword/EI
    Seen: 36x

  19. Flight: #RYR23BC
    Registration: 9H-QAQ
    ICAO code: #4D2237
    Callsign: #RYANAIR
    Operator: Ryanair
    Type: BOEING 737-800
    Country: 🇮🇪
    From: #REG to #STN
    Speed: 809 kmh
    Altitude: 11582 m
    Distance: 6.6 km
    Angle ∆: 60.3°
    Direction ->: WNW
    Track:
    tinyurl.com/2agtdotm
    History:
    radarbox.com/data/mode-s/4D2237
    flightradar24.com/data/aircraf
    Photos:
    jetphotos.com/photo/keyword/9H
    Seen: 20x

  20. Incendies, the 2010 drama directed by Denis Villeneuve, has left me without words to describe it other than powerful and masterful.

    It's free on Kanopy via participating libraries in the U.S.

    Watch it knowing as little as possible about the plot and let it unfold and envelope you. If you appreciate the art of #cinema, this is a reward.

    I was devastated starting with the bus scene, less than halfway in.

    #reg: kanopy.com/en/product/15215750

    #Incendies #DenisVilleneuve #Kanopy #drama #film #movie

  21. Public Safety Power Shutoff for Santa Fe and Bernalillo Counties, plus Sandoval County, NM. #NMwx

    "NM is implementing a Public Safety Power Shutoff (PSPS) in the East Mountains area at 1:00pm today, March 6, unless weather and fire risk conditions improve. PNM will continue to monitor real-time conditions. We are advising customers in the East Mountains to plan for an extended power outage through the night.

    Weather Alert: Santa Fe and Las Vegas areas. A Public Safety Power Shutoff (PSPS) is not planned in these communities at this time.

    Weather-related outages may occur throughout PNM service area. Be prepared for extended, weather-related outages. Please report your outage at PNM.com/outage or by texting #REG to 78766 and then #OUT to 78766.

    View power outage boundaries and outage status at PNM.com/outagemap. Stay informed with outage alerts by texting #REG to 78766 and then #ALERT to 78766 from a phone associated with your PNM account. Visit PNM.com/wildfire-safety for more information. "