Jump to content

Darksworm

Member
  • Posts

    17
  • Joined

  • Last visited

Awards

This user doesn't have any awards

1 Follower

Profile Information

  • Member title
    Junior Member

Darksworm's Achievements

  1. @LinusTechHi. About the idea mentioned here - (setting up a bunch of VMs with youtube autoplay running for a long time for scientific purposes) Your idea was to screencapture all of the vms and (I'm guessing) later scrubbing through the footage to retrieve the data. I was intrigued by this idea and would love to see the the results! I wanted to contribute so I created a google chrome extension that logs visited videos (their titles, urls the respective UTC timestamp of the visit) image - You can copy this data over to excel or whatever - a lot less effort than going through hours of video footage and writing down the videos. You can delete and export the logged data (from the extension button on Your chrome menu) image - I've attached the unpacked extension (You can google how to load it in chrome) and here is the virus scan url - https://www.virustotal.com/lv/file/52e0bdc836ab12ecbf9003459afed4155c44824c4d8a4150f2c6f6bb6d5f870b/analysis/1466251147/ Luke can probably go over the code and vertify that there is nothing malicious going on. I sure hope You stick to this idea and make it happen! If You do, and want to use my creation, contact me if there's anything You would like changed or added. P.S. If anyone wants to use this extension - go ahead Can't wait to hear from you about this experiment! ~ Darksworm A.K.A. Deglis YTUrlGrabber.zip
  2. Favorite thing is the ips panel, and if we're talking about that signed one, the signatures, if I'd won, I'd have to find a way to preserve them!!
  3. The best thing is it's stock customizability for sure.
  4. The speakers win me over, and the chassis is just phenomenal! It would be such an upgrade, i'm currently using a 4S
  5. I ordered mine there. It was supposed to be black but it is green for some odd reason I wish i could, but its a long-ass flight to Canada for me ;(
  6. I know, it was a mistake! But somehow life seemed more important, i cannot believe my stupidity.
  7. Title says all. I've been watching Linus work his wand for way too long I guess, I might be addicted. 1st img is my desktop 2nd is my mousepad discuss and fanboy
  8. It works for the first boot. Windows shows that its 1600 MHz. But it just keeps setting it back to auto, thus every boot after the first one will be booting at 1333 MHz if i don't change it back before every boot.
  9. Ive been having this problem for way too long, i've fiddled with the settings a lot, i even reset cmos today. I cant figure it out, i guess i'm missing something. What should i do to be able to turn on XMP so my ram would run at 1600mhz instead of 1333 and to have access to the cpu multiplier? When i first got this mobo, everything worked. I guess a bios update might have changed that. MOBO : Z68-GD65(G3) - weird ass mobo, seems to have a mind of its own, resets settings when wants, sometimes just ignores them. CPU : i5-2500k RAM : Kingston Hyperx genisis 8gb (4x2gb) - 1600 MHz BIOS settitngs: http://imgur.com/xwiEhPM http://imgur.com/GUMEmD3 http://imgur.com/cli8E9x I am probably blind or something, but anyways help is appreciated guys! Things tried: Setting ram freq. manually to 1600 MHz works only for first boot, then resets to auto for some reason; Clearing cmos; tl;dr XMP option locked, multiplier locked, need to unlock, wat do.
  10. Program Theyseemerollin;Uses crt,Graph;Var Driver, Mode: SmallInt; g:real;procedure Hor(x1,x2,y1 : integer);var n,m,p : integer;atpk:boolean;beginatpk:=false;if x1>x2 then atpk:=true;p:=x2;n:=x1;while n <> p do begin for m:= 1 to 1000 do begin g:=sin(m); g:=sin(m+1); end; if (x2>x1) and (atpk=false) then inc(n,2); if (x1>x2) and (atpk=true) then dec(n,2); setcolor(white); circle(n,y1,30); ellipse(n,y1,0,360,30,10); setcolor(black); If (x2>x1) and (atpk=false) then begin circle(n-2,y1,30); ellipse(n-2,y1,0,360,30,10); end; If (x1>x2) and (atpk=true) then begin circle(n+2,y1,30); ellipse(n+2,y1,0,360,30,10); end; end;end;procedure Ver(y1,y2,x1 : integer);var n,m,p : integer;atpk:boolean;beginatpk:=false;if y1>y2 then atpk:=true;p:=y2;n:=y1;while n <> p do begin for m:= 1 to 1000 do begin g:=sin(m); g:=sin(m+1); end; if (y2>y1) and (atpk=false) then inc(n,2); if (y1>y2) and (atpk=true) then dec(n,2); setcolor(white); circle(x1,n,30); ellipse(x1,n,0,360,30,10); setcolor(black); If (y2>y1) and (atpk=false) then begin circle(x1,n-2,30); ellipse(x1,n-2,0,360,30,10); end; If (y1>y2) and (atpk=true) then begin circle(x1,n+2,30); ellipse(x1,n+2,0,360,30,10); end; end;end;Begin DetectGraph(Driver, Mode); InitGraph(Driver, Mode, ''); Hor(100,500,500); Ver(500,200,500);end. Some procedures i was making in pascal :D makes animations of a sphere moving, horizontal and vertical procedures so far. atpk - inversed
  11. I want to upgrade my setup to dual monitors. The only thing is that they both are vga only (low budget) and i cannot run them both off igp, since it only has one analog output. My question is - Can i run virtu, with one display plugged in the IGP's vga output and another display plugged in the GPU's vga output? If not, im looking for other ideas how to accomplish my budget dual monitor setup. My budget is <60$ sadly.
  12. Wow, she is a beauty :D you are pretty much ballin' Would'nt bother changing anything. It's great.
  13. Nonsense! How does it affect the system? It wont pull more power or make more noise, on the other hand, it should leave headroom and then the chances of overheating would be close to zero. It just gives you the option to expand your system later. Maybe he will decide to add another graphics card, or a ton of cold cathodes? So why not leave some headroom just in case?
  14. It sounds really, really good. Sadly the pictures dont work for me. If you have managed the cables on that beast, theres not much you need to change. Maybe some dust filters, if you dont have them already, and everything else is up to you.
×