• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle
  • In this case it really seems this windows convention is bad though. It is uninformative. And abbreviations mandate understanding more file extensions for no good reason. And I say this as primarily a windows user. Hiding file extensions was always a bad idea. It tries to make a simple reduced UI in a place where simple UI is not desirable. If you want a lean UI you should not be handling files directly in the first place.

    Example.zip from the other comment is not a compressed .exe file, it’s a compressed archive containing the exe file and some metadata. Windows standard tools would be in real trouble trying to understand unarchived compressed files many programs might want to use for logging or other data dumps. And that means a lot of software use their own custom extensions that neither the system nor the user knows what to do with without the original software. Using standard system tools and conventions is generally preferable.



  • Could it be said many game companies attempts end in alpha but communities’ failures are just more transparent?

    Maybe but it’s rare for a company to put out products at alpha level unless they go bust before the game is finished. Sometimes games are launched at beta level and fixed later but that’s not the same than the eternal development limbos of open source projects, where something almost playable is released to keep people engaged but it never really gets much better than that.

    It has been fun to think about designing gameplay in the past but I’ve never studied the basics.

    I’d say the most important thing about making games is gameplay design. While good game engine design is a big thing, what actually makes a good game is the user experience, not the technical details of how they implement things. It’s also what is the problem in a lot of open source projects. I had a friend who implemented a very nice javascript browser based game engine. There were very cool features like particle physics and complex light effects in it. But in the end nobody wrote an interesting game with it. What matters is the content of the game, not so much which engine implements the content.

    Good game design is also something that PhD theses are being written about. Not simple at all. I found the nintendo talk about designing zelda botw world very interesting. How much thought goes into things like the psychology of the player and how he reacts to what he sees and how to steer the player where the story wants him to go while giving him the impression he makes the choices himself is mind blowing.


  • Yeah… “community developed game” very rarely turns out well. Especially if they attempt something resembling AAA content. Perpentual alpha state is the most common outcome. And when they work they typically just recreate some existing game with little creativity in terms of IP. Maybe Veloren will be the exception but nothing they show is in any way special. It seems they have already rewritten the engine entirely once. Edit: and of course it looks a lot like cubeworld and minecraft.

    It’s not really difficult to create some graphics content and moving characters on some engine engine, but that’s like 5% of what it takes to make a good game. Communities are very good at the former but not so good at the remaining 95%.

    I want to make games that repect users’ software freedom and for now I bet on users learning to value their software freedom too.

    Users generally want games that are fun to play and that actually work. Software freedom is very very much secondary even among those who even know what it means.




  • The problem with patron model is that most people don’t want to pay for something they might get some time in the future. We have tried things like gofundme and it generally has been a disappointment. Patron models works for some things, like I might pay for an entertaining content creator to keep making content, at least if the stuff isn’t also available for free, but games are not like that. It’s generally considered stupid to pay in advance for games and seeing how expensive making big games is it would require millions of people being stupid per game.

    In the end the patron model in game development would mean mostly big well established companies could make money. Who would pay for an unknown new company with no well established track record? Investors wouldn’t because there would be no return later. Only idiot users would.






  • Where did you get the idea that Android phones have longer battery life? iPhones usually do very good in battery life comparisons. Usually you have to go ~20% larger battery on an android device to get the same battery life as an iphone. Of course if you look at just the top charts you get a number of large Android phones with like 7000mAh batteries, which are by far not the norm.

    For example by my quick sample of three reviews your one plus nord seems to roughly match iPhone13 battery life but lose to iPhone 14.

    I’d say this is actually one reason people buy iPhones. With Apple they can trust that power usage has been implemented well. With Android phones some of them have good battery life and some don’t. Even within one brand.


  • Better local AI capability. It’s definitely something they are working with, introducing new accelerator features with new processors. Currently most of the actually great AI tools still require you to offload the workload to a server somewhere. And some stuff is not worth doing in a mobile device before it can be done at a fraction of the power.

    For the basic hardware features, mainly the camera and image processing tools are actually relevant. Almost all non professional photography in the world is now done with phones and there is still a lot to do to improve the miniature cameras.

    Some of the greatest new features from the past few years are things people don’t even realize weren’t always there. Like for example my phone opens up when I pick it up and look at it. And locks when I put it down. This makes usage so much more fluid and is something that did not happen just ten years ago. This kind of UI optimizations are way more important than some numbers in spec sheet. And the local AI processing I mentioned is a key in enabling more situations where the phone understands what you want without you explicitly pressing buttons.


  • Let me install my own third party apps w/o the App store (I know altstore exists, but needing to renew apps every few days is super janky). If I spend my money on a device, I should be allowed to put whatever I want on it, however I want. Let me, the consumer accept the risks of doing so.

    I’m honestly a bit divided on this. Like yes, freedom is great, but the Apple app monopoly, for all its faults, does one good thing and it’s the fact that all the software is easily available in one place and I am not forced to install multiple app stores to search trough to find what I’m looking for. It turns out that while I like to tinker with personalized Linux installs on my computers, on my phone I just want it to work as quickly and easily as possible without having to figure things out.

    I would like an easier way to compile your own app packages for the phone though.