• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 03:15
CEST 09:15
KST 16:15
  • 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
Serral wins HomeStory Cup 2914Serral wins Maestros of the Game 243ByuL, and the Limitations of Standard Play3Team Liquid Map Contest #22: Results and Winners7Code S Season 2 (2026): RO4 and Finals Preview12
Community News
IntoTheTV X SOOP SC2 League : Weekly & Monthly4Clem: "I don't have that much hope in Blizzard"2ZeroSpace Early Access is Now Live!21Weekly Cups (July 13-19): Terran & Protoss rise; Zerg falters2Balance hotfix patch 5.0.16b (July 16)90
StarCraft 2
General
Balance hotfix patch 5.0.16b (July 16) How would you feel about frequent/monthly balance patches for SC2? Reynor: GSL Loss Wasn't About Preparation Format Clem: "I don't have that much hope in Blizzard" Weekly Cups (July 13-19): Terran & Protoss rise; Zerg falters
Tourneys
IntoTheTV X SOOP SC2 League : Weekly & Monthly INu's Battles#18 - Cure, herO, Rogue & ByuN RSL Revival: Season 6 - Qualifiers and Main Event Master Swan Open (Global Bronze-Master 2) WardiTV Summer Cup 2026
Strategy
[G] Having the right mentality to improve
Custom Maps
[M] (2) Industrial Park New Map Maker - Looking for Advice - Love or Hate
External Content
Mutation # 535 Assembly of Vengeance The PondCast: SC2 News & Results Mutation # 534 Burning Evacuation Mutation # 533 Die Together
Brood War
General
BW General Discussion How Famous was FlaSh before his Debut? Animated Gateway BGH Auto Balance -> http://bghmmr.eu/ HORROR STARCRAFT MOVIE
Tourneys
Small VOD Thread 2.0 Escore Tournament - Season 3 [Megathread] Daily Proleagues [IPSL] Spring 2026 Grand Finals - This Weekend!
Strategy
Simple Questions, Simple Answers PvT advise for noobs Fighting Spirit mining rates Creating a full chart of Zerg builds
Other Games
General Games
ZeroSpace Early Access is Now Live! General RTS Discussion Thread Path of Exile Nintendo Switch Thread Diablo IV
Dota 2
Looking for a Dota Mentor Official 'what is Dota anymore' discussion
League of Legends
TSM pausing esports and CLG Dead
Heroes of the Storm
Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Community Thread TL Mafia Power Rank NeO.D_StephenKing vs This Guy From 1 Million Dance Vanilla Mini Mafia
Community
General
US Politics Mega-thread Artificial Intelligence Thread Russo-Ukrainian War Thread How to buy a book - shipping from Korea to Europe The Games Industry And ATVI
Fan Clubs
The IdrA Fan Club The HerO Fan Club!
Media & Entertainment
Anime Discussion Thread Series you have seen recently... Movie Discussion! [Req][Books] Good Fantasy/SciFi books
Sports
2024 - 2026 Football Thread TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion MLB/Baseball 2023 McBoner: A hockey love story
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Simple Questions Simple Answers FPS when play League Of Legend on laptop
TL Community
Northern Ireland Global Starcraft The Automated Ban List
Blogs
How Games can Help with Majo…
TrAiDoS
Hello guys!
LIN1s
ASL S22 English Commentary…
namkraft
Poker (part 2)
Nebuchad
An Exploration of th…
waywardstrategy
Customize Sidebar...

Website Feedback

Closed Threads



Active: 4142 users

The Big Programming Thread - Page 515

Forum Index > General Forum
Post a Reply
Prev 1 513 514 515 516 517 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.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2014-08-31 06:43:39
August 31 2014 06:42 GMT
#10281
Yeah, that was some reason why I wanted ideas about what kinds of technology existed that did stuff, what structures exist that use the idea of every consumer is a view rather than every consumer is a complete client. I never thought about email actually, so that's a cool step.

My questions earlier about connecting to another computer is how to minimize Internet requests. What technologies exist that I can use in a client to synchronize data between multiple clients. If a laptop pulled down data and my phone is accessing the same data, does stuff exist that will let me grab the data from the laptop (like the laptop is a client-server?). If I make a "client-server", can I ping that in my house without hitting the Internet? What tools exist for this? Lots of technology questions here that I'm asking.

I don't think I have to choose between positives and negatives of each solution, because I don't see any downfalls to my proposition except for not really real things, possible development time, physical and virtual resources, and lag from including the client-server into the equation. I'm doing investigations on push notification timing versus long poll versus socketed connections for a paper actually and I would also love to know if there are any other methods of that "re-query".

I would say that this is solving the each device has the same display problem. I imagine that the device would have the most up-to-date tweets anyways, as well as every other device because they all get updated at the same time. Would the latency be noticeable? Mmmmm, it's a research idea after all...

Thinking about my way as well means that we can have extremely lightweight (CPU-wise) views. In terms of the Internet of Things, smartwatches don't process anything, they get information routed from the phone. So I guess that exists there. But if our client-server did everything, all we need the CPU to do is get direct "view" information and show it, then re-query if we need to update, or push a request if we want to actuate something. Do these things sound not crazy/realistic? Or do I sound whack?
There is no one like you in the universe.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
August 31 2014 06:44 GMT
#10282
Large quote, asking separately, I'm researching connections between server/clients. Is there anything else besides push notifications/long polling/sockets?
There is no one like you in the universe.
ZenithM
Profile Joined February 2011
France15952 Posts
Last Edited: 2014-08-31 11:38:09
August 31 2014 11:31 GMT
#10283
Thinking about my way as well means that we can have extremely lightweight (CPU-wise) views. In terms of the Internet of Things, smartwatches don't process anything, they get information routed from the phone. So I guess that exists there. But if our client-server did everything, all we need the CPU to do is get direct "view" information and show it, then re-query if we need to update, or push a request if we want to actuate something. Do these things sound not crazy/realistic? Or do I sound whack?

Cloud gaming actually is a good example of what you're describing. The basic idea is that a (remote) cloud platform run the game, encode the display in some video format and streams it to you. The client is a pure (local) viewer in that case, it only needs to read the video and react to user input (which is forwarded back to the server for processing by the game).
The advantage is obviously to put back the burden of processing on the server, relieving the client (as in all cloud solutions).
It is fundamentally different from how we traditionally approach video gaming, but is not very successful yet due to, well, latency, and the fact that it's not that much easier to decode streamed high bitrate high quality video than just run the damn game on your local device :D

Edit: Ideally, if you had efficient enough encoding/decoding methods, you could just make videos out of all user interfaces in all applications you can think of and stream those from a cloud server. That would be the ultimate, all-inclusive generic "pure client-side viewer" solution, but obviously it's not really realistic.
bangsholt
Profile Joined June 2011
Denmark138 Posts
Last Edited: 2014-08-31 14:08:34
August 31 2014 14:08 GMT
#10284
On August 31 2014 15:42 Blisse wrote:
Yeah, that was some reason why I wanted ideas about what kinds of technology existed that did stuff, what structures exist that use the idea of every consumer is a view rather than every consumer is a complete client. I never thought about email actually, so that's a cool step.

My questions earlier about connecting to another computer is how to minimize Internet requests. What technologies exist that I can use in a client to synchronize data between multiple clients. If a laptop pulled down data and my phone is accessing the same data, does stuff exist that will let me grab the data from the laptop (like the laptop is a client-server?). If I make a "client-server", can I ping that in my house without hitting the Internet? What tools exist for this? Lots of technology questions here that I'm asking.


Yeah... That's Peer-to-peer. You pull from the server once, have it distribute between your clients.

Now welcome to the world of blocked ports and state troubles ;o)
berated-
Profile Blog Joined February 2007
United States1134 Posts
August 31 2014 19:55 GMT
#10285
On August 31 2014 15:42 Blisse wrote:
Yeah, that was some reason why I wanted ideas about what kinds of technology existed that did stuff, what structures exist that use the idea of every consumer is a view rather than every consumer is a complete client. I never thought about email actually, so that's a cool step.

My questions earlier about connecting to another computer is how to minimize Internet requests. What technologies exist that I can use in a client to synchronize data between multiple clients. If a laptop pulled down data and my phone is accessing the same data, does stuff exist that will let me grab the data from the laptop (like the laptop is a client-server?). If I make a "client-server", can I ping that in my house without hitting the Internet? What tools exist for this? Lots of technology questions here that I'm asking.

I don't think I have to choose between positives and negatives of each solution, because I don't see any downfalls to my proposition except for not really real things, possible development time, physical and virtual resources, and lag from including the client-server into the equation. I'm doing investigations on push notification timing versus long poll versus socketed connections for a paper actually and I would also love to know if there are any other methods of that "re-query".

I would say that this is solving the each device has the same display problem. I imagine that the device would have the most up-to-date tweets anyways, as well as every other device because they all get updated at the same time. Would the latency be noticeable? Mmmmm, it's a research idea after all...

Thinking about my way as well means that we can have extremely lightweight (CPU-wise) views. In terms of the Internet of Things, smartwatches don't process anything, they get information routed from the phone. So I guess that exists there. But if our client-server did everything, all we need the CPU to do is get direct "view" information and show it, then re-query if we need to update, or push a request if we want to actuate something. Do these things sound not crazy/realistic? Or do I sound whack?


I don't think your whack, but I think you're using a lot of words to describe a browser. That's why a lot of people are pushing for HTML5 apps vs native applications. Developing native applications can get costly, so wouldn't it be great if we could develop the same application and run it everywhere? That's what the people who have been advocating for web have been saying for years.

The part about connecting to other devices kinds of confuses me a bit. I'm not sure why you think connecting to other devices would be easier than connecting to the server. The problem you are describing sounds like it's getting dangerously close to touching on CAP theorem...a game that I promise you don't want to play. As a primer, how do you know that your computer is more up to date than you are as a tablet? Now you have to try to resolve that versus assuming that the server is the truth. You are actually pushing more processing out to the clients in order to prevent network requests.

Also, I am definitely not an expert in networking, but I feel like you're missing some understandings. There isn't anything special about accessing "the internet"... except for the massive infrastructure that connects the devices together. For your computer to talk to your tablet, it has to be able to locate it. If they aren't on the same network, it's going out over the internet anyway. Yeah, it didn't hit the other server you were dealing with, but, its still on the internet. Only now, what protocol are you going to use? Are you going to make your device less secure by now allowing incoming traffic as well?

I think the reason people aren't talking about your idea more is because it feels, to me anyway, vastly more complicated.

aksfjh
Profile Joined November 2010
United States4853 Posts
August 31 2014 20:35 GMT
#10286
So basically, you want a local cache for the internet that tries to minimize requests to offsite servers. The cache can be distributed, but would have a controller that determines whether the data is polled from offsite or the cache.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2014-08-31 21:21:36
August 31 2014 21:14 GMT
#10287
Well it's no fun thinking about stuff that I know that is possible and stuff I have a decent idea of how it works haha

I'll have to check up on browsers actually so that's neat. I don't think it solves the problem of synchronization and having each device as a lightweight view though, since each browser is basically a complete client.

I checked out the Wiki on the CAP Theorem and that sounds a bit discouraging. I'm trying to think if it applies though and I'm not convinced that it does. Views don't have to manage their state. They have no state. I have one state and I just need to keep my Views consistent which I'm pretty sure is solved (is it?). If a View sends a request to the client-server I keep proposing, and then the View disconnects, the client-server doesn't care.

Trying to figure out what you mean by "how do you know that your computer is more up to date than you are as a tablet". Tell me if I'm mistaken. My client-server talks to the server, my devices connect to the client server. If I just register the version of the device when it connects to the client-server then even if my devices have inconsistent versions, my client-server will only give back View data relevant for that version. Something like that? My clients are still pure Views.

I was looking at Wi-Fi Direct. It's supposed to be similar to Bluetooth but I couldn't get it to work when I tried. Probably not enough support on my hardware. Why shouldn't there exist methods to interact off the grid between devices? I'm envisioning an orb that floats behind you that's connected to the Internet, while your devices connect to the orb. Then I just have to figure out how my work laptop can attach to my orb when I'm standing at home (doesn't seem technologically possible atm but I don't know that's why I ask). I think I'm tackling multiple problems here with the glowing orb, but I need some way to represent what the client-server would be. Because obviously I can create another server and have each device access that and have an instance running per active user, but is that the only solution? Back to the floating client-server orb idea.

On September 01 2014 05:35 aksfjh wrote:
So basically, you want a local cache for the internet that tries to minimize requests to offsite servers. The cache can be distributed, but would have a controller that determines whether the data is polled from offsite or the cache.


I think so yeah that sounds close to what I mean if distributed cache means what it means to me as it does to you. The wording doesn't work though in my devices as Views scenario because there needs to be some reinterpretation of data.

On August 31 2014 23:08 bangsholt wrote:
Show nested quote +
On August 31 2014 15:42 Blisse wrote:
Yeah, that was some reason why I wanted ideas about what kinds of technology existed that did stuff, what structures exist that use the idea of every consumer is a view rather than every consumer is a complete client. I never thought about email actually, so that's a cool step.

My questions earlier about connecting to another computer is how to minimize Internet requests. What technologies exist that I can use in a client to synchronize data between multiple clients. If a laptop pulled down data and my phone is accessing the same data, does stuff exist that will let me grab the data from the laptop (like the laptop is a client-server?). If I make a "client-server", can I ping that in my house without hitting the Internet? What tools exist for this? Lots of technology questions here that I'm asking.


Yeah... That's Peer-to-peer. You pull from the server once, have it distribute between your clients.

Now welcome to the world of blocked ports and state troubles ;o)


Having every device do it seems a bit unnecessary, though it's a lot more practical than having another "thing" in the way. I feel like this wouldn't suffer from state inconsistency though? Or is that what everyone thinks.
There is no one like you in the universe.
Azerbaijan
Profile Blog Joined January 2010
United States660 Posts
August 31 2014 21:27 GMT
#10288
Not sure if relevant but I'm currently in a NoSql database course and some of the things you are describing sound somewhat similar to how Riak handles consistency. I am not sure if this will be helpful but its interesting in any case.
xboi209
Profile Blog Joined June 2011
United States1173 Posts
September 01 2014 02:55 GMT
#10289
http://pastebin.com/Ua5HjPBR
Based on the code from the link above, can anyone guess what the return type of IX86ExtraWork.dll would be?
http://www.reddit.com/r/broodwar/
aksfjh
Profile Joined November 2010
United States4853 Posts
September 01 2014 04:26 GMT
#10290
On September 01 2014 11:55 xboi209 wrote:
http://pastebin.com/Ua5HjPBR
Based on the code from the link above, can anyone guess what the return type of IX86ExtraWork.dll would be?

My educated guess would be:

struct EXTRAWORK {
WORD GameType;
WORD Length;
char OutBuffer[1024];
};


If you have the source dll, you can always disassemble it to check.
xboi209
Profile Blog Joined June 2011
United States1173 Posts
Last Edited: 2014-09-01 05:00:53
September 01 2014 05:00 GMT
#10291
On September 01 2014 13:26 aksfjh wrote:
Show nested quote +
On September 01 2014 11:55 xboi209 wrote:
http://pastebin.com/Ua5HjPBR
Based on the code from the link above, can anyone guess what the return type of IX86ExtraWork.dll would be?

My educated guess would be:

struct EXTRAWORK {
WORD GameType;
WORD Length;
char OutBuffer[1024];
};


If you have the source dll, you can always disassemble it to check.

I initially tried to return that struct but ran into a bunch of errors so I turned back because of my noob skills but I'll try again. I don't know ASM either to check
http://www.reddit.com/r/broodwar/
Cyx.
Profile Joined November 2010
Canada806 Posts
Last Edited: 2014-09-01 06:05:04
September 01 2014 06:00 GMT
#10292
On September 01 2014 11:55 xboi209 wrote:
http://pastebin.com/Ua5HjPBR
Based on the code from the link above, can anyone guess what the return type of IX86ExtraWork.dll would be?

Not sure what the question is exactly - are you asking about the call
hLib = LoadLibrary(IX86ExtraWork.dll);

or the call
lpfnExtraWork = (ExtraWorkProc)GetProcAddress(hLib, "ExtraWork"); 

or the call
bReturn = (*lpfnExtraWork)(&ew);
?

My guesses in turn:

LoadLibrary returns a handle (basically a pointer) to the base address of the loaded DLL (IX86ExtraWork.dll).

GetProcAddress returns a function pointer to the ExtraWork function within that DLL, which looks to be declared as
 bool ExtraWork(void *)

(which you can see from the
 typedef bool (__fastcall ExtraWorkProc *)(void) 

at the top of the file).

Then, the actual function ExtraWork returns a boolean based on whether or not it successfully filled in the void* passed to it with ExtraWork data.

e: I lied, LoadLibrary returns a handle not a bool
xboi209
Profile Blog Joined June 2011
United States1173 Posts
Last Edited: 2014-09-01 06:17:03
September 01 2014 06:03 GMT
#10293
On September 01 2014 15:00 Cyx. wrote:
Show nested quote +
On September 01 2014 11:55 xboi209 wrote:
http://pastebin.com/Ua5HjPBR
Based on the code from the link above, can anyone guess what the return type of IX86ExtraWork.dll would be?

Not sure what the question is exactly - are you asking about the call
hLib = LoadLibrary(IX86ExtraWork.dll);

or the call
lpfnExtraWork = (ExtraWorkProc)GetProcAddress(hLib, "ExtraWork"); 

or the call
bReturn = (*lpfnExtraWork)(&ew);
?

My guesses in turn:

LoadLibrary returns a boolean to indicate success or failure of loading the DLL (IX86ExtraWork.dll).

GetProcAddress returns a function pointer to the ExtraWork function within that DLL, which looks to be declared as
 bool ExtraWork(void *)

(which you can see from the
 typedef bool (__fastcall ExtraWorkProc *)(void) 

at the top of the file).

Then, the actual function ExtraWork returns a boolean based on whether or not it successfully filled in the void* passed to it with ExtraWork data.

Sorry I meant the return type of the ExtraWork function from IX86ExtraWork.dll. Thank you for your answer although I've already tried returning true but the program from the link above is giving me incorrect data so I know that I'm doing something wrong.
http://www.reddit.com/r/broodwar/
Cyx.
Profile Joined November 2010
Canada806 Posts
September 01 2014 06:06 GMT
#10294
np what are you trying to do anyways?
xboi209
Profile Blog Joined June 2011
United States1173 Posts
September 01 2014 06:18 GMT
#10295
On September 01 2014 15:06 Cyx. wrote:
np what are you trying to do anyways?

Check your PM
http://www.reddit.com/r/broodwar/
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2014-09-01 07:01:57
September 01 2014 06:46 GMT
#10296
On September 01 2014 06:27 Azerbaijan wrote:
Not sure if relevant but I'm currently in a NoSql database course and some of the things you are describing sound somewhat similar to how Riak handles consistency. I am not sure if this will be helpful but its interesting in any case.
https://www.youtube.com/watch?v=AxG9DROsnqg


I don't think it's what I'm looking for but totally introduced some new concepts to me, so thanks, had some good things for me to know.

edit: should expand, cool thing they mentioned was that if you never update you don't have to worry about inconsistent state to an extent and you just have to worry about garbage collecting the invalid data (missing lots of parts).
There is no one like you in the universe.
phar
Profile Joined August 2011
United States1080 Posts
September 02 2014 01:19 GMT
#10297
If you're in the mood to check out ways to handle consistency, look at the paper on spanner. Shit be crazy.
Who after all is today speaking about the destruction of the Armenians?
icystorage
Profile Blog Joined November 2008
Jollibee19350 Posts
September 02 2014 02:24 GMT
#10298
for the software engineers, how do you deal with estimates? I wasnt taught about it in college (even though i majored in software engineering) but probably because its pretty dynamic? How do you give estimates that doesnt make you look bad (estimating a very huge time for a task)? If you give a pretty short deadline it would also doesnt give you any leeway. What factors should you consider in giving an estimate on a task(s)?
LiquidDota StaffAre you ready for a Miracle-? We are! The International 2017 Champions!
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
Last Edited: 2014-09-02 02:55:28
September 02 2014 02:50 GMT
#10299
On September 02 2014 11:24 icystorage wrote:
for the software engineers, how do you deal with estimates? I wasnt taught about it in college (even though i majored in software engineering) but probably because its pretty dynamic? How do you give estimates that doesnt make you look bad (estimating a very huge time for a task)? If you give a pretty short deadline it would also doesnt give you any leeway. What factors should you consider in giving an estimate on a task(s)?

Task estimates are dependent on the person.

Like if you're the type who always underestimates try to double your score each time.
There's lots to do during the day that's work but doesn't include tasks.

Honestly they're very stressful and lead people too much towards competition with peers (I can finish this faster) which is not their intent. Just give estimates you think are accurate to make project manager jobs easier and imo don't worry too much about looking bad for overestimating or underestimating and needing too much time. Estimation accuracy comes from self reflection and trial and error.

In addition it's useful to clarify when you might have other duties. Like people rarely ever just sit in a cubicle and do 4 hours of work. They have meetings, luncheons, seminars, help others, ask for help from others, work on things that were marked completed long ago to make sure they still work, firefight, and still have responsibilities to their other teams, and teams they've officially moved away from. 4 hours straight work can even cause you to tunnel, so you need to take breaks.
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
icystorage
Profile Blog Joined November 2008
Jollibee19350 Posts
September 02 2014 02:54 GMT
#10300
Like if you're the type who always underestimates try to double your score each time.


doesnt this make you look bad? Time is very valuable to the clients and I believe we are billed by the hour, so therefore the more time the task takes then it'll discourage the client? (just pure speculation, i actually have no idea, I have <1 year worth of experience in my job, also first job)
LiquidDota StaffAre you ready for a Miracle-? We are! The International 2017 Champions!
Prev 1 513 514 515 516 517 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 2h 45m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 158
StarCraft: Brood War
GuemChi 2978
BeSt 1778
Leta 247
Hm[arnc] 218
Dewaltoss 80
Mind 56
Bale 44
ZergMaN 31
Counter-Strike
summit1g8182
Sick115
Other Games
ceh9512
WinterStarcraft470
Happy366
C9.Mang0347
RuFF_SC251
Trikslyr17
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 13 non-featured ]
StarCraft 2
• Berry_CruncH326
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota2147
League of Legends
• Rush1685
Upcoming Events
Escore
2h 45m
CrankTV Team League
3h 45m
WardiTV Summer Champion…
4h 45m
Big Brain Bouts
8h 45m
Soulspirit vs goblin
TriGGeR vs Bunny
OSC
14h 45m
Korean StarCraft League
19h 45m
Afreeca Starleague
20h 45m
RSL Revival
1d 1h
Serral vs SHIN
herO vs Solar
Online Event
1d 7h
Replay Cast
1d 16h
[ Show More ]
RSL Revival
2 days
Clem vs ByuN
Rogue vs Lambo
OSC
2 days
WardiTV Weekly
3 days
Sparkling Tuna Cup
4 days
INu's Battles
4 days
Cure vs herO
ByuN vs Rogue
PiGosaur Cup
4 days
The PondCast
5 days
Kung Fu Cup
5 days
Patches Events
5 days
Replay Cast
6 days
CrankTV Team League
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2026-07-22
HSC XXIX
Eternal Conflict S2 E3

Ongoing

CSL 2026 Summer (S21)
KCM Race Survival 2026 Season 3
Escore Tournament S3: W4
RSL Revival: Season 6
CranK Gathers Season 4: BW vs SC2 Team League
SCTL 2026 Spring
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026

Upcoming

ASL S22 SEASON OPEN Day 2
Escore Tournament S3: W5
ASL Season 22: Qualifier #1
ASL Season 22: Qualifier #2
CSLAN 4
ASL Season 22
Blizzard Classic Cup 2026
HSC XXX
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
Light Tournament 2026
Eternal Conflict S2 Finale
ESL Pro League Season 24
Stake Ranked Episode 4
Logitech G Connect 2026
SL StarSeries Fall 2026
FISSURE Playground #5
BLAST Open Fall 2026
Esports World Cup 2026
BLAST Bounty Summer 2026
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.