You don’t have to host a website. Just make software that works like the website and runs locally.
No offense, but you were told about handbrake, a tool that goes out of its way to offer a cross-platform GUI and complained about it not immediately working- with no elaboration.
We learn to write before we learn to navigate computer systems- the command line is only scary because digital illiteracy is taught to us the second we are presented with the windows/macos login screen. It truly does not get simpler than telling a computer convert image.pdfimage.jpg.
These tools are daunting, yes, and it’s not your fault that everyone is taught that computers are magic boxes we have no real control over, but the hours you spend in a command line are just like the hours you spend learning to sew, or play an instrument. Nobody starts with every manpage seared into their brain, but if you’re able to look up a sketchy website that may well give you malware, you have the tools needed to learn this valuable skill.
No offense but as I mentioned previously, I downloaded handbrake and it did not work because it does not function like those websites.
the command line is only scary because digital illiteracy is taught to us the second we are presented with the windows/macos login screen
The command line is not “scary”, it just requires specialized knowledge. If I’m presented with a GUI I don’t need any specialized knowledge, I just look at the available options and click the ones I need. In the command line I’m not presented with a fuckin thing except a black box and text field, and when I spend my time searching the web for commands and then type them in, they return a generic error with no diagnostic information and I waste hours trying to figure it out.
I’m telling you this is not for lack of trying. Im not helpless, I literally just don’t have time to acquire this breadth of specialty knowledge. I already have multiple jobs. When I need plumbing work, I don’t spend 40 hours learning to become a half-assed plumber and cross my fingers that I don’t fuck it up and destroy my house, I hire a specialist who knows how to do it right and I spend my time doing my profession to make back the money that I paid them.
I’m simply not wasting my time anymore chasing this stuff that people that lack self-awareness repeatedly declare is “easy”.
Making a GUI is more work than making a CLI tool. GUIs are not cross-platform, a pure CLI is more portable. You can code a CLI with any programming language you like, while there are many restrictions on what kind of GUI is available on what programming languages and platforms.
The GUI code is tedious and boring to write. That code can become outdated and broken and might need fixing to run on newer platforms. The CLI has essentially no extra dependencies and the interface hasn’t changed much since like the 70s.
The sort of person who develops free software usually knows and likely prefers to use the CLI. They’re not doing it for users like you, first and foremost. They’re doing it themselves, or because they need it for their job. The CLI tool might be exactly what they want, because the file conversion is part of some backend stuff, something that’s run from a script, so you can automatically run it on all the files.
Anybody with basic web dev skills can then take these tools, slap together web fronted and try and make some quick bucks. They’re basically incentivized to not care about security, privacy or anything like that. Of course that space attracts scammers.
The incentives just aren’t there for it to be any other way. You can either learn the CLI commands, written by people who care about their reputations and professional pride and want to share their tools. Or you can trust anonymous internet randos wanting to make a quick buck. And while I sympathize not wanting to have to learn new shit, I swear using a shell isn’t actually more complicated than using a web browser, you’re just not used to it.
I swear using a shell isn’t actually more complicated than using a web browser, you’re just not used to it.
We’re just going around in circles here. I already told you that I am used to it. I’ve dedicated many dozens of hours of my life to trying to learn it while tearing my hair out because things people like you repeatedly declare is simple simply isn’t. I’m not falling for it anymore. I’m not giving it anymore of my time. I have better things to do.
Overall fair enough I guess. I didn’t say it was simple though, i said it was not more complicated. Your experience using GUIs and web interfaces probably spans years. It’s not like you’re born with GUI skills.
I didn’t say it was simple though, i said it was not more complicated.
Those are the same thing.
Your experience using GUIs and web interfaces probably spans years
I don’t know why you guys are always harping on about “experience”. This has nothing to do with experience. Anyone who has never even used a computer before can go to one of these websites, follow the instructions on the screen in front of them, and get it done. Zero experience or skills required. As opposed to being presented with a black box with a bunch of random characters and a flashing square.
Anyone who has never even used a computer before can go to one of these websites, follow the instructions on the screen in front of them, and get it done. Zero experience or skills required.
No they don’t. People who have never used a computer before have trouble even using the mouse. They don’t know what a file is, they don’t know what a filetype is, they don’t know that you can convert one type of file to another, they don’t know even to look for a file conversion website, they don’t know how to upload a file to a website, they don’t know how to find a file in the file dialogue, and on and on. Seriously what are you on about?
No. This does not compute.
You don’t have to host a website. Just make software that works like the website and runs locally.
But not niche enough that these websites don’t exist.
No offense, but you were told about handbrake, a tool that goes out of its way to offer a cross-platform GUI and complained about it not immediately working- with no elaboration.
We learn to write before we learn to navigate computer systems- the command line is only scary because digital illiteracy is taught to us the second we are presented with the windows/macos login screen. It truly does not get simpler than telling a computer
convert image.pdf image.jpg
.These tools are daunting, yes, and it’s not your fault that everyone is taught that computers are magic boxes we have no real control over, but the hours you spend in a command line are just like the hours you spend learning to sew, or play an instrument. Nobody starts with every manpage seared into their brain, but if you’re able to look up a sketchy website that may well give you malware, you have the tools needed to learn this valuable skill.
No offense but as I mentioned previously, I downloaded handbrake and it did not work because it does not function like those websites.
The command line is not “scary”, it just requires specialized knowledge. If I’m presented with a GUI I don’t need any specialized knowledge, I just look at the available options and click the ones I need. In the command line I’m not presented with a fuckin thing except a black box and text field, and when I spend my time searching the web for commands and then type them in, they return a generic error with no diagnostic information and I waste hours trying to figure it out.
I’m telling you this is not for lack of trying. Im not helpless, I literally just don’t have time to acquire this breadth of specialty knowledge. I already have multiple jobs. When I need plumbing work, I don’t spend 40 hours learning to become a half-assed plumber and cross my fingers that I don’t fuck it up and destroy my house, I hire a specialist who knows how to do it right and I spend my time doing my profession to make back the money that I paid them.
I’m simply not wasting my time anymore chasing this stuff that people that lack self-awareness repeatedly declare is “easy”.
Making a GUI is more work than making a CLI tool. GUIs are not cross-platform, a pure CLI is more portable. You can code a CLI with any programming language you like, while there are many restrictions on what kind of GUI is available on what programming languages and platforms.
The GUI code is tedious and boring to write. That code can become outdated and broken and might need fixing to run on newer platforms. The CLI has essentially no extra dependencies and the interface hasn’t changed much since like the 70s.
The sort of person who develops free software usually knows and likely prefers to use the CLI. They’re not doing it for users like you, first and foremost. They’re doing it themselves, or because they need it for their job. The CLI tool might be exactly what they want, because the file conversion is part of some backend stuff, something that’s run from a script, so you can automatically run it on all the files.
Anybody with basic web dev skills can then take these tools, slap together web fronted and try and make some quick bucks. They’re basically incentivized to not care about security, privacy or anything like that. Of course that space attracts scammers.
The incentives just aren’t there for it to be any other way. You can either learn the CLI commands, written by people who care about their reputations and professional pride and want to share their tools. Or you can trust anonymous internet randos wanting to make a quick buck. And while I sympathize not wanting to have to learn new shit, I swear using a shell isn’t actually more complicated than using a web browser, you’re just not used to it.
We’re just going around in circles here. I already told you that I am used to it. I’ve dedicated many dozens of hours of my life to trying to learn it while tearing my hair out because things people like you repeatedly declare is simple simply isn’t. I’m not falling for it anymore. I’m not giving it anymore of my time. I have better things to do.
Overall fair enough I guess. I didn’t say it was simple though, i said it was not more complicated. Your experience using GUIs and web interfaces probably spans years. It’s not like you’re born with GUI skills.
Those are the same thing.
I don’t know why you guys are always harping on about “experience”. This has nothing to do with experience. Anyone who has never even used a computer before can go to one of these websites, follow the instructions on the screen in front of them, and get it done. Zero experience or skills required. As opposed to being presented with a black box with a bunch of random characters and a flashing square.
No they don’t. People who have never used a computer before have trouble even using the mouse. They don’t know what a file is, they don’t know what a filetype is, they don’t know that you can convert one type of file to another, they don’t know even to look for a file conversion website, they don’t know how to upload a file to a website, they don’t know how to find a file in the file dialogue, and on and on. Seriously what are you on about?
You’re just lying.
About what?