He eventually found the executable by Googling for it online and is now part of a botnet.
Happy ending then I take it
Then created a GitHub account to post three separate issues complaining about how the project’s executable is an obvious Trojan, patting themself on the back for keeping the community safe with their expert sleuthing.
about how the project’s executable is an obvious Trojan
Which I bet was only obvious to him when Norton Antivirus told him
The next generation of script kiddies is going to be iPad babies. It’ll be interesting to see, since the majority can’t use anything in tech unless it’s an app.
We built computer labs in schools, to teach kids how to use computers. Then we decided computers are ubiquitous enough that we didn’t need computer labs anymore. And now we have an entire generation that doesn’t know how to use computers, because they use their phones and tablets for everything instead.
I saw a tweet that said something like “It’s amazing that somehow we were only able to produce a single generation that knows how to properly use computers” and now it lives rent-free in my head.
Meh, maybe 10% of a single generation at most know how to use computers. Technically savvy millenials vastly overestimate how technically savvy other millenials are.
Even if it’s just 10% of millennials, that still feels higher than both the older and younger generations. I’m in my 30s and a lot of people I went to school with can at least do basic things on the computer, since we had computer classes in primary (elementary) school and high school.
fr, whenever i open the terminal on my school pc everyone immediately thinks im ‘hacking’
sir that is just how i update my programs
I think there was a golden 20 year era for learning basic computing. If you were a kid somewhere between 1985 and 2005 you had to figure out some slightly more technical things to use a computer. I’m late Gen X and so was exposed early on to the Commodore 64 and MS-DOS, but kids working with Windows 3, 95 and 98 would have developed similar skills.
The iMac was the herald of the end.
I also blame Apple and their walled garden approach to software
I wonder who is going to write the apps in the future.
Chatgpt, of course…
Ugh. You’re probably right. Finally all those idiots who come up to me going “I’ve got a great idea for an app” will actually be able to release their great idea :)
I used to be able to say “ideas are easy, work is hard”. Now we won’t be.
I’m yet to hear anyone saying that chatGPT can navigate the complex series of design decisions needed to create a cohesive app (unless of course, it was trained on something exactly the same). Many people report spending an inordinate amount of time rectifying the mistakes these LLMs make. It sounds like a glorified autofill (I haven’t used them yet). I shudder to think about the future of the software ecosystem if an entire generation is trained to rely entirely on them to create code.
TBF, they could probably make the “releases” page more prominent rather than having it buried in all the “code” stuff.
GitHub has bad UX for people who just wanna download and use the programs
not only the ux, some devs make it absurdly confusing to find a binary.
I don’t want to throw anyone under the bus, but there’s this one niche app.
their github releases at one point were YEARS out of date, they only linked to the current version in seemingly random issue reports’ comments. And the current versions were some daily build artefacts you could find in a navigation tree many clicks deep in some unrelated website. And you’d better be savvy enough to download a successfully built artefact too. And even then the downloaded .zip contained all kinds of fluff unnescessary for using the app.
The app worked fine, sure, but actually obtaining it was fairly tricky, tbh.
These build artefacts probably weren’t meant for end users, that’s why they contained the “unnecessary fluff”.
absolutely, but they were in general (IIRC) suggesting them for the main downloads, but just not telling anyone outside the comments, which was the weird part
Excel has a bad UX for people who want to use it to make art
Do most people who use Excel also make art with it? Because sometimes devs also just download exe files on GitHub :D
They don’t just always copy code from there.
Do MOST people who use GitHub download .exes? In my experience the VAST majority of people are using it for source and version control, not external releases. The overwhelming majority. FOSS and OSS is a small portion of the overall GitHub user base compared to, say, enterprise companies.
So you never downloaded a program on GitHub?
No one everever said you need to compromise its focus on developers. There is no compromise to be made. It’s just a stupid button. Stop arguing lol.
I’d agree, but the caveat is that github is primarily about an interface for source control and collaboration between developers for projects. The release page is really just an also-ran in terms of importance.
Imo they aren’t even trying, because it’s not that hard to make it better. Doesn’t even have to be a compromise. Most people just need a visible download button for the programs, that’s all.
SourceForge had a better UX for those who just want to download software.
And SF is horrible, so this says a lot.
There is, it’s literally right there on the home page of the project. You can either copy a URL and download it by cloning the git repo, or you can download the whole project as a zip file. Then you just have to compile it!
GitHub is for developers, not end users.
It’s not a compromise to make another download button for the last release as well. No one looses.
That’s not a download button for the program. But there is indeed a link to the release page right on the home page of the project, so you’re still correct.
That’s not really what it’s designed for though
It doesn’t have to be a compromise imo. Most people just need a visible download button on the front pages. Wouldn’t hurt devs at all. I mean, even devs sometimes struggle with this lol.
It doesn’t have to be a compromise
You keep using that word. I don’t think it means what you think it means.
Any change to appease you would be a compromise, you understand this, yes?
I’ve been using github for what, 10 years now? And I had no idea there even was a releases page.
A lot of projects don’t use it or forget to update it for multiple versions so you probably aren’t missing much.
The chair OOP posted from
pants aren’t an issue when you’re QUANTUM SHITTING THROUGH THE nTH DIMENSION
WTF is this?! Who uses this stuff? How can you treat children like that?
Me when I have to do anything other than copy and paste build, or package manager, commands /s
The problem with github isn’t really a problem. It’s just accessible enough to borderline tech people who want a one click solution to a problem. They can find it, but using it requires more skill than they have. It’s a code repository, not an app store. The most useful things I find on github aren’t from some massive app developer, they’re from some guy who happened to have the same problem as me. Rather than screaming at that guy for an executable, level up. Learn something.
I mean I code extensively and it still pisses me off they kind of don’t make the “download zip” more prominent or explain to noobs that this isn’t compiled/ plug n play…nor are most of the apps for Windows users, really.