Welcome Guest ( Log In | Register )

455 Pages V « < 140 141 142 143 144 > »   
Reply to this topicStart new topic
> What is the last thing you thought?, Tech Edition

 
post Jul 28 2014, 13:42
Post #2821
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,763
Joined: 31-July 10
Level 500 (Ponyslayer)


Hmmm I spent way too much on my new computer build. LOL.

Its mainly the ridiculous graphics card that cost the most. Now I just have to wait for everything to arrive.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 29 2014, 08:21
Post #2822
@43883




************
Group: Gold Star Club
Posts: 31,488
Joined: 6-March 08
Level 500 (Newbie)


RAR5. Upload for 30 minutes. Fail because EH doesn't support RAR5 RARs.
ZIP. Upload for 30 minutes. 55 files instead of 109; EH can't into folders.
Fallback and upload one by one and pray that it works. 45 minutes. Amusingly enough, the gallery uploader doesn't mind files having the same name this way.

I'm not trying this ever again.

This post has been edited by Mika Kurogane: Jul 29 2014, 08:23
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 29 2014, 12:53
Post #2823
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


I'm learning MongoDB...

My only regret is that I didn't learn it sooner. SQL syntax is a pain to remember (Doesn't seem very intuitive to me at least). I'm planning to take a look at CouchDB as well, judging from its popularity. Any other NoSQL would you guys recommend me learning as well?

This post has been edited by holy_demon: Jul 29 2014, 12:53
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 29 2014, 19:27
Post #2824
harrisonmesko



Newcomer
**
Group: Members
Posts: 69
Joined: 30-December 11
Level 44 (Artisan)


Trying to think of a new way to play with my electronics. I just finished installing bittorrent and forwarding a port, but I can't think of where to go from here. hahaha
I want to play more on my computer!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 4 2014, 15:16
Post #2825
hzqr



Savagely Still
********
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09
Level 462 (Dovahkiin)


Ajax is becoming the new flash.
If I don't have JS enabled I can't use the site. If I do have JS enabled, I have to wait first for the site to load and then for the content to be loaded through xhr, because now EVERYTHING HAS TO BE ASYNCHRONOUS.
At least Google works without JS. Every time I have to use MediaFire I want to cry.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 4 2014, 16:31
Post #2826
grdasky



Casual Poster
***
Group: Members
Posts: 162
Joined: 22-September 12
Level 98 (Lord)


What the heck does Thyristor do?????
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 7 2014, 06:31
Post #2827
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


QUOTE(tiap @ Aug 4 2014, 23:16) *

Ajax is becoming the new flash.
If I don't have JS enabled I can't use the site. If I do have JS enabled, I have to wait first for the site to load and then for the content to be loaded through xhr, because now EVERYTHING HAS TO BE ASYNCHRONOUS.
At least Google works without JS. Every time I have to use MediaFire I want to cry.


And the worst thing is that their xhr functions don't even handle errors properly, so if the connection breaks you'd have to reload everything from the start =_= Then again, I'd like to have a few words with whomever designs the XMLHTTPRequest interface. The thing doesn't have a resend method, doesn't expose its connection info (url, method, query string, request header, etc...) , and still throws a "timeout" even when you abort (which makes onerror and onabort event handler extremely redundant and bug-prone)

It's a pain to work with, and debugging it is hell.

And yet I still have to use it almost all the time because it's the only way for front-end to communicate with back-end (and the other alternative - iframe is even shittier)

About time someone comes up with AHTTP (asynchronous HTTP) protocol, or even better BHTTP (bi-directional HTTP, so the server can initiate further communication by itself)

/rant

This post has been edited by holy_demon: Aug 7 2014, 06:46
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 7 2014, 13:06
Post #2828
hzqr



Savagely Still
********
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09
Level 462 (Dovahkiin)


QUOTE(holy_demon @ Aug 7 2014, 04:31) *
And yet I still have to use it almost all the time because it's the only way for front-end to communicate with back-end (and the other alternative - iframe is even shittier)
About time someone comes up with AHTTP (asynchronous HTTP) protocol, or even better BHTTP (bi-directional HTTP, so the server can initiate further communication by itself)

[developer.mozilla.org] WebSockets~
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 7 2014, 14:46
Post #2829
hikari_luv_shirayuki



AKU ADA KOTE
********
Group: Members
Posts: 3,837
Joined: 27-March 10
Level 355 (Godslayer)


tab couldn't connect. damn.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 7 2014, 19:42
Post #2830
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


QUOTE(tiap @ Aug 7 2014, 21:06) *

[developer.mozilla.org] WebSockets~


Yeah that also came up when I googled Bidirectional HTTP (IMG:[invalid] style_emoticons/default/heh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 9 2014, 05:50
Post #2831
Lolicon_of_Sin



I rek all u cheeky cunts I swear on me mum
********
Group: Members
Posts: 4,328
Joined: 26-July 09
Level 48 (Artisan)


I'm working on this java project of mine for a while now, and I just realized how fucking many class files the entire thing already has.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 9 2014, 17:47
Post #2832
ifalna



Newcomer
*
Group: Members
Posts: 23
Joined: 6-August 14
Level 23 (Apprentice)


Why on the project I'm working on, we must compile with jdk7 but with 1.6 compatibility to run on jvm 1.7?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 10 2014, 16:52
Post #2833
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,763
Joined: 31-July 10
Level 500 (Ponyslayer)


Spent too much on my new computer but its a complete bad ass. Only weird glitch is when it has been disconnected from power all together it seems to have a seizure or something lol. Not sure if its normal.... it rapidly turns on and off twice then starts up and operates as normal. It could be the power supply as well, its high end power supply, even when unplugged and turned off the case lights stay on for quite a while.

I also need to manually tweak all the voltages I think, they are running slightly too high like auto always does.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 10 2014, 23:01
Post #2834
hzqr



Savagely Still
********
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09
Level 462 (Dovahkiin)


It's mind-boggling how terrible everything related to package and update management is in Eclipse
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2014, 02:57
Post #2835
hesho



Casual Poster
****
Group: Members
Posts: 278
Joined: 6-July 10
Level 189 (Lord)


QUOTE(EsotericSatire @ Jul 28 2014, 07:42) *

Hmmm I spent way too much on my new computer build. LOL.

Its mainly the ridiculous graphics card that cost the most. Now I just have to wait for everything to arrive.



kinda curious what r the specs you built...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2014, 03:47
Post #2836
jeren_sky



Casual Poster
****
Group: Members
Posts: 332
Joined: 27-May 11
Level 329 (Destined)


When can I take this hard drive back (under the warranty)?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2014, 06:46
Post #2837
peace9001



Casual Poster
***
Group: Members
Posts: 210
Joined: 7-May 10
Level 283 (Godslayer)


Been thinking about changing my image viewer.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2014, 19:01
Post #2838
Pillowgirl



Grammatically Incorrect (☞゚∀゚)☞
*********
Group: Gold Star Club
Posts: 5,458
Joined: 2-December 12
Level 485 (Godslayer)


QUOTE(EsotericSatire @ Aug 11 2014, 00:52) *

Spent too much on my new computer but its a complete bad ass. Only weird glitch is when it has been disconnected from power all together it seems to have a seizure or something lol. Not sure if its normal.... it rapidly turns on and off twice then starts up and operates as normal. It could be the power supply as well, its high end power supply, even when unplugged and turned off the case lights stay on for quite a while.

I also need to manually tweak all the voltages I think, they are running slightly too high like auto always does.

But can it play Far Cry 3 on 8k reso @ 2 fps?


Addendum :
[xkcd.com] http://xkcd.com/806/

This post has been edited by Pillowgirl: Aug 12 2014, 19:12
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 20 2014, 03:09
Post #2839
hzqr



Savagely Still
********
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09
Level 462 (Dovahkiin)


I don't get why anyone in their right mind would pick a Kindle Paperwhatever over the normal Kindle and pay 274% of the base price
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 20 2014, 06:49
Post #2840
Nintyfresh



Newcomer
*
Group: Members
Posts: 33
Joined: 30-April 10
Level 50 (Artisan)


I found an airplane chassis that I want to turn into a ratrod.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


455 Pages V « < 140 141 142 143 144 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 17th August 2025 - 11:23