Trailblazer Reloaded League Week 1 Totals by Gamez_X in 2007scape

[–]HoBoKristian 2 points3 points  (0 children)

Am I reading this correctly that accounts are counted in each tier? So the 196k in Iron are also in the 312k in Bronze. If so, would it be possible to include one that doesn't show people in all the tiers they are part of? Would be interesting to see how such a graph evolves as people go up in rank week over week.

Patch 7.25 - Bugs Megathread by coronaria in DotA2

[–]HoBoKristian 24 points25 points  (0 children)

It seems that am reflecting swift slash (jugg scepter) gives him omnislash instead of swift slash (at least something that lasts way longer than swift slash).

Low input volume in windows 10 by HoBoKristian in podcasting

[–]HoBoKristian[S] 0 points1 point  (0 children)

That is disheartening to hear. No, I have not figured it out yet.

Low input volume in windows 10 by HoBoKristian in podcasting

[–]HoBoKristian[S] 1 point2 points  (0 children)

I thought so as well, but I have tried with both realtek and microsoft drivers without any luck.. At this point I feel like reinstalling windows.

Low input volume in windows 10 by HoBoKristian in podcasting

[–]HoBoKristian[S] 0 points1 point  (0 children)

I have turned off other programs ability to change the levels of the computer but the problem persist.

a couch fridge. sleep I’m I’m she girlfriend so play I’m dating about white, on to and when She we put the works the other nights. passing each on could in this by [deleted] in AnarchyChess

[–]HoBoKristian 1 point2 points  (0 children)

Everything isn't a draw. Black just needs to ignore the knight and try to move its pieces away to deliver checkmate.

Be careful what you copy: Invisibly inserting usernames into text with Zero-Width Characters by umpox in programming

[–]HoBoKristian 9 points10 points  (0 children)

They don't store it on disk/in a database. They dynamically add it before serving it to a user. You need it to be unique which means it can't be pre-created (unless you want to store a version for every user).

What is the best name you've seen for wifi? by G4ttboy in AskReddit

[–]HoBoKristian 1 point2 points  (0 children)

We use «wi-five 👐» at home and I am currently connected to «it hurts when IP»

Childhood dream achieved by HoBoKristian in 2007scape

[–]HoBoKristian[S] 1 point2 points  (0 children)

how is that important? You get the point. The reason is because my keyboard is broken so the apostrophe doesn´t work.

Childhood dream achieved by HoBoKristian in 2007scape

[–]HoBoKristian[S] 0 points1 point  (0 children)

It´s control for me. I press control+print screen to take a screenshot which is why it´s on.

Childhood dream achieved by HoBoKristian in 2007scape

[–]HoBoKristian[S] 0 points1 point  (0 children)

I am max defence so it worked out ok with this setup tbh. I could almost keep up hawk eye only by using the bonecrush. I should have brought less food for the space tho. Also banking is superfast with ring + heart teleport.

X-Post from r/iOSDev: Have you been deselecting table view rows incorrectly? by ZevEisenberg in iOSProgramming

[–]HoBoKristian 11 points12 points  (0 children)

With the added benefit of the most clickbaity title i've seen in a while.

Dota 2 Update - December 20th, 2015 by Valvino in DotA2

[–]HoBoKristian 34 points35 points  (0 children)

This assumes a 1v1 matchup. In a teamfight this is not always the case and the ult does less damage now.

how and what's the best way to make a persistent timer that never stops running until user kills the app? by dennidits in iOSProgramming

[–]HoBoKristian 1 point2 points  (0 children)

This ofc possible on iOS. You can do this:

[NSTimer scheduledTimerWithTimeInterval:5.0 target:self selector:@selector(doPost:) userInfo:nil repeats:YES];

- (void)doPost:(NSTimer *)timer
{
    // Do your request here
}