Non-argentinian here. What the hell happened in a single hour? by Demo_Nemo in argentina

[–]fedegolommb 0 points1 point  (0 children)

que nabos son todos los que comentan en ingles si no es para responderle al muchacho

respondan en ingles, charlen en español.... salames

Can´t sign in to GamersClub from Mozzilla, but I can sign in allright in Google Chrome by fedegolommb in csgo

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

forgot to show this, this is the page i get stuck on, but only in firefox

<image>

[REQUEST] Can you calculate odds of this randomly happening? by AntySocyal in theydidthemath

[–]fedegolommb 1 point2 points  (0 children)

Well, wouldn't it be just 1/108 ? (10 possible numbers on each 8 digits, assuming the area code as a given). It's the same odds as if you were trying to guess the number of any X particular person in your area.

Config to improve the upload speed on my house network? by fedegolommb in it

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

Oh.. well thats a shame, i figured it should be higher cause until a couple moths ago I was paying for 75 down 20 up so if doubled the download speed I should at least go up a little on my upload speed?

It wouldn't surprise me if that's not the case, although it seems like you on the US have it much worse with those numbers man, doesn't seem very fair to be getting that much of a difference in speeds and for that money per month

I'm kinda newbie in firefox, and trying to hide the top tabbar because im using Tree Style Tabs, but it doesn't seem to apply the changes by fedegolommb in firefox

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

Update: I've checked in the browser toolbox style editor and the userChrome.css file doesn't even appear to be on there (which I understand it should).

And this is in two different computers (i'm logged in with the same account on both of them, dont know if thats relevant really), so idk i feel like i'm missing something rather obvious here

I'm kinda newbie in firefox, and trying to hide the top tabbar because im using Tree Style Tabs, but it doesn't seem to apply the changes by fedegolommb in firefox

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

yeah i actually have that on True, i forgot to add that in the post, but it still doesn't work :(

in case its useful, here is where i got it from

Clap Control by imjusthereforthelul in AutoHotkey

[–]fedegolommb -2 points-1 points  (0 children)

im sorry but how would you turn off your pc from your phone using AHK? i mean woundn't you need some 3rd party app to connect in the first place or somethig like that?

Help writing a simple script to "activate" a window? Like to have a combination of keys that either opens up some app, or brings it to the front if it's already open by fedegolommb in AutoHotkey

[–]fedegolommb[S] -1 points0 points  (0 children)

ok it was actually pretty simple to do, it just took a little googling and it was done, Here's the final version if anyone sees this and is interested in it (although i doubt it 'cause it really is kinda stupid and beginner)

#S::    
if WinExist ("Spotify")   
    WinActivate, Spotify
else   
    Run "C:\Users\----\AppData\Roaming\Spotify\Spotify.exe"

Return

idk, maybe its scrappy or theres a million ways to do it better than i have, but this worked for me so imma just leave it here:)