There is a minority of Christian developers here, yes. You can find other threads about them.
mid
Creator of
Recent community posts
That’s PyInstaller’s own code being caught by Windows. It happens even with a Hello World.
If you go to a specific version download (e.g. 3.12.4) one of the download options is called “Windows embeddable package”.
That’s a normal, vanilla Python installation, in which you’ll have to install all the necessary modules again, but after that, you can insert your own code and distribute that.
No, that’s the point of PyInstaller.
HOWEVER, PyInstaller programs are considered viruses by Windows’s builtin antivirus, and you basically have to report a false positive for each version you publish. The maintainers have practically given up on the problem.
If I were to make an easy-to-use Python program, I’d just redistribute the “embeddable Python package” you can download from the official website, along with your source code.
A custom website addresses most of your complaints:
- You may post at your own pace. People subscribed to your website may get notifications via e-mail, RSS, or whatever modern way the kids use now.
- The website is about you, so nobody may drown you out.
- Your site, your algorithm, if any at all.
- This is really a you problem, not the platform’s. You’ll always find something to trip and get depressed over, e.g. low hits in your analytics.
It needs more effort in marketing, but it’s not like platforms like Itch and Facebook do that for free, either.
To answer your questions,
- Most of the time, tech and programming-related things, but really whatever I feel like.
- Hobbyist.
- I do run a tangentially-related Discord guild, so the overlapping demographic helps, but the guild itself isn’t centered on me so I try not to spam it.
- The only external website I ever advertise at is Reddit, but results are always mixed, and I don’t really try that hard, anyway.
My analytics on Itch are satisfactory for me, with a mean of a hundred 7D impressions, with CTR bouncing between 0 and 4%.
Because you’re lying about the true price of the product.
If you publicly set a price, just to let yourself yell “100% SALE” at all times, that is deceptive pricing.
Neither gorillas or chimps or orangutans are equal, nor are femdom and dominatrix, nor hide and hide & seek. Stripping hyphens also leads to potentially different meanings: 10-year olds vs 10 year-olds, man eating vs man-eating, big-ass vs big ass, etc.
This is a slippery slope if implemented automatically and continuously, and the above are already signs.
No, I am saying tell them to install SDL2 themselves. I would never ignore the 0.01 percent :).
Your particular example is tricky, because from what I remember, either apt or the Debian repos hate having both 32-bit and 64-bit SDL2 installed at once, so I would make SDL2 an exception.
I switched away from SDL2, though, partly for this reason, and now use either GLFW + OpenGL or just GDI directly.
I see no reason to tell people what packages they need to install. They, as the users of their respective system, ought to know that better than I do.
I also haven’t had many problems with distributing basic Linux executables that load dynamic libraries. By far the worst thing to deal with is glibc’s versioned symbols, but there are ways around it.
Each booru does things its own way, but I can’t think of one with a small tag pool. Most are actually giant. IIRC Danbooru actually allows anyone to create a new tag, or edit the tags of other users’ posts. As of 6 years ago it had approximately 317,760 tags according to here.
There’s also volunteers who moderate tag misuse, but that’s much harder for video games than it is for single-frame images.
Now I’m not saying Itch should erase the tag limit or 100% become a booru, but if it already allows people to make up their own tags, then a higher limit and tag exclusion is basically expected.
That exact paragraph also doesn’t feature a single citation. I have no idea what they’re talking about. On PCs the PS/2 interface sends signals as keys are pressed and released, leaving key rollover to the operating system itself.
It’s actually USB’s standard keyboard interface that only allows 6-key rollover, because the buffer of pressed keys is stored in the keyboard, at least on the simplest setting (the boot protocol).
I don’t think I’m missing anything else, though I could be wrong.
First off: amazing to see this. I don’t make visual novels myself, but I’m excited to see anything new and low-end.
You’re aware that your code is kind of screwed up, so I won’t mention that.
Please, please, reconsider your scripting. In my last project I used an XML parser to read levels, and over time it morphed into some completely hideous programming language. I know for a fact that it would’ve tainted people’s modding experience, so badly even, it could’ve made a cult following. Next time I’m just using Lua or something else. This is also, for the record, coming from someone who’s already dabbled in compiler/interpreter design for years, and is “working” on a compiler of his own – quotes because everything is on indefinite hiatus.
If you’re worried about even Lua being too bloated, there exist other ones, but Lua is most well-known and it’s very easy to integrate. You can keep the important state like the weather and time in the main engine, and have Lua access it through metatables and the __index
& __newindex
metamethods.
A Lisp would be even more lightweight, but also more exotic. Still better than some XML-based crap, and uh.. your crap as well (meant endearingly :) ).
yet your system forces me to re-sign in.
A mailto link isn’t a system. If you have multiple e-mail clients, it is your system that is simply poorly configured.
Your first link refers to four vulnerabilities in different software that are now all patched.
The exploit in your second link relies on the attacked actually pressing the Send button, revealing their preferred e-mail address. How do you expect Itch to know to whom they are speaking without knowing your address?
The third link isn’t even a vulnerability.
The first link speaks of some serious stuff, but if some implementations having vulnerabilities is enough to throw away an entire protocol, then we would’ve thrown away HTTP because some servers are prone to path traversal. The article is from 2020, anyway.
Lastly, the mailto link is visible to everyone: mailto:support@itch.io
. No attach parameter, no nothing.