• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 06:00
CEST 12:00
KST 19:00
  • 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
[ASL22] Ro16 Preview: Rough Waters10[ASL22] Ro24 Preview: Siren's Call8[ASL22] Ro24 Preview: Summer's End9Serral wins HomeStory Cup 2915Serral wins Maestros of the Game 244
Community News
StarCraft open world shooter announced at BlizzCon58Weekly Cups (Aug 30-Sep 7): herO thrives amid growing schism10Official StarCraft website teases new content ahead of BlizzCon?168Stellar Fest TWO the Moon (Dec 16-20)9Weekly Cups (August 24-30): Patches' balance mod takes over3
StarCraft 2
General
StarCraft open world shooter announced at BlizzCon How do you feel about the StarCraft shooter announcement at BlizzCon 2026? Balance hotfix patch 5.0.16b (July 16) Team Liquid Map Contest #22: Results and Winners Weekly Cups (Aug 30-Sep 7): herO thrives amid growing schism
Tourneys
Sparkling Tuna Cup - Weekly Open Tournament RSL goes to London! 2026 Offline Finals Nov 21-22 KSL Week #92 IntoTheTV X SOOP SC2 League : Weekly & Monthly 2026 GSTL Announcement
Strategy
[G] Having the right mentality to improve
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
Mutation # 542 The Ascended Mutation # 541 Binary Choice The PondCast: SC2 News & Results Mutation # 540 Dodge This
Brood War
General
Official StarCraft website teases new content ahead of BlizzCon? BGH Auto Balance -> http://bghmmr.eu/ Broodwar Prediction Market Practice Partners (Official) [D] Brainstorming a balance patch for Brood war
Tourneys
[ASL22] Ro16 Group B [ASL22] Ro16 Group A Escore Tournament - Season 3 Small VOD Thread 2.0
Strategy
Replay Review Process - What do you do? Simple Questions, Simple Answers Odyssey Mineral Stack Saturation Game Theory for Starcraft
Other Games
General Games
Diablo IV EVE Corporation Nintendo Switch Thread [Maplestory Hardcore] Let's Play~!! General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
[TL LoL EUW IHs] Teemo shall perish 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
Community
General
US Politics Mega-thread Trading/Investing Thread UK Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread
Fan Clubs
MarineLorD Fan Club The Creator Fan Club The ShoWTimE Fan Club
Media & Entertainment
Diablo Animated Series on Netflix Movie Discussion!
Sports
Football (Soccer) Thread TeamLiquid Health and Fitness Initiative For 2023 MLB/Baseball 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Northern Ireland Global Starcraft
Blogs
Virtual Romance, Real-Life C…
TrAiDoS
Regacy Esports:Our Goa…
regacyesports
Dreaming of BW patches (mod…
c3rberUs
LOCKPICKING NOOB
LUCKY_NOOB
Customize Sidebar...

Website Feedback

Closed Threads



Active: 7284 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
Sparkling Tuna Cup
10:00
Weekly #146
CranKy Ducklings19
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Trap 45
StarCraft: Brood War
Shuttle 2806
PianO 1305
firebathero 407
Larva 397
Sharp 183
Pusan 180
Jaedong 119
Shinee 68
Stork 67
Hyun 59
[ Show more ]
Killer 48
Aegong 39
NaDa 24
Hm[arnc] 24
yabsab 22
Mong 22
ajuk12(nOOB) 14
JulyZerg 11
sSak 10
Rock 6
Dota 2
XcaliburYe540
ODPixel415
Fuzer 155
Counter-Strike
edward60
Other Games
summit1g16474
mouzStarbuck643
KnowMe128
Organizations
Other Games
BasetradeTV224
StarCraft: Brood War
UltimateBattle 26
[ Show 13 non-featured ]
StarCraft 2
• StrangeGG 103
• LUISG 57
• CranKy Ducklings SOOP6
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• Migwel
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos1792
• Stunt320
Upcoming Events
WardiTV Invitational
1h
ByuN vs Percival
Cure vs Classic
Shopify Rebellion Sundays
5h
Spirit vs Mixu
Clem vs TBD
RSL Revival
6h
Serral vs Rogue
BlizzCon
8h 30m
IdrA vs MC
Replay Cast
14h
Afreeca Starleague
1d
Light vs JyJ
Soulkey vs hero
WardiTV Weekly
1d 1h
Monday Night Weeklies
1d 6h
Afreeca Starleague
2 days
Snow vs Shinee
Shine vs EffOrt
GSL
2 days
[ Show More ]
PiGosaur Cup
2 days
The PondCast
3 days
Kung Fu Cup
3 days
Replay Cast
3 days
KCM Race Survival
4 days
IntoTheTV X SOOP
4 days
Replay Cast
4 days
IntoTheTV X SOOP
5 days
Replay Cast
5 days
GSL
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Acropolis #5 - TRS
PiG Sty Festival 8.0
Big Dog Cup 2026 Div 1

Ongoing

KCM Race Survival 2026 Season 3
K-JUNGMAN
ASL Season 22
Super Anchor Qualifying S3
CSL 2026 AUTUMN (S22)
Acropolis #5
Blizzard Classic Cup 2026
Blizzard Classic Cup 2026
RSL Revival: Season 6
Calamity Invitational
FISSURE Playground #3
BLAST Open Fall 2026
Esports World Cup 2026
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026

Upcoming

Acropolis #5 - GSA
Acropolis #5 - GSB
Acropolis #5 - GSC
SC4ALL II: Brood War
HSC XXX
Stellar Fest 2: Lunar Cup
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
RSL Offline Finals
PGL Major Singapore 2026
Stake Ranked Episode 6
BLAST Rivals Fall 2026
IEM Beijing 2026
Stake Ranked Episode 5
PGL Masters Bucharest 2026
1win Private Club #2
Thunderpick World Champ. '26
ESL Pro League Season 24
Stake Ranked Episode 4
1win Private Club #1
Logitech G Play Connect 2026
SL StarSeries Fall 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.