• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 03:19
CEST 09:19
KST 16:19
  • 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 Tall10HomeStory 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
Weekly Cups (June 30 - July 6): Classic Doubles4[BSL20] Non-Korean Championship 4x BSL + 4x China9Flash Announces Hiatus From ASL66Weekly Cups (June 23-29): Reynor in world title form?14FEL Cracov 2025 (July 27) - $8000 live event22
StarCraft 2
General
The GOAT ranking of GOAT rankings How Esports Is Reshaping the Future of Competitive Weekly Cups (June 30 - July 6): Classic Doubles The SCII GOAT: A statistical Evaluation Weekly Cups (June 23-29): Reynor in world title form?
Tourneys
RSL: Revival, a new crowdfunded tournament series FEL Cracov 2025 (July 27) - $8000 live event Sparkling Tuna Cup - Weekly Open Tournament WardiTV Mondays Korean Starcraft League Week 77
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 481 Fear and Lava Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma
Brood War
General
i aint gon lie to u bruh... BGH Auto Balance -> http://bghmmr.eu/ ASL20 Preliminary Maps [ASL19] Finals Recap: Standing Tall SC uni coach streams logging into betting site
Tourneys
[BSL20] Non-Korean Championship 4x BSL + 4x China [BSL20] Grand Finals - Sunday 20:00 CET CSL Xiamen International Invitational The Casual Games of the Week Thread
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread 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
Stop Killing Games - European Citizens Initiative Summer Games Done Quick 2025! US Politics Mega-thread Russo-Ukrainian War Thread Summer Games Done Quick 2024!
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
The Automated Ban List
Blogs
momentary artworks from des…
tankgirl
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
StarCraft improvement
iopq
Customize Sidebar...

Website Feedback

Closed Threads



Active: 670 users

The Big Programming Thread - Page 810

Forum Index > General Forum
Post a Reply
Prev 1 808 809 810 811 812 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.
mantequilla
Profile Blog Joined June 2012
Turkey779 Posts
December 05 2016 21:45 GMT
#16181
colleges don't teach programming but sometimes they neglect it so much that you don't see the point of theoretical background knowledge because you see no practical use of it. you don't see the theory solving problems in real life, so all of it stands in the ether. many students get demotivated by this fact (you feel like you are learning bunch of things that solve nothing).

they are right about not teaching the use of standard java api, but they at least should have made us aware of the basic building blocks used in today's software development.

as an analogy they teach you how a skyscraper stands without collapsing, but they don't tell you the existence of hammer, cement, steel and stone.

in the end you get grad students who put all application logic inside mysql because the only thing they know is how to connect a database and write sql. the epitome of the "law of the instrument"
Age of Mythology forever!
Manit0u
Profile Blog Joined August 2004
Poland17244 Posts
Last Edited: 2016-12-05 23:18:46
December 05 2016 23:15 GMT
#16182
I have bachelor's in sociology and have been following a successful software developer career over the past 3+ years (and I've started this career around the age of 30, mind you). All it really takes is enough motivation to learn the stuff you need. The beginning was pretty harsh, for a month I would go to job interviews, fail hard and then try to solve everything they asked of me at home. With each interview I got better (it's not so much learning programming but more about learning what you need to know in the industry standard) and landed myself an internship. After that it was a breeze.

You must know thought that programming isn't for everyone. You won't believe how many people I've seen over this 3 years who have no clue - from CS graduates who can't do the simplest things to veteran programmers who are stuck in technologies that aren't even supported for 6+ years now and still refuse to learn new things (even in their language of choice, I'm not even touching the delicate subject of learning a new language). Programming is all about self-improvement (at least for me it is) and constant pursuit of knowledge. There's plenty of people who don't view it like that and get stuck on working the same hours, doing the same shit over and over again for years, but that's not for me.

On the university side, I have a friend who used to be a CS PhD working at the uni. One day he decided to pursue a career in programming. He was seriously shocked when he learned how little did he actually know and he's not going back to uni.
Time is precious. Waste it wisely.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2016-12-06 00:54:40
December 06 2016 00:27 GMT
#16183
Any software engineers in the US? I know it is a vague question, but is it worth it to move to the US and work as a software engineer? Is it stressful? Do you often have to work overtime? Is healthcare affordable?

On a different note, I was checking my C++ slides from year 2 at university. It was taught for 1-2 weeks. I'm wondering if lecturer knew what he was doing in C++... Some of mistakes I have spotted in his C++ examples:
- No virtual destructor for base class (inheritance example) <--- he didn't use smart pointers to remedy this either
- No const for getters
- Using const void* parameters to do comparison (C qsort) instead of std::sort.
- Using "using namespace std"
- Using int for indices to overload subscript operator.
- Setter method whose input parameter is not const. It just calls copy assignment.
- Getter method which returns an instance of base class by value (lol)

Thank god for Effective C++ and being a professional C++ developer so I can spot bullshit. :D
tofucake
Profile Blog Joined October 2009
Hyrule19031 Posts
December 06 2016 02:53 GMT
#16184
On December 06 2016 09:27 Shield wrote:
Any software engineers in the US? I know it is a vague question, but is it worth it to move to the US and work as a software engineer? Is it stressful? Do you often have to work overtime? Is healthcare affordable?

On a different note, I was checking my C++ slides from year 2 at university. It was taught for 1-2 weeks. I'm wondering if lecturer knew what he was doing in C++... Some of mistakes I have spotted in his C++ examples:
- No virtual destructor for base class (inheritance example) <--- he didn't use smart pointers to remedy this either
- No const for getters
- Using const void* parameters to do comparison (C qsort) instead of std::sort.
- Using "using namespace std"
- Using int for indices to overload subscript operator.
- Setter method whose input parameter is not const. It just calls copy assignment.
- Getter method which returns an instance of base class by value (lol)

Thank god for Effective C++ and being a professional C++ developer so I can spot bullshit. :D

Depends on the company. Working for an agency might not get you any benefits but you'll be hourly. Working directly for a company is usually salaried but there's also pretty affordable healthcare, 401k, and other benefits (including a criminal amount of PTO by European standards).
Liquipediaasante sana squash banana
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
December 06 2016 03:36 GMT
#16185
Academic development's quite different from commercial development, there's generally less of a focus on the "trade" aspect and more on the elegance of the theoretical solution. At least in my experience.
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
3FFA
Profile Blog Joined February 2010
United States3931 Posts
Last Edited: 2016-12-06 07:53:58
December 06 2016 07:53 GMT
#16186
I'm currently working on a project to make my own tileset RPG game in HTML to release on the Windows Store and possibly online.
I was wondering what sites there are for free use tileset art, sound, etc. that would be usable for a project like this(Too early to tell if I'll charge a couple $ or offer it for free, which depends on how far I go with it). I'm also interested in learning a little bit of how to make my own art with a free or cheap program.

Thanks for all your help guys! Very much appreciated!

...CS graduates who can't do the simplest things...

Yeah... I think this is what I would've become, unfortunately, if I kept relying on college to learn Computer Science. Thank you for your thoughts, that was a good read.
What did your PhD CS friend end up doing after that? :o

Academic development's quite different from commercial development, there's generally less of a focus on the "trade" aspect and more on the elegance of the theoretical solution. At least in my experience.

Agreed.

"As long as it comes from a pure place and from a honest place, you know, you can write whatever you want."
RoomOfMush
Profile Joined March 2015
1296 Posts
December 06 2016 09:43 GMT
#16187
Its not that extreme with universities though. My current classes look like this:
1) Build your own operating system from scratch. (C, C++, Assembly) They teach some very basic programming (mostly for legal reasons I suppose) and then focus almost entirely on the OS part. They expect you to learn how to code yourself. You have to send in a snapshot of your current OS every 2 weeks for evaluation.

2) Build your own programming language + compiler + runtime enviroment / standard library. (Java, XText, Eclipse) They do a lot of XText and expect you to program your RTE in Java (but that is not required). They dont teach you any programming in this course and expect you to be able to do this yourself. You have to send in your language specification, compiler, development enviroment (automatically created from Eclipse) and a sample application.

3) Build your own Database Management System (based off of PostGres). The lecture doesnt teach you anything about programming but the programming exercises are not mandatory either. They recommend doing them for a better understanding of the subject matter though.

4) Build your own 3D video board game which is supposed to run on a huge multi-touch table. (C# + Unity) It should play like a multi-player board game with android tablets used for secret personal information or additional inputs. The devices should communicate using either bluetooth or wireless. VR-headsets optional. This is a group project which started with 13 students (we are 11 by now) and lasts 1 year.

5) Lambda-Calculus and theoretical mathematics. This has nothing to do with programming.


So you see, there is some programming to be done at the university and it definitely teaches you quite something, but the focus is usually on technologies which are more general and relevant for a longer period of time.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
December 06 2016 10:10 GMT
#16188
And they completely skip the part where they teach you how to write GOOD code. Or even just nudge you in the direction of solid material on that topic. It's the most essential aspect of programming after all. How to write a compiler/DB/whatever is just some random concrete applications - with fairly little practical use usually. Only very few people will ever write an actual DB themselves, and if they do they need far more knowledge than what a single couse can teach. I'm fairly certain that people would be much better off if more effort was spent on teaching how to write good code and then expect them to read up on the details of such niche topics on their own. Those topics will seem a lot less scary once you have a good foundation, anyways.
If you have a good reason to disagree with the above, please tell me. Thank you.
Acrofales
Profile Joined August 2010
Spain17971 Posts
December 06 2016 10:27 GMT
#16189
You people. Do you go to university to learn how to be a plumber? No. You go to university to learn water engineering. The actual plumbing is left to the plumbers. University level CS is to programming as water engineering is to plumbing. Programmers are the plumbers ( although plumbers get paid a lot better).

And yes, I have a PhD in CS. I need to do most of my own programming, because my project doesn't have funding to pay for one, and I enjoy programming. I dislike enterprise programming, though, so I'm in the right place. That said, programming is to my project as plumbing is to an experimental new water works. You need to show it can be built and it works in practice, but the main innovation is not in its plumbing.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
December 06 2016 10:56 GMT
#16190
There's a difference between teaching CS and teaching how to build an OS/DB/Compiler. Those are "how do I connect a kitchen sink" and "how do I install a bath tub". It's a pointless exercise to anyone who is interested in the actual science part, and the wrong focus for anyone interested in becoming a software developer.

The stuff I can get behind for a CS degree is all the math. That's great stuff. The semi-practical stuff that teaches little more than how to be a bad programmer and about as much knowledge about a DB as you can gather in 5 minutes from wikipedia - not so much.
If you have a good reason to disagree with the above, please tell me. Thank you.
Biolunar
Profile Joined February 2012
Germany224 Posts
December 06 2016 12:20 GMT
#16191
On December 06 2016 16:53 3FFA wrote:
I'm currently working on a project to make my own tileset RPG game in HTML to release on the Windows Store and possibly online.
I was wondering what sites there are for free use tileset art, sound, etc. that would be usable for a project like this(Too early to tell if I'll charge a couple $ or offer it for free, which depends on how far I go with it). I'm also interested in learning a little bit of how to make my own art with a free or cheap program.

Try http://kenney.nl/
What is best? To crush the Zerg, see them driven before you, and hear the lamentations of the Protoss.
Manit0u
Profile Blog Joined August 2004
Poland17244 Posts
Last Edited: 2016-12-06 14:43:02
December 06 2016 14:41 GMT
#16192
http://viewsourcecode.org/why/redhanded/bits/mudIn15LinesOfRuby.html

Mind = blown.

On December 06 2016 21:20 Biolunar wrote:
Show nested quote +
On December 06 2016 16:53 3FFA wrote:
I'm currently working on a project to make my own tileset RPG game in HTML to release on the Windows Store and possibly online.
I was wondering what sites there are for free use tileset art, sound, etc. that would be usable for a project like this(Too early to tell if I'll charge a couple $ or offer it for free, which depends on how far I go with it). I'm also interested in learning a little bit of how to make my own art with a free or cheap program.

Try http://kenney.nl/


Battle For Wesnoth is open source freeware. You could also check their assets (and respective licenses).
Time is precious. Waste it wisely.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
December 06 2016 17:20 GMT
#16193
So, the semester is coming to an end.
I am gonna need to come up with a project. Learning a new language, going through some book (hopefully interesting), or building something...

Any suggestions for someone that really only knows Java? Something that might look good on a resume for internships?
beg
Profile Blog Joined May 2010
991 Posts
Last Edited: 2016-12-06 17:53:26
December 06 2016 17:45 GMT
#16194
On December 07 2016 02:20 travis wrote:
So, the semester is coming to an end.
I am gonna need to come up with a project. Learning a new language, going through some book (hopefully interesting), or building something...

Any suggestions for someone that really only knows Java? Something that might look good on a resume for internships?

Neural nets. They're powerful. There's lots of low hanging fruits. And most importantly, neural nets are very satisfying intellectually.

PS: Most people in the industry use Python for writing basic frameworks and CUDA for actual calculations.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
December 06 2016 17:46 GMT
#16195
On December 07 2016 02:20 travis wrote:
So, the semester is coming to an end.
I am gonna need to come up with a project. Learning a new language, going through some book (hopefully interesting), or building something...

Any suggestions for someone that really only knows Java? Something that might look good on a resume for internships?


If non-web language, then C# is a good start. It's used commercially and it is similar to Java. Or, are you looking for completely different language?
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
Last Edited: 2016-12-06 17:53:05
December 06 2016 17:52 GMT
#16196
On December 07 2016 02:46 Shield wrote:
Show nested quote +
On December 07 2016 02:20 travis wrote:
So, the semester is coming to an end.
I am gonna need to come up with a project. Learning a new language, going through some book (hopefully interesting), or building something...

Any suggestions for someone that really only knows Java? Something that might look good on a resume for internships?


If non-web language, then C# is a good start. It's used commercially and it is similar to Java. Or, are you looking for completely different language?


I'd suggest learning something completely different that you would use in addition to java like scripting. Ant, batch, shell, etc
I'll always be your shadow and veil your eyes from states of ain soph aur.
Acrofales
Profile Joined August 2010
Spain17971 Posts
December 06 2016 18:12 GMT
#16197
On December 07 2016 02:45 beg wrote:
Show nested quote +
On December 07 2016 02:20 travis wrote:
So, the semester is coming to an end.
I am gonna need to come up with a project. Learning a new language, going through some book (hopefully interesting), or building something...

Any suggestions for someone that really only knows Java? Something that might look good on a resume for internships?

Neural nets. They're powerful. There's lots of low hanging fruits. And most importantly, neural nets are very satisfying intellectually.

PS: Most people in the industry use Python for writing basic frameworks and CUDA for actual calculations.

Haha, I was going to suggest that. Python (scipy, panda) is great for scientific programming, and neutral nets are a hot topic, are easy to implement and you can dive as deep into the theory as you like.

Don't start with something too complicated. It has to be interesting to you, but achievable. Probably a perceptron network is about as complicated as you can realistically use in an undergrad project.
tofucake
Profile Blog Joined October 2009
Hyrule19031 Posts
December 06 2016 18:35 GMT
#16198
On December 07 2016 02:52 Blitzkrieg0 wrote:
Show nested quote +
On December 07 2016 02:46 Shield wrote:
On December 07 2016 02:20 travis wrote:
So, the semester is coming to an end.
I am gonna need to come up with a project. Learning a new language, going through some book (hopefully interesting), or building something...

Any suggestions for someone that really only knows Java? Something that might look good on a resume for internships?


If non-web language, then C# is a good start. It's used commercially and it is similar to Java. Or, are you looking for completely different language?


I'd suggest learning something completely different that you would use in addition to java like scripting. Ant, batch, shell, etc

well, MS is replacing cmd with PowerShell soon, so batch is effectively deprecated
Liquipediaasante sana squash banana
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
December 06 2016 18:48 GMT
#16199
On December 07 2016 03:35 tofucake wrote:
Show nested quote +
On December 07 2016 02:52 Blitzkrieg0 wrote:
On December 07 2016 02:46 Shield wrote:
On December 07 2016 02:20 travis wrote:
So, the semester is coming to an end.
I am gonna need to come up with a project. Learning a new language, going through some book (hopefully interesting), or building something...

Any suggestions for someone that really only knows Java? Something that might look good on a resume for internships?


If non-web language, then C# is a good start. It's used commercially and it is similar to Java. Or, are you looking for completely different language?


I'd suggest learning something completely different that you would use in addition to java like scripting. Ant, batch, shell, etc

well, MS is replacing cmd with PowerShell soon, so batch is effectively deprecated


In my limited experience Ant is the most common pairing, but you'll end up doing batch/shell depending on your environment regardless.
I'll always be your shadow and veil your eyes from states of ain soph aur.
tofucake
Profile Blog Joined October 2009
Hyrule19031 Posts
December 06 2016 18:49 GMT
#16200
pshhh

even on windows I use shell. cygwin master race
Liquipediaasante sana squash banana
Prev 1 808 809 810 811 812 1031 Next
Please log in or register to reply.
Live Events Refresh
Next event in 2h 41m
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
GuemChi 1256
actioN 1009
Tasteless 243
Leta 234
PianO 232
Soma 123
Dewaltoss 71
Movie 36
Sacsri 32
EffOrt 31
[ Show more ]
Free 27
yabsab 26
Bale 18
Dota 2
ODPixel304
XcaliburYe257
League of Legends
JimRising 640
Counter-Strike
Stewie2K1778
shoxiejesuss22
Other Games
summit1g9494
SortOf117
Mew2King89
Liquid`RaSZi56
Organizations
Other Games
gamesdonequick12603
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH366
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota2114
League of Legends
• Rush1431
• Lourlo1188
• HappyZerGling136
Upcoming Events
Sparkling Tuna Cup
2h 41m
WardiTV European League
8h 41m
MaNa vs sebesdes
Mixu vs Fjant
ByuN vs HeRoMaRinE
ShoWTimE vs goblin
Gerald vs Babymarine
Krystianer vs YoungYakov
PiGosaur Monday
16h 41m
The PondCast
1d 2h
WardiTV European League
1d 4h
Jumy vs NightPhoenix
Percival vs Nicoract
ArT vs HiGhDrA
MaxPax vs Harstem
Scarlett vs Shameless
SKillous vs uThermal
uThermal 2v2 Circuit
1d 8h
Replay Cast
1d 16h
RSL Revival
2 days
ByuN vs SHIN
Clem vs Reynor
Replay Cast
2 days
RSL Revival
3 days
Classic vs Cure
[ Show More ]
FEL
3 days
RSL Revival
4 days
FEL
4 days
FEL
4 days
CSO Cup
4 days
BSL20 Non-Korean Champi…
4 days
Bonyth vs QiaoGege
Dewalt vs Fengzi
Hawk vs Zhanhun
Sziky vs Mihu
Mihu vs QiaoGege
Zhanhun vs Sziky
Fengzi vs Hawk
Sparkling Tuna Cup
5 days
RSL Revival
5 days
FEL
5 days
BSL20 Non-Korean Champi…
5 days
Bonyth vs Dewalt
QiaoGege vs Dewalt
Hawk vs Bonyth
Sziky vs Fengzi
Mihu vs Zhanhun
QiaoGege vs Zhanhun
Fengzi vs Mihu
Liquipedia Results

Completed

BSL Season 20
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Jiahua Invitational
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
CSL Xiamen Invitational
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.