- Joined
- Jun 2, 2019
>"lesbian"PostmarketOS is unfortunately full steam ahead on the fast train to troontown.
View attachment 7918850
>Berlin
>OSS
>vegan
>pronouns
That's a Bingo!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
>"lesbian"PostmarketOS is unfortunately full steam ahead on the fast train to troontown.
View attachment 7918850
To no real surprise given the happenings (or there the lack of) the past few months, AMD formally announced publicly today that their open-source AMDVLK driver has been discontinued in favor of the Mesa RADV driver for Vulkan needs on Linux.
I am very excited to see how good we can get the Shrek (2001) film to look in 8 mebibytes.The Alliance for Open Media announced today that they will be launching the next-generation AV2 video codec at the end of 2025.
i fucking love free driversRADV's shader compilation speed is black magic. No other GPU driver comes even close.
for some newer generations the driver can just shit the firmware onto the card and be able to do a lot more than beforeAlso I'm pretty sure nvidia has some cryptographic firmware signature shenanigans going on to make sure that OSS drivers can never catch up to the proprietary ones. I might misremember though.
Brown hands made this edit.
>modern needs
geriatric brown hands because that meme is just that atrociousBrown hands made this edit.
No, I made it. I threw it together in about 15 minutes, most of which was finding that image of Linus because I find it funny. I figured since I posted my "Honest Windows BSoD" image (Link) picture that I should post something from the other perspective. The idea is, and this is poorly conveyed in the final image, that BSoDs are basically useless because they typically give very non-specific error codes.Brown hands made this edit.
so your hands are brownNo, I made it. I threw it together in about 15 minutes, most of which was finding that image of Linus because I find it funny. I figured since I posted my "Honest Windows BSoD" image (Link) picture that I should post something from the other perspective. The idea is, and this is poorly conveyed in the final image, that BSoDs are basically useless because they typically give very non-specific error codes.
well the best way to do that is by shitting on the os most infamous for non-specific bsods with meaningless error codesThe idea is, and this is poorly conveyed in the final image, that BSoDs are basically useless because they typically give very non-specific error codes.
you probably should have made one with that one systemd service that does bsod screensI should post something from the other perspective.



Linux does not support the security option. But linux DOES support the record route option, and that option can provide a lot more space for slurs if you need it.There are a lot of places in the protocol stack where you have either unused or padding bytes or even outright optional fields that are sometimes even under the applications control.
For example in IPv4 you have the header option "Security" (rfc791 page17). Which for example takes 9 bytes of whatever random data you want to tag your IP packets with.
Now off to see if there is a suitable setsockopt() call where we can provide the 9 byte "security label" a.k.a. the string "NIGGER "
EDIT: Yeah, someone just needs to write a small LD_PRELOAD that intercepts the call to socket and adds the appropriate calls to :
setsockopt(sock, IPPROTO_IP, IP_OPTIONS, ...
adding the Security option contatining the string NIGGER should do the trick.
#include <netinet/ip.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <dlfcn.h>
int (*real_socket)(int domain, int type, int protocol);
int socket(int domain, int type, int protocol)
{
int s;
if (real_socket == NULL) {
real_socket = dlsym(RTLD_NEXT, "socket");
}
s = real_socket(domain, type, protocol);
if (domain == AF_INET) {
unsigned char opt[] = { 7, 15, 12,
'N','I','G','G','E','R',0,0,0,0,0,0,
0};
setsockopt(s, IPPROTO_IP, IP_OPTIONS,
&opt[0], sizeof(opt)));
}
return s;
}
that's why you need to insert n-bombs into tcp packets directly in the cpu microcode; you just can't rely on having this kind of thing in userspace. also ld_preload won't always work so this isn't foolproof (it doesn't make every packet based! the horror!)Linux does not support the security option
try some [code="C"][/code] tags[unholy formatting]
that will show themMake any program based using LD_PRELOAD
LD_PRELOAD=./socket.so telnet 8.8.8.8
<sys/syscall.h><netinet/ip.h> for that matterThe first because it was cut-n-paste from another LD_PRELOAD program I have.also why does this program include<sys/syscall.h>
or<netinet/ip.h>for that matter
What "modern needs"? The tools we have work fine and to my knowledge the Rust rewrite is not supposed to change functionality, so what magic Rust does even bring here?
Putting this kind of garbage in the test environment makes people distrustful towards the new version and just wastes everyone's time. Why should anyone give the new tools the benefit of the doubt when the people working on these can't even be arsed to finish the job?uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust. While all programs have been implemented, some options might be missing or different behavior might be experienced.
Ask the "modern audience"What "modern needs"?
for(int i = 0; i < 99999999; i++) { mkdir("a"); chdir("a"); }.type Gender is (M, F); on page 59 of the Ada95 reference manual. Accept no substitutes.