home.social

Search

86 results for “libreleah”

  1. More #39c9 telephone numbers. Vanity-plate 4-letter representations.

    guru3.eventphone.de/event.cmd/

    Also look at ones with numbers in them on thread: mas.to/@libreleah/115613932800

    My bot spent two days finding these. Have fun!

    PS: i can't be bothered to make more. See you at the conference!

    EDIT: "CUKE" isn't supposed to be there. no idea what that word means. and "QUTB" should be "OUTB". the x86 command for writing registers.

    linux and coreboot use it a lot: man7.org/linux/man-pages/man2/

    again: have fun!!!

  2. @libreleah Ja, das ist ein guter Weg fuer Deutsch lernen. Moses Monweal McCormick hat en Lot Sprache gelernt, und er hat das gemacht.

    1. Lern sich Phrasen und Woerter
    2. Lern sich die Grammatik

    Auf wiedersehen, und redt Deutsch!

    (Ja, mein Deutsch ist schlecht. Es ist ein Mischung von Jiddisch und Pennsylvanisch Deutsch.)

    #Deutsch #German #Yiddish #PennsylvaniaDutch #LanguageLearning

  3. @libreleah

    Yowsa! If you have a park nearby, please take some nature breaks here and there!

    '!

  4. @libreleah Hi Leah, the #T430 got back fine. It is now super cool and quiet, the big ssd is in and #debian #linux works smoothly. The intel wifi card with ac is great and all-in-all the old bird has really got a new lease of life. Thank you! best regards, Mark
    #libreboot #minifree

  5. @mirabilos @libreleah

    Or #dillo :)

    Plus with #dillo yo can easily add plugins for gopher and Gemini!

  6. fuck u mozilla

    --- memory/build/mozjemalloc.cpp.orig
    +++ memory/build/mozjemalloc.cpp
    @@ -5257,7 +5257,7 @@ static void replace_malloc_init_funcs(malloc_table_t* table) {
    #endif

    #define NOTHROW_MALLOC_DECL(...) \
    - MOZ_MEMORY_API MACRO_CALL(GENERIC_MALLOC_DECL, (noexcept(true), __VA_ARGS__))
    + MOZ_MEMORY_API MACRO_CALL(GENERIC_MALLOC_DECL, (, __VA_ARGS__))

    u will not defeat me mozilla

  7. fuck u mozilla

    --- memory/build/mozjemalloc.cpp.orig
    +++ memory/build/mozjemalloc.cpp
    @@ -5257,7 +5257,7 @@ static void replace_malloc_init_funcs(malloc_table_t* table) {
    #endif

    #define NOTHROW_MALLOC_DECL(...) \
    - MOZ_MEMORY_API MACRO_CALL(GENERIC_MALLOC_DECL, (noexcept(true), __VA_ARGS__))
    + MOZ_MEMORY_API MACRO_CALL(GENERIC_MALLOC_DECL, (, __VA_ARGS__))

    u will not defeat me mozilla

  8. fuck u mozilla

    --- memory/build/mozjemalloc.cpp.orig
    +++ memory/build/mozjemalloc.cpp
    @@ -5257,7 +5257,7 @@ static void replace_malloc_init_funcs(malloc_table_t* table) {
    #endif

    #define NOTHROW_MALLOC_DECL(...) \
    - MOZ_MEMORY_API MACRO_CALL(GENERIC_MALLOC_DECL, (noexcept(true), __VA_ARGS__))
    + MOZ_MEMORY_API MACRO_CALL(GENERIC_MALLOC_DECL, (, __VA_ARGS__))

    u will not defeat me mozilla

  9. fuck u mozilla

    --- memory/build/mozjemalloc.cpp.orig
    +++ memory/build/mozjemalloc.cpp
    @@ -5257,7 +5257,7 @@ static void replace_malloc_init_funcs(malloc_table_t* table) {


    NOTHROW_MALLOC_DECL(...) \
    - MOZ_MEMORY_API MACRO_CALL(GENERIC_MALLOC_DECL, (noexcept(true), __VA_ARGS__))
    + MOZ_MEMORY_API MACRO_CALL(GENERIC_MALLOC_DECL, (, __VA_ARGS__))

    u will not defeat me mozilla

  10. fuck u mozilla

    --- memory/build/mozjemalloc.cpp.orig
    +++ memory/build/mozjemalloc.cpp
    @@ -5257,7 +5257,7 @@ static void replace_malloc_init_funcs(malloc_table_t* table) {
    #endif

    #define NOTHROW_MALLOC_DECL(...) \
    - MOZ_MEMORY_API MACRO_CALL(GENERIC_MALLOC_DECL, (noexcept(true), __VA_ARGS__))
    + MOZ_MEMORY_API MACRO_CALL(GENERIC_MALLOC_DECL, (, __VA_ARGS__))

    u will not defeat me mozilla

  11. int
    openat2p(int dirfd, const char *path,
    int flags, mode_t mode)
    {
    #ifdef __linux__
    struct open_how how = {
    .flags = flags,
    .mode = mode,
    .resolve =
    RESOLVE_BENEATH |
    RESOLVE_NO_SYMLINKS |
    RESOLVE_NO_MAGICLINKS
    };
    #endif

    if (dirfd < 0) {
    errno = EBADF;
    return -1;
    }

    if (path == NULL) {
    errno = EFAULT;
    return -1;
    }

    #ifdef __linux__
    return syscall(SYS_openat2, dirfd, path, &how, sizeof(how));
    #else
    return openat(dirfd, path, flags, mode);
    #endif
    }

  12. int
    openat2p(int dirfd, const char *path,
    int flags, mode_t mode)
    {
    #ifdef __linux__
    struct open_how how = {
    .flags = flags,
    .mode = mode,
    .resolve =
    RESOLVE_BENEATH |
    RESOLVE_NO_SYMLINKS |
    RESOLVE_NO_MAGICLINKS
    };
    #endif

    if (dirfd < 0) {
    errno = EBADF;
    return -1;
    }

    if (path == NULL) {
    errno = EFAULT;
    return -1;
    }

    #ifdef __linux__
    return syscall(SYS_openat2, dirfd, path, &how, sizeof(how));
    #else
    return openat(dirfd, path, flags, mode);
    #endif
    }

  13. int
    openat2p(int dirfd, const char *path,
    int flags, mode_t mode)
    {
    #ifdef __linux__
    struct open_how how = {
    .flags = flags,
    .mode = mode,
    .resolve =
    RESOLVE_BENEATH |
    RESOLVE_NO_SYMLINKS |
    RESOLVE_NO_MAGICLINKS
    };
    #endif

    if (dirfd < 0) {
    errno = EBADF;
    return -1;
    }

    if (path == NULL) {
    errno = EFAULT;
    return -1;
    }

    #ifdef __linux__
    return syscall(SYS_openat2, dirfd, path, &how, sizeof(how));
    #else
    return openat(dirfd, path, flags, mode);
    #endif
    }

  14. int
    openat2p(int dirfd, const char *path,
    int flags, mode_t mode)
    {
    __linux__
    struct open_how how = {
    .flags = flags,
    .mode = mode,
    .resolve =
    RESOLVE_BENEATH |
    RESOLVE_NO_SYMLINKS |
    RESOLVE_NO_MAGICLINKS
    };

    if (dirfd < 0) {
    errno = EBADF;
    return -1;
    }

    if (path == NULL) {
    errno = EFAULT;
    return -1;
    }

    __linux__
    return syscall(SYS_openat2, dirfd, path, &how, sizeof(how));

    return openat(dirfd, path, flags, mode);

    }

  15. int
    openat2p(int dirfd, const char *path,
    int flags, mode_t mode)
    {
    #ifdef __linux__
    struct open_how how = {
    .flags = flags,
    .mode = mode,
    .resolve =
    RESOLVE_BENEATH |
    RESOLVE_NO_SYMLINKS |
    RESOLVE_NO_MAGICLINKS
    };
    #endif

    if (dirfd < 0) {
    errno = EBADF;
    return -1;
    }

    if (path == NULL) {
    errno = EFAULT;
    return -1;
    }

    #ifdef __linux__
    return syscall(SYS_openat2, dirfd, path, &how, sizeof(how));
    #else
    return openat(dirfd, path, flags, mode);
    #endif
    }

  16. anyway, i just want to say virgin media is the worst isp.

    my l2tp tunnel is running through it, only because they're the fastest isp in my area.

    i recently fixed an issue:

    virgin seems to throttle UDP-based tunnels, especially L2TP. really awful traffic shaping.

    to mitigate, i'm tunneling #aaisp l2tp service through *another* type of tunnel that vm don't throttle. it adds latency but it works.

    someone said also: mangle l2tp packets on client/server, making them look like TCP to fool virgin.

  17. anyway, i just want to say virgin media is the worst isp.

    my l2tp tunnel is running through it, only because they're the fastest isp in my area.

    i recently fixed an issue:

    virgin seems to throttle UDP-based tunnels, especially L2TP. really awful traffic shaping.

    to mitigate, i'm tunneling #aaisp l2tp service through *another* type of tunnel that vm don't throttle. it adds latency but it works.

    someone said also: mangle l2tp packets on client/server, making them look like TCP to fool virgin.

  18. anyway, i just want to say virgin media is the worst isp.

    my l2tp tunnel is running through it, only because they're the fastest isp in my area.

    i recently fixed an issue:

    virgin seems to throttle UDP-based tunnels, especially L2TP. really awful traffic shaping.

    to mitigate, i'm tunneling #aaisp l2tp service through *another* type of tunnel that vm don't throttle. it adds latency but it works.

    someone said also: mangle l2tp packets on client/server, making them look like TCP to fool virgin.

  19. anyway, i just want to say virgin media is the worst isp.

    my l2tp tunnel is running through it, only because they're the fastest isp in my area.

    i recently fixed an issue:

    virgin seems to throttle UDP-based tunnels, especially L2TP. really awful traffic shaping.

    to mitigate, i'm tunneling l2tp service through *another* type of tunnel that vm don't throttle. it adds latency but it works.

    someone said also: mangle l2tp packets on client/server, making them look like TCP to fool virgin.

  20. LibreLane 3.0 has officially been released! 🎉

    With this release, LibreLane finally has a logo! What's more, we now have a website showcasing LibreLane's capabilities, as well as a blog featuring development updates and announcements.

    Read the full blog post here: librelane.org/blog/2026-03-25-
    LibreLane website: librelane.org/
    Install LibreLane today: docs.librelane.org/

  21. 🚨Ne manquez pas votre RDV avec Attac63 :

    📆 mercredi 3 décembre à 20h
    📍 Centre Jean Richepin, salle 4.

    🗣️ « Le Mercosur ? Pas d’accord ! »

    On va discuter du traité de libre-échange « UE-Mercosur » :

    1️⃣ état des lieux et un quiz
    2️⃣ discussion autour d’extraits vidéos de « UE-MERCOSUR : La catastrophe sociale & environnementale qui nous guette »
    3️⃣ Perspectives & actions

    ➡️ Entrée libre : venez nombreux·ses !

    ➡️ attac63.site.attac.org/activit

    #LibreEchange #StopUEMercosur

  22. In a mountainous region in Italy where internet access is not possible for many, locals interconnect in the valleys between the mountains using WiFi antennas connected to routers running libremesh (and some other FOSS based layers). Technology often gives us the illusion of being independent, as if we did not depend on geography or food. Here, technology actually *creates* connections, and makes visible how much we do depend on our environment and on other people.

    #libremesh #communitynetwork

  23. LibreLab – IA sesión #1
    ¿Querés experimentar con inteligencia artificial tipo ChatGPT? Este encuentro es una puerta de entrada para personas curiosas de todas las áreas.

    📍 8 Michis @espacio8michis (Duarte Quirós y Sol de Mayo), Córdoba, Argentina
    📅 Lunes 16 de junio (feriado)
    🕕 De 18 a 20 hs
    🔗 Inscripción: librebase.org.ar

    💻 Se recomienda traer computadora. Vamos a mandar instrucciones previas para que vengas listo.
    🎟️ Encuentro gratuito con contribución voluntaria para el espacio.
    📬 Cupos limitados → ¡inscribite y reservá tu lugar!

    ¿Qué vamos a hacer?
    - Ejercicios comparando prompts buenos y malos
    - Probar chats en tu propia compu
    - Cómo darle instrucciones a la IA (prompts)
    - Qué pueden y qué no pueden hacer estas herramientas
    - ¿Me puedo fiar de lo que responde?

    ¿A quién está dirigido?

    Personas curiosas, de cualquier área, que quieran experimentar con nuevas tecnologías. Programadores, artistas, educadores, escritores, la idea es que sea un espacio multidisciplinario.
    No hace falta tener conocimientos previos en IA.
    Sí es importante tener uso cotidiano de internet (email, descargar archivos, registrarse en plataformas, etc).

    🧪 Inauguramos LibreLab, un hacklab en LibreBase para explorar tecnologías libres, abiertas y sociales. ¡Sumate a esta primera sesión!
    📩 Consultas: [email protected]
    🗣️ ¿Qué te gustaría preguntarle a una IA? Comentanos abajo 👇

    #LibreLab #IA #ChatGPT #Hacklab #TecnologíaLibre #TallerIA #LibreBase #Argentina #Innovación #Experimentación

  24. We reached out to parties before general elections in . Here’s who supports digital transparency.

    For more, you can check out the link: librelabs.cc/blog/pmpc-the-fin

  25. Budskabet spredes – 1/∞

    Librelab omtalt i Frederiksborg Amts Avis (Sjællandske Nyheder) - 16. april 2026 Efter en forlænget påskeinduceret blog-pause, er vi tilbage! 😅 📣 Denne uge har vi modtaget et par omtaler. Frederiksborg Amts Avis Sjællandske Nyheder - der blandt andet har Frederiksborg Amts Avis - har interviewet os, og bragt en artikel i ERHVERV Nordsjælland, om hvorfor vi har stiftet Librelab. Erhvervsjournalist Ulla Oppermann Blankholm har gjort et godt stykke arbejde, med at få kogt en […]

    librelab.eu/2026/04/budskabet-

  26. Budskabet spredes – 1/∞

    Librelab omtalt i Frederiksborg Amts Avis (Sjællandske Nyheder) - 16. april 2026 Efter en forlænget påskeinduceret blog-pause, er vi tilbage! 😅 📣 Denne uge har vi modtaget et par omtaler. Frederiksborg Amts Avis Sjællandske Nyheder - der blandt andet har Frederiksborg Amts Avis - har interviewet os, og bragt en artikel i ERHVERV Nordsjælland, om hvorfor vi har stiftet Librelab. Erhvervsjournalist Ulla Oppermann Blankholm har gjort et godt stykke arbejde, med at få kogt en […]

    librelab.eu/2026/04/budskabet-

  27. Budskabet spredes – 1/∞

    Librelab omtalt i Frederiksborg Amts Avis (Sjællandske Nyheder) - 16. april 2026 Efter en forlænget påskeinduceret blog-pause, er vi tilbage! 😅 📣 Denne uge har vi modtaget et par omtaler. Frederiksborg Amts Avis Sjællandske Nyheder - der blandt andet har Frederiksborg Amts Avis - har interviewet os, og bragt en artikel i ERHVERV Nordsjælland, om hvorfor vi har stiftet Librelab. Erhvervsjournalist Ulla Oppermann Blankholm har gjort et godt stykke arbejde, med at få kogt en […]

    librelab.eu/2026/04/budskabet-

  28. Budskabet spredes – 1/∞

    Librelab omtalt i Frederiksborg Amts Avis (Sjællandske Nyheder) - 16. april 2026 Efter en forlænget påskeinduceret blog-pause, er vi tilbage! 😅 📣 Denne uge har vi modtaget et par omtaler. Frederiksborg Amts Avis Sjællandske Nyheder - der blandt andet har Frederiksborg Amts Avis - har interviewet os, og bragt en artikel i ERHVERV Nordsjælland, om hvorfor vi har stiftet Librelab. Erhvervsjournalist Ulla Oppermann Blankholm har gjort et godt stykke arbejde, med at få kogt en […]

    librelab.eu/2026/04/budskabet-

  29. Budskabet spredes – 1/∞

    Librelab omtalt i Frederiksborg Amts Avis (Sjællandske Nyheder) - 16. april 2026 Efter en forlænget påskeinduceret blog-pause, er vi tilbage! 😅 📣 Denne uge har vi modtaget et par omtaler. Frederiksborg Amts Avis Sjællandske Nyheder - der blandt andet har Frederiksborg Amts Avis - har interviewet os, og bragt en artikel i ERHVERV Nordsjælland, om hvorfor vi har stiftet Librelab. Erhvervsjournalist Ulla Oppermann Blankholm har gjort et godt stykke arbejde, med at få kogt en […]

    librelab.eu/2026/04/budskabet-

  30. @fasnix @jedie @libremesh und #freifunk nutzen WLAN mit entsprechenden Bandbreiten und setzen darauf Meshnetzwerke auf. Im Gegensatz zu Meshtastic, dem Lora zugrunde liegt und das von der Bandbreite eher nur auf Textnachrichten ausgelegt ist. In Meshtastic-Netzwerken arbeitet man meist auch ohne bzw. unabhängig vom Internet