Git Product home page Git Product logo

Comments (13)

magu avatar magu commented on July 21, 2024

On most modern operating systems, Python is installed by default.

from dedrm_tools.

trollcop avatar trollcop commented on July 21, 2024

I am using Windows 8.1 Pro.

from dedrm_tools.

magu avatar magu commented on July 21, 2024

Yup, I sad most, not all, modern operating systems. Blame Microsoft on not including one of the pillars of modern computing in their base install.

from dedrm_tools.

magu avatar magu commented on July 21, 2024

If a specific tool is written in python, it's quite hard to use it without installing Python the program. Also, not requiring Python would both require rewriting the program in question, and providing specialized binaries for every single operating system you wish to target. Much simpler using something like Python for this sort of tool, since it runs on every system under the sun.

from dedrm_tools.

trollcop avatar trollcop commented on July 21, 2024

So the goal of the project is to shittily run on "every system under the sun" and make it unusable on the only one that everyone actually uses? What's next, you will provide BeOS binaries?

rewriting these hacks in C would probably take less effort than maintaining the read-only garbage that is python.

from dedrm_tools.

magu avatar magu commented on July 21, 2024

Runs fine for me. You're most welcome to rewrite it though, if you're so inclined.

from dedrm_tools.

memoz avatar memoz commented on July 21, 2024

Well, why don't you try creating this software yourself if you find it to
be unacceptable?
2015-6-13 下午4:20于 "dongie" [email protected]写道:

In 2015, this is completely fucking unacceptable.
Stop forcing users to install shit they will never use again.


Reply to this email directly or view it on GitHub
#18.

from dedrm_tools.

ElleKayEm avatar ElleKayEm commented on July 21, 2024

You could use the calibre plug-in. Or you could buy the software that people have created from this free tool.

from dedrm_tools.

trollcop avatar trollcop commented on July 21, 2024

calibre plugin is python last I checked.
inside the zip it was all the .py files.
On Jun 15, 2015 8:52 AM, "ElleKayEm" [email protected] wrote:

You could use the calibre plug-in. Or you could buy the software that
people have created from this free tool.


Reply to this email directly or view it on GitHub
#18 (comment)
.

from dedrm_tools.

ElleKayEm avatar ElleKayEm commented on July 21, 2024

But you only need to install python if you're using the stand alone tool.

from dedrm_tools.

Lord-Evil avatar Lord-Evil commented on July 21, 2024

@trollcop
Aww.. Looks like someone got his first period! :-D
How much of a brain damage one should have not to respect Python for what it is? It's one of the most powerful and popular tools out there for high level programming. I see no sane reason why would anybody give in easy CROSS-PLATFORM scripting solution(no platform dependant binaries) for C.
Go on, unpack your ASM and show us what you've got! xD

from dedrm_tools.

trollcop avatar trollcop commented on July 21, 2024

It's one of the most powerful and popular tools out there for high level programming.

Not even close.

Its completely unreadable syntax, people writing it usually having no clue and just relying on pre-existing "libraries" to do most of the work so you end up with needing to install retarded dependencies just to run a simple dumb script.

And the read-only nature of the resulting code that nobody wants to touch or maintain.

C is universal and anyone looking at it can immediately see what's going on.
Anything that takes more than 10 lines of python is probably faster to rewrite in C than try to figure out what the fuck it does.

from dedrm_tools.

magu avatar magu commented on July 21, 2024

Then go right ahead and rewrite it. Put your money where your mouth is ...

8 juli 2015 kl. 10:53 skrev dongie [email protected]:

It's one of the most powerful and popular tools out there for high level programming.

Not even close.

Its completely unreadable syntax, people writing it usually having no clue and just relying on pre-existing "libraries" to do most of the work so you end up with needing to install retarded dependencies just to run a simple dumb script.

And the read-only nature of the resulting code that nobody wants to touch or maintain.

C is universal and anyone looking at it can immediately see what's going on.
Anything that takes more than 10 lines of python is probably faster to rewrite in C than try to figure out what the fuck it does.


Reply to this email directly or view it on GitHub.

from dedrm_tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.