
ZDoom 2.7.1
Moderator: GZDoom Developers
-
- Posts: 13854
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: ZDoom 2.7.1
A day compared to two and a half years is nothing. 

-
- Posts: 8197
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Location: QZDoom Maintenance Team
Re: ZDoom 2.7.1
Not surprisingly I know that feeling. One day you wake up and it's like you recall certain memories from one day several years ago and it's like "Whoa... So much time passed!"
-
- Posts: 13854
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: ZDoom 2.7.1
Very true.
Spoiler: Useless and annoying little anecdote that is a waste of time to read
-
- Lead GZDoom+Raze Developer
- Posts: 49194
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: ZDoom 2.7.1
Eruanna wrote:but they want you to have a fancy Bachelor's or Master's degree, 6 years of experience, and a bunch of other ridiculous things. So I went for a field that seemed more fun instead - graphics design.[/spoiler]
Yes, it's absolutely ridiculous when I look for programming jobs. 20 years of professional experience do not count, all these idiots want is some theoretician fresh from university. No wonder that corporate software is often pure shit.
Sadly I suck at graphics design.

-
- Posts: 13854
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: ZDoom 2.7.1
Fresh uni grads don't know corporate tricks like 20 year pros do. You can scam a fresh graduate with a lower benefits package, longer hours, and fewer breaks - they won't ask for more. You can give a fresh grad a tiny cubicle with a steel or wooden chair, absolutely no desk space, and a cheap ebay computer fresh from 20 years ago - again, they still won't know better.
A seasoned pro won't put up with any of that, and they cost a lot more.
Corporate logic is flawed though - a seasoned pro will make you more money in the end, because the solidity of the code cannot come close to being contested by a fresh uni grad.
When a job listing has unreasonable requirements - chances are it's a pretty shit place to work anyway.
A seasoned pro won't put up with any of that, and they cost a lot more.
Corporate logic is flawed though - a seasoned pro will make you more money in the end, because the solidity of the code cannot come close to being contested by a fresh uni grad.
When a job listing has unreasonable requirements - chances are it's a pretty shit place to work anyway.
-
-
- Posts: 3188
- Joined: Wed Nov 24, 2004 12:59 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: ZDoom 2.7.1
Stated job requirements usually are not hard requirements. You absolutely can apply for jobs that say they require a degree or X years of experience without one provided you have demonstrable skills. You do have to work harder at it though since you need to make it onto the top of the resume pile.
The company I work for states a requirement of a bachelors degree and prefers a master's, but we hired a college drop out with demonstrated exceptional programming language and C++ knowledge.
The company I work for states a requirement of a bachelors degree and prefers a master's, but we hired a college drop out with demonstrated exceptional programming language and C++ knowledge.
-
- Lead GZDoom+Raze Developer
- Posts: 49194
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: ZDoom 2.7.1
Blzut3 wrote: but we hired a college drop out with demonstrated exceptional programming language and C++ knowledge.
Those are often the most qualified ones. Strange but true. Sometimes it seems that these people are far better at thinking out of the box compared to those who got years upon years of academic indoctrination.
-
- Posts: 592
- Joined: Wed Jul 16, 2003 5:26 am
Re: ZDoom 2.7.1
FYI, the links to the .debs and source code are all broken. The files are there; the links are just wrong.
-
- Lead GZDoom+Raze Developer
- Posts: 49194
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: ZDoom 2.7.1
The source link has a typo and I guess the Linux packages haven't been built yet.
-
- Lead GZDoom+Raze Developer
- Posts: 49194
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: ZDoom 2.7.1
While we are at it:
The comment to the source states:
This is the source code for ZDoom 2.7.1. It has been compressed with 7-Zip. You can build it with Visual C++ 2005 or GCC.
I spot at least two errors here: We are ar 2.8.0 and it can be compiled with ANY Visual Studio since 2005, no need to dig out that ancient clunker.
The comment to the source states:
This is the source code for ZDoom 2.7.1. It has been compressed with 7-Zip. You can build it with Visual C++ 2005 or GCC.
I spot at least two errors here: We are ar 2.8.0 and it can be compiled with ANY Visual Studio since 2005, no need to dig out that ancient clunker.
-
-
- Posts: 3188
- Joined: Wed Nov 24, 2004 12:59 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: ZDoom 2.7.1
The Ubuntu packages are there, they just have an underscore before the version number since that's how the package builder formats them (i.e. <package-name>_<version>_<arch>.deb). Nothing important about that format as the package manager will read the meta data inside the file, so they can be renamed to be inline with the other two platforms if desired.