• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 04:54
CET 09:54
KST 17:54
  • 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
ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Weekly Cups (March 9-15): herO, Clem, ByuN win12026 KungFu Cup Announcement6BGE Stara Zagora 2026 cancelled12Blizzard Classic Cup - Tastosis announced as captains18Weekly Cups (March 2-8): ByuN overcomes PvT block5
StarCraft 2
General
Blizzard Classic Cup - Tastosis announced as captains Weekly Cups (March 9-15): herO, Clem, ByuN win Potential Updates Coming to the SC2 CN Server Weekly Cups (March 2-8): ByuN overcomes PvT block GSL CK - New online series
Tourneys
2026 KungFu Cup Announcement [GSL CK] #2: Team Classic vs. Team Solar [GSL CK] #1: Team Maru vs. Team herO RSL Season 4 announced for March-April PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar)
Strategy
- nuked -
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 517 Distant Threat Mutation # 516 Specter of Death Mutation # 515 Together Forever
Brood War
General
Gypsy to Korea BW General Discussion ASL21 General Discussion BGH Auto Balance -> http://bghmmr.eu/ BSL 22 Map Contest — Submissions OPEN to March 10
Tourneys
[Megathread] Daily Proleagues [BSL22] Open Qualifiers & Ladder Tours IPSL Spring 2026 is here! ASL Season 21 Qualifiers March 7-8
Strategy
Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Zealot bombing is no longer popular?
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread General RTS Discussion Thread Dawn of War IV Path of Exile
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
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
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Mexico's Drug War Canadian Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! [Req][Books] Good Fantasy/SciFi books
Sports
2024 - 2026 Football Thread Formula 1 Discussion Tokyo Olympics 2021 Thread General nutrition recommendations Cricket [SPORT]
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Funny Nicknames
LUCKY_NOOB
Money Laundering In Video Ga…
TrAiDoS
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 5924 users

The Big Programming Thread - Page 982

Forum Index > General Forum
Post a Reply
Prev 1 980 981 982 983 984 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.
Yurie
Profile Blog Joined August 2010
12062 Posts
Last Edited: 2018-12-18 21:10:51
December 18 2018 21:03 GMT
#19621
On December 19 2018 04:47 bangsholt wrote:
Show nested quote +
On December 18 2018 19:29 Acrofales wrote:
I always wonder that when ppl try to do computation in SQL


I always wonder why people want to transfer data to a client only for the client to filter and sort it.

It's almost like a SQL database has WHERE and GROUP BY


I can just take my case from work, I don't have access to the indexed table for data analysis since that is the production server. I only have partial access to a daily BI copy where the only tool I'm allowed to use (Power BI) creates a local copy as part of the data load. Hopefully that changes during next year but doesn't really help now.

Though the actual application doesn't load the full tables into your client. So in the actual use case it works properly.
Manit0u
Profile Blog Joined August 2004
Poland17695 Posts
December 19 2018 09:40 GMT
#19622
How big is the data set usually? If you don't have more than a few thousand records to compare then performance shouldn't be an issue and it doesn't really matter if your algorithm is O(n^2) or whatever. If data sets are large (hundreds of thousands or millions of records) then it is definitely worth your while to think of a better way of doing things.
Time is precious. Waste it wisely.
Manit0u
Profile Blog Joined August 2004
Poland17695 Posts
December 19 2018 14:33 GMT
#19623
Time is precious. Waste it wisely.
Silvanel
Profile Blog Joined March 2003
Poland4742 Posts
December 20 2018 10:37 GMT
#19624
Well i stoped watching at 3:27 because he is clearly wrong, at least in practical sense. Yeah sure You can do all the stuff You want on Linux, as long as You are willing (and have time and knowledge) to write all needed drivers and tools. If Your company uses some tool or hardware that has only say windows support, Your options are limited to "use windows", "run Windows on VM and hope it works". If i need to use some dedicated network interface that only has windows support i am not going to rewrite tooling and drivers - i dont have time, knowledge and whats most important i am not being paid to that.
Pathetic Greta hater.
Manit0u
Profile Blog Joined August 2004
Poland17695 Posts
December 20 2018 10:59 GMT
#19625
On December 20 2018 19:37 Silvanel wrote:
Well i stoped watching at 3:27 because he is clearly wrong, at least in practical sense. Yeah sure You can do all the stuff You want on Linux, as long as You are willing (and have time and knowledge) to write all needed drivers and tools. If Your company uses some tool or hardware that has only say windows support, Your options are limited to "use windows", "run Windows on VM and hope it works". If i need to use some dedicated network interface that only has windows support i am not going to rewrite tooling and drivers - i dont have time, knowledge and whats most important i am not being paid to that.


Then you shouldn't have stopped watching because he clarifies later that if you have to work with proprietary stuff that only works on Windows for example then you should do it. It is a big generalization on his part (he also forgot working with audio professionally, which also lacks tooling for Linux), but really, Linux has gone a very long way in terms of ease-of-use for everyday normal guy.

Also, note that he's speaking at a Linux conference, so people not already doing most if not all of their work on Linux aren't really his target audience
Time is precious. Waste it wisely.
Silvanel
Profile Blog Joined March 2003
Poland4742 Posts
Last Edited: 2018-12-20 11:22:50
December 20 2018 11:21 GMT
#19626
Yeah i am aware of that, maybe i reacted to harshly because i just recently had similiar situation in project. A new architect (not even from my domain) were constantly bugging me with "Why no Linux??, Why no Linux" and my answer was always the same "i am not going to rewrite all the tools and drivers provided by some other parties just so You can have Your dream linux.

BTw: I do use linux on some machines and i like it but i hate when people act like it is some magical solution for every problem.
Pathetic Greta hater.
mantequilla
Profile Blog Joined June 2012
Turkey781 Posts
December 20 2018 18:23 GMT
#19627
I have a coworker that knows a lot more than me, like different languages, frameworks, different programming paradigms. etc but I can't help to think he's a bad programmer.

His code is almost always buggy. Ideas he bring out and be sure "it will work" never works.

I was trying to track down a silly bug for 3 days, finally solved it, he refactored my code a bit to make it "better", now its more broken than ever :/
pissed
Age of Mythology forever!
Manit0u
Profile Blog Joined August 2004
Poland17695 Posts
December 20 2018 21:05 GMT
#19628
On December 21 2018 03:23 mantequilla wrote:
I have a coworker that knows a lot more than me, like different languages, frameworks, different programming paradigms. etc but I can't help to think he's a bad programmer.

His code is almost always buggy. Ideas he bring out and be sure "it will work" never works.

I was trying to track down a silly bug for 3 days, finally solved it, he refactored my code a bit to make it "better", now its more broken than ever :/
pissed


There's a difference between knowing the framowrk and/or language and actually putting this knowledge to good use...
Time is precious. Waste it wisely.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
December 21 2018 07:19 GMT
#19629
On December 21 2018 03:23 mantequilla wrote:
I have a coworker that knows a lot more than me, like different languages, frameworks, different programming paradigms. etc but I can't help to think he's a bad programmer.

His code is almost always buggy. Ideas he bring out and be sure "it will work" never works.

I was trying to track down a silly bug for 3 days, finally solved it, he refactored my code a bit to make it "better", now its more broken than ever :/
pissed

I can relate. I know a similar case, and it is bothering several people. It's a difficult situation and I can't really provide you with solution though... Especially if seniority or personality traits block you from a productive discussion of the issue.
If you have a good reason to disagree with the above, please tell me. Thank you.
SC-Shield
Profile Joined December 2018
Bulgaria837 Posts
Last Edited: 2018-12-21 14:23:03
December 21 2018 14:19 GMT
#19630
Does anyone use Cocoa framework to develop UI for Mac? Why can UI work perfectly on some Mac versions, while it's completely broken on another version such as 10.12?

Edit: Problems like that: https://stackoverflow.com/questions/47470828/nsbutton-title-binding-refresh-working-on-10-12-but-not-high-sierra-10-13
Silvanel
Profile Blog Joined March 2003
Poland4742 Posts
Last Edited: 2018-12-21 14:30:27
December 21 2018 14:29 GMT
#19631
Because Apple does not conform to its own standards and changes them frequently? Some people even claim they deliberately sabotage cross versions compatibility but i think its combination of legitimate reasons (sometimes its better to break compatibility in order to make huge leap) and incompetence.
I experienced it first hand when Daimler decided to drop some functionalities on Apple devices (in old project) because of the mess in Apple standards.

Sry for general ramble instead of helping advice, someone had to say it
Pathetic Greta hater.
SC-Shield
Profile Joined December 2018
Bulgaria837 Posts
Last Edited: 2018-12-21 14:42:16
December 21 2018 14:35 GMT
#19632
That's very sad to hear. At work there is a project which has MacOS 10.7 as a deployment target. Managers wouldn't allow me to increase it significantly without a very good reason. Is it possible to support all MacOS from 10.7 to 10.14 (latest) without some random UI problems? For example, I've added a few new buttons which work fine on MacOS 10.14, but on MacOS 10.12 nothing happens when they're clicked.

I'm a Windows user and I find this very weird when I have to maintain Mac projects.
Acrofales
Profile Joined August 2010
Spain18238 Posts
December 21 2018 15:13 GMT
#19633
On December 21 2018 23:35 SC-Shield wrote:
That's very sad to hear. At work there is a project which has MacOS 10.7 as a deployment target. Managers wouldn't allow me to increase it significantly without a very good reason. Is it possible to support all MacOS from 10.7 to 10.14 (latest) without some random UI problems? For example, I've added a few new buttons which work fine on MacOS 10.14, but on MacOS 10.12 nothing happens when they're clicked.

I'm a Windows user and I find this very weird when I have to maintain Mac projects.

Why do you find that weird? MacOS 10.7 is Lion, and was released in 2010.

If you were to develop something for Windows 10, would you expect it to automatically be backward compatible with Windows 7? Forward compatibilty is a different issue, and generally speaking, software designed for windows 7 is usable in windows 10. Is that not the case for Apple?
Manit0u
Profile Blog Joined August 2004
Poland17695 Posts
December 21 2018 16:18 GMT
#19634
On December 22 2018 00:13 Acrofales wrote:
Show nested quote +
On December 21 2018 23:35 SC-Shield wrote:
That's very sad to hear. At work there is a project which has MacOS 10.7 as a deployment target. Managers wouldn't allow me to increase it significantly without a very good reason. Is it possible to support all MacOS from 10.7 to 10.14 (latest) without some random UI problems? For example, I've added a few new buttons which work fine on MacOS 10.14, but on MacOS 10.12 nothing happens when they're clicked.

I'm a Windows user and I find this very weird when I have to maintain Mac projects.

Why do you find that weird? MacOS 10.7 is Lion, and was released in 2010.

If you were to develop something for Windows 10, would you expect it to automatically be backward compatible with Windows 7? Forward compatibilty is a different issue, and generally speaking, software designed for windows 7 is usable in windows 10. Is that not the case for Apple?


Another thing worthy of note is that if you want to support 10.7 you can't use Swift.
Time is precious. Waste it wisely.
SC-Shield
Profile Joined December 2018
Bulgaria837 Posts
Last Edited: 2018-12-21 17:24:26
December 21 2018 17:14 GMT
#19635
On December 22 2018 00:13 Acrofales wrote:
Show nested quote +
On December 21 2018 23:35 SC-Shield wrote:
That's very sad to hear. At work there is a project which has MacOS 10.7 as a deployment target. Managers wouldn't allow me to increase it significantly without a very good reason. Is it possible to support all MacOS from 10.7 to 10.14 (latest) without some random UI problems? For example, I've added a few new buttons which work fine on MacOS 10.14, but on MacOS 10.12 nothing happens when they're clicked.

I'm a Windows user and I find this very weird when I have to maintain Mac projects.

Why do you find that weird? MacOS 10.7 is Lion, and was released in 2010.

If you were to develop something for Windows 10, would you expect it to automatically be backward compatible with Windows 7? Forward compatibilty is a different issue, and generally speaking, software designed for windows 7 is usable in windows 10. Is that not the case for Apple?


I know what you mean, but Windows is so much better with keeping things compatible. I've never seen a perfectly normal button work on some Windows, while it doesn't on another Windows version. However, I've seen problems with dependencies on Windows such as Visual C++ Runtime 2015 (merge module). It works fine on Windows 10, but it's totally broken on Windows 8.1 and Windows Server 2012 (I don't understand why some people want to install client software there, but whatever).

Regarding MacOS, deployment target is 10.7, but my development machine has 10.14 (latest) and Xcode 10. When I run software from my machine, it simply works. When another person tests it on 10.12, UI is a mess, no button responds to clicks. I just don't understand how this should be done so it works. Swift isn't used for legacy reasons. Maybe I should use an older Xcode?
Manit0u
Profile Blog Joined August 2004
Poland17695 Posts
December 21 2018 17:36 GMT
#19636
On December 22 2018 02:14 SC-Shield wrote:
Show nested quote +
On December 22 2018 00:13 Acrofales wrote:
On December 21 2018 23:35 SC-Shield wrote:
That's very sad to hear. At work there is a project which has MacOS 10.7 as a deployment target. Managers wouldn't allow me to increase it significantly without a very good reason. Is it possible to support all MacOS from 10.7 to 10.14 (latest) without some random UI problems? For example, I've added a few new buttons which work fine on MacOS 10.14, but on MacOS 10.12 nothing happens when they're clicked.

I'm a Windows user and I find this very weird when I have to maintain Mac projects.

Why do you find that weird? MacOS 10.7 is Lion, and was released in 2010.

If you were to develop something for Windows 10, would you expect it to automatically be backward compatible with Windows 7? Forward compatibilty is a different issue, and generally speaking, software designed for windows 7 is usable in windows 10. Is that not the case for Apple?


I know what you mean, but Windows is so much better with keeping things compatible. I've never seen a perfectly normal button work on some Windows, while it doesn't on another Windows version. However, I've seen problems with dependencies on Windows such as Visual C++ Runtime 2015 (merge module). It works fine on Windows 10, but it's totally broken on Windows 8.1 and Windows Server 2012 (I don't understand why some people want to install client software there, but whatever).

Regarding MacOS, deployment target is 10.7, but my development machine has 10.14 (latest) and Xcode 10. When I run software from my machine, it simply works. When another person tests it on 10.12, UI is a mess, no button responds to clicks. I just don't understand how this should be done so it works. Swift isn't used for legacy reasons. Maybe I should use an older Xcode?


Won't it just auto-update itself though?

Don't know much about Mac development. I couldn't really care less about anything Apple...
Time is precious. Waste it wisely.
Acrofales
Profile Joined August 2010
Spain18238 Posts
Last Edited: 2018-12-21 19:17:51
December 21 2018 19:17 GMT
#19637
On December 22 2018 02:36 Manit0u wrote:
Show nested quote +
On December 22 2018 02:14 SC-Shield wrote:
On December 22 2018 00:13 Acrofales wrote:
On December 21 2018 23:35 SC-Shield wrote:
That's very sad to hear. At work there is a project which has MacOS 10.7 as a deployment target. Managers wouldn't allow me to increase it significantly without a very good reason. Is it possible to support all MacOS from 10.7 to 10.14 (latest) without some random UI problems? For example, I've added a few new buttons which work fine on MacOS 10.14, but on MacOS 10.12 nothing happens when they're clicked.

I'm a Windows user and I find this very weird when I have to maintain Mac projects.

Why do you find that weird? MacOS 10.7 is Lion, and was released in 2010.

If you were to develop something for Windows 10, would you expect it to automatically be backward compatible with Windows 7? Forward compatibilty is a different issue, and generally speaking, software designed for windows 7 is usable in windows 10. Is that not the case for Apple?


I know what you mean, but Windows is so much better with keeping things compatible. I've never seen a perfectly normal button work on some Windows, while it doesn't on another Windows version. However, I've seen problems with dependencies on Windows such as Visual C++ Runtime 2015 (merge module). It works fine on Windows 10, but it's totally broken on Windows 8.1 and Windows Server 2012 (I don't understand why some people want to install client software there, but whatever).

Regarding MacOS, deployment target is 10.7, but my development machine has 10.14 (latest) and Xcode 10. When I run software from my machine, it simply works. When another person tests it on 10.12, UI is a mess, no button responds to clicks. I just don't understand how this should be done so it works. Swift isn't used for legacy reasons. Maybe I should use an older Xcode?


Won't it just auto-update itself though?

Don't know much about Mac development. I couldn't really care less about anything Apple...

Similar situation here: don't care about Apple. Presumably there's a setting somewhere in xcode that you are developing for a target os 10.7. I've done a fair bit of Android development, and you configure it for a target Android API. It's far from perfect to develop for old versions (keeps complaining about deprecated methods that don't really have a workaround in old versions), but it works. To test you either deploy to a system running that version or you set up an emulator.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
December 21 2018 19:40 GMT
#19638
On December 21 2018 03:23 mantequilla wrote:
I have a coworker that knows a lot more than me, like different languages, frameworks, different programming paradigms. etc but I can't help to think he's a bad programmer.

His code is almost always buggy. Ideas he bring out and be sure "it will work" never works.

I was trying to track down a silly bug for 3 days, finally solved it, he refactored my code a bit to make it "better", now its more broken than ever :/
pissed


I mean, code reviews are a thing?
There is no one like you in the universe.
SC-Shield
Profile Joined December 2018
Bulgaria837 Posts
December 21 2018 19:52 GMT
#19639
On December 22 2018 04:40 Blisse wrote:
Show nested quote +
On December 21 2018 03:23 mantequilla wrote:
I have a coworker that knows a lot more than me, like different languages, frameworks, different programming paradigms. etc but I can't help to think he's a bad programmer.

His code is almost always buggy. Ideas he bring out and be sure "it will work" never works.

I was trying to track down a silly bug for 3 days, finally solved it, he refactored my code a bit to make it "better", now its more broken than ever :/
pissed


I mean, code reviews are a thing?


In theory, unit tests should have caught that too.
Excludos
Profile Blog Joined April 2010
Norway8243 Posts
December 21 2018 20:45 GMT
#19640
On December 22 2018 04:17 Acrofales wrote:
Show nested quote +
On December 22 2018 02:36 Manit0u wrote:
On December 22 2018 02:14 SC-Shield wrote:
On December 22 2018 00:13 Acrofales wrote:
On December 21 2018 23:35 SC-Shield wrote:
That's very sad to hear. At work there is a project which has MacOS 10.7 as a deployment target. Managers wouldn't allow me to increase it significantly without a very good reason. Is it possible to support all MacOS from 10.7 to 10.14 (latest) without some random UI problems? For example, I've added a few new buttons which work fine on MacOS 10.14, but on MacOS 10.12 nothing happens when they're clicked.

I'm a Windows user and I find this very weird when I have to maintain Mac projects.

Why do you find that weird? MacOS 10.7 is Lion, and was released in 2010.

If you were to develop something for Windows 10, would you expect it to automatically be backward compatible with Windows 7? Forward compatibilty is a different issue, and generally speaking, software designed for windows 7 is usable in windows 10. Is that not the case for Apple?


I know what you mean, but Windows is so much better with keeping things compatible. I've never seen a perfectly normal button work on some Windows, while it doesn't on another Windows version. However, I've seen problems with dependencies on Windows such as Visual C++ Runtime 2015 (merge module). It works fine on Windows 10, but it's totally broken on Windows 8.1 and Windows Server 2012 (I don't understand why some people want to install client software there, but whatever).

Regarding MacOS, deployment target is 10.7, but my development machine has 10.14 (latest) and Xcode 10. When I run software from my machine, it simply works. When another person tests it on 10.12, UI is a mess, no button responds to clicks. I just don't understand how this should be done so it works. Swift isn't used for legacy reasons. Maybe I should use an older Xcode?


Won't it just auto-update itself though?

Don't know much about Mac development. I couldn't really care less about anything Apple...

Similar situation here: don't care about Apple. Presumably there's a setting somewhere in xcode that you are developing for a target os 10.7. I've done a fair bit of Android development, and you configure it for a target Android API. It's far from perfect to develop for old versions (keeps complaining about deprecated methods that don't really have a workaround in old versions), but it works. To test you either deploy to a system running that version or you set up an emulator.


There is indeed. Deployment info is found right below where you set up the app signing.

Developing for iOS has the same problem as android in this regard: There's always new features and functions which requires newer OS versions and phones. Supporting legacy versions is a real pain and honestly not worth it unless you're forced to.
Prev 1 980 981 982 983 984 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 2h 6m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 162
Trikslyr21
StarCraft: Brood War
Hyuk 599
Soulkey 163
Killer 162
actioN 119
Aegong 104
Dewaltoss 95
ggaemo 90
Jaedong 60
ToSsGirL 56
Backho 55
[ Show more ]
Hm[arnc] 45
Shinee 36
Barracks 30
Bale 23
soO 19
ajuk12(nOOB) 19
sorry 16
Nal_rA 14
zelot 14
NotJumperer 11
ZergMaN 7
Dota 2
XaKoH 451
Counter-Strike
Stewie2K679
m0e_tv659
shoxiejesuss500
Super Smash Bros
Mew2King114
Heroes of the Storm
Khaldor150
Other Games
ceh9260
Happy209
Fuzer 122
Organizations
Dota 2
PGL Dota 2 - Main Stream214
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH224
• StrangeGG 61
• LUISG 11
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Stunt656
• HappyZerGling107
Upcoming Events
Kung Fu Cup
2h 6m
OSC
15h 6m
The PondCast
1d 1h
KCM Race Survival
1d 1h
WardiTV Team League
1d 3h
Replay Cast
1d 15h
KCM Race Survival
2 days
WardiTV Team League
2 days
Korean StarCraft League
2 days
RSL Revival
3 days
Maru vs Zoun
Cure vs ByuN
[ Show More ]
uThermal 2v2 Circuit
3 days
BSL
3 days
RSL Revival
4 days
herO vs MaxPax
Rogue vs TriGGeR
BSL
4 days
Replay Cast
4 days
Replay Cast
5 days
Afreeca Starleague
5 days
Sharp vs Scan
Rain vs Mong
Wardi Open
5 days
Monday Night Weeklies
5 days
Sparkling Tuna Cup
6 days
Afreeca Starleague
6 days
Soulkey vs Ample
JyJ vs sSak
Liquipedia Results

Completed

Proleague 2026-03-16
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
BSL Season 22
CSL Elite League 2026
RSL Revival: Season 4
Nations Cup 2026
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
Acropolis #4
IPSL Spring 2026
BSL 22 Non-Korean Championship
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
NationLESS Cup
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 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 © 2026 TLnet. All Rights Reserved.