• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 12:49
CEST 18:49
KST 01:49
  • 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
TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
Chinese SC2 server to reopen; live all-star event in Hangzhou7Weekly Cups (Oct 13-19): Clem Goes for Four0BSL Team A vs Koreans - Sat-Sun 16:00 CET6Weekly Cups (Oct 6-12): Four star herO85.0.15 Patch Balance Hotfix (2025-10-8)80
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" DreamHack Open 2013 revealed The New Patch Killed Mech! Chinese SC2 server to reopen; live all-star event in Hangzhou Team Liquid Map Contest #21 - Presented by Monster Energy
Tourneys
SC2's Safe House 2 - October 18 & 19 INu's Battles #13 - ByuN vs Zoun Tenacious Turtle Tussle Sparkling Tuna Cup - Weekly Open Tournament $1,200 WardiTV October (Oct 21st-31st)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers
Brood War
General
Is there anyway to get a private coach? The Lose More Card BW General Discussion BSL Season 21 OGN to release AI-upscaled StarLeague from Feb 24
Tourneys
300$ 3D!Community Brood War Super Cup #4 [ASL20] Semifinal B Azhi's Colosseum - Anonymous Tournament [Megathread] Daily Proleagues
Strategy
[I] TvZ Strategies and Builds [I] TvP Strategies and Build Roaring Currents ASL final Current Meta
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Path of Exile Dawn of War IV ZeroSpace Megathread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Things Aren’t Peaceful in Palestine The Chess Thread US Politics Mega-thread Russo-Ukrainian War Thread Men's Fashion Thread
Fan Clubs
The herO Fan Club!
Media & Entertainment
Series you have seen recently... Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
MLB/Baseball 2023 2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Certified Crazy
Hildegard
The Heroism of Pepe the Fro…
Peanutsc
Rocket League: Traits, Abili…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1222 users

The Big Programming Thread - Page 734

Forum Index > General Forum
Post a Reply
Prev 1 732 733 734 735 736 1032 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
Spain18093 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
Poland17388 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
Poland17388 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
Zurich15353 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
28091 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
Poland17388 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 1032 Next
Please log in or register to reply.
Live Events Refresh
Wardi Open
14:30
October Qualifier #2
WardiTV1447
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
BRAT_OK 66
UpATreeSC 64
MindelVK 12
StarCraft: Brood War
Britney 35489
Calm 4012
Rain 2088
Jaedong 1593
Bisu 854
Horang2 833
EffOrt 795
Mini 739
Soma 567
Larva 551
[ Show more ]
Light 457
firebathero 431
Shuttle 390
ZerO 273
Snow 246
actioN 207
Soulkey 133
Pusan 127
Rush 107
Free 86
Hyun 74
sSak 72
ggaemo 64
Shine 48
Killer 39
sorry 25
Shinee 21
Movie 19
Dewaltoss 18
scan(afreeca) 13
Bale 13
Sacsri 12
Aegong 12
Terrorterran 9
Hm[arnc] 4
Noble 3
Mong 1
Dota 2
Gorgc6359
qojqva3592
Dendi1430
Fuzer 259
canceldota90
Counter-Strike
fl0m792
byalli355
FunKaTv 52
Other Games
singsing2299
FrodaN765
ceh9600
Lowko393
Sick154
Hui .144
Skadoodle141
ArmadaUGS121
C9.Mang087
KnowMe78
QueenE78
Mew2King52
Trikslyr47
ZerO(Twitch)21
B2W.Neo8
Organizations
Counter-Strike
PGL402
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• Reevou 0
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• Noizen34
League of Legends
• Jankos2969
• TFBlade898
Other Games
• Shiphtur133
Upcoming Events
PiGosaur Monday
7h 11m
Replay Cast
17h 11m
OSC
23h 11m
Tenacious Turtle Tussle
1d 6h
The PondCast
1d 17h
OSC
1d 19h
WardiTV Invitational
2 days
Online Event
2 days
RSL Revival
3 days
RSL Revival
3 days
[ Show More ]
WardiTV Invitational
3 days
Afreeca Starleague
4 days
Snow vs Soma
Sparkling Tuna Cup
4 days
WardiTV Invitational
4 days
CrankTV Team League
4 days
RSL Revival
5 days
Wardi Open
5 days
CrankTV Team League
5 days
Replay Cast
6 days
WardiTV Invitational
6 days
CrankTV Team League
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
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

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
BSL 21 Non-Korean Championship
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
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.