deleted by creator
Engineer and coder that likes memes.
deleted by creator
While he advocates for it, that’s also a point that Martin brings up multiple times when he talks about his project “fitnesse”.
Basically saying that they left it open how stuff can be saved, but the need has never arisen to actually pivot to a different system.
My favorite reference
Introducing a Captcha on a form on my website basically blocked bots 100% of the time. It’s arguably good enough from a practical standpoint.
If someone really wants to exploit my site, then they will find a way. You can only make it harder but never truly impossible if you don’t want to dispose of all convenience.
Seems like we’re in the same boat, haha.
I also have a big backlog, and there are far more interesting options than their stuff.
Wasn’t Piranha Bytes not profitable for quite some time?
Their games certainly had a community of fans, but I don’t think those are enough to keep a whole studio afloat.
Just thinking out loud, I did not look at any numbers, but in my head what’s done them in is not producing games that feel good to play. I loved Gothic 3 and Arcania at the time, but I’d choose any other 3rd person RPG that actually has snappy controls over the more modern stuff like Elex and I feel like that’s the mainstream opinion going around.
100% that.
Especially that working software over comprehensive documentation part, which can be automated so easily if done right.
There’s so much value in TDD and providing a way to do integration and automated UI tests early on in a project, yet none of the companies I’ve worked at made use of it.
Also automated documentation tools like Swagger are almost criminally underutilised.
It’s very strange to have North Korean refugees send balloons up north with the state responding to it and also accusing Seoul of propaganda. Seems like they can hardly fathom that individuals have freedom to decide what they may do on their own.
Not really. Exceptions are a controlled way of indicating something went wrong in an application.
The only point where you wouldn’t know about the possibility of one is when you don’t know enough about the language features you’re using or when you use a badly documented library or framework.
Yeah, I had a similar case with some authentication middleware I used that was part of a library.
It would always throw an exception when a user wasn’t authenticated instead of just giving me some flag I could check.
Wouldn’t have done it that way, but it was okay for an API controller.
Another upside of Jetbrains over Adobe is that you can get edu-licenses that allow you to use every software of theirs.
The best deal our university could get from Adobe was 25% off on Photoshop if at least 200 students bought it.
I’d have recommended it as well.
Popular stuff is usually available in most languages.
Meme is funny, but that exception used as flow control hurts.
Well, you can only win against big corpo if you shoot them with their own guns.
Or literal guns.
Thanks for explaining. I was not arguing the point that closures happen, just expanding on why it’s not easy for the studios to get back on their feet again as independents.
There will likely be non-disclosure agreements, non-competes or simply IP rights to take into consideration if we want to argue why these studios can’t continue their work. In the end it comes down to legal stuff and money. The IP rights even for unreleased products very likely are with the parent corporation. The same goes for the codebase.
So yeah. The studios are left with nothing, except a severance pay if they’re lucky.
Why even engage if you’re not interested in discussion?
Misrepresenting what I’m saying is not nice of you.
If the studios had the resources they could easily become independent. But the corporate side owns the rights to their works, so the now independent studio doesn’t have any incoming revenue.
The average employee won’t work for scraps or nothing. So it’s effectively over if big corpo cuts them off.
Thanks for the response. Seems like I can’t assume other CS degrees are comparable.
We definitely have a strong focus on security in my degree, but I still believe that awareness of what you’re running on your machine and potential dangers of those programs fall into the category of common sense. Mishandling secrets, having bad authentication or not knowing how to setup SSL is definitely experience stuff though.
Agreed. It’s really shit for new code, but if I’m writing glue code stuff or repetitive code it saves a lot of time spent on typing.