I knew something was fishy when they tried to get everyone to switch from saying "child porn" to "CSAM" and I think I'm starting to see what.
-
@pettanko@tsundere.love @Suiseiseki@freesoftwareextremist.com Anyway I had never heard about this game but it looks interesting so I think I'm gonna enjoy playing some 奴隷との生活 when I get home just because I can to celebrate living in a country that doesn't put people in jail for owning drawings.
-
@SuperDicq @pettanko You shouldn't run such game, simply because it's proprietary software.
If it was free software, then there wouldn't be a reason not to run it, but why?@Suiseiseki@freesoftwareextremist.com @pettanko@tsundere.love But I'm already doing my part writing a free software game engine replacement for a game that contains sexual content considered taboo by most western countries. Maybe I'll work on another one when this one is done.
-
@Suiseiseki@freesoftwareextremist.com @pettanko@tsundere.love But I'm already doing my part writing a free software game engine replacement for a game that contains sexual content considered taboo by most western countries. Maybe I'll work on another one when this one is done.
@SuperDicq @pettanko After glancing at the game script files, it seems that the characters are 18 and she's not your sister, which isn't particularly taboo in western countries.
Apparently someone did exercise their freedom to release a version which "fixed" such perceived flaws. -
@SuperDicq @pettanko After glancing at the game script files, it seems that the characters are 18 and she's not your sister, which isn't particularly taboo in western countries.
Apparently someone did exercise their freedom to release a version which "fixed" such perceived flaws.@Suiseiseki@freesoftwareextremist.com @pettanko@tsundere.love Also if you've read the script files maybe you could write a parser for them using GNU Bison so we can port the game to GNU C instead of Python.
-
@Suiseiseki@freesoftwareextremist.com @pettanko@tsundere.love Also if you've read the script files maybe you could write a parser for them using GNU Bison so we can port the game to GNU C instead of Python.
-
@SuperDicq @pettanko Is there some defect with Python that would make it important to port the game away from Python?
@Suiseiseki@freesoftwareextremist.com @pettanko@tsundere.love No, there's nothing wrong with it. I just thought this would be more according to your tastes.
-
@Suiseiseki@freesoftwareextremist.com @pettanko@tsundere.love No, there's nothing wrong with it. I just thought this would be more according to your tastes.
-
@SuperDicq @pettanko I don't like python, but it is a free language.
@Suiseiseki@freesoftwareextremist.com @pettanko@tsundere.love I love/hate Python. I like writing it because I find its syntax quite pleasing to write and navigate in general. But I hate it's interpreter performance and also its import system and terrible package management.
-
@Suiseiseki@freesoftwareextremist.com @pettanko@tsundere.love I love/hate Python. I like writing it because I find its syntax quite pleasing to write and navigate in general. But I hate it's interpreter performance and also its import system and terrible package management.
I@SuperDicq@minidisc.tokyo @pettanko I hate writing python as its syntax and functions are terrible - making it difficult to do things that would be trivial in C.
How the indentation is part of the syntax makes it painful to navigate.
It does have terrible performance and only gentoo ebuild's properly package it. -
I@SuperDicq@minidisc.tokyo @pettanko I hate writing python as its syntax and functions are terrible - making it difficult to do things that would be trivial in C.
How the indentation is part of the syntax makes it painful to navigate.
It does have terrible performance and only gentoo ebuild's properly package it.@Suiseiseki @SuperDicq @pettanko dunno how indentation can be painful because in most other languages you, hopefully, do indent your code.
Though PEP-8 lovers can burn in hell. Some pythonists follow it religiously but the document really says it's for standard library. -
@Suiseiseki @SuperDicq @pettanko dunno how indentation can be painful because in most other languages you, hopefully, do indent your code.
Though PEP-8 lovers can burn in hell. Some pythonists follow it religiously but the document really says it's for standard library.@a1ba@suya.place @Suiseiseki@freesoftwareextremist.com @pettanko@tsundere.love I have not read PEP-8. I simply format my code in the way that I like think looks best. It's probably inconsistent in some places, I have not checked.
I did make an emacs function to format all my imports nicely tho. -
@a1ba@suya.place @Suiseiseki@freesoftwareextremist.com @pettanko@tsundere.love I have not read PEP-8. I simply format my code in the way that I like think looks best. It's probably inconsistent in some places, I have not checked.
I did make an emacs function to format all my imports nicely tho.@SuperDicq @Suiseiseki @pettanko and you better not, it tells nonsense things like indenting with four spaces.