"Don't roll your own crypto" is a psyop by the NSA, to simplify their efforts in cryptanalysis. You should absolutely invent your own cryptographic protocols, make them as deranged as only possible.
Notices by THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)
-
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Friday, 17-Jan-2025 03:50:35 JST THE MARTYR OF BUTLERIAN JIHAD -
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Saturday, 14-Dec-2024 17:15:03 JST THE MARTYR OF BUTLERIAN JIHAD The CEO of Mozilla earns more money than Linux Foundation spends on the Linux kernel. Let that sink in for a second.
-
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Monday, 02-Dec-2024 09:22:19 JST THE MARTYR OF BUTLERIAN JIHAD It starts with JavaScript, or, I suppose, the lack thereof. The community has become rather insistent that the language is to be avoided at all costs, and for good reason. By nature, it is vulnerability prone, and it provides many avenues for fingerprinting, despite Tor’s best efforts to prevent it. The website must be fully featured without a single line of JavaScript, which leads to some creative programming.
The only acceptable solution to the JavaScript problem is...
TOTAL JAVASCRIPT DEATH
-
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Thursday, 26-Sep-2024 16:48:49 JST THE MARTYR OF BUTLERIAN JIHAD @Arwalk Valve dudes are unhappy that FDO autists take years (literally) to pass even the most basic of protocols and started their own repo of Wayland extensions, open for submissions from anyone.
https://github.com/misyltoad/frog-protocols
cc @sun
In conversation from mstdn.starnix.network permalink -
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Thursday, 26-Sep-2024 16:44:04 JST THE MARTYR OF BUTLERIAN JIHAD I love how Wayland people are forced upon a sudden realisation that their endless cycle of self-proclaimed bureaucratic circlejerk isn't flying with most people. Especially those who want a working desktop windowing system.
Gaben and his people are the true saviours of L'Eunuchs.
In conversation from mstdn.starnix.network permalink Attachments
-
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Thursday, 26-Sep-2024 04:55:36 JST THE MARTYR OF BUTLERIAN JIHAD Imagine the world is Emacs used Scheme instead...
In conversation from mstdn.starnix.network permalink -
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Wednesday, 25-Sep-2024 18:01:56 JST THE MARTYR OF BUTLERIAN JIHAD @Suiseiseki nobody gives a crap about the utter failure that is GNU
In conversation from mstdn.starnix.network permalink -
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Tuesday, 24-Sep-2024 22:30:47 JST THE MARTYR OF BUTLERIAN JIHAD @kirby it was never even alive to begin with
In conversation from mstdn.starnix.network permalink -
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Tuesday, 24-Sep-2024 22:28:16 JST THE MARTYR OF BUTLERIAN JIHAD @kirby Eunuchs is dead
In conversation from mstdn.starnix.network permalink -
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Tuesday, 24-Sep-2024 22:26:10 JST THE MARTYR OF BUTLERIAN JIHAD Just a gentle reminder. All this modern IDE tooling that you've grown to rely upon makes you an objectively worse programmer.
In conversation from mstdn.starnix.network permalink Attachments
-
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Wednesday, 18-Sep-2024 18:33:47 JST THE MARTYR OF BUTLERIAN JIHAD Even though NULL is the holy cow of C programmers, treated very specially by C compilers, technically nothing stops you from doing this.
~ sudo sysctl vm.mmap_min_addr=0
vm.mmap_min_addr = 0~ cat null.c
#include
#include
#includeint main(void) {
char *addr = mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED|MAP_FIXED|MAP_ANONYMOUS, -1, 0);
if (addr == MAP_FAILED) {
perror("mmap");
return 1;
}
printf("We have successfully mapped %p\n", addr);
strcpy(addr, "ON NOES YOU HAVE WORMS IN YOUR NULL");
printf("%s\n", NULL);
}
~ gcc null.c -o null
~ ./null
We have successfully mapped (nil)
ON NOES YOU HAVE WORMS IN YOUR NULLWHERE IS YOUR GOD NOW?
In conversation from mstdn.starnix.network permalink Attachments
-
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Saturday, 17-Aug-2024 18:32:01 JST THE MARTYR OF BUTLERIAN JIHAD I can also bet money that this thing runs some kind of BSD lol
In conversation from mstdn.starnix.network permalink -
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Friday, 16-Aug-2024 18:34:38 JST THE MARTYR OF BUTLERIAN JIHAD https://dayzerosec.com/blog/2023/04/17/reversing-the-amd-secure-processor-psp.html
Modern versions of the PSP utilize an on-die ARMv7 Cortex-A5 core, which starts before x86 cores are taken out of reset.
I thoroughly enjoy that every x86 CPU is a whole computer with an ARM chip and x86 co-processor cores in disguise.
In conversation from mstdn.starnix.network permalink Attachments
-
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Thursday, 01-Aug-2024 08:03:59 JST THE MARTYR OF BUTLERIAN JIHAD Where do you get computer science news? Lambda the Ultimate has been comatose for some time now.
In conversation from mstdn.starnix.network permalink -
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Monday, 24-Jun-2024 17:54:35 JST THE MARTYR OF BUTLERIAN JIHAD @iska @icedquinn what is it with lispers hating scheme so much?
In conversation from mstdn.starnix.network permalink -
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Monday, 24-Jun-2024 17:00:34 JST THE MARTYR OF BUTLERIAN JIHAD Lispbros, it's so over...
In conversation from mstdn.starnix.network permalink Attachments
-
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Monday, 17-Jun-2024 07:20:11 JST THE MARTYR OF BUTLERIAN JIHAD x86 is a bad architecture and I'm hopeful that it dies soon.
In conversation from mstdn.starnix.network permalink -
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Friday, 17-May-2024 23:49:52 JST THE MARTYR OF BUTLERIAN JIHAD Daily reminder that Mozilla today are a bunch of petty ass-backwards retarded clowns. And everyone responsible for its regression to the current state deserves to be pumped full of molten lead mixed with acid through a spiked urethra catheter.
https://github.com/dimdenGD/OldTwitter/discussions/752
https://twitter.com/d1mden/status/1783892349430460819In conversation from mstdn.starnix.network permalink Attachments
-
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Thursday, 11-Apr-2024 09:09:47 JST THE MARTYR OF BUTLERIAN JIHAD @dcc @rek2 @threat no, you are just being petty about some dude on the internet not liking your favourite software
In conversation from mstdn.starnix.network permalink -
Embed this notice
THE MARTYR OF BUTLERIAN JIHAD (icon_of_computational_sin@mstdn.starnix.network)'s status on Thursday, 11-Apr-2024 09:06:09 JST THE MARTYR OF BUTLERIAN JIHAD @dcc @rek2 @threat i wouldn't know what a hot dog with shit tastes like, but I'm glad you've had this experience for all of us.
In conversation from mstdn.starnix.network permalink