[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

/sqt/ - stupid questions thread

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 358
Thread images: 44

File: jerry1.jpg (38KB, 600x336px) Image search: [Google]
jerry1.jpg
38KB, 600x336px
Old Thread: >>59695484

Post your simple/small/stupid questions
Take at least 10 seconds to google first
>>
>>59705771

What's the easiest way to take a webm file on my computer, and get it to embed and play in a discord chat without uploading to YouTube. I've tried numerous webm sharing sites like webmshare.com, but they always just embed it with an external link, and not a play button.
>>
>>59705798
they only support embedding from popular sites like youtube, it will not embedded a direct link to a webm.
>>
I'm making a simple web crawler in Python.
I'm trying to print the subject in full as when I'm using find_all. When I use "find", only part of the subject is used. Using find_all, both the cut off subject and full typed subject are printed, when I only want the later.

import requests
from bs4 import BeautifulSoup

def web_spider(max_pages):
page = 2
while page <=max_pages:
url ='http://boards.4chan.org/news/' + str(page)
source_code=requests.get(url)
plain_text=source_code.text
soup = BeautifulSoup(plain_text,"html.parser")
for link in soup.findAll('a',{'class':'replylink'}):
href ="http://boards.4chan.org/news/"+link.get('href')

get_single_news_data(href)
print(href)


def get_single_news_data(item_url):
source_code = requests.get(item_url)
plain_text = source_code.text
soup = BeautifulSoup(plain_text,"html.parser")
for news_name in soup.find_all('span',{'class':'subject'}):
print(news_name.string)
web_spider(2)


Anything I'm doing wrong?
>>
File: 43420121.jpg (34KB, 233x186px) Image search: [Google]
43420121.jpg
34KB, 233x186px
I am playing with windows server 2012
virtualbox networking is damn unreliable
but anyway

can someone explain basic idea of where the files on desktop are stored by default when you are in a domain?

are they still on the PC that logs in? or are they on the server?

at first I thought its on server, then it seemed rather stupid to have huge amount of files, but then talk about loging in to an account from any computer came...
like wtf, if I put 100GB of movies on domain account desktop, does it needs to be copied to the domain controller?

So what is happening when faggot has 20gb pst outlook files, do they get copied on every login? or just synced?
>>
>>59705976
it depends how the AD is set up. I've worked at a company where it was server side, so logging in to a new computer took a few minutes until all files were ready.
at the current company the files are only locally besides a few on specific shared directory.
>>
what's the best source to read about pointers in c?
>>
>>59706011
So a faggot user cant just go to another PC and log in there and work... or he can, just files would not be available?
>>
>>59706028
>>59706011
I mean in your current company, I understand that if set to allow it, he can...
>>
>>59706028
Yes. I log in on others computers all the time to install stuff they don't have the rights to.
Windows will go through the initial "new user" setup (as in, windows 10 starts installing all the shitty apps from the store which takes forever), but none of my settings are the same as on my actual machine.
>>
>>59705976
>can someone explain basic idea of where the files on desktop are stored by default when you are in a domain?
If you're talking about a client computer logging onto the domain then their files will be stored on the client machine, unless home folders or folder redirection was setup then those files aren't going anywhere.
>>
>>59705870
shouldn't it be
find_all('span', class_="subject")

(based on the documentation)
>>
I have a device that plugs into an AC adapter

I have an inspec adapter but it's from a country where input is 100V and I need it to work on 120V

It's a small electronic needing 12V 400mA

Is it safe to use the 100V adapter into a 120V socket for this instance? I don't care too much if the ac adapter life is shortened

I also have a 14V 400mA adapter rated for input of 120V with matching polarity

What is the best option to use out of these?
>>
>>59705771
i have a Verizon Samsung Galaxy Note Edge with 6.0.1 on it. whats the easiest way to unlock the bootloader, all the guides online ive found are at best, in broken english, if not outdated and ineffective
>>
I'm looking for a mouse with a free scroll wheel, like some of the Logitech ones, but the catch is that it has to be ambidextrous. Is there any hope?
>>
>>59706145
Doesn't work. Still lists both subjects, one cut off and one full.
>>
Came back to an error saying that my laptop was taking up too much power from the USB hub and needed to be disabled. Now regardless of where I plug it in I get 0 response from it. The fuck? Never happened for the first two years I owned it.
>>
What does it mean when I configure a router with a domain name and how does it relate to the DNS?

What I know is that the DNS translates domain names that are in natural language to binary ip addresses, but the router has different IPs on the different configured interfaces, so does each of those IP addresses on each interface are paired with the natural language domain name that is assigned to the whole router?
>>
>>59706322
Keyboard taking up too much power. I'm retarded and hungover on top of that.
>>
>>59705870
there are two spans with class "subject" in the DOM, one is for the tooltip with truncated text.
<span class="subject"><span data-tip data-tip-cb="mShowFull">Democrats have a new and surpr(...)</span></span>
>>
File: wiut.png (48KB, 726x825px) Image search: [Google]
wiut.png
48KB, 726x825px
I bought this HDD 3 months ago, what's up with all these errors? should I be worried?
>>
>>59706546
what errors?
>>
>>59706579
I don't know, that "Read Error Rate" for instance the current value is the worst does that mean nothing? all the other errors as well the current is always the worst
>>
Recently moved into a small apartment with the person im seeing. Both of our pcs are in the same room, and its a somewhat small room that already had issues with getting hot before my pc was moved in. The overhead fan is always on, and we even have a small Blizzard fan thats pretty powerful, but even with those the room still gets hot. Theres not really enough room for another fan either. Any ideas?
>>
>>59706639
open the windows
>>
File: health_failed.png (79KB, 456x366px) Image search: [Google]
health_failed.png
79KB, 456x366px
>>59706617
its fine, there are no errors
I assume speccy would tell you when values starts to go bad, though not sure as I use hdtune
>>
What's the best option for getting as close as possible to a linux-esque cli environment in windows? I miss package managers. Should I just give up on emulating the functionality and try to make the best of powershell and all that shit?
>>
>>59706742
install the linux subsystem, it runs ubuntu in the background and almost everything works as if it was native linux.

otherwise there's https://github.com/OneGet/oneget
>>
>>59706534
How would I access the extended version?
I'm also noticing that it repeats the same news threads more than once.
>>
>>59706805
the extended version already is in the dom, it's the second object in your array returned from find_all
>>
Why does my 'C++ hello, world' show a fuckton of errors when I use -std=c++11?
What's the difference between -std=c++11 and -std=gnu++11?
[mingw, windows]
>>
>>59706789

I'm still on 7, so afaik the subsystem isn't an option for me.
>>
Is WD Gold worth it or should I gun for a WD Black?
>>
>>59706722
I installed that, why won't it show anything in the health tab?
>>
>>59706742
powershell is fucking amazing
if you are trapped in windows then go for powershell knowledge
everything is object and it makes bash with all the grep/awk/sed feel like ancient history

https://www.reddit.com/r/sysadmin/comments/624a0j/powershell_seriously/
>>
>>59706842
show errors faggot
>>
>>59706826
I knew that, but it also prints the truncated version. I was asking if there's a way to just print the extended and have the program leave out the truncated.
>>
>>59706896
select correct disk in the drop down menu
if still nothing, go to bios and enable SMART for hdds
>>
>>59706924
you do that by not looping over every match and only printing the second
>>
>>59706909

sounds good to me, anon.
>>
2400 MHz CL16 (with XMP) or 2133 MHz CL15 (no XMP) RAM?

And won't 1.2V RAM be a problem if CPU specs say 1.35V?
>>
Am I currently banned from the 4chins.
>>
>>59707024
you can check that on https://www.4chan.org/banned instead of posting something.
>>
>>59706842
>>59706921
In file included from c:\mingw\include\wchar.h:208:0,
from c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\cwchar:44,
from c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\bits\postypes.h:40,
from c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\iosfwd:40,
from c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\ios:38,
from c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\ostream:38,
from c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\iostream:39,
from pe_01.cpp:8:
c:\mingw\include\sys/stat.h:173:14: error: '_dev_t' does not name a type
struct _stat __struct_stat_defined( _off_t, time_t );

First 10 lines out of ~445.
>>
>>59706322
>>59706456
Any help? This is fucking annoying
>>
>>59707015
nigger get at least 2666, at least! Ideally 3200 and above
and less voltage is fine
>>
>>59706930
It auto selected my HDD and I'm pretty sure SMART is enabled sicne it showed up on speccy. Maybe because I'm on w10?
>>
Is there a good tutorial out there to learn how to do diagrammatic modeling in LaTeX?

Or should I just give up and use yed and import the diagram I make to LaTeX?

Is it worth it to also/instead learn how to make graphs and shit in LaTeX?
>>
>>59706944
>you do that by not looping over every match

Remove the while loop?
>>
Taking the comptia network+ exam in three days counting today. I feel confident with the vernacular but the simulation questions scare me and I haven't been able to find any good ones online. I've been doing 90% multiple choice and then occasional lab questions if I can find them or they come up. Simulation and hands on work is imperative because I'm no network person besides basic crap like forwarding ports and setting up routers/modems.

Tips and/or links?
>>
>>59706742
You could try cygwin.

Also, for a windows package manager, there's chocolatey.
>>
Debian stopped working properly after getting some packages for steam.
The screen turned black with a blinking white line at the right-top corner.
I did a reboot and now the UI of debian won't display.
I opened the terminal with ctrl+alt+f1 and there it worked but just for the terminal.
When I try to go back at the normal interface (ctrl+alt+f7) it doesn't change from the tty1.
I checked the memory and the files and it was all the same.
My distro version is 3.16.0-4amd64.
So the question is: How do I fix this?
>>
File: 919b23nlLfL._SL1500_.jpg (269KB, 1500x1500px) Image search: [Google]
919b23nlLfL._SL1500_.jpg
269KB, 1500x1500px
How is this for a laptop?

I need the storage, so there's no point in recommending an SSD instead.
>>
does anybody have a recommendation for a good lossless image compressor? I tried using winrar but it doesn't even compress all of my images when I use it on a folder, only some of them. I haven't used the other 2 from the wiki
>>
>>59708327
western digital is the usual brand recommended here
just make sure you get the right size, 2.5, 1.8, etc
>>
>>59708437
That's an SSHD, actually.
I haven't seen one from WD.
>>
>>59708524
why would you want one of those?
just get an hdd, upgrade when you have some money
>>
>>59708551
Because it's almost the same price as a normal HDD.
And I'll probably need to win the lottery before I can afford a 2TB SSD.
>>
>>59708619
who needs a 2tb ssd
need like 120gb for your OS and your browser
>>
>>59708278
bump
>>
>>59708639
Like I said in the first post.

It's a laptop (single slot).
And I need the storage space.
>>
Will using a paid VPN give me the same pile of shitty issues that Tor does? That is, pages randomly refusing to load, most sites forcing you into the "one more step" page, and other sites just blocking you completely, because fuck you for actually wanting privacy. If so, I'm not even going to bother.
>>
File: 2ndHDD_dvd_rom_caddy.jpg (253KB, 1024x768px) Image search: [Google]
2ndHDD_dvd_rom_caddy.jpg
253KB, 1024x768px
>>59708666
if you dont use dvdrom you can buy caddy for like $10 and have ssd / hdd

and stop hoarding porn, movies, series or god forbid some chinese cartoons you loser
>>
>>59708666
Sure you don't have a M.2 slot hidden away in there?
I've heard that those hybrid HDDs are all shit.
>>
What is clang/llvm exactly? Like I know it's a compiler but why does it have two names? What does the low level virtual machine do? How is it different to GCC?

Can someone give me a quick rundown on it?
>>
>>59708687
what laptop is that
>>
>>59708687
>and stop hoarding porn, movies, series
No

>>59708689
I wish. It's a budget laptop.
>>
im not a super model or anything but...
>mirror - look fine
>computer webcam - look fine
>phone camera - looks like a mong
why is this?
>>
File: 1491143763603.jpg (265KB, 628x396px) Image search: [Google]
1491143763603.jpg
265KB, 628x396px
>>59705771
reposting: my phone broke down, what is the best under 100€ (europoors) smartphone?
>>
File: l0HlCoPjdkJOCxYQw.gif (1MB, 800x800px) Image search: [Google]
l0HlCoPjdkJOCxYQw.gif
1MB, 800x800px
>>59708750
It has to do with the different focal lengths of the cameras.
>>
Using ubuntu: I have quite the poor performance on chromium with the flashplayer-plugin installed. Watching youtube videos and the like is terrible - lag and consistently dropping frames. Anybody else experience this? What did you do?
>>
>>59708836
I installed chromium-pepper-flash on Arch. Try to find an equivalent for ubuntu.
>>
recently I saw a listing on ebay for an I5 6500 going for $95, there's no mention of any damage and listed as new. is there something I'm missing or bs going on, or should I go for it?
>>
>>59708801
thanks bro
>>
File: binetsu.jpg (158KB, 1211x765px) Image search: [Google]
binetsu.jpg
158KB, 1211x765px
Samsung chromebook plus is on sale and even cheaper now. I'm really tempted, but don't know if it will suit my weeb needs. Will it run all anime codecs? What about visual novels and flash/unity games? Should I just wait for the pro instead?
>>
Does ARM have backdoors and other shit?
>>
File: 23622.png (6KB, 365x600px) Image search: [Google]
23622.png
6KB, 365x600px
Sorry for the lack of actual photo

I have a flat side panel case, corsair 300r. The psu cabling for my hard drives don't seem to fit with the case and push out the side panel like so.

what can i do to fix this? i cant really move the hard drive psu cables much since its a triple connector
>>
>>59709115
try cable ties or just ignore it
>>
Why i can't mount an iso of a dowloaded movie? It's about 6 GB. Deamon tool said "mounting the image" but nothing happened. It usually work fine with other iso files
>>
File: 4536262.jpg (56KB, 778x520px) Image search: [Google]
4536262.jpg
56KB, 778x520px
>>59709138
i can't really tie it because its something like this
but with that thick cable mesh stuff on them that's pushing it out

ignoring it wont cause problems down the line will it?
>>
>>59709183
rotate the hdds to be connector front, not to the back. maybe not as pretty, but easier to actually add/remove hdds
>>
>>59709213
never even gave it a though, thanks m8 ill give it a try
>>
>>59709145
Why are you downloading 6GB movie iso images?
>>
There is no difference between HDMI cables right?
Cheapest one will look the same than a "good quality" one?
>>
>>59709399
Idk, i wanted a movie... Is a 6GB iso something uncommon in this contenxt?
>>
>>59705771
Is it possible to extract closed captioning files from a DVD VOB file and what would be the best way to do so?
>>
>>59709145
If it's an ISO of a DVD, go into the VIDEO_TS folder and open VIDEO_TS.IFO.
>>
Is there anything like waifu2x that works with .psd files? I want to keep my layer information.
>>
>>59709702
scale image in photoshop?

lol it's literally the same shit
>>
Why does it start from C: and not A:
>>
>>59709853
a and b were used long ago
>>
>>59709853
A:/ used to be the floppy drive but I want to know this too. Why does it skip B:/ ?
>>
I was going to buy a PS4 but the fact online gaming costs money turned me off.

How do I build a small computer that I can use in the living room with a controller? I already have a ton of games on steam
>>
>>59709607
No, the iso is the uncommon part.
6GB means it's probably a DVDR. There are much better ways to get movies.
>>
>>59709986
There's a general for building computers.
I don't know what its called. Look for it.
>>
>>59709879
system with dual floppy drives were a thing
>>
>>59709989
In addition to what you said: DVD/BD movie images are for release groups who want the source material for encoding purposes.

>>59710016
OK
>>
I've swapped external hard drives for my android box and ever since the playback on Kodi has been pretty crap. I'll be watching a show then it'll just stop and I'll have to back out and resume where it stopped. Is that a common problem with USB 2.0 drives or is my particular drive just dying since I've had it for almost 6 years?
>>
>>59709989
What are the better ways to ge movies?

>>59709643
Ok, but where do i find that folder? I can't mount the iso
>>
>>59709853
>>59709879

https://en.wikipedia.org/wiki/Drive_letter_assignment#Order_of_assignment
>>
winfag here

What are some recommendations for organizing often used applications without having them stricly be on the desktop.

I've been using rocketdock with an autohide feature for quick shortcuts to often used programs, but now that I have two moniters, rocketdock no longer works as intended.

any recs?
>>
File: 1488144034253.png (165KB, 700x700px) Image search: [Google]
1488144034253.png
165KB, 700x700px
On Windows, is there something special I need to do to write to a process' instructions in memory? I'm writing a shitty debugger that attaches to a program using OpenProcess with PROCESS_ALL_ACCESS, but I still get an error 998 access violation when trying to modify instructions using WriteProcessData.
>>
File: worksafe12.jpg (489KB, 1153x1730px) Image search: [Google]
worksafe12.jpg
489KB, 1153x1730px
Who makes the best 1080P TV's these days? I am hoping all of this 4K nonsense has driven down the price for nice 1080P screens.

So what is the best 1080P 48"-55" TV?
>>
>have usb 2.0 ports on case
>plug in flash drive
>"This device can perform faster if you plug into USB 2.0 blablablah..."
>flash drives run slow as shit

How fix? Are the ports getting fucked? Is it an issue with the header on the motherboard? Or could it just be a driver issue? Running Windows 7.
>>
>>59710326
Are you using a potato old enough to have a USB 1.1 header?
>>
Is a USB powered 3.0 external faster than an AC powered USB 2.0 external? Would it be a bad idea to use a USB powered external for daily use, are they intended for backup storage only?
>>
>>59710387
depends on the harddrive itself, not the usb
>>
>>59710382
I would hope not. It's old yes, but only 2010 old.
>>
>>59710088
Verify the ISO checksum (look for an sfv file)
>>
>>59710382
>>59710442
Also it was a prebuilt system, so it would be retarded if they put 2.0 ports on the case without a 2.0 mobo.
>>
what's a good hdmi switch?
>>
Ain't there any IDE's(preferably for Java) that just has a compiler?
I could program wih only on a Textpad but having to use terminal everytime to compile shitty.
>>
>>59710387
Definitely faster. Shouldn't be a problem using it regularly, just keep a backup in case you drop it, and make sure you always eject it properly
>>
>>59710777
compile is shitty*
>>
>>59710412
>>59710792
Thanks M8S
>>
>>59710305
Hasn't really dropped the price. 4k is just trickling down to the mid tier.
>>
>>59710525
Just check amazon reviews. But I'd avoid them if you can. They tend to fuck up the HDCP a lot. You'll be using it for a few months then wonder why your display is randomly fucking up
>>
>>59710443
I wish everyone would just put the CRC in the filenames.
>>
>>59710271
Put your start bar on autohide and extend it to 3 rows, then pin everything to it how you like.
>>
Is B&H legit? They have the lowest price on a CPU that I want but it's like $40 lower compared to another retailer. I thought I heard something bad about B&H once but I'm wondering if I remember correctly.
>>
File: smonk.jpg (44KB, 500x500px) Image search: [Google]
smonk.jpg
44KB, 500x500px
What internet browser, search engine and email should I use that respects my freedom?
>>
>>59710975
run by the happy merchants but otherwise fine, buy a lot of camera gear from em
>>
>>59710978
firefox
searx.me
photon
>>
>>59710777
Any IDE can be set up to run your compiler.
>>
>>59710525
If you don't need support for anything more than 1080p without HDCP any cheapo chinese one's fine.
>>
>>59710326
Do you get proper speed if it's plugged into the back panel?
>>
>>59710836
well that is unfortunate. Does Sony still make the top quality 1080 screens?
>>
/r/ing torrent of telemetry-free Windows 7, 64 bit. Welp, might get a chance to dual boot windows+Linux after this Winblows setback to prep when Microshit gets rid of updates for good ole W7 whenever 2020 hits. Is there a dual boot guide out there? Also another dumb question, I have an SSD for the OS and that's the part I will need to partition for Linux right?
>>
>>59711284
>torrent of telemetry-free Windows 7
doesn't exist
>>
I've been getting this issue connecting to a VPN from different devices:

>Mon Apr 03 08:01:14 2017 MANAGEMENT: >STATE:1491181274,AUTH,,,
>Mon Apr 03 08:01:14 2017 TLS: Initial packet from [AF_INET]<ip>:1549, sid=bc190a39 af00d6fa
>Mon Apr 03 08:01:14 2017 VERIFY ERROR: depth=3, error=self signed certificate in certificate chain: C=SE, O=AddTrust AB, OU=AddTrust External TTP Network, CN=AddTrust External CA Root
>Mon Apr 03 08:01:14 2017 OpenSSL: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
>Mon Apr 03 08:01:14 2017 TLS_ERROR: BIO read tls_read_plaintext error
>Mon Apr 03 08:01:14 2017 TLS Error: TLS object -> incoming plaintext read error
>Mon Apr 03 08:01:14 2017 TLS Error: TLS handshake failed
>Mon Apr 03 08:01:14 2017 SIGUSR1[soft,tls-error] received, process restarting
>Mon Apr 03 08:01:14 2017 MANAGEMENT: >STATE:1491181274,RECONNECTING,tls-error,,
>Mon Apr 03 08:01:14 2017 Restart pause, 2 second(s)

Suddenly started happening yesterday. Does the problem lie on the VPN server's end or did I mess up my certs somehow?
>>
>>59710978
Firefox ESR
StartPage
Literally any, even gmail. Just always use PGP. (I use cock.li)
>>
>>59711284
Just use WES7.
>>
i got some odd behavour in a game which i assumed was a hack, but the only damage i can find is my enter key now also presses num lock which is causing the other odd behavoir.. Where do i go to check this change in the registry or scripts. Google searches all redirect to language settings.
>>
Im doing a research project for my Comp 2 class at university, and I need 9 questions answered! Thanks for any responses in advance
1. How did you start out in the field of web design?
2. When designing a website for a client, what information is most necessary to know before starting to design the layout/content of the website?
3. What is your process in designing a website?
4. How might your design of a website change, based on the audience of that website?
5. What are some common challenges you face from the beginning of a project until the end?
6. How do you overcome or persevere through these challenges?
7. How would you design a website for an Engineering Organization, such as (http://www.nesc.com/ ), whose purpose is to recruit skilled Engineers to the organization in order to connect these skilled experts to clients in need of a professional team for whatever objective these clients are undertaking? What information would be most crucial to know about this organization? What would be the most central and important component of the website?
8. Who usually develops or creates the actual language used on a given website?
9. Who supplies or designs the graphics or visuals used on a website you are contracted to design?
>>
>>59711404
disregrd my keybord is just fucked
tested someone elses
>>
File: 1277173058117.png (25KB, 400x400px) Image search: [Google]
1277173058117.png
25KB, 400x400px
I downloaded a cracked Sony Vegas Pro 10.0 with keygen from Pirate Bay over 3 years ago, but I never got around to installing it. Would it still work if I download it today?
>>
How do i get the oldschool cursor back in Xorg?
I don't have gnome or kde or any of that shit, all i have is i3. I literally cannot find where the cursors are or how to get it back to like wen you first boot up startx and dropped in a shitty useless X session and with only xterm open.

The cursor would sometimes change to an X symbol and was a jaggy piece of shit, but I like that jaggy piece of shit.
>>
>>59711374
>Windows Explosive Shit 7 requires registration to download.
Fuck that.
>>
File: spiccy.png (51KB, 711x496px) Image search: [Google]
spiccy.png
51KB, 711x496px
So I built a PC with an i7-7700K in February.

As you all know, you temps at full load are not impressive.

I found a guy in my country who delids, and he's fairly reliable. I don't want to send it to Silicon Lottery.

My question is though, is it really worth it? Should I wait for the new line of Intels in Auguest?

Pic related are my temps when hyper-threading is off and well as ram overclocking. Very good temps.

Should I bother with a delid or wait until August for a train of my CPU when their new lines come out?
>>
>>59712085
No, it doesn't.
Just check on /g/. There's always someone shilling that with direct links and a key.
>>
So I'm on Windows 10 and sometimes when I make a folder it has a random image on the preview from my pictures folder. Like, if I make a folder in documents it would have the same preview icon as one of my folders in Pictures. What the actual fuck?
>>
>>59712106
Are you honestly bitching about a 26c temp?
>>
>>59705771
I am using winxp and found that mingw-w64 is the only c compiler besides open watcom that still works in the system, there are four versions or whatever it is, though:

https://sourceforge.net/projects/mingw-w64/files/
>i686-posix-sjlj
>i686-posix-dwarf
>i686-win32-sjlj
>i686-win32-dwarf

which one should I get (or the best of them)?
>>
Is Shotcut a good video editor?
>>
Okay, I got an ultra stupid question lads.

What fucking time is it in UTC+1 Daylight Saving Time Zone?

One of my computers is showing 5:54 (synchronized with windows time). My other computer that doesn't have windows running says 4:54. My work server says 5:54. Google says that UTC+1 timezone where I live is 4:54.
>>
>>59712223
dwarf is faster
sjlj is slower but more compat with other compilers
>>
I just saw a general for having a home server. Why would one want to have a home server? I didn't want to ask them because I would assume I would get joke responses like I was a troll.
>>
>>59712408
It's currently 02:57 UTC, so UTC+1 = 03:57.

Are you sure where you are actually is UTC+1 at the moment?
>>
>>59712437
DST is another +1

Okay, so time.,windows.com must be wrong then, because it keeps saying that the Amsterdam / Berlin / Bern / Rome time with DST on is 6:00 right now, when it should be 5.
>>
>>59712415
Can use one to store all your data, serve a video library using Plex or similar, host backups, run torrents, run a VPN server, make a printer networked, host online games or other services and more.
>>
>>59712409
>>59712223
Is there any difference between win32 and posix?
>>
>>59712452
So you're not UTC+1, you're UTC+2.

Amsterdam etc switch between CET (GMT+1) winter and CEST (GMT+2) summer.

>>59712469
Win32 follows windows conventions for things like file paths, posix follows unix conventions. If you're compiling a multi platform application you may want posix, if it's meant for windows only, you'd want win32.
>>
>>59712452
Shouldn't DST be in the summer (hence the name summer time)?

I'm pretty sure it's not summer anywhere in the World.
>>
Do I have to format to update the bios? Or can I just update it and that's it? I'm a bit paranoid and scared of doing it but I have an inch not having updated it is causing some instability.
>>
>>59712540
No, it started like a week ago already, time advanced by one hour for everyone between Saturday and Sunday.

Anyway, I changed my synch time from the windows server to the National Institute of Standards and Technology and I trust them not to fuck me over in the future anymore.
>>
>>59712561
The two are unrelated. Also your problem probably has nothing to do with the bios, unless there's a known issue. It's very rarely necessary to update your bios.
>>
>>59705771
In bash, when declaring something in your PATH, why do I usually see quotation marks around the assignment? Example:
PATH='$PATH:/dir/here'
wouldn't it make no difference anyways?
>>
>>59712593
You're probably right. My problem is minor but is driving me crazy since my computer is all new.

Basically in Windows (10) explorer when I'm dragging the columns they're lagging and freezing. When I had shortcuts on my desktop, some of those would freeze and lag when I'd pass my mouse cursor over them, ...

I did a bunch of benchmarks for my 7700K, like Cinebench R15 and it passed it with normal score (by normal I mean exact same score you can find all over internet). I did the Windows test for my RAM and they haven't detected any errors. My SSD is completely fine according to Crystal Disk and the Samsung Magician program, same for my HDD. I don't have a GPU and am using the iGPU and yet I can play League of Legends in ultra settings with 100+FPS without a inch of lag for hours. I did all the system tests and no errors were found. Where I'm getting at is that my PC is working fully well but yet Windows explorer freezes like shit when I want to do something as simple as moving columns (you know like, if you open a folder with .mp3s there will be columns within the folder). Also my CPU usage doing said explained problems is abnormally high (10-15% usage can be seen from taskmgr).

Thoughts? What could be the problem?
>>
>>59712657
My windows 8.1 does the same shit.
It's probably just the botnet.
>>
>>59705771
how do I get MPV to play video_ts (full dvd rips) folders?
>>
>>59712657
Did you build it yourself?
>>
>>59712680
Just use a better player, like MPC-BE.

Unless you're on Linux. Then, I don't know.
>>
File: carna-botnet.png (531KB, 1599x900px) Image search: [Google]
carna-botnet.png
531KB, 1599x900px
>>59712504
Thank you anon, you are the best
>>
>>59712657
you might have a hardware problem, but also windows 8/10 explorer uses async calls to the harddrive. But somehow these calls are ultra slow and take while to refresh.
Like opening a folder with icon preview is a lot slower it seems on my windows10 than it did on win7.
>>
>>59712700
i've tried using mp-hc but it doesn't work either
I can play each file individually but I don't want to watch 30 mins of a flick then have to get up, it ruins the immersion for me
>>
I know if you haven't set a user/pass for your router you can just plug in a pc/laptop using Ethernet and go to the gateway address and get into like ssid and password. Is there any tiny device you can just plug in to grab the info or how easy would it be to make a flash drive with an Ethernet on one end so you can just plug it into a pc or laptop. My goal here is to just steal people's wifi password using this device when I get a minute alone with the router like in friends houses.
>>
>>59706639
Just turning on the fan in your room won't do anything. You need to properly circulate the hot air out and let in a source of cool air.
Open your fucking windows or jimmy an air conditioner onto your window like the Chinese do. If you got mosquito and bug problems measure out and buy a fine mesh net to cover over the open window.
>>
>>59712727
On MPC you just have to open the root folder.
>>
>>59712758
just freezes for me
>>
>>59712737
Most firmware's don't let you see the wifi password, only change it. Aside from that you wouldn't need to connect anything special, if you knew the router model you could just look up the default login information. Also a lot of the default shit is printed on the bottom/back of routers
>>
File: Untitled555.png (100KB, 1952x992px) Image search: [Google]
Untitled555.png
100KB, 1952x992px
why do i see two different speeds?
why are neither of them what i pay for from my ISP?
>>
File: pc.png (35KB, 675x562px) Image search: [Google]
pc.png
35KB, 675x562px
>>59712670
That makes me feel better but I have a feeling I shouldn't.

>>59712696
Yeah I built it myself, why?
Pic related.

>>59712720
At first lags and freezes would occur within the drives themselves too but after indexing everything the problems stopped. I can access all my files pretty quickly now, it's just weird freezes or lags just happening in the instances I just mentioned.
>you might have a hardware problem
What kind would it be though? Wouldn't it be weird that the problem is only caused in those particular cases and not when playing or doing benchmarks? Aren't benchmarks supposed to test a machine throughfully?
>>
>>59712776
Did you go on Open DVD or Bluray and then selected the folder?
Have you tried it with any other DVD rips?

Other than that, I don't know what to tell you. It works fine here. (MPC-BE, by the way, but it should make a difference)
>>
>>59712797
The S7 is going to be limited by the wifi network
>>
>>59712784
I'm just wanting something I can plug into any old router and it will pull the wifi password. I know some don't have a username/password to login to the default gateway but even if it does there is usually a default username/password if nobody has set one so using this info the device I want will run through a list of usernames/passwords to open the default gateway then copy the wifi ssid/password for my use later
>>
>>59712812
Throw down a clean install with the creator's update integrated. Should clear things up
>>
>>59712680
Find the mts file in the stream folder and play it
>>
>>59712797
One is a land cable, the other is wifi.
There can be a myriad of things wrong with your wifi reception,most of which you cant do anything about.


Standard practice.
>>
>>59712851
You're basically trying to do an automated ssh/telnet. Even if the software existed, and someone went to the trouble to populate it with configs, it would be feasible on VERY few routers. Unfortunately your best option is still to google the model and click a few buttons.
>>
>>59712861
Just googled it and it seems the update will come next week. So basically what you're telling me is to format for when it hits or what?
>>
>>59712917
>One of us! One of us!

https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewadvanced
>>
>>59712680
Never used that player, but I know in VLC you can open the VIDEO_TS.IFO file in that folder and it will launch the whole thing like a regular DVD.
>>
>>59712969
I think I'll pass.
>>
how can i overcome a crippling depression?
>>
>>59713031
Never return to this website again.
>>
File: Universum.jpg (225KB, 770x600px) Image search: [Google]
Universum.jpg
225KB, 770x600px
>>59713031
Go to emotions anonymous, find a higher power, work the steps, become active in the community
or smoke weed, i guess
>>
>>59713031
buy guns
post naked images of yourself on /k/ with your guns
>>
Why do my apps look yellowish in Ubuntu?
>>
File: 1490692989639.jpg (1MB, 1143x1133px) Image search: [Google]
1490692989639.jpg
1MB, 1143x1133px
>>59713031
Get your hands on some DMT, and smoke it.
>>
>>59713082
Chinkware
>>
>>59713006
how do I play a bluray movie?
I have a bluray drive, but Windows can't play blurays. This seems completely asinine.

inb4 install gentoo
>>
>>59713103
He missed a door
>>
>>59713118
>how do I play a bluray movie?
mpc+hc
>>
>>59713143
That's why it's stamped [diagnosed]
There is no solution, an autist is gullible enough to believe it can be won
>>
Do phones's 'internet' have an ip? Like, could one person get his phone's ip banned?(asking for a friend)
>>
>>59713292
a truly stupid question
yes, you dumbfucks
See: every fucking rangeban that ever happened on 4chan when some dumb phone poster keeps spamming barney shit
>>
File: 1.png (2MB, 1143x1147px) Image search: [Google]
1.png
2MB, 1143x1147px
>>59713256
you can though
>>
>>59713082
Fuck. I just checked the image on my other win8 laptop and looks fine. What the fuck
>>
File: 3.png (16KB, 270x270px) Image search: [Google]
3.png
16KB, 270x270px
I'm on W10 using virtual box trying to run Fedora. I have no mouse integration, what do I do ?
>>
MSI R9 390 has one 8-pin PCI and one 6-pin PCI right next to each other. Do I plug both in?
>>
File: lanRules.png (129KB, 1138x1052px) Image search: [Google]
lanRules.png
129KB, 1138x1052px
Hello I just got done setting up OpenVPN on my PfSense box but now I cant watch any of my Netflix content. I was reading up and saw that I can't use my VPN because Netflix blocks anyone using a VPN. I just want to set a rule to push all traffic going to Netflix through my ISP. I have tried 2 list that I found online but I still get blocked. Does anyone here have a good list I can use or a better solution. I mean it would be nice if Netflix just publicized there list of IP if they are going to go out and block VPN users. That way they could just go in and fix this themselves but they don't and make this hard for the end user.

my lan rules
>>
File: 1481335400829.jpg (70KB, 720x960px) Image search: [Google]
1481335400829.jpg
70KB, 720x960px
What's the smallest form factor / case for a machine with a core i7 7700 (or 6700) and a gtx 1070?

I am undecided whether trying to make a built for ants or buying a gaymer laptop.

I don't do gaymen but I live in a closet and I want to run CUDA not to miss the deep learning meme train.
>>
>>59713082
f.lux installed?
>>
There's this website where you can make a custom page with an image and people can click it to pet whatever you put there and it tracks how many people have pet it.

What is the name of this website?

Pls help I visited it like ages ago and it isn't showing up in my browser history ;_;
>>
>>59713684
Nope
>>
>>59713683
How do you even get access to the deep learning API? Do you just get it if you register on that nvidia site?
>>
File: ncasem1.jpg (47KB, 650x460px) Image search: [Google]
ncasem1.jpg
47KB, 650x460px
>>59713683
>>
>>59713935
I got the jetpack for Jetson I use at work.

I find this interesting and I want to get started on my own project at home.
>>
How do I make a script that runs some commands when I click it (instead of manually typing it out on terminal).

[I wanna run the command
xgamma -gamma 0.9
and a few others]
>>
>>59713956
That's a sexy case.
>>
>>59713957
You got the what for the who now?
>>
File: IbebRln.jpg (77KB, 1553x815px) Image search: [Google]
IbebRln.jpg
77KB, 1553x815px
>>59713956
>>59713683
The dancase is even smaller but makes more sacrifices
>>
what kind of motherboard will i need for ryzen 5?
>>
>>59713962
I assume you mean click it on your desktop?

create a .sh file like myscript.sh, put in the command, save it, and chmod it to +x
then drag it to your desktop
>>
>>59714003
I quickly googled the name for pictures and it's lean af. Should I buy one, I'd better be careful that everything fits in.
>>
#include <stdio.h>

int main()
{
int i, j;

for(i = 1; i <= 10; i = i + 1)
{
for(j = 1; j <= i; j = j + 1)
printf("*");
printf("\n");
}

return 0;
}


How does this program know when to skip the second printf? Why isn't its output just "*/n*/n*/n" and so on?
>>
>>59713991
You got relevant questions?
>>
>>59714070
the second for loop isn't braced, so only the first printf is inside it.
>>
>>59714089
This isn't the relevant question thread.
>>
>>59714070
#include <stdio.h>

int main()
{
int i, j;

for(i = 1; i <= 10; i = i + 1)
{
for(j = 1; j <= i; j = j + 1)
printf("*");

printf("\n");
}
return 0;
}
>>
>>59714097
>>59714112
Thanks guys!
>>
>>59712066
this is me and i was able to get it to go back to the default cursor which Xorg calls "core" but my dpi is quite high, and it didn't scale right.


So does anyone know default-ish looking cursor theme that isn't gaudy as hell?
>>
I have a pair of Sony MDR XB 950BT headphones, but I lost the headphone jack cable (not even sure if that's the right term). Getting tired of listening to music on my computer via Bluetooth while running Linux because the sound gets very distorted, like it's underwater. Where can I get this cable, and how do I go about looking for electronic parts like this in the future?
>>
>>59713616
Yes. It requires that much jews. Plug without one or the other and you end up with a blank screen despite the fans turning on.
>>
>>59714137
it's probably a 3mm jack, or ipod/iphone 3mm jack if it has volume control and shit on it.
>>
>>59714100
Global rule 3
>>
Is there a good ad blocker on Android that doesn't require root? I play a bunch of the Nintendo mobile games and they hate root, and the only thing I'd really care about for root is AdAway.
>>
>>59714158
I tried using a normal double ended jack, but when I had the jack, it only seemed to work in one direction, so one end wouldn't fit in the computer and the other wouldn't fit in the headphones. Sony seemed to design their headphones to only work with their 3mm Jack's included in the box.
>>
>>59714184
>>59714158
When I had the jack that came in the box, that is.
>>
>>59714194
can you describe both ends of the jack?
>>
What causes that right click some times stops working in Firefox until you restart the browser?
>>
>>59714207
They were both the same size at the metal tip, but one of the ends had a white-ish plastic ring that made it thin enough to go a little bit deeper in the headphones than the other end that went in the computer. So if you tried to put it in backwards, the end that was supposed to go in the computer wouldn't connect and would just fall out. I hope I'm not being too confusing
>>
>>59714045
Still opens with the editor.
>>
>>59714243
oh lol that's weird man.

I had good luck with calling sony support, when my headphone cups disintegrated. You can probably call them and order it for 10bux or something.
>>
>>59714254
Alright, thanks for the help.
>>
Do i need root to use flux?
>>
>>59714243
https://www.amazon.com/Replacement-MDR-Z1000-MDR-ZX750dc-mdr-nc600d-headphones/dp/B00YKUNN14

Is it this?
>>
i just installed scp toolkit with my ps3 controller connect but it just flashes and does nothing. it's not recognized at all in any games and i can't see it in my bluetooth search wizard. what do i do?
>>
>>59709879
because it was common to have two floppy drives
by the time hdd's became a thing, C: was where they ended up most of the time, and it's become a convention
now it's stuck like this for legacy compatibility reasons
you can force hdd's to use A:/B: at the risk of breaking... fucking nothing, because we're not using 20+ year old software anymore
>>
>>59713383
You cheated by passing through a wall.
Diagnosed.
>>
>>59714424
>through
I went on top of it.
>>
>>59714298
No, that's not it, but I found a few pics of someone who had the same cable.

Computer end:
http://imgur.com/etLEw0z

Headphones end:
http://imgur.com/othJpxR
>>
Curious why people use tmux AND a tiling wm?
>>
>>59714448
It's a hobby of them
It makes them feel like hackers
>>
>>59714430
Even so, you turned 180 degrees sharply, which is an impossible direction in the game as it's essentially going backwards through the same door in spirit. There is a mathematical proof that there is no solution on Wiki.
>>
>>59713406
Uninstall windows 10 and install Fedora to a partition like a man
>>
>>59714384
There are nuclear warheads right now that can be fired with a floppy disk.
>>
>>59714678
There are guidance systems that use 4x4 pixels cameras.
>>
Is the r7 1700x eventually going to get better than the i7 7700k in gaming because of BIOS updates and devs taking into account the extra cores or is this not possible?
>>
>>59705771
My 6 year old Seagate 2TB hard drive crashed. I'm buying a 4TB hard drive, which one is recommended? Can't get the LaCie raid, too expensive
>>
>>59714866
>and devs taking into account the extra cores
For newer games, maybe.
>>
How do I stop Firefox from sending data to mozilla? When I opened the browser for the first time it asked something like that. I want to check if its disabled or not.
>>
>>59714998
about:telemetry
>>
Firefox lags like shit when scrolling. I thought it was a problem with my mouse of my PC but I realized I have none of this in Chrome.

What do? I can't leave Firefox because of particular addons, I'm not a huge fan of Chrome.
>>
So I been using Windows 10 for a long time but unsure if I am actually getting any performance benefits.
My specs are
i5 2410m and gt555m
Should I go back to Win7, I am uncertain to go back but I feel like I should...
>>
>>59715008
turn off smooth scrolling and hardware accel
>>
>>59714867
bumping. should I just get a toshiba or WD?
>>
>>59715043
Wow it seems that fixed it. Thanks anon.

>>59714867
>>59715067
You should be able to find stats that tell you the failure rate per brand. For 2TB I bought last week I went with WD over Toshiba because I read many, many horror stories over Toshiba's 2TB drives. Might be different for their 4TB though, look into it.
>>
>>59715092
>failure rate per brand
Seagate is the worst, then WD, then Toshiba, and HGST is the best. Unfortunately I can't afford Touro, so my next best choice is WD or Toshiba.
And WD offers 2 choices, elements and my book. So I need to make up my mind on this
>>
File: Screenshot_20170403-011611_01.png (110KB, 1080x1920px) Image search: [Google]
Screenshot_20170403-011611_01.png
110KB, 1080x1920px
anyone know wtf this is?

phone is OnePlus 3, stock rom(android 6.0.1) rooted with xposed.

never noticed this before and i check my battery pretty often. Just noticed this today.
>>
SSD question

Should I have my programs and VM on my SSD and leave my OS on my HDD?

I hardly reboot my OS, so is there any need to put my OS on the SSD?
If so should I move the VM to the HDD?
>>
>>59715248
That's a great question.
I've seen other people complain about 99063 taking up battery on their Blackberry, but I don't know what it is.
>>
File: Screenshot_20170403-015029.png (35KB, 1080x1920px) Image search: [Google]
Screenshot_20170403-015029.png
35KB, 1080x1920px
>>59715330
it doesn't seem to be taking up much battery from what this shows. I'm just concerned as to why is suddenly showing up now. I check daily to see what apps are using battery and this is the first I've seen this pop up on there.
>>
This might be too big for this thread but I'm desperate.

Yesterday while I was playing something I got a BSOD (W7) and then later a crash while loading a new area. Since then I have been unable to boot my machine, it freezes before the user password input. It boots in Safe Mode, so I disabled every service and software in msconfig and it still froze.

I thought it was a problem in the RAM so I downloaded a software called memtest, ran it and it showed no issues.

I defaulted my BIOS options and nothing happened.

I thought a file in Windows got corrupted so I tried to repair it with an installation USB but the USB application crashes. I tried to format the machine for Windows 7 and even 10 with another USB and they both crash before loading, even on different ports.

Since my USB sticks are freezing I'm thinking it's an hardware issue but fuck, could my motherboard or CPU be busted? I have no idea how to diagnose the problem at this point.
>>
>>59711252
After running a couple tests, it looks like I am getting proper speeds from the back, but I'm also getting proper speeds on the front ports right now too, as it only seems to be an intermittent problem.

Guess that rules out a driver issue?
>>
>>59712106
Post full load temps
>>
>>59715418
disconnect the harddrive and try to run a linux livecd for like an hour.
>>
File: 1420295878848.jpg (137KB, 1010x810px) Image search: [Google]
1420295878848.jpg
137KB, 1010x810px
Is it possible for a computer to start degrading on a physical level?

My laptop is 4 years old, and it should still work just fine. But some months ago it started breaking, it wouldn't even boot, and it forced me to reinstall Windows.
Which made it work.
For a week.
Then, it started degrading. It would take like 5 minutes to boot, when just the day before it did that in 1, and the day after it would take 10. The third day it just wouldn't boot, forcing another reinstall of the OS.
And so on.

I changed ISO ( even though the one I used the first time was a legit one ), but after four installs, all with four different Windows versions from different sources, all present the same behaviour.
It's like the OS installation starts "going bad" after a few days, making the laptop a nigh unusable mess until it becomes right out unbootable, forcing another reinstall that'll only work for a couple weeks again.

I really have no idea what it might be.
Running diskcheck fixed it once, but it only lasted a couple days, like every fix I've tried.
Malwarebytes found nothing.
I'm honestly at a loss here.
I was honestly starting to wonder if the HDD can lose its magnetic properties in just 4 years, but it wouldn't make sense since all the data still works, it's just the OS itself shitting the bed.
>>
File: FJIMG_20170403_085153.jpg (2MB, 4608x2592px) Image search: [Google]
FJIMG_20170403_085153.jpg
2MB, 4608x2592px
Can't figure this out

Trying to port TWRP to my Android head unit, from a very similar unit.

Replaced kernel and drivers, edited very minor differences in init.rc, default.prop, uevent.rc. As far as I can see, all ok

So why the fuck is this happening? Touch is way off and screen is corrupted and duplicated.
>>
>>59715712
my guess is there's a bad sector in the drive, once the HDD starts to fill up and hit the sector you're getting the crashes and freezes.
>>
>>59715749

Should I just delete a bunch of stuff and run diskcheck again then?
And reinstall for like the seventh time?
>>
Will Galaxy j3 J320F get Nougat upgrade? I've done no research while picking this phone today. Never again.
>>
>>59715756
Run Crystaldiskinfo
>>
File: ERROR 1067 - NO ROOT KEY.png (24KB, 944x302px) Image search: [Google]
ERROR 1067 - NO ROOT KEY.png
24KB, 944x302px
>>59705771
I thought unbound was supposed to make the root.key file itself if it doesn't exist? Where do I get a root.key file?
>>
>>59715318
OS always goes on the SSD, and the programs where possible. Although with large ones it's your call. Some benefit more than others. It's nice having a VM on SSD, and VMs performance will be slightly worse on an HDD than your host windows would be, but if you're not doing intense shit in the VM it shouldn't be a problem.
>>
File: 1490268985097.png (2MB, 1440x2560px) Image search: [Google]
1490268985097.png
2MB, 1440x2560px
Hey guys, I just wanna ask a favor of you real quick.

So my laptop has this issue where pretty much the battery is completely fucked. I got it handed down to me from my dad, and he was a dumbass with charging it, so the battery life is like garbage. As soon as it's unplugged it dies.

At first it wasnt a big issue, but now every time it does that, the data on the laptop gets wiped. I've had it fucking duct taped in for like 5 months now no issues but I fear that one day itll happen again and it'll wipe all my data.

It turns out though, hp did a battery recall for a bunch of their products, and theyre shipping out free batteries, and that would completely solve my problem except mine doesnt match the standard. I need a serial key and all this shit and they'll know mine doesnt match up.

Is there any way I can cheat the system? Perhaps a fake serial or something?

Thanks in advance.
>>
>>59715983
just ebay a new battery, prolly only fifteen dollars or so
>>
>>59715983
> every time it's unplugged the data on the laptop gets wiped.

This is not a thing. It would be awesome if that was a thing, but it's not. Sudden shutdown, doesn't just fuck up the contents of your drive. I'd check your disk's health. Maybe your mobo is just straight up dying. If your system happens to not be going to hell, just order a new damn battery for like $20
>>
>>59716030
>>59716032

Didn't even know that I could get one oline for cheap, thought my only option was $120 from HP. Which one of these should I buy?

https://www.amazon.ca/s/ref=sr_nr_p_85_0?fst=as%3Aoff&rh=n%3A667823011%2Ck%3A710416-001%2Cp_36%3A-4000%2Cp_85%3A5690392011&keywords=710416-001&ie=UTF8&qid=1491215863&rnid=5690384011
>>
Which VPS should I choose for hosting a small website which will probably never garner much traffic?
>>
>>59716115
CWK has the largest capacity so i'd probably go that one myself

>>59716032
Or some sort of caching fail?
>>
>>59716248
>Or some sort of caching fail?
Shouldn't corrupt his entire install. I was thinking some kind of automatic disk encryption that ties into windows, but that seems unlikely
>>
>>59715983
>>59716248
You don't have something stupid like a RAM drive set up on it, do you?
>>
How do I make arrows like ←? Google says left Alt + 26 on the numpad but nothing happens with that code.
>>
is there a way i can make all images on a specific site display at a certain dimension no matter what size they are?
like if it's 800x800 it will only display as 150x150?
>>
What is better for extensive rewriting?
Like crunching numbers and storing the output.
SSD or HDD?
>>
Is there any use in making a RAM drive these days?
How do you do it?
>>
>>59716460
OS?
>>
>>59716460
You basically do backups to a non-volatile drive every hour or so such that an unintended power failure doesn't mean you lose absolutely everything.

When you boot you basically throw everything on your backup drive onto the RAM drive.

That's the basics.

But no, there's no use for it. Complete waste of money and resources.
>>
Any C++ tutorials on graphics like that TheCherno one (Java, "no libraries")?

Or any simple C++ library that allows me to write an array / matrix of numbers (rgb) and throw it at a screen?
>>
File: 1480212563856.jpg (15KB, 307x462px) Image search: [Google]
1480212563856.jpg
15KB, 307x462px
I am required to chose a client and server framework for my web project. I know little to nothing about this at all and I don't know what the best options are (easiest, most userfriendly, the best/most common standard). If you could choose and explain why it would save me tons of time because I wouldn't have to read up on all of them. Here are some of their suggestions

client
>Angular
>Ember
>Aurelia
>React
>Vue
>Mercury

micro-service framework for backend server
>Bottle
>Camping
>Eclipse MicroProfile
>Express.js
>Flask
>Flight
>Grape
>Kemal
>KumuluzEE
>Lumen
>Nancy FX
>Ratpack
>Scalatra
>Silex
>Sinatra
>Slim
>Spark
>Spring
>Symfony
>Zend Expressive

much appreciated
>>
Which one of these plans would be best for a small website hosting maybe a wiki and a blog?
https://virmach.com/cheap-kvm-linux-vps-windows-vps
>>
How do Intel drivers work on Linux? Are there multiple drivers like with the AMD/Nvidia mess or is it just a single kernel FOSS driver?
>>
>>59716826
It just werks.™
>>
>>59716826
There's limited open sauce drivers, or you can switch to proprietary. It's pretty much the same as handling Nvidia cards.
>>
>>59716860
How do I get the proprietary drivers? Would they increase game performance?
>>
>>59716874
The question is, how do you not get them? You'd have to run a Stallman distro like Trisquel.
>>
>>59716874
Probably. It depends on your distro, but in the *buntus it's usually under additional drivers
>>
File: giphy.gif (406KB, 800x600px) Image search: [Google]
giphy.gif
406KB, 800x600px
Whenever I download some design freebies from different websites, the .zip has two folders: one titled _MACOSX and another one with the resource files. Inside the Mac one, there are the exact same files from the other folder. Why is there a need to duplicate them in a separate folder, if said files are compatible cross-platform?
>>
File: 1473677335001-int.jpg (14KB, 319x331px) Image search: [Google]
1473677335001-int.jpg
14KB, 319x331px
I recently bought my mother a Samsung J3, thinking that 8gb of internal memory would be plenty for her. With all the Samsung bloat, which can't be uninstalled by the app manager, she has less than 1gb internal memory.

How can I get rid of the bloat? I haven't owned a smartphone since the Moto G so I'm lost here and would appreciate any help
>>
File: 1486596094290.png (818KB, 1280x719px) Image search: [Google]
1486596094290.png
818KB, 1280x719px
Aye want to know a good public tracker! Show me one Anon!
>>
>>59716961
If the ROM doesn't allow you to uninstall the bloat, you flash a new ROM.
>>
>>59716964
rutracker is on the /g/ wiki
>>
I don't know shit about vpn or proxies. How do i get into it? what's the best vpn? help please
>>
>>59716354
Please respond...
>>
>>59717159
That one's Alt 27. Alt 26 is →.
>>
>>59717203
By nothing happens I mean, no symbol appears at all. My numpad is enabled, and some other codes work which is why I'm so confused
>>
File: ease-of-access-mouse.jpg (39KB, 839x400px) Image search: [Google]
ease-of-access-mouse.jpg
39KB, 839x400px
>>59717226
>>
>>59717274
Just checked but that is already off
>>
>>59716438
ssd's have a write limit, but modern ssd's last longer than hdd's, even if you abuse them. go for an intel ssd or samsung pro
>>
>>59717322
Check it with the "On screen keyboard" that you find in All Programs > Accessories > Ease of Use. Then you can determine whether it is a mechanical error of your keyboard.
>>
>>59705798
Try Twitter.
>>
>>59717394
Doesn't work there either. Weird
>>
>>59717088
What do you need it for?
>>
This is probably a stupid question but, are enums implicitly public?
>>
I need to learn vim or emacs. Which is best and why?
>>
The internet connection keeps dropping at my new apartment.
It's through Charter (US) and they're horribly reviewed but the only physical connection option I have.
I want to get this resolved because it drops for roughly 30 minutes at a time but I don't want to pay for someone to come here to twiddle their thumbs, leave, and not solve anything (what I'm thinking will end up happening).
Solutions/experiences with sorting things out through bad ISPs?
>>
What do I use to clone my only my OS partition to a new drive(ssd)
>>
Does C++ solve "0 * a * b * c" faster than "a * b * c * 0" or it does not matter?
>>
>>59717902
stop baiting for (You)s.
The answer is neovim.
>>
>>59717902
Emacs is asynchronous amongst other things. It's far superior.
>>
>>59717976
Macrium Reflect
>>
File: 20170403_164647.jpg (2MB, 3264x1836px) Image search: [Google]
20170403_164647.jpg
2MB, 3264x1836px
My LG 22EA63 started showing flickering lines on the top and lower center of the screen.
What's up? Checked cables and power adapter.
>>
Hey guys, got a bit of a problem. Whenever I run windows or linux with GPU drivers installed, it won't display. But whenever I run in safe mode / fallback graphics, it works just fine. What could be the issue? Is the GPU kill?
>>
Can anyone suggest me a brand of Micro USB to USB A cable that is durable enough and can last for a while?
>>
Is it possible for metadata fuckery to mess with an actual audio track?
Added titles to .ogg files and now some of them have a stutter effect in the first second. Trying to figure out how the fuck this happened. I'm pretty sure this is what happened but I'd like /g/'s input as I can be retarded and wrong sometimes.
>>
>>59714499
The rules said I shouldn't go through the same door twice, not that I shouldn't turn 180 degrees or go over a wall or whatever.
>>
>>59718692
So if you strip all the metadata and play the file there is no stutter?

The only time I have seen metadata affect audio files is when I embed huge album artwork and that has just added a delay to playback.
>>
>>59718720
Stripped it all and there's still a stutter actually. It wasn't like this before today which is why I'm confused. I checked quite a few songs outside of this pool and none of them have the issue, only the ones I applied tags to today.
>>
>>59718780
If you apply these tags (and then strip them) to a song outside of the 'pool' does the stutter appear?

What do you mean by 'pool'? Are these songs in different locations?

Does this occur in a different media player?
>>
Should I use MBR or GPT for a backup drive?
>>
>>59718830
My bad I'm tired so I may be memeing up the idea that I've posted details I haven't.
Put simply I have a lot of songs sorted by artist and this artist in particular came completely untagged. I've been listening for a few weeks with no issue. Today, I used EasyTag to bulk-title based off the filename and it seems to have created this first-second-stutter problem in some (but not all) of the songs it tagged. I tested a few media players, different OS, different device, uploaded it to a third-party site, etc. The problem persists throughout all of the changes so I've been assuming it's the file itself.
>>
>>59718905
>third-party
meant file hosting
>>
I need something with the same features as telegram (stickers, drag and drop a file to send it even without saving it first and zoom if possible) but without phone number.
Does it exist?
>>
is there a non-cancerous alternative for JDownloader 2?
>>
>>59719005
Why would anyone need anything like that? "Download manager".

You have that on most programs already, built-in. What the actual fuck.
>>
What's the current best LG phone for under 200 dollars/euros?
>>
>>59718905
I guess run 'ogginfo' and see if it shows any errors. EasyTag may have malformed something.
>>
>>59719065
>You have that on most programs already, built-in. What the actual fuck.

What is built-in? JDownloader is fairly useful over anything else. If only there was a faster alternative.
>>
>>59719065
JDownloader often increase speed in some websites like MEGA and removes the fucking "quota" and allow simultaneous downloads.
>>
>>59719179
>>59719122
>>59719065
yeah it's mainly useful for downloading giant link tanks because someone butchered a rar into a trillion pieces to stay under the free download limit
>>
>>59717547
Just wanna know
>>
>>59719106
I compared a specific one with an earlier version pre-taggening I had lying around
This seems to be the defining difference, present only in the one that's been tagged and untagged:

User comments section follows...
COMPILATION=0
DATE=-1
TRACKNUMBER=-1
Negative or zero granulepos (0) on Vorbis stream outside of headers. This file was created by a buggy encoder
WARNING: granulepos in stream 1 decreases from 20032 to 24

Also, data length and average bitrate are slightly different, playback length is the exact same

pretty spooky if I do say so myself
>>
What is a good andriod app for writing that can save in normal formats, is secure (not accessible by other apps) and can sync with sky drive? Does it exist?
>>
>Dell U2515H 308$
>Dell U2715H 470$

Wh the fuck is there so much difference in price what the fuck.
Is it worth the money for 2 inches? I heard 1440p monitors are better 27" and above is that true?
>>
>>59719375
Its about 15% more screen area
If you don't want to deal with UI scaling it makes a big difference
>>
make new bread
>>
>>59719548
no u
>>
>>59719609
kys your self
>>
>>59719548
why??? you can still post here
>>
How big is the difference between a TV and a monitor for a pc screen?
>>
Good tablet sub $200 for ebook reading, 4chan browsing, and Youtube?
>>
>>59719626
Virtually none, except for input lag.
>>
>>59719626
Some TV screens will have overscan, which means if your OS/video chip does not have good support for it the edge around your display will be cut off.
>>
Do any linux distro installers support hassle-free fakeraid? Most I've seen require jumping through hoops to get it to work and I really just want one to recognize my array and install easily.

I'm going to dual boot Win10.
>>
>>59719613
Here then you piece of shit:
>>59719773
>>59719773
>>59719773
>>
>>59719651
How big is the difference?
>>
>>59719816
Depends. Check the specs. Less or equal than 5ms should be good.
Thread posts: 358
Thread images: 44


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.