• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 11:41
CET 17:41
KST 01:41
  • 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
RSL Season 3 - Playoffs Preview0RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10
Community News
RSL Season 3: RO16 results & RO8 bracket13Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge1[TLMC] Fall/Winter 2025 Ladder Map Rotation14Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA14
StarCraft 2
General
SC: Evo Complete - Ranked Ladder OPEN ALPHA RSL Season 3: RO16 results & RO8 bracket RSL Season 3 - Playoffs Preview Mech is the composition that needs teleportation t GM / Master map hacker and general hacking and cheating thread
Tourneys
RSL Revival: Season 3 $5,000+ WardiTV 2025 Championship StarCraft Evolution League (SC Evo Biweekly) Constellation Cup - Main Event - Stellar Fest 2025 RSL Offline Finals Dates + Ticket Sales!
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 500 Fright night Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened
Brood War
General
2v2 maps which are SC2 style with teams together? BGH Auto Balance -> http://bghmmr.eu/ Data analysis on 70 million replays soO on: FanTaSy's Potential Return to StarCraft A cwal.gg Extension - Easily keep track of anyone
Tourneys
[BSL21] RO16 Tie Breaker - Group B - Sun 21:00 CET [BSL21] RO16 Tie Breaker - Group A - Sat 21:00 CET [Megathread] Daily Proleagues Small VOD Thread 2.0
Strategy
Current Meta Game Theory for Starcraft How to stay on top of macro? PvZ map balance
Other Games
General Games
Path of Exile Nintendo Switch Thread Should offensive tower rushing be viable in RTS games? Clair Obscur - Expedition 33 Stormgate/Frost Giant Megathread
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
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Mafia Game Mode Feedback/Ideas
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread The Games Industry And ATVI Things Aren’t Peaceful in Palestine About SC2SEA.COM
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Movie Discussion! Anime Discussion Thread Korean Music Discussion
Sports
Formula 1 Discussion 2024 - 2026 Football Thread NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
TL Community
The Automated Ban List
Blogs
The Health Impact of Joining…
TrAiDoS
Dyadica Evangelium — Chapt…
Hildegard
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2001 users

The Big Programming Thread - Page 966

Forum Index > General Forum
Post a Reply
Prev 1 964 965 966 967 968 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.
TheEmulator
Profile Blog Joined July 2010
28094 Posts
June 11 2018 22:34 GMT
#19301
I like bitbucket tbh. Some people are pretty against their UI tho.
Administrator
Acrofales
Profile Joined August 2010
Spain18132 Posts
June 11 2018 22:41 GMT
#19302
On June 12 2018 07:34 TheEmulator wrote:
I like bitbucket tbh. Some people are pretty against their UI tho.

I personally use bitbucket more than github, but that doesn't mean I think Microsoft is out to steal the code I do have on github.

Some friends use git lab and love it. So it's not as if there aren't any alternatives... and those are just the 3 major ones. And if you're really desperate, it really isn't *that* hard to mash together a git repository, source visualization and some automated testing tools on your own server. The main advantage of github and its competitors are its availability and convenience (and the trust that their backup system is safe... which git lab quite convincingly proved they can fuck up).
Excludos
Profile Blog Joined April 2010
Norway8194 Posts
Last Edited: 2018-06-12 07:42:37
June 12 2018 07:42 GMT
#19303
On June 12 2018 07:34 TheEmulator wrote:
I like bitbucket tbh. Some people are pretty against their UI tho.


Bitbucket is great, especially for private repositories. What github excels on in my opinion is the open and open source repositories which anyone can view at any time, download, and jump into the development of if they wish. Most git sites have some functionality which lets people do this, but nothing as good as github's.
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
Last Edited: 2018-06-12 13:09:41
June 12 2018 13:08 GMT
#19304
Bitbucket is nice, not going to lie, and I don't think anything bad about GitHub but if you would of worked with any of Microsofts source tools, such as TFS then you'd understand why they're not the right company to be handling GitHub. Also I don't know how many of you use Slack, but this was recently sent to me, and I was pretty amazed at how Slack is still handling PHP (Article is from 2016 wonder if it's changed). I personally like PHP since that's how I started, but yea, I definitely thought Slack was on another architecture.

https://slack.engineering/taking-php-seriously-cf7a60065329

Slack uses PHP for most of its server-side application logic, which is an unusual choice these days. Why did we choose to build a new project in this language? Should you?

Most programmers who have only casually used PHP know two things about it: that it is a bad language, which they would never use if given the choice; and that some of the most extraordinarily successful projects in history use it. This is not quite a contradiction, but it should make us curious. Did Facebook, Wikipedia, Wordpress, Etsy, Baidu, Box, and more recently Slack all succeed in spite of using PHP? Would they all have been better off expressing their application in Ruby? Erlang? Haskell?

Perhaps not. PHP-the-language has many flaws, which undoubtedly have slowed these efforts down, but PHP-the-environment has virtues which more than compensate for those flaws. And the options for improving on PHP’s language-level flaws are pretty impressive. On the balance, PHP provides better support for building, changing, and operating a successful project than competing environments. I would start a new project in PHP today, with a reservation or two, but zero apologies.
Life?
Manit0u
Profile Blog Joined August 2004
Poland17450 Posts
June 12 2018 16:01 GMT
#19305
PHP 8 will supposedly have JIT. I wonder if it's going to help anything since most PHP processes are rather short-lived (unlike Java/JS).
Time is precious. Waste it wisely.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
June 12 2018 16:54 GMT
#19306
The Software Development department(s) of Microsoft has been doing great stuff lately, I'm willing to trust them on this for now. I'm not too happy with a bunch of other stuff that happens at Microsoft, but with a company as large as Microsoft there is room for both good sides and bad sides.
If you have a good reason to disagree with the above, please tell me. Thank you.
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
June 14 2018 02:18 GMT
#19307
Have any of you ever done a site with just OAuth? Is there anything I should be aware of? How do you link an account with different OAuths together?
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
Manit0u
Profile Blog Joined August 2004
Poland17450 Posts
Last Edited: 2018-06-14 08:21:46
June 14 2018 08:19 GMT
#19308
On June 14 2018 11:18 WarSame wrote:
Have any of you ever done a site with just OAuth? Is there anything I should be aware of? How do you link an account with different OAuths together?


I've been doing stuff like that for the past 1.5 years.

Here are some things you have to look out for:

1. Sessions

How will you handle user sessions? Tokens are the most common way of handling this.

2. Authorization flow

You'll have to decide on one. Some are safer but result in more round trips to external providers, others are simpler but not as secure (account that has been disabled in the provider might still be able to use your website until next login so no instant propagation).

Here are simple explanations of those:
https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2

We decided for an auth code grant flow. Where we checked people against external provider and then issued our own token to them so we don't have to do a round trip with every request.

3. Getting user data

Just read on OpenID Connect which is a superset of OAuth.

4. Multiple providers per account

Now this is a tricky thing. It's relatively easy to create identities instead of actual user accounts when using OAuth and then just hook identities to users. The problem arises when someone who already has an account and an identity tries to log in with a different provider. There simply is no common factor that will always be there. You could try checking emails but those can be different, if someone misspelled parts of their first and last name this is a no go too.

Basically, you can do automatic user + identity creation when first logging in and then give people an option to "add other login" where they sign in with different provider and you just add an identity to the user (and now they'll be able to sign in with different providers) since you can't guarantee that you'll be able to automatically link all identities to specific user.

If you have any additional questions just fire away
Time is precious. Waste it wisely.
Manit0u
Profile Blog Joined August 2004
Poland17450 Posts
June 14 2018 08:45 GMT
#19309
This cracked me up: http://leftoversalad.com/c/015_programmingpeople/

Time is precious. Waste it wisely.
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
June 14 2018 14:17 GMT
#19310
WarSame, you should take a look at how Magento does it. Here's documentation on that. One of the CMS's I've worked with that brings OAuth.

https://devdocs.magento.com/guides/v2.2/get-started/authentication/gs-authentication-oauth.html
Life?
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
June 14 2018 23:00 GMT
#19311
Are any of you experienced with the processes involved in creating a tech startup? I think I want to do that but I have so many questions I don't know where to start, and I don't have any money. But I do have a valuable product that has no competition and should have high demand. My main question is how I can come up with a reasonable valuation of my product, and how I can go about getting legal advice/representation with no money.
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
June 15 2018 00:36 GMT
#19312
I've helped a few companies from startup to corp before, and been part of a couple acquisitions. The first thing would be to validate your idea by a, recognizing a need for the idea, b, recognizing a market, and c, that the market is actually growing. If you don't have money, and the idea/need is there, the money will come.
Life?
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
June 15 2018 03:00 GMT
#19313
On June 14 2018 17:19 Manit0u wrote:
Show nested quote +
On June 14 2018 11:18 WarSame wrote:
Have any of you ever done a site with just OAuth? Is there anything I should be aware of? How do you link an account with different OAuths together?


I've been doing stuff like that for the past 1.5 years.

Here are some things you have to look out for:

1. Sessions

How will you handle user sessions? Tokens are the most common way of handling this.

2. Authorization flow

You'll have to decide on one. Some are safer but result in more round trips to external providers, others are simpler but not as secure (account that has been disabled in the provider might still be able to use your website until next login so no instant propagation).

Here are simple explanations of those:
https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2

We decided for an auth code grant flow. Where we checked people against external provider and then issued our own token to them so we don't have to do a round trip with every request.

3. Getting user data

Just read on OpenID Connect which is a superset of OAuth.

4. Multiple providers per account

Now this is a tricky thing. It's relatively easy to create identities instead of actual user accounts when using OAuth and then just hook identities to users. The problem arises when someone who already has an account and an identity tries to log in with a different provider. There simply is no common factor that will always be there. You could try checking emails but those can be different, if someone misspelled parts of their first and last name this is a no go too.

Basically, you can do automatic user + identity creation when first logging in and then give people an option to "add other login" where they sign in with different provider and you just add an identity to the user (and now they'll be able to sign in with different providers) since you can't guarantee that you'll be able to automatically link all identities to specific user.

If you have any additional questions just fire away

Thank you. This seems like it will be difficult for me, so my questions will probably trickle in over the next few weeks

On June 14 2018 23:17 ShoCkeyy wrote:
WarSame, you should take a look at how Magento does it. Here's documentation on that. One of the CMS's I've worked with that brings OAuth.

https://devdocs.magento.com/guides/v2.2/get-started/authentication/gs-authentication-oauth.html

Thank you for the reference!

On June 15 2018 08:00 travis wrote:
Are any of you experienced with the processes involved in creating a tech startup? I think I want to do that but I have so many questions I don't know where to start, and I don't have any money. But I do have a valuable product that has no competition and should have high demand. My main question is how I can come up with a reasonable valuation of my product, and how I can go about getting legal advice/representation with no money.

I can't imagine doing a startup before working in the field is a good idea. I would highly recommend working as a developer for a few years until you are at least intermediate before working for yourself.
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
June 15 2018 03:38 GMT
#19314
On June 15 2018 08:00 travis wrote:
Are any of you experienced with the processes involved in creating a tech startup? I think I want to do that but I have so many questions I don't know where to start, and I don't have any money. But I do have a valuable product that has no competition and should have high demand. My main question is how I can come up with a reasonable valuation of my product, and how I can go about getting legal advice/representation with no money.

If already have a product, get traction on it first. Successful Tech Startups are like 90% marketing and network, 10% everything else.

The value of your product is in its user base and nothing else.
Average means I'm better than half of you.
Manit0u
Profile Blog Joined August 2004
Poland17450 Posts
June 15 2018 08:04 GMT
#19315
On June 15 2018 12:38 WolfintheSheep wrote:
Show nested quote +
On June 15 2018 08:00 travis wrote:
Are any of you experienced with the processes involved in creating a tech startup? I think I want to do that but I have so many questions I don't know where to start, and I don't have any money. But I do have a valuable product that has no competition and should have high demand. My main question is how I can come up with a reasonable valuation of my product, and how I can go about getting legal advice/representation with no money.

If already have a product, get traction on it first. Successful Tech Startups are like 90% marketing and network, 10% everything else.

The value of your product is in its user base and nothing else.


Sure, but if you're going to approach potential investors with just an idea you better have a good business plan. That requires knowing how much it will potentially cost you to get a running prototype and how long will it take (for most things you'll probably need one or two developers and one graphic designer/front-end developer because it has to look pretty and a time frame of about 6 months).
Time is precious. Waste it wisely.
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
June 15 2018 18:04 GMT
#19316
On June 15 2018 17:04 Manit0u wrote:
Show nested quote +
On June 15 2018 12:38 WolfintheSheep wrote:
On June 15 2018 08:00 travis wrote:
Are any of you experienced with the processes involved in creating a tech startup? I think I want to do that but I have so many questions I don't know where to start, and I don't have any money. But I do have a valuable product that has no competition and should have high demand. My main question is how I can come up with a reasonable valuation of my product, and how I can go about getting legal advice/representation with no money.

If already have a product, get traction on it first. Successful Tech Startups are like 90% marketing and network, 10% everything else.

The value of your product is in its user base and nothing else.


Sure, but if you're going to approach potential investors with just an idea you better have a good business plan. That requires knowing how much it will potentially cost you to get a running prototype and how long will it take (for most things you'll probably need one or two developers and one graphic designer/front-end developer because it has to look pretty and a time frame of about 6 months).

Well, he said he had a valuable product. Wasn't sure if that meant he already had something, or just the idea for something.
Average means I'm better than half of you.
waffelz
Profile Blog Joined June 2012
Germany711 Posts
Last Edited: 2018-06-15 19:38:28
June 15 2018 19:36 GMT
#19317
On June 15 2018 08:00 travis wrote:
Are any of you experienced with the processes involved in creating a tech startup? I think I want to do that but I have so many questions I don't know where to start, and I don't have any money. But I do have a valuable product that has no competition and should have high demand. My main question is how I can come up with a reasonable valuation of my product, and how I can go about getting legal advice/representation with no money.


Ask your professors! Pretty much every university that’s even just halfway decent provides programs / information and counseling for students who want to create a startup: They often even have means / funds allocated to support promising cases, possibly including infrastructure, technical support, logistical support and straight up money.

EDIT: Also renaming the thread to "The big travis in the shark tank"-thread incoming? : D (shark tank was the US equivalent to the "pitch us your idea and we might invest" reality show, correct?)
RIP "The big travis CS degree thread", taken from us too soon | Honourable forum princess, defended by Rebs-approved white knights
sc-darkness
Profile Joined August 2017
856 Posts
June 16 2018 09:00 GMT
#19318
Does anyone know why this works at all? It feels unsafe yet it works.


const char* SomeMethod()
{
return "Hello!";
}


Pointer points to something that must exist. Does compiler do some magic?
Acrofales
Profile Joined August 2010
Spain18132 Posts
June 16 2018 10:01 GMT
#19319
I assume that's c++. In which case, what's the problem? You promise to return a char array and you do.
iaretehnoob
Profile Joined June 2004
Sweden741 Posts
June 16 2018 10:19 GMT
#19320
On June 16 2018 18:00 sc-darkness wrote:
Does anyone know why this works at all? It feels unsafe yet it works.


const char* SomeMethod()
{
return "Hello!";
}


Pointer points to something that must exist. Does compiler do some magic?


string literals are special and exist for the entire duration of the program.
Prev 1 964 965 966 967 968 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 3h 20m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 406
IndyStarCraft 121
BRAT_OK 48
MindelVK 15
StarCraft: Brood War
Britney 26309
Hyuk 11091
Calm 3451
Rain 2840
GuemChi 695
firebathero 244
BeSt 160
actioN 112
Backho 70
Killer 36
[ Show more ]
Oya187 34
Barracks 30
ToSsGirL 21
zelot 21
scan(afreeca) 21
JulyZerg 14
HiyA 12
Sacsri 9
SilentControl 9
Shine 9
Bale 7
Dota 2
Gorgc9349
singsing2172
qojqva2149
Dendi745
XcaliburYe139
League of Legends
Reynor85
rGuardiaN25
Counter-Strike
ScreaM2150
byalli613
allub262
oskar123
Heroes of the Storm
Khaldor527
Other Games
FrodaN1525
Hui .358
Fuzer 305
Pyrionflax271
crisheroes234
KnowMe109
XaKoH 83
ArmadaUGS38
Dewaltoss22
mouzStarbuck0
Organizations
Dota 2
PGL Dota 2 - Main Stream35435
Other Games
EGCTV1581
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• Berry_CruncH168
• poizon28 23
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 2088
• WagamamaTV451
League of Legends
• Nemesis2756
Other Games
• tFFMrPink 11
Upcoming Events
IPSL
3h 20m
StRyKeR vs OldBoy
Sziky vs Tarson
BSL 21
3h 20m
StRyKeR vs Artosis
OyAji vs KameZerg
OSC
6h 20m
OSC
16h 20m
Wardi Open
19h 20m
Monday Night Weeklies
1d
OSC
1d 6h
Wardi Open
1d 19h
Replay Cast
2 days
Wardi Open
2 days
[ Show More ]
Tenacious Turtle Tussle
3 days
The PondCast
3 days
Replay Cast
4 days
LAN Event
5 days
Replay Cast
5 days
Replay Cast
5 days
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

Proleague 2025-11-21
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
CSCL: Masked Kings S3
SLON Tour Season 2
META Madness #9
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 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.