• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 17:42
CET 23:42
KST 07:42
  • 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 surge2[TLMC] Fall/Winter 2025 Ladder Map Rotation14Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA15
StarCraft 2
General
Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge 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
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 # 501 Price of Progress Mutation # 500 Fright night Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death
Brood War
General
2v2 maps which are SC2 style with teams together? Data analysis on 70 million replays BGH Auto Balance -> http://bghmmr.eu/ 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: 2034 users

The Big Programming Thread - Page 993

Forum Index > General Forum
Post a Reply
Prev 1 991 992 993 994 995 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.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
January 31 2019 19:34 GMT
#19841
Ask them lots of sex based questions. Sexual orientation, sexual fantasies, sex frequency, etc. This should relax them, and give you a better idea of how far they will go for the company.
enigmaticcam
Profile Blog Joined October 2010
United States280 Posts
January 31 2019 20:07 GMT
#19842
We hired a SQL DBA once. On paper and interview, he seemed to be very knowledgeable. But after he was hired, when he actually sat down to write a sql query, it was painful to watch. He took a long time to construct even a basic select statement, and it didn't help that his typing was all hunt and peck. He didn't last long, to say the least.
HornyHerring
Profile Joined March 2011
Papua New Guinea1059 Posts
January 31 2019 21:32 GMT
#19843
On February 01 2019 05:07 enigmaticcam wrote:
We hired a SQL DBA once. On paper and interview, he seemed to be very knowledgeable. But after he was hired, when he actually sat down to write a sql query, it was painful to watch. He took a long time to construct even a basic select statement, and it didn't help that his typing was all hunt and peck. He didn't last long, to say the least.

That speaks volumes of how good your recruiting process is. Can't imagine hiring someone for a technical position without actually testing their skills in a real scenario.
oh, hai
Excludos
Profile Blog Joined April 2010
Norway8196 Posts
Last Edited: 2019-01-31 21:55:02
January 31 2019 21:50 GMT
#19844
On February 01 2019 06:32 HornyHerring wrote:
Show nested quote +
On February 01 2019 05:07 enigmaticcam wrote:
We hired a SQL DBA once. On paper and interview, he seemed to be very knowledgeable. But after he was hired, when he actually sat down to write a sql query, it was painful to watch. He took a long time to construct even a basic select statement, and it didn't help that his typing was all hunt and peck. He didn't last long, to say the least.

That speaks volumes of how good your recruiting process is. Can't imagine hiring someone for a technical position without actually testing their skills in a real scenario.


Live testing is absolutely worthless beyond finding out if they have basic knowledge (Which, granted, in this scenario that might have worked). For anything beyond a beginner level programmer, tests is a waste of time. You won't learn how good someone is with a 10 minute challenge. Hell, even a 1 hour challenge isn't useful.

A much better indicator is looking at someones github history (or any other version control site). Even if it's just a bunch of stuff cobbled together for the interview (which is what I tend to do), it gives a pretty good insight into how structured someone is, how they solve difficult problems, how clean their code is, and all that good jazz. And it lets people show off what they know in their own time. Programming isn't a speedrunning challenge. It doesn't matter if you manage to write fizzbuzz in 10 minutes if you're the type of person who creates large tech debt over time.

As a personal anecdote: I fucking suck at these live programming challenges. I spend a lot of time setting up classes, structures and functions for future proofing, and it's a habit I have difficulty throwing away. Yes, of course I can write fizzbuzz in matter of seconds, but I have previously been given 1 hour challenges to "show what I got" for interviews, and failed miserably. Only a short while later I was hired by one of the most highly regarded consultant companies in the city, currently working on scientific projects with bleeding edge technologies (VR, MR and AR among other things), finding solutions Microsoft and Unity themselves are trying to get a hold of.

edit: A technological interview with someone's already prewritten code as a background for questions is also a very easy way to find how deep someone's understanding of something is, why they've done something in a certain way, or if they've copy pasted it from StackOverflow
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
February 01 2019 00:17 GMT
#19845
You absolutely want to do some basic problem like fizzbuzz to weed people out. Just be prepared for the soul crushing that follows when a large number of people can't.

Brief introduction. Fizzbuzz. Then you waste 10 minutes of your day instead of an hour for each of the failures.
I'll always be your shadow and veil your eyes from states of ain soph aur.
phar
Profile Joined August 2011
United States1080 Posts
February 01 2019 03:20 GMT
#19846
On February 01 2019 06:50 Excludos wrote:

Live testing is absolutely worthless beyond finding out if they have basic knowledge (Which, granted, in this scenario that might have worked). For anything beyond a beginner level programmer, tests is a waste of time. You won't learn how good someone is with a 10 minute challenge. Hell, even a 1 hour challenge isn't useful.

...

edit: A technological interview with someone's already prewritten code as a background for questions is also a very easy way to find how deep someone's understanding of something is, why they've done something in a certain way, or if they've copy pasted it from StackOverflow


One problem with this approach is that you won't get any applicants who currently work at places with restrictive moonlighting policies, or applicants who do things in their free time other than writing code.

If your hiring needs are small, that can be fine to just not interview that pool of applicants. But for a sufficiently large company, this approach does not scale.

But yea, 1 hour isn't nearly enough.
Who after all is today speaking about the destruction of the Armenians?
SC-Shield
Profile Joined December 2018
Bulgaria832 Posts
Last Edited: 2019-02-01 06:09:38
February 01 2019 05:52 GMT
#19847
On February 01 2019 09:17 Blitzkrieg0 wrote:
You absolutely want to do some basic problem like fizzbuzz to weed people out. Just be prepared for the soul crushing that follows when a large number of people can't.

Brief introduction. Fizzbuzz. Then you waste 10 minutes of your day instead of an hour for each of the failures.


Only for beginners though? I solved Fizzbuzz back when I was graduating from university.

On January 31 2019 23:38 Silvanel wrote:
Since i am now running our teams testlab and one person just left our company i will be participating in a interviews for hiring new people. First time being on that side of interview i am already quite nervous! Tips?


As a colleague says, don't interview people to humiliate them. I think people shouldn't be interviewed for a tiny detail they might not know but can find by going to Google in a matter of seconds. Interview them to see how much they know and don't know. It's probably generic advice but interviewees will also judge you.

Example of tiny detail no one should care about in C++ interview, at destruction you shouldn't care if std::thread will make your program terminate if you didn't join thread. Or, if you use std::async and the instance you got from it will block at destructor until thread finishes. You should just know that you should take care of threads before destructor finishes. I had a question about this stuff at my current company. Obviously, I got hired but it's a meaningless question to ask about details when you already know the "don't do that" rule. It's important to know why you shouldn't do something, but details like this could easily be forgotten over the years, so that's why I say it's meaningless to ask such questions.
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
February 01 2019 06:28 GMT
#19848
Fizzbuzz is to weed out the people lying about bare minimum programming skills on their resume. And sadly it still works.
Average means I'm better than half of you.
Excludos
Profile Blog Joined April 2010
Norway8196 Posts
Last Edited: 2019-02-01 07:37:50
February 01 2019 07:09 GMT
#19849
On February 01 2019 12:20 phar wrote:
Show nested quote +
On February 01 2019 06:50 Excludos wrote:

Live testing is absolutely worthless beyond finding out if they have basic knowledge (Which, granted, in this scenario that might have worked). For anything beyond a beginner level programmer, tests is a waste of time. You won't learn how good someone is with a 10 minute challenge. Hell, even a 1 hour challenge isn't useful.

...

edit: A technological interview with someone's already prewritten code as a background for questions is also a very easy way to find how deep someone's understanding of something is, why they've done something in a certain way, or if they've copy pasted it from StackOverflow


One problem with this approach is that you won't get any applicants who currently work at places with restrictive moonlighting policies, or applicants who do things in their free time other than writing code.

If your hiring needs are small, that can be fine to just not interview that pool of applicants. But for a sufficiently large company, this approach does not scale.

But yea, 1 hour isn't nearly enough.


I don't think it's a huge problem to have people cobble togheter something for an interview. It doesn't need to be much, I spent less than 8 hours on it for my current job. If someone is unable to do that then I doubt I would want to hire him anyways. That raises all kinds of red flags
Excludos
Profile Blog Joined April 2010
Norway8196 Posts
February 01 2019 07:43 GMT
#19850
On February 01 2019 15:28 WolfintheSheep wrote:
Fizzbuzz is to weed out the people lying about bare minimum programming skills on their resume. And sadly it still works.


Yeah that's about all it's good for, but I would be surprised if the interviewer didn't manage to catch that in the technical interview. Someone who doesn't know how to program wouldn't be able to answer basic questions about programming either.
Acrofales
Profile Joined August 2010
Spain18132 Posts
February 01 2019 08:15 GMT
#19851
On February 01 2019 16:43 Excludos wrote:
Show nested quote +
On February 01 2019 15:28 WolfintheSheep wrote:
Fizzbuzz is to weed out the people lying about bare minimum programming skills on their resume. And sadly it still works.


Yeah that's about all it's good for, but I would be surprised if the interviewer didn't manage to catch that in the technical interview. Someone who doesn't know how to program wouldn't be able to answer basic questions about programming either.

Point is that you can dump someone in a cubicle for 15 minutes to go and program fizzbuzz and whoever was supposed to weed that out in the interview doesn't waste his time.
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
February 01 2019 14:38 GMT
#19852
On February 01 2019 14:52 SC-Shield wrote:
Show nested quote +
On February 01 2019 09:17 Blitzkrieg0 wrote:
You absolutely want to do some basic problem like fizzbuzz to weed people out. Just be prepared for the soul crushing that follows when a large number of people can't.

Brief introduction. Fizzbuzz. Then you waste 10 minutes of your day instead of an hour for each of the failures.


Only for beginners though? I solved Fizzbuzz back when I was graduating from university.


The question was about entry level so in that context yes. You wouldn't ask someone with 10 years experience to come in and do FizzBuzz, but you should have something that you weed people with instead. I work in consulting for PLM Software and we have a list of questions we have people to get a feel for what they've done with the software. Recruiters only care about their bottom line and have project managers interview for developer positions so you need to weed people out quickly.
I'll always be your shadow and veil your eyes from states of ain soph aur.
Manit0u
Profile Blog Joined August 2004
Poland17450 Posts
February 01 2019 15:04 GMT
#19853
On February 01 2019 23:38 Blitzkrieg0 wrote:
Show nested quote +
On February 01 2019 14:52 SC-Shield wrote:
On February 01 2019 09:17 Blitzkrieg0 wrote:
You absolutely want to do some basic problem like fizzbuzz to weed people out. Just be prepared for the soul crushing that follows when a large number of people can't.

Brief introduction. Fizzbuzz. Then you waste 10 minutes of your day instead of an hour for each of the failures.


Only for beginners though? I solved Fizzbuzz back when I was graduating from university.


The question was about entry level so in that context yes. You wouldn't ask someone with 10 years experience to come in and do FizzBuzz, but you should have something that you weed people with instead. I work in consulting for PLM Software and we have a list of questions we have people to get a feel for what they've done with the software. Recruiters only care about their bottom line and have project managers interview for developer positions so you need to weed people out quickly.


It really depends. We once had a girl come to the interview with 8+ years of experience. We were really excited about her but quite early in the interview during the introductory questions it was revealed that she doesn't even know which version of the framework she's been using all those years...

You have to be suspicious of everyone nowadays I guess.
Time is precious. Waste it wisely.
Excludos
Profile Blog Joined April 2010
Norway8196 Posts
Last Edited: 2019-02-01 15:22:12
February 01 2019 15:20 GMT
#19854
On February 02 2019 00:04 Manit0u wrote:
Show nested quote +
On February 01 2019 23:38 Blitzkrieg0 wrote:
On February 01 2019 14:52 SC-Shield wrote:
On February 01 2019 09:17 Blitzkrieg0 wrote:
You absolutely want to do some basic problem like fizzbuzz to weed people out. Just be prepared for the soul crushing that follows when a large number of people can't.

Brief introduction. Fizzbuzz. Then you waste 10 minutes of your day instead of an hour for each of the failures.


Only for beginners though? I solved Fizzbuzz back when I was graduating from university.


The question was about entry level so in that context yes. You wouldn't ask someone with 10 years experience to come in and do FizzBuzz, but you should have something that you weed people with instead. I work in consulting for PLM Software and we have a list of questions we have people to get a feel for what they've done with the software. Recruiters only care about their bottom line and have project managers interview for developer positions so you need to weed people out quickly.


It really depends. We once had a girl come to the interview with 8+ years of experience. We were really excited about her but quite early in the interview during the introductory questions it was revealed that she doesn't even know which version of the framework she's been using all those years...

You have to be suspicious of everyone nowadays I guess.


To be fair that's not something you might remember if you don't actively check it. For instance, I don't have a clue which version of C# I'm currently using without checking. Unless there's incredibly important changes where you absolutely need to know what you're working on (Python 2 vs 3 for instance) I don't think that necessarily reflects your quality as a programmer. It's also easy to forget stuff like that when you're nervous.
mahrgell
Profile Blog Joined December 2009
Germany3943 Posts
February 01 2019 15:31 GMT
#19855
I'm kinda amazed by this conversation here. I just recently had a number of entry level interviews with various companies and scientific institutes, mostly in high performance computing and 3D modelling software design... And not one interviewer had ever even tried to test my programming knowledge.
I got all kinds of questions about my experience in working as part of a team, various kinds of projects, all kinds of tools (like git and stuff) etc. But never anyone went like "Hey you said you know C++/MPI, how would you do that or why is that like that?" or asked me for some code I had written previously.

And in the end I got a positive answer in all but one...
Excludos
Profile Blog Joined April 2010
Norway8196 Posts
February 01 2019 15:56 GMT
#19856
On February 02 2019 00:31 mahrgell wrote:
I'm kinda amazed by this conversation here. I just recently had a number of entry level interviews with various companies and scientific institutes, mostly in high performance computing and 3D modelling software design... And not one interviewer had ever even tried to test my programming knowledge.
I got all kinds of questions about my experience in working as part of a team, various kinds of projects, all kinds of tools (like git and stuff) etc. But never anyone went like "Hey you said you know C++/MPI, how would you do that or why is that like that?" or asked me for some code I had written previously.

And in the end I got a positive answer in all but one...


So you never had a technical interview is what you're saying? That's quite normal unfortunately, but the company does danger itself of hiring the wrong people this way.
mahrgell
Profile Blog Joined December 2009
Germany3943 Posts
February 01 2019 16:05 GMT
#19857
On February 02 2019 00:56 Excludos wrote:
Show nested quote +
On February 02 2019 00:31 mahrgell wrote:
I'm kinda amazed by this conversation here. I just recently had a number of entry level interviews with various companies and scientific institutes, mostly in high performance computing and 3D modelling software design... And not one interviewer had ever even tried to test my programming knowledge.
I got all kinds of questions about my experience in working as part of a team, various kinds of projects, all kinds of tools (like git and stuff) etc. But never anyone went like "Hey you said you know C++/MPI, how would you do that or why is that like that?" or asked me for some code I had written previously.

And in the end I got a positive answer in all but one...


So you never had a technical interview is what you're saying? That's quite normal unfortunately, but the company does danger itself of hiring the wrong people this way.


If a technical interview requires code work, then no, I never had one, and as I said, there were a number of interviews in very different companies.

And at least for the company I work for now, I'm fairly sure they don't end with the wrong people.
Manit0u
Profile Blog Joined August 2004
Poland17450 Posts
Last Edited: 2019-02-01 22:33:55
February 01 2019 22:32 GMT
#19858
On February 02 2019 00:20 Excludos wrote:
Show nested quote +
On February 02 2019 00:04 Manit0u wrote:
On February 01 2019 23:38 Blitzkrieg0 wrote:
On February 01 2019 14:52 SC-Shield wrote:
On February 01 2019 09:17 Blitzkrieg0 wrote:
You absolutely want to do some basic problem like fizzbuzz to weed people out. Just be prepared for the soul crushing that follows when a large number of people can't.

Brief introduction. Fizzbuzz. Then you waste 10 minutes of your day instead of an hour for each of the failures.


Only for beginners though? I solved Fizzbuzz back when I was graduating from university.


The question was about entry level so in that context yes. You wouldn't ask someone with 10 years experience to come in and do FizzBuzz, but you should have something that you weed people with instead. I work in consulting for PLM Software and we have a list of questions we have people to get a feel for what they've done with the software. Recruiters only care about their bottom line and have project managers interview for developer positions so you need to weed people out quickly.


It really depends. We once had a girl come to the interview with 8+ years of experience. We were really excited about her but quite early in the interview during the introductory questions it was revealed that she doesn't even know which version of the framework she's been using all those years...

You have to be suspicious of everyone nowadays I guess.


To be fair that's not something you might remember if you don't actively check it. For instance, I don't have a clue which version of C# I'm currently using without checking. Unless there's incredibly important changes where you absolutely need to know what you're working on (Python 2 vs 3 for instance) I don't think that necessarily reflects your quality as a programmer. It's also easy to forget stuff like that when you're nervous.


It was for a web dev position in PHP and the framework you were working with (and its version) is actually quite important since quite often there are quite big differences not just between the frameworks but different versions of it.

For example, if it's 2018-2019 and you're still working with Zend 1 or 2 chances are that you're not familiar with the current state of the language and good practices that have been introduced in the past 10 years (and yeah, there are still projects using outdated frameworks like that live in production) and would thus need to be treated as entry level position instead of senior for example due to potential lack of knowledge.
Time is precious. Waste it wisely.
Propelled
Profile Joined October 2010
Denmark184 Posts
February 02 2019 12:06 GMT
#19859
A while back, I was considering looking into C#, however Visual Studio dumping a ton of data on my C drive, regardless of the installation location, made me put it off. Does anyone know if the new version of Visual Studio still have that problem? I've been looking around, but I don't see anything regarding the 2018 edition.
Manit0u
Profile Blog Joined August 2004
Poland17450 Posts
Last Edited: 2019-02-02 12:22:35
February 02 2019 12:18 GMT
#19860
Why not use ReSharper instead? It's much better.

https://www.jetbrains.com/resharper/compare/resharper-vs-visual-studio/
Time is precious. Waste it wisely.
Prev 1 991 992 993 994 995 1032 Next
Please log in or register to reply.
Live Events Refresh
BSL 21
20:00
RO16 TieBreaker - Group B
StRyKeR vs Artosis
OyAji vs KameZerg
ZZZero.O440
LiquipediaDiscussion
IPSL
20:00
Ro16 Group C
StRyKeR vs OldBoy
Sziky vs Tarson
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
White-Ra 249
JuggernautJason127
StarCraft: Brood War
Calm 2731
ZZZero.O 440
Dota 2
LuMiX1
Heroes of the Storm
Khaldor288
Other Games
Grubby5975
FrodaN2331
Mlord533
B2W.Neo367
Pyrionflax214
ArmadaUGS129
Maynarde84
Organizations
Other Games
EGCTV1949
gamesdonequick1002
BasetradeTV37
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 20 non-featured ]
StarCraft 2
• Hupsaiya 74
• davetesta72
• HeavenSC 20
• musti20045 20
• Migwel
• AfreecaTV YouTube
• sooper7s
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
StarCraft: Brood War
• Airneanach32
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota2796
• Ler95
League of Legends
• Doublelift2776
Other Games
• imaqtpie1538
• tFFMrPink 13
Upcoming Events
OSC
18m
OSC
10h 18m
Wardi Open
13h 18m
Monday Night Weeklies
18h 18m
OSC
1d
Wardi Open
1d 13h
Replay Cast
2 days
Wardi Open
2 days
Tenacious Turtle Tussle
3 days
The PondCast
3 days
[ Show More ]
Replay Cast
4 days
LAN Event
4 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.