Conversation
Notices
-
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Thursday, 19-Sep-2024 22:31:29 JST Pleroma-tan :NYNStare: -
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Thursday, 19-Sep-2024 22:35:45 JST 翠星石 @kirby https://www.gnu.org/philosophy/who-does-that-server-really-serve.html -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Thursday, 19-Sep-2024 22:36:53 JST Pleroma-tan @Suiseiseki good news for you is i am developing my own GPLv3 Compliant Alternative™️ In conversation permalink -
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Thursday, 19-Sep-2024 22:38:01 JST 翠星石 @kirby The whole idea of free software is that it replaces proprietary software permanently rather than being a mere alternative.
GPLv3-only or GPLv3-or-later?
AGPLv3-or-later is the ultimate license really.In conversation permalink -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Thursday, 19-Sep-2024 22:41:16 JST Pleroma-tan @Suiseiseki the last one, i don't really care for this meme project In conversation permalink -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Thursday, 19-Sep-2024 22:41:24 JST Pleroma-tan @Zergling_man @Suiseiseki ITS OF INCREDIBLE IMPORTANCE TO MANY PEOPLE In conversation permalink -
Embed this notice
Zergling_man (zergling_man@sacred.harpy.faith)'s status on Thursday, 19-Sep-2024 22:41:25 JST Zergling_man @Suiseiseki @kirby Imagine needing a dedicated tool to generate random bytes. In conversation permalink -
Embed this notice
Zergling_man (zergling_man@sacred.harpy.faith)'s status on Thursday, 19-Sep-2024 22:42:15 JST Zergling_man @kirby @Suiseiseki Skill issue In conversation permalink -
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Thursday, 19-Sep-2024 22:46:18 JST 翠星石 @Zergling_man @kirby Random bytes isn't what's wanted, rather it's random UTF-8 characters.
It can be done on your computer with GNU dd and GNU iconv mind you; `dd if=/dev/urandom of=./random_UTF-8.utf8 bs=1024 count=1 2>/dev/null && iconv -cf 'SHIFT-JIS' -t 'UTF-8' ./random_UTF-8.utf8 && cat ./random_UTF-8.utf8 2> /dev/null`
This isn't exactly completely random, as Shift-JIS does follow some pattern, but it's enough of a mess the output is random enough.In conversation permalink -
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Thursday, 19-Sep-2024 22:50:35 JST 翠星石 @Zergling_man No it isn't, as UTF-8 has a defined layout and random data will not pass a compliant UTF-8 decoder. In conversation permalink -
Embed this notice
Zergling_man (zergling_man@sacred.harpy.faith)'s status on Thursday, 19-Sep-2024 22:50:37 JST Zergling_man @Suiseiseki @kirby It's much the same thing. In conversation permalink
-
Embed this notice