deleted by creator
Engineer and coder that likes memes.
deleted by creator
My point is sematics.
You can style your whole webpage with divs, but using main, nav, footer or whatever blocks is semantically more correct, because you group elements together that have a certain purpose.
A HTML Tag in the middle of a sentence is not wrong per se, but when parsing it a line break could signify two sentences where one has missing punctuation, instead of a complete sentence as your original intention was.
I don’t really care how the design you want is achieved to be honest, but I don’t get why the prof didn’t argue against.
Oh boy.
We had a class in the first semester of uni where we had to create a static html page based on a screenshot.
There was this one textbox at the top of the site, where the only way you could recreate the screenshot was by using a <br/>
in the middle of the text.
The prof was very picky about your HTML being semantically thorough and correct, so that was super weird that that was necessary.
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.
Depends on who you think the people are.
CTOs, technical team leads and such can make those decisions. And devs can also suggest migrating to simpler solutions.
If a tech giant like Amazon can do it like they did with Prime Video, I don’t think it’s impossible other companies can do so too.
You can have the best tool in the world and still find people just hitting their own face with it.
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.
Neither young or naive. Just assuming others share my experience.
Makes sense, I feel bad for the guys that were happy for a chance and got screwed over. (By the hackers, not you, haha)
That’s a bad take. Unless you get your knowledge purely from shady tutorials or have a fast track bootcamp education, it’s unlikely you never touch on security basics.
I’m a software design undergrad and had to take IT Sec classes. Other profs also touched on how to safely handle dependencies and such.
While IT Security is its own specialisation, blindly trusting source code others provide you with is something a good programmer shouldn’t do.
If you need a metaphor: Just because a woodworker specialises in tables, doesn’t mean they can’t build a chair.
Edit: Seems like my take is the bad one 😂
It’s sad that this works. You’d think especially software professionals would be the most vigilant about running unknown code.
꧁•⊹٭ SQUIGGLY ٭⊹•꧂
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.