• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 14:09
CEST 20:09
KST 03:09
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL19] Finals Recap: Standing Tall9HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Flash Announces Hiatus From ASL50Weekly Cups (June 23-29): Reynor in world title form?12FEL Cracov 2025 (July 27) - $8000 live event16Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
The SCII GOAT: A statistical Evaluation The GOAT ranking of GOAT rankings How does the number of casters affect your enjoyment of esports? Statistics for vetoed/disliked maps Esports World Cup 2025 - Final Player Roster
Tourneys
Master Swan Open (Global Bronze-Master 2) RSL: Revival, a new crowdfunded tournament series [GSL 2025] Code S: Season 2 - Semi Finals & Finals $5,100+ SEL Season 2 Championship (SC: Evo) FEL Cracov 2025 (July 27) - $8000 live event
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ Player “Jedi” cheat on CSL Unit and Spell Similarities Help: rep cant save Flash Announces Hiatus From ASL
Tourneys
[Megathread] Daily Proleagues [BSL20] Grand Finals - Sunday 20:00 CET Small VOD Thread 2.0 [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Trading/Investing Thread The Games Industry And ATVI
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
Formula 1 Discussion 2024 - 2025 Football Thread NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Blogs
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
Blog #2
tankgirl
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 770 users

The Big Programming Thread - Page 734

Forum Index > General Forum
Post a Reply
Prev 1 732 733 734 735 736 1031 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
Last Edited: 2016-06-06 20:16:12
June 05 2016 17:12 GMT
#14661
So I got a new job. In this new workplace, there is absolutely zero infrastructure going on right now. We have a bunch of rag tag servers running around and shit, a few apps but none of them have any infrastructure or anything. A few days ago, I had to modify one of the applications and print all of its data on a json file (don't even ask why because I don't even know why). Since that day, I'm trying my hardest to debug the application but no. Just no. Not even an upstart conf in /etc/init. Instead, we just go ahead and say "node server.js &" and shit. I don't even know what to type in order to start the app on my own machine. I don't want/need 20 pages of documentation, I can just read code. But no, when I try to start with the instructions that the dude who deployed the app onto the server gave me, I get errors and shit. FUCK my life.

EDIT: Did I mention we don't even have version control and I have every bit of code in my own bitbucket account?
"windows bash is a steaming heap of shit" tofucake
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
June 05 2016 17:13 GMT
#14662
On June 06 2016 02:12 Djagulingu wrote:
So I got a new job. In this new workplace, there is absolutely zero infrastructure going on right now. We have a bunch of rag tag servers running around and shit, a few apps but none of them are dockerized. A few days ago, I had to modify one of the applications and print all of its data on a json file (don't even ask why because I don't even know why). Since that day, I'm trying my hardest to debug the application but no. Just no. Not even an upstart conf in /etc/init. Instead, we just go ahead and say "node server.js &" and shit. I don't even know what to type in order to start the app on my own machine. I don't want/need 20 pages of documentation, I can just read code. But no, when I try to start with the instructions that the dude who deployed the app onto the server gave me, I get errors and shit. FUCK my life.


Welcome to software development in 99% of all companies.
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
June 05 2016 17:22 GMT
#14663
On June 06 2016 02:13 Morfildur wrote:
Show nested quote +
On June 06 2016 02:12 Djagulingu wrote:
So I got a new job. In this new workplace, there is absolutely zero infrastructure going on right now. We have a bunch of rag tag servers running around and shit, a few apps but none of them are dockerized. A few days ago, I had to modify one of the applications and print all of its data on a json file (don't even ask why because I don't even know why). Since that day, I'm trying my hardest to debug the application but no. Just no. Not even an upstart conf in /etc/init. Instead, we just go ahead and say "node server.js &" and shit. I don't even know what to type in order to start the app on my own machine. I don't want/need 20 pages of documentation, I can just read code. But no, when I try to start with the instructions that the dude who deployed the app onto the server gave me, I get errors and shit. FUCK my life.


Welcome to software development in 99% of all companies.


Maybe if you only work for startups who have no idea what they're doing.
I'll always be your shadow and veil your eyes from states of ain soph aur.
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
June 05 2016 18:00 GMT
#14664
On June 06 2016 02:22 Blitzkrieg0 wrote:
Show nested quote +
On June 06 2016 02:13 Morfildur wrote:
On June 06 2016 02:12 Djagulingu wrote:
So I got a new job. In this new workplace, there is absolutely zero infrastructure going on right now. We have a bunch of rag tag servers running around and shit, a few apps but none of them are dockerized. A few days ago, I had to modify one of the applications and print all of its data on a json file (don't even ask why because I don't even know why). Since that day, I'm trying my hardest to debug the application but no. Just no. Not even an upstart conf in /etc/init. Instead, we just go ahead and say "node server.js &" and shit. I don't even know what to type in order to start the app on my own machine. I don't want/need 20 pages of documentation, I can just read code. But no, when I try to start with the instructions that the dude who deployed the app onto the server gave me, I get errors and shit. FUCK my life.


Welcome to software development in 99% of all companies.


Maybe if you only work for startups who have no idea what they're doing.

As a matter of fact, I do work for a startup who has no idea what they're doing. I take the roles of developer, devops guy (or whatever the fuck you call the guys who run your aws stuff) and architect. I gotta say it: When I put on my developer hat or architect hat, everybody listens to me, but when I put on my devops guy hat, people stop listening to me altogether.
"windows bash is a steaming heap of shit" tofucake
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
June 05 2016 21:50 GMT
#14665
On June 06 2016 02:13 Morfildur wrote:
Show nested quote +
On June 06 2016 02:12 Djagulingu wrote:
So I got a new job. In this new workplace, there is absolutely zero infrastructure going on right now. We have a bunch of rag tag servers running around and shit, a few apps but none of them are dockerized. A few days ago, I had to modify one of the applications and print all of its data on a json file (don't even ask why because I don't even know why). Since that day, I'm trying my hardest to debug the application but no. Just no. Not even an upstart conf in /etc/init. Instead, we just go ahead and say "node server.js &" and shit. I don't even know what to type in order to start the app on my own machine. I don't want/need 20 pages of documentation, I can just read code. But no, when I try to start with the instructions that the dude who deployed the app onto the server gave me, I get errors and shit. FUCK my life.


Welcome to software development in 99% of all companies.

Is it actually that bad? I heard of companies that put stuff on shared folders instead of using source control and so on but surely most people use source control and a certain amount of testing, internal wikis etc.?
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
Acrofales
Profile Joined August 2010
Spain17970 Posts
June 06 2016 00:25 GMT
#14666
On June 06 2016 06:50 Birdie wrote:
Show nested quote +
On June 06 2016 02:13 Morfildur wrote:
On June 06 2016 02:12 Djagulingu wrote:
So I got a new job. In this new workplace, there is absolutely zero infrastructure going on right now. We have a bunch of rag tag servers running around and shit, a few apps but none of them are dockerized. A few days ago, I had to modify one of the applications and print all of its data on a json file (don't even ask why because I don't even know why). Since that day, I'm trying my hardest to debug the application but no. Just no. Not even an upstart conf in /etc/init. Instead, we just go ahead and say "node server.js &" and shit. I don't even know what to type in order to start the app on my own machine. I don't want/need 20 pages of documentation, I can just read code. But no, when I try to start with the instructions that the dude who deployed the app onto the server gave me, I get errors and shit. FUCK my life.


Welcome to software development in 99% of all companies.

Is it actually that bad? I heard of companies that put stuff on shared folders instead of using source control and so on but surely most people use source control and a certain amount of testing, internal wikis etc.?


Back about a bajillion years ago when I was still a dev, I worked for a startup in NL and in the beginning it was all just a shared drive. We then copied the shared drive to the server for deployment. But it was only for a month or so, before we professionalized. Quite funny, because all of us devs were uni students and we worked.with CVS and later SVN for uni projects. One of the devs also started dedicating himself to devops, and we got a pretty awesome infrastructure going. I also got put in charge of creating the task management system, which worked really well and integrated well in our infrastructure (although I do not doubt they are cursing the unmaintainability of my first serious forays into javascript).
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
June 06 2016 05:51 GMT
#14667
On June 06 2016 06:50 Birdie wrote:
Show nested quote +
On June 06 2016 02:13 Morfildur wrote:
On June 06 2016 02:12 Djagulingu wrote:
So I got a new job. In this new workplace, there is absolutely zero infrastructure going on right now. We have a bunch of rag tag servers running around and shit, a few apps but none of them are dockerized. A few days ago, I had to modify one of the applications and print all of its data on a json file (don't even ask why because I don't even know why). Since that day, I'm trying my hardest to debug the application but no. Just no. Not even an upstart conf in /etc/init. Instead, we just go ahead and say "node server.js &" and shit. I don't even know what to type in order to start the app on my own machine. I don't want/need 20 pages of documentation, I can just read code. But no, when I try to start with the instructions that the dude who deployed the app onto the server gave me, I get errors and shit. FUCK my life.


Welcome to software development in 99% of all companies.

Is it actually that bad? I heard of companies that put stuff on shared folders instead of using source control and so on but surely most people use source control and a certain amount of testing, internal wikis etc.?

Most of our stuff is on shared folders, yes, but it's not because we like bad practises that much but because there are lotsnlots of big fat files. Also, in the defense of my guys, they are not of software development background (one of the cofounders has 25 years of development experience though, but he isn't working on the same project as I do) and nobody taught him the fact that "it's working" is never enough. Ever.
"windows bash is a steaming heap of shit" tofucake
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
June 06 2016 11:49 GMT
#14668
On June 06 2016 02:13 Morfildur wrote:
Show nested quote +
On June 06 2016 02:12 Djagulingu wrote:
So I got a new job. In this new workplace, there is absolutely zero infrastructure going on right now. We have a bunch of rag tag servers running around and shit, a few apps but none of them are dockerized. A few days ago, I had to modify one of the applications and print all of its data on a json file (don't even ask why because I don't even know why). Since that day, I'm trying my hardest to debug the application but no. Just no. Not even an upstart conf in /etc/init. Instead, we just go ahead and say "node server.js &" and shit. I don't even know what to type in order to start the app on my own machine. I don't want/need 20 pages of documentation, I can just read code. But no, when I try to start with the instructions that the dude who deployed the app onto the server gave me, I get errors and shit. FUCK my life.


Welcome to software development in 99% of all companies.


What? I've worked for 4 or 5 different companies now. All of them pretty small (3 - 50 people) but in all of them there was some version control (mostly Git), task management (Gitlab, Jira, Redmine) etc. They even transferred their old project done with no VC or in SVN to Git. Sure, the code can be shitty, documentation lacking, testing non-existent but otherwise it's been done proper. And usually there were some competent infrastructure guys (not counting stuff we had to do for various government offices who have no idea about server administration, have to keep bugged and outdated stuff in there for compatibility with some other useless software they use etc.).
Time is precious. Waste it wisely.
wherebugsgo
Profile Blog Joined February 2010
Japan10647 Posts
June 08 2016 03:16 GMT
#14669
On June 06 2016 02:12 Djagulingu wrote:
So I got a new job. In this new workplace, there is absolutely zero infrastructure going on right now. We have a bunch of rag tag servers running around and shit, a few apps but none of them have any infrastructure or anything. A few days ago, I had to modify one of the applications and print all of its data on a json file (don't even ask why because I don't even know why). Since that day, I'm trying my hardest to debug the application but no. Just no. Not even an upstart conf in /etc/init. Instead, we just go ahead and say "node server.js &" and shit. I don't even know what to type in order to start the app on my own machine. I don't want/need 20 pages of documentation, I can just read code. But no, when I try to start with the instructions that the dude who deployed the app onto the server gave me, I get errors and shit. FUCK my life.

EDIT: Did I mention we don't even have version control and I have every bit of code in my own bitbucket account?


I don't understand how people find themselves in these positions.

Say you're interviewing at a startup, why not ask them what tools they use for version control, bug tracking, monitoring, release management, etc.? You could even ask them to show you around the office and talk to people on-the-job (I've actually done this at several startups that I interviewed for). This of course is probably not necessary/possible at larger tech companies who generally have their shit together, and if they don't, there's probably not much you could do about it anyway.

At the places where I got red flags about the state of their tooling, I usually just sent a polite withdrawal email when I got a followup (or even before in some cases).
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
June 08 2016 05:46 GMT
#14670
On June 08 2016 12:16 wherebugsgo wrote:
Show nested quote +
On June 06 2016 02:12 Djagulingu wrote:
So I got a new job. In this new workplace, there is absolutely zero infrastructure going on right now. We have a bunch of rag tag servers running around and shit, a few apps but none of them have any infrastructure or anything. A few days ago, I had to modify one of the applications and print all of its data on a json file (don't even ask why because I don't even know why). Since that day, I'm trying my hardest to debug the application but no. Just no. Not even an upstart conf in /etc/init. Instead, we just go ahead and say "node server.js &" and shit. I don't even know what to type in order to start the app on my own machine. I don't want/need 20 pages of documentation, I can just read code. But no, when I try to start with the instructions that the dude who deployed the app onto the server gave me, I get errors and shit. FUCK my life.

EDIT: Did I mention we don't even have version control and I have every bit of code in my own bitbucket account?


I don't understand how people find themselves in these positions.

Say you're interviewing at a startup, why not ask them what tools they use for version control, bug tracking, monitoring, release management, etc.? You could even ask them to show you around the office and talk to people on-the-job (I've actually done this at several startups that I interviewed for). This of course is probably not necessary/possible at larger tech companies who generally have their shit together, and if they don't, there's probably not much you could do about it anyway.

At the places where I got red flags about the state of their tooling, I usually just sent a polite withdrawal email when I got a followup (or even before in some cases).

1- This was the first time I was changing jobs while also knowing what to expect from a tech company, so there is a lack of experience on my part
2- I was so fed up with my old company. The pay was shit, the job was shit, the framework we were using was even worse than shit (it was developed by oracle, that's how shit the shit was) and worst of all, our managers were shit.
3- My new company pays substantially better and I can implement all this shit anyway in my new company. Just need to convince boss about it, which is still substantially better than needing to convince ten different people when implementing new shit.
"windows bash is a steaming heap of shit" tofucake
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
June 08 2016 15:35 GMT
#14671
Heh, today I was leisurely browsing through some commits to open source projects and I think we need to file a motion to rename PHP to Junkyard...

Been working with it for years now and I'm still discovering truly baffling built-in functions. Just check those out:

hebrev — Convert logical Hebrew text to visual text
convert_cyr_string — Convert from one Cyrillic character set to another
chop — Alias of rtrim()
sizeof — Alias of count()

Aliases... And stuff that belongs in external libraries, not freaking language core...

Why do the maintainers keep such bullshit in there is beyond me. Seriously, screw bc for stuff done in the stone age and utilized by 0.01% of users (if that).

// those can be useful when implementing some fuzzy searches, but they're just implementations of common algorithms
levenshtein — Calculate Levenshtein distance between two strings
soundex — Calculate the soundex key of a string
metaphone — Calculate the metaphone key of a string
similar_text — Calculate the similarity between two strings

I kind of envy Perl users that they get to work with pretty clean core (but I still wouldn't code in Perl).
Time is precious. Waste it wisely.
DickMcFanny
Profile Blog Joined September 2015
Ireland1076 Posts
June 08 2016 20:43 GMT
#14672
This question is mostly for Morfildur and Zatic:

Do you guys know if vocational training (Ausbildung) in software development (Anwendungsentwicklung) will get me anywhere? I mean, would you hire people who only have vocational training and not a degree?

I'm asking because I want to get into developing, but I can't afford going to uni full time. I have a BA in English / history already, so I blew my load on a useless degree and now, of course, the government won't fund me again for a second go.
I also do not want to do a Duales Studium, because I'm enrolled in a Mechanical Engineering course (Uni Dresden) course, simply because I enjoy the maths involved.

Do you think it's a viable option?
| (• ◡•)|╯ ╰(❍ᴥ❍ʋ)
RoomOfMush
Profile Joined March 2015
1296 Posts
June 08 2016 21:14 GMT
#14673
On June 09 2016 05:43 DickMcFanny wrote:
This question is mostly for Morfildur and Zatic:

Do you guys know if vocational training (Ausbildung) in software development (Anwendungsentwicklung) will get me anywhere? I mean, would you hire people who only have vocational training and not a degree?

I'm asking because I want to get into developing, but I can't afford going to uni full time. I have a BA in English / history already, so I blew my load on a useless degree and now, of course, the government won't fund me again for a second go.
I also do not want to do a Duales Studium, because I'm enrolled in a Mechanical Engineering course (Uni Dresden) course, simply because I enjoy the maths involved.

Do you think it's a viable option?

Where are you looking for work? Within germany?
I know that companies within germany are very desperately looking for competent programmers and software developers. At our university they are talent scouting weekly. They often complain about university students having too little practical experience. Universities often focus on the theoretical backgrounds.
If you get an Ausbildung as a software developer (and we assume that it is a proper one) then you can certainly play this to your advantage. You just have to be confident and convince your future boss that a proper training and firm knowledge of practical work matter is more important than a fancy university degree.
DickMcFanny
Profile Blog Joined September 2015
Ireland1076 Posts
June 08 2016 21:21 GMT
#14674
Anywhere, really. Germany, Austria, Switzerland, Ireland, Scotland, Denmark... Pretty much any place in the EU, i. e. anywhere where I can actually work without a visa.

The theoretical backgrounds are honestly what I find most interesting, but those lend themselves to self-study, I found.
| (• ◡•)|╯ ╰(❍ᴥ❍ʋ)
zatic
Profile Blog Joined September 2007
Zurich15325 Posts
June 08 2016 22:08 GMT
#14675
On June 09 2016 05:43 DickMcFanny wrote:
This question is mostly for Morfildur and Zatic:

Do you guys know if vocational training (Ausbildung) in software development (Anwendungsentwicklung) will get me anywhere? I mean, would you hire people who only have vocational training and not a degree?

I'm asking because I want to get into developing, but I can't afford going to uni full time. I have a BA in English / history already, so I blew my load on a useless degree and now, of course, the government won't fund me again for a second go.
I also do not want to do a Duales Studium, because I'm enrolled in a Mechanical Engineering course (Uni Dresden) course, simply because I enjoy the maths involved.

Do you think it's a viable option?

What are you goals? What kind of work are you aiming for? Software development can mean a lot of things.

I am unsure what your reasoning against Duales Studium is though? To me that sounds like the obvious choice. Not much longer time wise than vocational training, won't cost you anything, and the most straightforward path into employment.
Of course, you need to be accepted to it first ...

I would be a little hesitant to recommend vocational training in software engineering mostly because it'll likely lower your starting salary compared to say FH or Duales Studium. If it's not so much about the money for you I guess it mostly depends on the company that takes you in for the training.
ModeratorI know Teamliquid is known as a massive building
TheEmulator
Profile Blog Joined July 2010
28087 Posts
Last Edited: 2016-06-08 23:11:23
June 08 2016 23:01 GMT
#14676
I have a simple question and I'm sure most of you are Linux enthusiasts so hopefully someone can help me.

I'm looking to get back into programming as a hobby and I want to install a new Linux distro. I've taken CS classes in university and did some casual learning afterwards, all of which was on Ubuntu (this was at least 2-3 years ago). Most of my command line knowledge is still there and I wouldn't consider myself a complete rookie that needs to go the Ubuntu route again. BUT I'm kind of stuck on what Linux distro would be a good alternative. I'd be interested in converting to Arch with a little bit more experience, but probably not yet. I don't really crave a desktop/windows style experience that mint or other ubuntu clones offer either. Opinions on distros like Fedora/Debian/etc would be helpful.

Mostly looking to do some web dev as a hobby although I want to explore/learn as much as possible (for fun at first but who knows what will come of it). Might even learn some server/sys admin stuff at some point

If it's too hard to suggest something since I didn't give you too much info maybe just talk about what you use and why you like it.

Thanks.
Administrator
DickMcFanny
Profile Blog Joined September 2015
Ireland1076 Posts
June 08 2016 23:26 GMT
#14677
On June 09 2016 07:08 zatic wrote:
Show nested quote +
On June 09 2016 05:43 DickMcFanny wrote:
This question is mostly for Morfildur and Zatic:

Do you guys know if vocational training (Ausbildung) in software development (Anwendungsentwicklung) will get me anywhere? I mean, would you hire people who only have vocational training and not a degree?

I'm asking because I want to get into developing, but I can't afford going to uni full time. I have a BA in English / history already, so I blew my load on a useless degree and now, of course, the government won't fund me again for a second go.
I also do not want to do a Duales Studium, because I'm enrolled in a Mechanical Engineering course (Uni Dresden) course, simply because I enjoy the maths involved.

Do you think it's a viable option?

What are you goals? What kind of work are you aiming for? Software development can mean a lot of things.

I am unsure what your reasoning against Duales Studium is though? To me that sounds like the obvious choice. Not much longer time wise than vocational training, won't cost you anything, and the most straightforward path into employment.
Of course, you need to be accepted to it first ...

I would be a little hesitant to recommend vocational training in software engineering mostly because it'll likely lower your starting salary compared to say FH or Duales Studium. If it's not so much about the money for you I guess it mostly depends on the company that takes you in for the training.


Honestly, my main goal would be getting into security / cryptology. I find that endlessly fascinating.

The thing about Duales Studium:

First of all, it's difficult to get at the best of times, but for me it's impossible. I'm far too old to find a company that would choose me over the 15 candidates per position who apply. My CV is a mess, I'm old, and I don't have that much experience.

Second of all, you can't be enrolled in two unis at once. I'm learning a lot of fun maths in my mechanical engineering course, even if it's part time, and I don't want to quit.
| (• ◡•)|╯ ╰(❍ᴥ❍ʋ)
Nyxisto
Profile Joined August 2010
Germany6287 Posts
Last Edited: 2016-06-08 23:58:52
June 08 2016 23:54 GMT
#14678
On June 09 2016 08:01 TheEmulator wrote:
I have a simple question and I'm sure most of you are Linux enthusiasts so hopefully someone can help me.

I'm looking to get back into programming as a hobby and I want to install a new Linux distro. I've taken CS classes in university and did some casual learning afterwards, all of which was on Ubuntu (this was at least 2-3 years ago). Most of my command line knowledge is still there and I wouldn't consider myself a complete rookie that needs to go the Ubuntu route again. BUT I'm kind of stuck on what Linux distro would be a good alternative. I'd be interested in converting to Arch with a little bit more experience, but probably not yet. I don't really crave a desktop/windows style experience that mint or other ubuntu clones offer either. Opinions on distros like Fedora/Debian/etc would be helpful.

Mostly looking to do some web dev as a hobby although I want to explore/learn as much as possible (for fun at first but who knows what will come of it). Might even learn some server/sys admin stuff at some point

If it's too hard to suggest something since I didn't give you too much info maybe just talk about what you use and why you like it.

Thanks.


Aside from the install process which is very doable step by step with help of the arch wiki (which is very comprehensive) daily usage isn't very different. Arch is a rolling release which means that you won't have to do big release upgrades every few years but arch has less out of the box support for some proprietary software (vpn clients for example). They AUR (user repository) for additional software on the other hand is more convenient than Ubuntu's PPA system.

But I personally feel that the lack of third party support for proprietary stuff on Arch is really inconvenient so I just use Ubuntu forks on any system, also the defaults are saner and for some licensing reason fonts on most other distros look really horrible. You can develop and learn on all distros so in that regard there's no difference. I'd honestly stick with one of the *buntu distros or Fedora.
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
Last Edited: 2016-06-09 00:02:11
June 09 2016 00:01 GMT
#14679
On June 09 2016 08:26 DickMcFanny wrote:
Show nested quote +
On June 09 2016 07:08 zatic wrote:
On June 09 2016 05:43 DickMcFanny wrote:
This question is mostly for Morfildur and Zatic:

Do you guys know if vocational training (Ausbildung) in software development (Anwendungsentwicklung) will get me anywhere? I mean, would you hire people who only have vocational training and not a degree?

I'm asking because I want to get into developing, but I can't afford going to uni full time. I have a BA in English / history already, so I blew my load on a useless degree and now, of course, the government won't fund me again for a second go.
I also do not want to do a Duales Studium, because I'm enrolled in a Mechanical Engineering course (Uni Dresden) course, simply because I enjoy the maths involved.

Do you think it's a viable option?

What are you goals? What kind of work are you aiming for? Software development can mean a lot of things.

I am unsure what your reasoning against Duales Studium is though? To me that sounds like the obvious choice. Not much longer time wise than vocational training, won't cost you anything, and the most straightforward path into employment.
Of course, you need to be accepted to it first ...

I would be a little hesitant to recommend vocational training in software engineering mostly because it'll likely lower your starting salary compared to say FH or Duales Studium. If it's not so much about the money for you I guess it mostly depends on the company that takes you in for the training.


Honestly, my main goal would be getting into security / cryptology. I find that endlessly fascinating.

The thing about Duales Studium:

First of all, it's difficult to get at the best of times, but for me it's impossible. I'm far too old to find a company that would choose me over the 15 candidates per position who apply. My CV is a mess, I'm old, and I don't have that much experience.

Second of all, you can't be enrolled in two unis at once. I'm learning a lot of fun maths in my mechanical engineering course, even if it's part time, and I don't want to quit.


I was in the same spot you are a few years ago (bachelor in sociology, worked 7 years at administration level in a medical facility). It was tough in the beginning, I just signed up for as many entry-level programming interviews I could, got turned down a lot until I finally got accepted into unpaid 3 month internship. After that I got a job, got paid for those 3 months and it was pretty much a breeze from then on.

The important thing is to take something from each interview. After each one where I got turned down I would sit down, learn and practice all the things they asked me about and with each interview I got better.

Hope that helps you

On June 09 2016 08:01 TheEmulator wrote:
I have a simple question and I'm sure most of you are Linux enthusiasts so hopefully someone can help me.

I'm looking to get back into programming as a hobby and I want to install a new Linux distro. I've taken CS classes in university and did some casual learning afterwards, all of which was on Ubuntu (this was at least 2-3 years ago). Most of my command line knowledge is still there and I wouldn't consider myself a complete rookie that needs to go the Ubuntu route again. BUT I'm kind of stuck on what Linux distro would be a good alternative. I'd be interested in converting to Arch with a little bit more experience, but probably not yet. I don't really crave a desktop/windows style experience that mint or other ubuntu clones offer either. Opinions on distros like Fedora/Debian/etc would be helpful.

Mostly looking to do some web dev as a hobby although I want to explore/learn as much as possible (for fun at first but who knows what will come of it). Might even learn some server/sys admin stuff at some point

If it's too hard to suggest something since I didn't give you too much info maybe just talk about what you use and why you like it.

Thanks.


Go with Debian. Ubuntu is based off of it so you'll be on familiar grounds (and pretty much all the help online for Ubuntu also applies to Debian), it's the same but much more stable and without so much bullshit and branding on top of it. You won't get bleeding edge packages like with Arch but you'll get a very solid and stable distro.

I'd still dig out some old, forgotten laptop if you have one and play around with minimal Arch setups on it just to learn some more stuff without fear of breaking it. I know for sure that setting up a fully functional laptop with fluxbox, thunar, urxvt, irssi and npm for music did teach me a lot about Linux since I got a chance to practically pick and choose stuff I wanted in my setup and I ended up with a damn nice looking environment running on a 15 year old machine that didn't even require mouse or touchpad to operate (I could use those but I didn't need to for anything else than web surfing).
Time is precious. Waste it wisely.
Cyx.
Profile Joined November 2010
Canada806 Posts
June 09 2016 06:10 GMT
#14680
On June 09 2016 08:54 Nyxisto wrote:
Show nested quote +
On June 09 2016 08:01 TheEmulator wrote:
I have a simple question and I'm sure most of you are Linux enthusiasts so hopefully someone can help me.

I'm looking to get back into programming as a hobby and I want to install a new Linux distro. I've taken CS classes in university and did some casual learning afterwards, all of which was on Ubuntu (this was at least 2-3 years ago). Most of my command line knowledge is still there and I wouldn't consider myself a complete rookie that needs to go the Ubuntu route again. BUT I'm kind of stuck on what Linux distro would be a good alternative. I'd be interested in converting to Arch with a little bit more experience, but probably not yet. I don't really crave a desktop/windows style experience that mint or other ubuntu clones offer either. Opinions on distros like Fedora/Debian/etc would be helpful.

Mostly looking to do some web dev as a hobby although I want to explore/learn as much as possible (for fun at first but who knows what will come of it). Might even learn some server/sys admin stuff at some point

If it's too hard to suggest something since I didn't give you too much info maybe just talk about what you use and why you like it.

Thanks.


Aside from the install process which is very doable step by step with help of the arch wiki (which is very comprehensive) daily usage isn't very different. Arch is a rolling release which means that you won't have to do big release upgrades every few years but arch has less out of the box support for some proprietary software (vpn clients for example). They AUR (user repository) for additional software on the other hand is more convenient than Ubuntu's PPA system.

But I personally feel that the lack of third party support for proprietary stuff on Arch is really inconvenient so I just use Ubuntu forks on any system, also the defaults are saner and for some licensing reason fonts on most other distros look really horrible. You can develop and learn on all distros so in that regard there's no difference. I'd honestly stick with one of the *buntu distros or Fedora.

Especially for learning's sake, I'm actually really enthusiastic about Arch - it's been my main (and only) distro for a couple years now and it's never caused me problems, but it *has* encouraged me to learn a lot about how the system works and to explore a lot of different options on my own. I started out with Arch first when I switched to Linux and I've stuck with it, I think it's really good for someone who just wants to explore and figure things out.
Prev 1 732 733 734 735 736 1031 Next
Please log in or register to reply.
Live Events Refresh
Big Brain Bouts
16:00
#97
RotterdaM680
Liquipedia
FEL
16:00
Polish Championship: Qualifier
IndyStarCraft 227
CranKy Ducklings71
Liquipedia
WardiTV European League
16:00
Swiss Groups Day 2
YoungYakov vs ShamelessLIVE!
uThermal vs Fjant
Nicoract vs goblin
Harstem vs Gerald
WardiTV851
TKL 253
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 680
TKL 253
IndyStarCraft 227
Hui .187
UpATreeSC 75
StarCraft: Brood War
Britney 30653
Calm 3783
Rain 2340
Horang2 881
Larva 458
BeSt 232
Mind 182
Movie 82
Mong 70
sas.Sziky 48
[ Show more ]
Barracks 47
Shinee 33
yabsab 32
soO 20
Free 19
Shine 13
Dewaltoss 9
Stormgate
NightEnD11
Dota 2
Gorgc12527
qojqva3066
League of Legends
Grubby3293
singsing2146
Counter-Strike
ScreaM2894
fl0m1629
Foxcn372
byalli247
Other Games
FrodaN1291
Beastyqt605
Fuzer 255
Trikslyr57
ZombieGrub22
Nathanias14
Organizations
Other Games
BasetradeTV24
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV532
League of Legends
• Nemesis5061
• Jankos1520
• TFBlade1053
Other Games
• imaqtpie867
• Shiphtur377
Upcoming Events
Korean StarCraft League
8h 51m
CranKy Ducklings
15h 51m
RSL Revival
15h 51m
ByuN vs Cham
herO vs Reynor
FEL
21h 51m
RSL Revival
1d 15h
Clem vs Classic
SHIN vs Cure
FEL
1d 17h
BSL: ProLeague
1d 23h
Dewalt vs Bonyth
Replay Cast
3 days
Sparkling Tuna Cup
3 days
The PondCast
4 days
[ Show More ]
Replay Cast
5 days
RSL Revival
5 days
Replay Cast
6 days
RSL Revival
6 days
Liquipedia Results

Completed

Proleague 2025-06-28
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025

Upcoming

2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
2025 ACS Season 2
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.