• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 23:26
CEST 05:26
KST 12:26
  • 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 Hangzhou10Weekly 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
Chinese SC2 server to reopen; live all-star event in Hangzhou RotterdaM "Serral is the GOAT, and it's not close" DreamHack Open 2013 revealed The New Patch Killed Mech! Team Liquid Map Contest #21 - Presented by Monster Energy
Tourneys
$1,200 WardiTV October (Oct 21st-31st) SC2's Safe House 2 - October 18 & 19 INu's Battles #13 - ByuN vs Zoun Tenacious Turtle Tussle Sparkling Tuna Cup - Weekly Open Tournament
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
BW General Discussion Is there anyway to get a private coach? BGH Auto Balance -> http://bghmmr.eu/ The Lose More Card BSL Season 21
Tourneys
300$ 3D!Community Brood War Super Cup #4 [ASL20] Semifinal B Azhi's Colosseum - Anonymous Tournament [Megathread] Daily Proleagues
Strategy
Current Meta Roaring Currents ASL final [I] Funny Protoss Builds/Strategies [I] TvZ Strategies and Builds
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
Russo-Ukrainian War Thread US Politics Mega-thread The Chess Thread Things Aren’t Peaceful in Palestine Men's Fashion Thread
Fan Clubs
The herO Fan Club!
Media & Entertainment
Anime Discussion Thread Series you have seen recently... [Manga] One Piece Movie Discussion!
Sports
2024 - 2026 Football Thread TeamLiquid Health and Fitness Initiative For 2023 MLB/Baseball 2023 Formula 1 Discussion NBA General Discussion
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
Our Last Hope in th…
KrillinFromwales
Certified Crazy
Hildegard
The Heroism of Pepe the Fro…
Peanutsc
Rocket League: Traits, Abili…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1048 users

The Big Programming Thread - Page 775

Forum Index > General Forum
Post a Reply
Prev 1 773 774 775 776 777 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.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
October 06 2016 22:55 GMT
#15481
Does anyone have experience with cross-platform UI? In specific, Qt vs application built with some web framework. Any thoughts? Pros and cons? If main language is C++, is web framework still ok? I've tried to encourage Qt at work, but they want UI built via web framework.
phar
Profile Joined August 2011
United States1080 Posts
October 07 2016 00:30 GMT
#15482
On October 07 2016 01:15 toadtoad wrote:
Hey guys, I was a sysadmin for 3 years, created a plethora of scripts and tools during my work. I now moved into business programming and building CRUD apps daily, I feel like I'm getting burned out much quicker than my sysadmins days, however the pay is much better, so I stuck with it. But now I'm re-considering.

I was wondering if anyone had done the opposite, so moving from a pure programming position to a IT OP/sysadmin position, if you did, how do you feel? do you feel like creating scripts and managing stuff less tiring? Do you regret your choice

Thanks,

Didn't see this answered earlier.

Yea generally building larger pieces of software is more stressful. Depending on the IT job, things tend to generally be more well defined (if x happens, check y). The scope of writing a small script to help automate something is also more relaxing. You don't have customers breathing down your neck about it. (Also, you are typically writing a lot of small script as a developer anyways, to help automate something stuff, ON TOP OF the rest of your work).

There's a reason it pays better I guess.


If you want even more stressful and even more high pay, check financial software dev, or Site Reliability Engineering.
Who after all is today speaking about the destruction of the Armenians?
BluzMan
Profile Blog Joined April 2006
Russian Federation4235 Posts
October 07 2016 01:07 GMT
#15483
On October 07 2016 04:45 Requizen wrote:
Any game devs on here?

I missed the GameMaker bundle on Humble Bundle last month, and while Clickteam Fusion seems like a much lesser tool, $15 seems like a good deal. I was just thinking of making some simple phone games as a hobby, would it be a good enough tool? Or is there something free out there that's worth checking out?


Depending on how deep you wanna go down the rabbit hole. If you're not scared of writing actual code, try out cocos2d-x. It's relatively easy to pick up and some of the games in top grossing list were made with it. The engine itself is C++, but there are moderately easy to setup bindings to JS and Lua. The good thing about this one is that it's an actual engine, it uses OpenGL (no software rendering) and you can do pretty complex stuff with it, but since it's free and open-source, it has less code quality than products that were created with some kind of earnings in mind. They recently made an editor that should simplify stuff for beginners (so you should be able to do more stuff without getting deep into coding). Just browse the site and don't pay attention to weird english - the original developers of cocos are chinese.

Then there's defold which is just a cross-platform lua engine, never tried it myself, but what they're promising seems to fit pretty well with "developing simple phone games as a hobby".

Finally, there are CryEngine, Unity and Unreal Engine (should be easy enough to find, so no links). Heavyweight, but powerful and you're gonna find all the tutorials in the world. They also come with tons of free assets. Unreal Engine has it's Blueprint system that allows you to make simple games by wiring boxes on a diagram without writing actual code. Didn't try that one out too, but people are saying that it's easy and good enough for simple games.
You want 20 good men, but you need a bad pussy.
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
October 07 2016 02:02 GMT
#15484
Worth noting that Unreal Engine's C++ documentation is awful so if you aren't using Blueprints (node based scripting system) then you have to put quite a bit of work in to understand how to do stuff. They change the API regularly and any old references online are often outdated (and tutorials and so on).
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
patermatrix
Profile Joined March 2012
64 Posts
October 07 2016 07:45 GMT
#15485
On October 07 2016 07:55 Shield wrote:
Does anyone have experience with cross-platform UI? In specific, Qt vs application built with some web framework. Any thoughts? Pros and cons? If main language is C++, is web framework still ok? I've tried to encourage Qt at work, but they want UI built via web framework.

Electron might be interesting for you if you want to create Desktop apps.
toadtoad
Profile Joined October 2016
9 Posts
Last Edited: 2016-10-07 11:54:06
October 07 2016 11:39 GMT
#15486
On October 07 2016 09:30 phar wrote:
Show nested quote +
On October 07 2016 01:15 toadtoad wrote:
Hey guys, I was a sysadmin for 3 years, created a plethora of scripts and tools during my work. I now moved into business programming and building CRUD apps daily, I feel like I'm getting burned out much quicker than my sysadmins days, however the pay is much better, so I stuck with it. But now I'm re-considering.

I was wondering if anyone had done the opposite, so moving from a pure programming position to a IT OP/sysadmin position, if you did, how do you feel? do you feel like creating scripts and managing stuff less tiring? Do you regret your choice

Thanks,

Didn't see this answered earlier.

Yea generally building larger pieces of software is more stressful. Depending on the IT job, things tend to generally be more well defined (if x happens, check y). The scope of writing a small script to help automate something is also more relaxing. You don't have customers breathing down your neck about it. (Also, you are typically writing a lot of small script as a developer anyways, to help automate something stuff, ON TOP OF the rest of your work).

There's a reason it pays better I guess.


If you want even more stressful and even more high pay, check financial software dev, or Site Reliability Engineering.

Thanks for the reply. I guess it comes down whether the money is worth the stress, the extra hours you have to put in.
Requizen
Profile Blog Joined March 2011
United States33802 Posts
October 07 2016 14:29 GMT
#15487
On October 07 2016 10:07 BluzMan wrote:
Show nested quote +
On October 07 2016 04:45 Requizen wrote:
Any game devs on here?

I missed the GameMaker bundle on Humble Bundle last month, and while Clickteam Fusion seems like a much lesser tool, $15 seems like a good deal. I was just thinking of making some simple phone games as a hobby, would it be a good enough tool? Or is there something free out there that's worth checking out?


Depending on how deep you wanna go down the rabbit hole. If you're not scared of writing actual code, try out cocos2d-x. It's relatively easy to pick up and some of the games in top grossing list were made with it. The engine itself is C++, but there are moderately easy to setup bindings to JS and Lua. The good thing about this one is that it's an actual engine, it uses OpenGL (no software rendering) and you can do pretty complex stuff with it, but since it's free and open-source, it has less code quality than products that were created with some kind of earnings in mind. They recently made an editor that should simplify stuff for beginners (so you should be able to do more stuff without getting deep into coding). Just browse the site and don't pay attention to weird english - the original developers of cocos are chinese.

Then there's defold which is just a cross-platform lua engine, never tried it myself, but what they're promising seems to fit pretty well with "developing simple phone games as a hobby".

Finally, there are CryEngine, Unity and Unreal Engine (should be easy enough to find, so no links). Heavyweight, but powerful and you're gonna find all the tutorials in the world. They also come with tons of free assets. Unreal Engine has it's Blueprint system that allows you to make simple games by wiring boxes on a diagram without writing actual code. Didn't try that one out too, but people are saying that it's easy and good enough for simple games.

I mean, I'm a software dev as my day job, so I'm not scared of coding haha. I'm just looking at a paid software that's on sale for $15 and wondering if it's worth getting over something free, since I know free tools can be just as good or better nowadays.
It's your boy Guzma!
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
October 07 2016 15:34 GMT
#15488
Probably depends on what you want to get out of game making. A lot of free engines (just my opinion, haven't used nearly enough to generalize properly) are more than capable of making what you want, but require a lot more work and fiddling.

If you're an experienced coder, what'll probably be the steepest learning curve is animation and general UI/Interface creation, which is what the paid engines seem to do better than the free ones.
Average means I'm better than half of you.
mantequilla
Profile Blog Joined June 2012
Turkey779 Posts
October 07 2016 16:43 GMT
#15489
everyone raves about "cloud" but you can't find an answer to simplest questions about it, sigh :/
Age of Mythology forever!
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
October 07 2016 16:53 GMT
#15490
On October 08 2016 01:43 mantequilla wrote:
everyone raves about "cloud" but you can't find an answer to simplest questions about it, sigh :/

That might be because there's not much to say about it. "Cloud" basically seems to have become a synonym for "some company's servers".
If you have a good reason to disagree with the above, please tell me. Thank you.
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
October 07 2016 17:40 GMT
#15491
Pretty much. Cloud is basically when you don't want to handle any of the techy stuff yourself, so you hand it off to some other company and trust that they're smarter than you.

Or, alternatively, when a corporate idiot decides they can save money by firing all their IT and paying a cheaper 3rd party to manage all the stuff they don't understand.
Average means I'm better than half of you.
mantequilla
Profile Blog Joined June 2012
Turkey779 Posts
October 07 2016 19:21 GMT
#15492
no I meant basic tasks, like I asked how can I automatically deploy an app to azure in 4 different forums/stackowerflow/stackexchange and no one answers. It should be a very basic scenario for anyone using cloud. Either very few people making deployments programmatically, or the ones that do don't bother to answer.
Age of Mythology forever!
tofucake
Profile Blog Joined October 2009
Hyrule19144 Posts
October 07 2016 19:34 GMT
#15493
use a deployment system

it's not a complicated answer
Liquipediaasante sana squash banana
phar
Profile Joined August 2011
United States1080 Posts
October 07 2016 19:58 GMT
#15494
E.g. continuous deployment:

https://azure.microsoft.com/en-us/documentation/articles/app-service-continuous-deployment/
Who after all is today speaking about the destruction of the Armenians?
mantequilla
Profile Blog Joined June 2012
Turkey779 Posts
October 07 2016 20:04 GMT
#15495
thing is I don't want to deploy updates to single app instance continuously, I want to deploy different instances for each customer.

Like a customer request a trial, and app gets deployed for that customer. If say 10 customers request to test out the app I can't deploy/undeploy/configure them manually.
Age of Mythology forever!
Prillan
Profile Joined August 2011
Sweden350 Posts
October 07 2016 20:07 GMT
#15496
On October 06 2016 02:05 Acrofales wrote:
Show nested quote +
On October 06 2016 01:44 spinesheath wrote:
OOP and functional are not mutually exclusive. I think Robert C. Martin once put it like that:
Structured programming is the removal of GOTO.
Object oriented programming is the removal of function pointers.
Functional programming is the removal of assignments.

All of these can be integrated into a single language, and many functional languages already are both structured and object oriented. Support for functional programming in the OOP languages like C# is still limited (afaik we don't have much in the way of optimizations for recursion yet), but it's getting better.

The future will be FP + OOP, not either of these.

many scripting languages (python, ruby, perl, php) have functional and oop aspects. In fact, Haskell, one of the ur-languages for functional programming, is at core a scripting language, and it has its own weird idea of objects (monads).

Functional aspects are being increasingly adopted into classical OOP languages. The future is very much a mix, and probably some further innovation that I don't even know about yet.

How is Haskell a scripting language? Also, in what way are monads similar to objects?
TheBB's sidekick, aligulac.com | "Reality is frequently inaccurate." - Douglas Adams
phar
Profile Joined August 2011
United States1080 Posts
October 07 2016 20:41 GMT
#15497
On October 08 2016 05:04 mantequilla wrote:
thing is I don't want to deploy updates to single app instance continuously, I want to deploy different instances for each customer.

Like a customer request a trial, and app gets deployed for that customer. If say 10 customers request to test out the app I can't deploy/undeploy/configure them manually.

Sure that's totally reasonable. You have some options here.

First off if you just have two classes (like an early pre release, or canary system and then "the rest"), you could easily set up two separate apps, and push to the smaller one first.

You could still use continuous deployment in that situation, you'd just have two branches that you push copies to.



If, however you have more fine grained controls per user, you may need to set up proper feature whitelisting with your user authentication system. Thst will be more involved, but more powerful in terms of control of feature release.
Who after all is today speaking about the destruction of the Armenians?
mantequilla
Profile Blog Joined June 2012
Turkey779 Posts
Last Edited: 2016-10-07 20:59:24
October 07 2016 20:56 GMT
#15498
thanks for answering but it's not the problem of separate trial and full versions continuously deployed.

I want to deploy the same thing, with may be a few configs changed, numerous times. Like say today 10 people requested trials, and 5 people bought my app, I need 15 different instances with different url's (app1.com, app2.com ...), different databases, but its the same app, same code.

There's a resource management template concept in azure, but that only describes the architecture (tomcat+mysql). It doesn't describe what will be uploaded to where, with which config.

Imagine 10 people bought your app today, from your company's website. There should be a mechanism that deploys and configures your app for each of them.
Age of Mythology forever!
BluzMan
Profile Blog Joined April 2006
Russian Federation4235 Posts
October 07 2016 21:03 GMT
#15499
On October 07 2016 23:29 Requizen wrote:
Show nested quote +
On October 07 2016 10:07 BluzMan wrote:
On October 07 2016 04:45 Requizen wrote:
Any game devs on here?

I missed the GameMaker bundle on Humble Bundle last month, and while Clickteam Fusion seems like a much lesser tool, $15 seems like a good deal. I was just thinking of making some simple phone games as a hobby, would it be a good enough tool? Or is there something free out there that's worth checking out?


Depending on how deep you wanna go down the rabbit hole. If you're not scared of writing actual code, try out cocos2d-x. It's relatively easy to pick up and some of the games in top grossing list were made with it. The engine itself is C++, but there are moderately easy to setup bindings to JS and Lua. The good thing about this one is that it's an actual engine, it uses OpenGL (no software rendering) and you can do pretty complex stuff with it, but since it's free and open-source, it has less code quality than products that were created with some kind of earnings in mind. They recently made an editor that should simplify stuff for beginners (so you should be able to do more stuff without getting deep into coding). Just browse the site and don't pay attention to weird english - the original developers of cocos are chinese.

Then there's defold which is just a cross-platform lua engine, never tried it myself, but what they're promising seems to fit pretty well with "developing simple phone games as a hobby".

Finally, there are CryEngine, Unity and Unreal Engine (should be easy enough to find, so no links). Heavyweight, but powerful and you're gonna find all the tutorials in the world. They also come with tons of free assets. Unreal Engine has it's Blueprint system that allows you to make simple games by wiring boxes on a diagram without writing actual code. Didn't try that one out too, but people are saying that it's easy and good enough for simple games.

I mean, I'm a software dev as my day job, so I'm not scared of coding haha. I'm just looking at a paid software that's on sale for $15 and wondering if it's worth getting over something free, since I know free tools can be just as good or better nowadays.


Heh, should've told that. I was under the impression that part of GameMaker's appeal was it's accessibility to non-programmers. Might be a little biased, but try out Cocos2dx then, we have shipped several games powered by it and it's proven to be quite capable. If "Clash of Kings" or "Heroes Charge" ring a bell, that's Cocos too. We could afford to make our own tools where it was lacking though, but touring through their website can't hurt anyways.
You want 20 good men, but you need a bad pussy.
Acrofales
Profile Joined August 2010
Spain18093 Posts
October 07 2016 21:56 GMT
#15500
On October 08 2016 05:07 Prillan wrote:
Show nested quote +
On October 06 2016 02:05 Acrofales wrote:
On October 06 2016 01:44 spinesheath wrote:
OOP and functional are not mutually exclusive. I think Robert C. Martin once put it like that:
Structured programming is the removal of GOTO.
Object oriented programming is the removal of function pointers.
Functional programming is the removal of assignments.

All of these can be integrated into a single language, and many functional languages already are both structured and object oriented. Support for functional programming in the OOP languages like C# is still limited (afaik we don't have much in the way of optimizations for recursion yet), but it's getting better.

The future will be FP + OOP, not either of these.

many scripting languages (python, ruby, perl, php) have functional and oop aspects. In fact, Haskell, one of the ur-languages for functional programming, is at core a scripting language, and it has its own weird idea of objects (monads).

Functional aspects are being increasingly adopted into classical OOP languages. The future is very much a mix, and probably some further innovation that I don't even know about yet.

How is Haskell a scripting language? Also, in what way are monads similar to objects?

Hugs, turtle, plenty of engines that allow for scripting in Haskell.

As for monads and objects, I got a bit enthusiastic there. While they overlap in some of their purposes, they work completely differently and have different foundations, so disregard that bit.
Prev 1 773 774 775 776 777 1032 Next
Please log in or register to reply.
Live Events Refresh
PiGosaur Monday
00:00
#54
PiGStarcraft630
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft630
Nathanias 125
Nina 104
StarCraft: Brood War
Sea 3362
Shuttle 700
Aegong 44
NaDa 27
Noble 25
Icarus 8
Purpose 8
Dota 2
monkeys_forever591
LuMiX1
League of Legends
JimRising 830
Reynor74
Counter-Strike
Stewie2K175
PGG 109
Super Smash Bros
hungrybox444
Other Games
summit1g8833
C9.Mang0320
ViBE175
Trikslyr48
Organizations
Other Games
gamesdonequick1291
Counter-Strike
PGL238
Other Games
BasetradeTV43
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• Hupsaiya 71
• HeavenSC 17
• sooper7s
• Migwel
• AfreecaTV YouTube
• LaughNgamezSOOP
• intothetv
• IndyKCrew
• Kozan
StarCraft: Brood War
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• Doublelift4012
• Scarra1271
• Rush536
• Lourlo306
• Stunt303
Upcoming Events
Replay Cast
6h 34m
OSC
12h 34m
Tenacious Turtle Tussle
19h 34m
The PondCast
1d 6h
OSC
1d 8h
WardiTV Invitational
2 days
Online Event
2 days
RSL Revival
2 days
RSL Revival
3 days
WardiTV Invitational
3 days
[ Show More ]
Afreeca Starleague
4 days
Snow vs Soma
Sparkling Tuna Cup
4 days
WardiTV Invitational
4 days
CrankTV Team League
4 days
RSL Revival
4 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.