Jump to content
Sign in to follow this  
Undeceived

BI Developer's Blog: An interesting new entry

Recommended Posts

!!!f5 f5 f5 f5 f5 f5 f5 f5 f5!!!

And web is still offline :(

Share this post


Link to post
Share on other sites
!!!f5 f5 f5 f5 f5 f5 f5 f5 f5!!!

And web is still offline :(

This. This key just jumped out of my keyboard.

Share this post


Link to post
Share on other sites

My F5 button died years ago :D Now there is only a placeholder to respect the memory about the dead one.

Share this post


Link to post
Share on other sites
This. This key just jumped out of my keyboard.

You shouldn't push your keyboard keys with your fist. :p

EDIT: I'm at work now. How many of you guys are at work doing nothing but waiting for this big mistery unfold? :D

Edited by Kernriver

Share this post


Link to post
Share on other sites

take it easy, guys. i'm almost sure we have ~3 free hours.

Share this post


Link to post
Share on other sites
!!!f5 f5 f5 f5 f5 f5 f5 f5 f5!!!

And web is still offline :(

Wrong key, try F4 ;)

*ducks and runs*

Share this post


Link to post
Share on other sites
Is there another way ? :smash:

Yes, gently tap them with a hammer. :D

Seriously, at the risk of sounding soppy, this is the best gaming community.

No thriller movie can match this thread!

Share this post


Link to post
Share on other sites

I count work as sit here waiting for the update.... Filing can wait...

Share this post


Link to post
Share on other sites
I count work as sit here waiting for the update.... Filing can wait...

As can my scanning!

Share this post


Link to post
Share on other sites

Small script on linux with kde to check if the web has changed, every minute will check the web and if the size of the index change it will show you a popup :)

exec 2> /dev/null

while true;

do wget takeonthegame.com

size=$(stat -c%s "index.html")

if [[ $size > 145 ]]; then

kdialog --caption "Alert" --title "Alert" --msgbox "!!WEB UPDATED!!"

rm index.html

exit

fi

rm index.html

sleep 60

done

Edited by txalin

Share this post


Link to post
Share on other sites
Small script on linux with kde to check if the web has changed, every minute will check the web and if the size of the index change it will show you a popup :)

exec 2> /dev/null

while true;

do wget takeonthegame.com

size=$(stat -c%s "index.html")

if [[ $size > 145 ]]; then

kdialog --caption "Alert" --title "Alert" --msgbox "!!WEB UPDATED!!"

rm index.html

exit

fi

rm index.html

sleep 60

done

Thanks Txalin.

Same for Gnome users :

exec 2> /dev/null

while true;                                                                                                                                                                         
do  wget takeonthegame.com                                                                                                                                                          

size=$(stat -c%s "index.html")                                                                                                                                                      

if [[ $size > 145 ]]; then

zenity --info --title "Alert" --text '!!WEB UPDATED!!'
rm index.html
exit

fi

rm index.html

sleep 60

done

Needs zenity installed, should be by default for Ubuntu users

Share this post


Link to post
Share on other sites
myke;1886985']aye' date=' f5 :d[/quote']

!!!rolf!!!

Share this post


Link to post
Share on other sites
So is there something for us Windows users^^

Put somekind of this near your F5 key:

Share this post


Link to post
Share on other sites

We're being stalked, BI just updated the source code of the page :

<body> 
<!-- http://www.youtube.com/watch?v=v1PBptSDIh8&feature=player_detailpage#t=12s --> 
<!-- everyone loves an update --> 

</body></html> 

Check the yt link :p

Share this post


Link to post
Share on other sites
we're being stalked, bi just updated the source code of the page :

<body> 
<!-- http://www.youtube.com/watch?v=v1pbptsdih8&feature=player_detailpage#t=12s --> 
<!-- everyone loves an update --> 

</body></html> 

check the yt link

haha :D

Share this post


Link to post
Share on other sites
We're being stalked, BI just updated the source code of the page :

<body> 
<!-- http://www.youtube.com/watch?v=v1PBptSDIh8&feature=player_detailpage#t=12s --> 
<!-- everyone loves an update --> 

</body></html> 

Check the yt link :p

HAHA :D Those BI guys just are awesome!! :D

Share this post


Link to post
Share on other sites

Yeah, appeared for a sec in new posts... My ninja skills helped me to catch this link in flight ;]

Share this post


Link to post
Share on other sites
So we DO get a new SimCopter?

If I may qoute myself :D

Still the timing just before tomorrow keeps my exitement to a moderate level :p

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×