Search
333 results for “libreleah”
-
Some people are just going too far with the hostile #fork culture, when there are more productive ways to collaborate on #libre software. What we've got here is failure to communicate with a fellow #FOSS developer. 😶
#GNU Boot people sending cease & desist to the maintainer of #Libreboot is so antithetical to their cause and only digging grave deeper for #FSF. #FreeSoftware and #trademark policies do suuuuuuch a good match, do they not?
But I also recognize that, maybe, @libreleah shouldn't have attempted to get #GNUBoot up to speed, at all? It's not like we're dealing with the brightest of the forks anyway. Just saying there are two sides to this story that I don't get completely. 🤔
-
@thunderbird
Ones I follow:@libreoffice is always clutch
@Tusky, my preferred Android mastodon client
@netbsd <-- the only #BSD with an official fediverse account!!
@libreleah, Leah Rowe, the excellent developer of @libreboot and #osboot
-
@thunderbird
Ones I follow:@libreoffice is always clutch
@Tusky, my preferred Android mastodon client
@netbsd <-- the only #BSD with an official fediverse account!!
@libreleah, Leah Rowe, the excellent developer of @libreboot and #osboot
-
@thunderbird
Ones I follow:@libreoffice is always clutch
@Tusky, my preferred Android mastodon client
@netbsd <-- the only #BSD with an official fediverse account!!
@libreleah, Leah Rowe, the excellent developer of @libreboot and #osboot
-
@thunderbird
Ones I follow:@libreoffice is always clutch
@Tusky, my preferred Android mastodon client
@netbsd <-- the only #BSD with an official fediverse account!!
@libreleah, Leah Rowe, the excellent developer of @libreboot and #osboot
-
Fun fact: If you buy something from minifree.org you get a free autograph from #libreboot and #osboot founder @libreleah !
...it's at the bottom of an invoice, but still! 😂 -
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
};
#endifif (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
} -
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
-
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
-
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
-
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
-
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
-
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
};
#endifif (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
} -
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
};
#endifif (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
} -
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
};
#endifif (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
} -
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
};
#endifif (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
} -
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.
-
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.
-
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.
-
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.
-
if someone has a #libreboot t480 or t480s, please report to #libreboot irc on libera.
there is a patch i want to test, relating to thunderbolt functionality. i will also test this myself, but having another user present will help too.
this patch: https://review.coreboot.org/c/coreboot/+/88490
i will send you a rom to test
-
https://canoeboot.org/news/gnu.html
The Canoeboot project provides free (libre) boot firmware based on coreboot, replacing proprietary BIOS/UEFI firmware on specific Intel/AMD x86 and ARM based motherboards, including laptop and desktop computers. It initialises the hardware (e.g. memory controller, CPU, peripherals) and starts a bootloader for your operating system. GNU+Linux and BSD are well-supported. Help is available via #canoeboot on Libera IRC.
Should Canoeboot become GNU Canoeboot?
Discuss!
-
2 anos atrás, Criminoso de pensamento Richard Stallman foi falsamente acusado de defender estupro em uma campanha de difamação orwelliana, orquestrada pela mídia mainstream a pedido de fornecedores de software proprietário.36 anos lutando pelo sua liberdade digital, cancelado. Foi tão cruel que ele pediu demissão de seu posto como presidente da FSF.A FSF não fez nada para protegê-lo ou defendê-lo. No entanto, você pode defendê-lo!
-
We already have #WebComicDay (web comic appreciation day), but what about *dead* webcomics?
I haven't seen any annual celebrations of dead web comics. Dead means: no longer online, at the original website, and with no credible successor. So for example, garfield isn't.
I therefore declare 13 December as the annual #DeadWebComicDay
That's today.
https://web.archive.org/web/20190209085035/http://www.hackles.org/
Hackles.org is my favourite dead webcomic. It's about a bunch of linux nerds working in an office. And aged like fine wine.
-
@GossiTheDog even for gaming, windows is going out the door, with the advent of the steamdeck, and steam support being what it is today on linux.
and those chromebooks all run #coreboot or at least google's modified version of it. you can put #mrchromebox coreboot distro on it: https://docs.mrchromebox.tech/
doing this also lets you use normal linux distros really easily. and this is such a magnificent coup on google's part, getting coreboot into so many millions of computers in such a manner. bravo!
-
Danke dir!
Aber, es sagt:
¨Das Video kann leider nicht abgespielt werden.
Beim Abruf aus dem Ausland kann Geoblocking die Ursache sein. Mehr dazu: hilfe.ard.de¨Ich wird eine Deutsch VPN installisiert :)
Hetzner maybe
-
FUN FACT:
A record number of approximately 20 million tourists visited Morocco in the past year, a 13% increase compared to the previous year. A large number of German tourists.
I heard this on tagesschau24 today. My German language learning has not stopped whatsoever since November last year. I watch the news while working (currently working on Minifree orders).
I'm getting to a point now where most of the time, unless I'm really tired or distracted, I understand every sentence I hear on TV.
-
Géopolitique
▶️ L’Inde et l’UE signent un accord de libre-échange qui réduit les droits de douane dans de nombreux secteurs
https://www.lemonde.fr/economie/article/2026/01/27/l-inde-et-l-ue-concluent-un-accord-de-libre-echange-qui-reduit-les-droits-de-douane-dans-de-nombreux-secteurs_6664269_3234.html
#Inde #UE #Europe #France #Allemagne #libreéchange #commerce #douane #économie #vin #autos #textile #médicaments #USA #géopolitique -
@lexinova @Mojeek @Qwant
Exactly. I do have LibreSearch (LibreY) instance of my own, but that is still not good enough for real world. The same way I had tried few other to self host for family, but am struggling to get past the #null responses or #captchas stuff.Also, captcha sometimes become necessary or maybe #anubis like stuff for the crap #bots
-
A Tiny FABulous FPGA on Tiny Tapeout? It's more likely than you think!
Yesterday the TTIHP26a shuttle (https://app.tinytapeout.com/shuttles/ttihp26a) from #TinyTapeout has closed. In it, hundreds of incredible projects.
You can view the full shuttle and its designs here: https://app.tinytapeout.com/projects/3744I had the opportunity to submit an FPGA, which I created using my FABulous LibreLane plugin. For this fabric, I developed a "tiny" tile library that better fits the constraints of Tiny Tapeout.