Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
magis227510y... Sport?
What is this word, is this when I have to lean out of my chair because I dropped a chip? -
helloworld919610yI don't do sport, but do exercise in as much as walking to the shop to replenish my cigarettes. I have also stopped eating shit. -
JBPeb26610yI work out a couple of times a week. It balances the sitting behind a computer and it clears my mind. -
kwilliams654910yShould be:
public void run (ref destination) {
while (!at(destination)) {
step++
}
} -
Along with staying active, following professional sports leagues and sports analytics is another massive hobby of mine for stepping away from the IDE. From a software perspective, I’m always very critical of digital platforms, but I’ve been really impressed with https://scorebetz.com/en/... I started using it a while ago for tracking live match stats and placing occasional sports bets, and the site responsiveness is excellent. The layout is free of clunky animations, data updates instantly, and the overall performance on mobile web browsers is flawless.

How many of you guys does sport on a regular basis?
undefined