[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: 386
Thread images: 38

File: acually.png (17KB, 680x680px) Image search: [Google]
acually.png
17KB, 680x680px
Old one is hovering around the bump limit.

My SQ is: How similar is the CPU inside a VM to its host? I want to >install gentoo but would find it a lot easier to do at least some of it in a VM connected to a hard drive. Is there a difference between my VirtualBox/libvirt CPUs and my actual CPUs?
Or can I rebuild the base packages after installation if I desire?
>>
What e-readers /g/ uses?
Help me pick my first e-reader.
Do these readers work with .pdf?
My books are mostly .pdf and .epub format

inb4
>use physical books
I wish... In my country I can't get certain books and ordering via internet and waiting for months to deliver... sucks
>>
>>61914404


if I have a variable that contains some data structure as simple as int but is stored in heap, does that involve the operating system checks every time I read or write it?
>>
File: fuckin nvidia bullshit.png (35KB, 455x475px) Image search: [Google]
fuckin nvidia bullshit.png
35KB, 455x475px
Is there a way to disable everything nvidia related besides driver updates? 5 processes is a bit excessive for something i just use to update my drivers occasionally. Shadow play and all that other bullshit i dont care about or want active
>>
What's a good documentary on USENET?
>>
File: over 9000 hours in mspaint.png (167KB, 445x560px) Image search: [Google]
over 9000 hours in mspaint.png
167KB, 445x560px
Why does my tablet display a higher density of information on the catalog than my laptop? Pic related
>>
>>61914404
> How similar is the CPU inside a VM to its host?
I think it's possible to set a CPU name as an argument to KVM.
>>
>>61914940
Different DPI (PPI).
>>
Is google getting shittier, it doesn't seem to search what I'm typing and keeps auto correcting it to something more popular instead of searching exactly what I typed
>>
>>61914404
am I supposed to jailbreak iOS before downgrading?
not sure how it's done these days. have a 4s on 9.2 that 'd like to bring down to 6.1.3
>>
>>61914698
> Startup tab
>>61915003
Yes. You can try OdysseusOTA, it can't be done without jailbreak.
>>
>>61914570
Install calibre and you can convert ebooks to whatever you want. I use a kindle so old I actually inherited it from my grandfather. Kindle 3 I think. Works just fine although it doesn't come with a backlit so you might have to get a case with a light as well. Newer ones are probably backlit. And even if I don't convert pdfs the kindle handles them just fine.
>>
How can I significantly reduce the power draw of my 5770?
>>
>>61915028
>5770
by reducing the power draw
>>
>>61915014
many thanks
>>
>>61915002
Google is shit. Use DDG.
>>
>>61915036
How do I do that? Will underclocking suffice for that?
>>
>>61914698
>download nbidia drivers
>install only the driver and physx
>?=???
>profit
Geforce experience is literally botnet
>>
>>61915044
is it actually good? do I need to install that extension it tells me to install?
>>
>>61915044
>DDG
>gives completely irrelevant search results 90% of the time
>mines your data and sells it to third party individuals
>founded by a literal jew
Shoulda called it DuckDuckNoFuckingThanks
>>
>>61914989
Hey, thanks for the answer. I googled how to change DPI on Windows 7 and tried to see how it looks changing from 100% to 125% or 150%, but it requires a restart to take effect. I just changed it back without restarting because I won't use increased DPI forever...
>>
>>61915074
>>mines your data and sells it to third party individuals

Was this not the exact opposite of what ddg promises, and the exact opposite of the entire appeal of ddg?
>>
>>61915062
Not him but I think it's pretty good. The bangs are really good, for instance to get to an article on Wikipedia just do "!w [topic]". There are a ton more for other things too.

>>61915074
[citation needed]
>>
>>61915088
>promises
Haha, jesus christ, anon, grow the fuck up, big companies don't "promise" you shit
>>
File: PLS DELET.jpg (32KB, 362x353px) Image search: [Google]
PLS DELET.jpg
32KB, 362x353px
>>61915074
>gives completely irrelevant search results 90% of the time
Works For Me™

>mines your data and sells it to third party individuals
Source?

>founded by a literal jew
/pol/ pls go
>>
File: Are you witching with me.jpg (73KB, 359x525px) Image search: [Google]
Are you witching with me.jpg
73KB, 359x525px
>>61915164
>/pol/ pls go
>guy is literally named Weinberg
>B-BUH MUH POL
Oh and don't forget his previous project "The Names Database" that literally got shut down because he was caught selling other people's information
Around jews you lose, anon
>>
File: txt capture 1.png (70KB, 1153x582px) Image search: [Google]
txt capture 1.png
70KB, 1153x582px
So I am restoring this client server based chat application project to see how it works since we're supposed to make a project ourselves for final year project.

The project is made in 2005-2008 something so I installed the ms sql server 2008 and backup database restored successfully, I created the new database as said in the readme.txt(see picks) and created a new one later. The problem is in ms sql Management studio there is no option to enter login ID on startup like it says in instruction, if I enter sysname(actual sysname- not sysname literally)/localhost it fails to connect so I just connected with sqlexpress something that is in drop down, then created a new database giving it custome name and restored the .bak file in it like it says.
Then I opened visual studio and opened the code folder and edited the details in web.congfig file as said, sql SERVER 2008 did as for a password at time of installation so I entered 12345(same as I gave then) but I noticed that it has user id=sa, when I never entered id at the time of whole restoring part as said in above, so the errors I am getting are:

Severity Code Description Project File Line
Error The file '/Admin/Update/MasterPage.master' does not exist. D:\cl-se-bas\4\Code-LiveMeeting\Code-LiveMeeting\Admin\Update\frmUpdateCountry.aspx 1


AND

Severity Code Description Project File Line
Error CS0246 The type or namespace name 'Country' could not be found (are you missing a using directive or an assembly reference?) Code-LiveMeeting D:\cl-se-bas\4\Code-LiveMeeting\Code-LiveMeeting\Admin\Update\frmUpdateCountry.aspx.cs 14

AND

Severity Code Description Project File Line
Error CS0246 The type or namespace name 'IncomeBL' could not be found (are you missing a using directive or an assembly reference?) Code-LiveMeeting D:\cl-se-bas\4\Code-LiveMeeting\Code-LiveMeeting\Admin\Update\frmUpdateIncome.aspx.cs 14


AND there are some warnings about:
Validation(HTML5) align not being valid attribute of <td> HTML5
>>
File: txt capture 2 - (and last).png (4KB, 499x151px) Image search: [Google]
txt capture 2 - (and last).png
4KB, 499x151px
>>61915775
I looked online and someone said change ~ to a . in ./Admin/masterasdpageetc.. to resolve it but it only gives me a code/somethingsomethkg/Admin doesn't exist error instead

Then there is changing build type under properties to .NET 4.0 to .NET 4.5 since due to that one project can't look into other's classes and namespaces but I only have one project or should I try setting the type to earlier then 4.0 version?

pic related
>>
I'm extremely new to C and keep coming across this error when I build my project, any ideas?

Source code:
#include <stdio.h>
#include <conio.h>
#include "c:\cHeaderFiles\dos.h"
#include "c:\cHeaderFiles\mingw.h"

void main(void)
{
int i;
char ch=177, ce=178;
textcolor(GREEN);
clrscr(); // Clear screen
gotoxy(20,9); // Put cursor at axis x20 y9
printf("Loading...");
gotoxy(20,10);
for(i=0;i<26;i++)
{
printf("xc",ch);
}
gotoxy(20,10);
for(i=0;i<26;i++)
{
delay(1000);
printf("xc", ce);
}
getch(); // To get char and hold screen
}
>>
File: build_error.png (4KB, 596x100px) Image search: [Google]
build_error.png
4KB, 596x100px
>>61915819
pic related
>>
>>61915836
>inb4 the #include on line 27 has already been edited to the path where mingw.h sits on my c:\ drive
>>
>>61915015
well... while I waited for someone to answer my question I went to shop and bought pocketbook touch hd...
It's my first e-reader and so far it is very interesting experience and I love it. (linux 3.0, comes with chess, pretty neat)
>>
>>61915836
SOLVED: I forgot the underscore in my #include on line 27!!!!
>>
>>61915775
>>61915807
Ok so changing the build type to 2.0 fixed the HTML5 error (as expected) but the rest are still there

AND
Severity Code Description Project File Line
Warning File '~/Admin/Update/MasterPage.master' was not found. Code-LiveMeeting D:\cl-se-bas\4\Code-LiveMeeting\Code-LiveMeeting\Admin\Update\frmUpdateIncome.aspx 1

AND
Severity Code Description Project File Line
Warning Could not find 'ContentPlaceHolder1' in the current master page or pages. Code-LiveMeeting D:\cl-se-bas\4\Code-LiveMeeting\Code-LiveMeeting\Admin\Update\frmUpdateIncome.aspx 2

Should I just install visual studio 2005/2008 and run it on that? and call it a day, it seems bothersome and I'd rather avoid the trouble
>>
>>61915775
>>61915807
>>61915881
So MS has dropped all versions of visual studio untill 2010 so this is all I got. ANY advice, there has to be some C# devs here
>>
what's a good media player
currently using vlc
>>
Should I go for a 2 or 4 bay NAS?
Is consumer NAS even worth it?
>>
File: Capture.jpg (119KB, 737x962px) Image search: [Google]
Capture.jpg
119KB, 737x962px
These numbers are rising daily and I'm having lockups, audios snaps and skips, is it time for a new one ? bought it in 2013
>>
File: project error solving 3.png (93KB, 1361x677px) Image search: [Google]
project error solving 3.png
93KB, 1361x677px
>>61915999
I can see the file in solution explorer though
>>
>>61914404
What happened to the Xena pictures?
>>
File: Speccy64_2017-08-15_14-39-47.png (44KB, 1082x560px) Image search: [Google]
Speccy64_2017-08-15_14-39-47.png
44KB, 1082x560px
>>61914404
How can I fix this?
>>
File: pepe glasses.jpg (197KB, 800x705px) Image search: [Google]
pepe glasses.jpg
197KB, 800x705px
>>61915322
>"The Names Database"
The whole premise was a bit suspect I admit, but

> literally got shut down because he was caught selling other people's information
He sold it off long before it was shut down.

> le spooky jews!!1
grow up

There is no evidence that DDG harvests or sells user info. At the very least, it's a huge improvement over G**gle's practices
>>
>>61916171
VLC is generally seen to be pretty shit these days. It's a tough call. MPC-HC just got dropped by its developers, but it'll probably be solid for a long time. MPV is great but it's minimalist as fuck.
>>
>>61916377
how's potplayer?
>>
>>61916383
Not bad. I don't prefer it or SM player, but I've always disliked any progress bar that works differently than MPC. Probably just preference from what I grew up with.
>>
>>61916383
just download kawaii codec pack bleeding edge, which includes a customized mpc-hc.
http://haruhichan.com/forum/showthread.php?7545-KCP-Kawaii-Codec-Pack
im not a weaboo but i have been using it for years now and it is excellent.
>>
>>61916357
run as admin
>>
>>61916440
okay, just downloaded it, have no idea what the other stuff are but I guess this'll do
>>
>>61916523
you just got told bad info, the best possible answer is SMPlayer
KCP is over, it was pretty rocking but we need to move on

>>61916440
i didt know dinosaurs posted on /g/
KCP had a number of playback issues and could you see some pretty nasty results
>>
File: i345346.jpg (52KB, 1200x630px) Image search: [Google]
i345346.jpg
52KB, 1200x630px
>>61916596
>>
File: 1491715605788.png (56KB, 245x213px) Image search: [Google]
1491715605788.png
56KB, 245x213px
>>61916631
play older releases, see what happens
>>
Open Launcher crapped out on me and it shows me some errors as soon as I open it.
I was about to uninstall it and then realised I couldn't do it.
I can't force stop, I can't uninstall, I can't delete data, I can only delete cache and that doesn't do anything.
I didn't make it system application and don't have root access.
Tried rebooting it and nothing helps.
Halp /sqt/. If you need error report I'll send.
>>
>>61916596
Klite is solid, and sorts out all your thumbnails automatically.
>>
>>61916660
>Anime
Hi
Go to tell
>>
>>61916677
oh hey i remember that, nifty but i think SMPlayer still trumps it

@61916681
>goes to 4chan
>complains about anime
fuck off normie
>>
File: F2D_800.jpg (49KB, 800x800px) Image search: [Google]
F2D_800.jpg
49KB, 800x800px
70% alcohol wipes are safe to clean parts like mothers, GPU and such right?
>>
What is the best distro for a beginner? I used Debian in the past but I saw some other recommendations and can't really decide, Also, what are the pros and cons with using Linux other than not being able to run games?
>>
>>61916596
switched to SMPlayer, why does this feel like one of those early 2000 windows players
>>
>>61916780
Should be ok but you'd better use isopropyl alcohol.
>>
>>61916795
because its functional and simple
it will play practically anything you give it and will look nice too

do you consider the look a good or a bad thing?
>>
>>61916833
I don't hate it, it just gives me that old school vibe, you know?
>>
How come shitty old flash games that I had no issues with playing 10 years ago now lag the crap out when my rig is enough to play 3a games at 1440 consistently with >60 fps while running shit on the background?

Why is flash so fucking shit?
>>
>>61916848
personally i love old school stuff
oh yeah and the best feature of all, it remembers where you left off

welp im officially a shill
>>
>>61916892
fug, can I not drag and drop a file on it to play?
>>
>>61916904
you can do exactly that, just tried
>>
>>61916922
well, time to figure this shit out then, cause I can't
>>
>>61915078
just zoom in with the browser
>>
>>61916784
Any *buntu flavor except for regular Ubuntu
>>
>>61916922
nvm, restarted and it works
>>
Is there anything like DNF's swap operation, for apt /
aptitude
?
>>
>>61917128
Please excuse the shitty formatting. Fucked up the
 tags.
>>
Is spidr.today kill? Any alternatives? Do not want to go back to Google news...
>>
>>61917073
good happy hunting for media you cant play with it
also works on linux
>>
In C++, if I have a source and header file for a class, should all includes (even those that are only used in the source file) be in its header file or not?
>>
>>61914404
when converting between number systems, why do i read the remainders in reverse order?
i just dont understand why the remainder of the last division becomes the most significant digit in the new number.
>>
I have 16GB DDR3 1600mhz RAM. I want to upgrade to 32GB for high-end gaming. Is it worth it to upgrade to DDR3 2400mhz RAM? Or to even purchase a whole new motherboard and get some DDR4 RAM? Money is not necessarily an issue for me.
>>
Neet here, how to start learning programming
>>
>>61917331
no.
includes that are only used in the source file belong into the source file.
>>
>>61917408
Don't bother. Since you were NEET for so long, you probably wouldn't last very long in the current atmosphere. You'd get fired faster than you can say "I did not hit her" (in a Room voice). Assuming that you're white or Asian that is.
>>
Hey can someone help me for a sec?

I have 2 OS installed on my pc, 1 on C and the other one on D. Now, I want to delete the one that is installed on D but it keeps saying requires permission from trusted install and I cant figure out how to get around that. How do I get premession?
>>
>>61914404
What percentage usually drops out of Computer Science during first weeks?
>>
how to into music production without the need for a PC? (or if not possible using a low end linux (fedora) pc)
>>
>>61917807
Get a $60-200 Thinkpad, Install Windows 7.
Done you are ready for music production.
>>
>>61917840
>actually have two thinkpads sat next to me doing fuck all right now

good idea lad got any software recommendations?
>>
>>61917807
get a synth. start with something cheap, like a microkorg.
>>
>>61917633
What two OSes? "C" and "D" are a matter of perspective. Are you even in disk management?
>>
>>61917389
What games do you play that demand 32GB of RAM?
>>
>>61917849
Fruity Loops (Yes that is the name of the software).
Also get some good quality headphones.
>>
>>61917951
>cheapest microkorg on amazon uk is £310
did I fuck up searching or what?

>>61918059
fruity loops it is nice one pal
>>
>>61918090
>>61918059
Fruity Loops is called FL Studio now.
>>
>>61918090
synths are expensive. but theyre fun.
>>
>>61918090
Both Audio and Graphic design are expensive as fuck.
>>
>>61917983
Battlefield Grounds by Daylight
>>
>>61917951
>>61918090
Best beginner synth these days is the Minilogue.
https://www.youtube.com/watch?v=_RH-oPUDTWg
>>
Are AC adapters vulnerable to physical damage from rough handling eg checked luggage?
>>
What are some good distros to throw onto an acer aspire one 721
>>
>>61918258
As long as the prongs that plug into the wall aren't badly damaged or the wires aren't splitting apart then it should be fine
>>
If you can be a software engineer with computer science degree why would you ever go for software engineer degree?
>>
>>61918258
Cheap chinese ones? yes, a lot.
Original ones? only Toshiba and Acer ones do, the rest need some rough handling to get damaged.

t. charger/adapter seller.
>>
i want to understand exactly what is the x86 architecture but almost every content i've found on the internet are extremely basic, do you guys have any material about it?
>>
>>61918302
SE is better than CS when looking for a job.
>>
>>61918302
Software engineer is more specific while computer science is a general broad term. Shitty universities usually mix up the two.
>>
>>61916884
update your browser or Flash maybe?
>>
Anyone have a suggestion for a really quiet PSU at a reasonable price, in the ~500W range?
>>
I was testing my GTX 1060 with furmark, and i noticed it hits power limit 1 at around 62-63% TDP, is this normal?
>>
>>61918302
What's the difference ?
>>
>>61918572
EVGA 500B.
500W fan is different.
>>
just did an nmap scan on my server.
it shows zeus-admin on port 9090 (where I run my syncthing interface)

Isn't zeus a botnet CnC software?
am i dun fuckd?
>>
I want to set up openvpn on my debian homeserver to be able to securely access my home network, and to have my internet securely routed through my server and home connection when I'm using my Android.
This is what a VPN can do, right? And do I need a routed or bridged VPN?

If I know that, I think I can figure it out by following this https://openvpn.net/index.php/open-source/documentation/howto.html
It's just that their explanations of routed vs bridged are a bit too technical and don't seem to describe anything I'd want to do with it anyway.
>>
>>61918699
nmap shows you known software that runs on the ports, it can't know what actually listens there.
You can run a webserver on 9090 and it'll show you what usually uses that port.
>>
File: GTG.jpg (536KB, 1920x1080px) Image search: [Google]
GTG.jpg
536KB, 1920x1080px
How do I give a specific python program permission to bind to a privileged port (80) without running the program as root or sudo?

or even better, how do i give an unpriviliged user such as 'nobody' the permission to bind on port 80?
>>
>>61918909
https://superuser.com/a/892391
>>
>>61918939
cool
>>
What's a good £100-£200 tablet I could buy for my mommy?
>>
>>61918939
I notice tho that option 1 on there you cannot specify port.

option2 allows this but requires addt'l packages.

is it possible to do this an a user basis? Such as allowing permissions to a specific user only to bind to port 80?
>>
why does fair use related searches on duck duck go show no results when startpage does?
>>
>>61918975
windows android hybrids from gearbest. they rock about 200 bucks, USD.
>>
>>61918782
I setup pivpn on a pi3, and yes I can access my home network outside, even with pihole enabled, a bit slow though
>>
File: ddg.png (2MB, 1701x8000px) Image search: [Google]
ddg.png
2MB, 1701x8000px
>>61919110
ddg is botnet shit
>>
>>61919185
I knew it. I instinctively knew it was shit after less than 2 hours using it
>>
>>61919210
stick with startpage
>>
>>61918892
okay phew - I was v. nervious for a little bit there
>>
>>61919262
Nah, I prefer istartsurf. Had that as my preferred search engine since forever in my trusty ol' Internet Explorer.
>>
Can anyone recommend me a good laptop with good speed and battery life that will still be usuable in 6 years? Obviously not for gayming but just normal not so heavy work stuff.
>>
>install third party software for graphics and wifi hardware, Flash, MP3 and other media
What does that mean? Ubuntu distro asks that during installation. I dont want to install any bloat.
>>
>>61919351
certian things are non-free, closed source software. mp3, ffmpeg and flash are on this list.

it is asking you if you want to install 3rd party software that cant be hosted in an open source repository
>>
File: thinkpadx22042-1.jpg (51KB, 600x400px) Image search: [Google]
thinkpadx22042-1.jpg
51KB, 600x400px
Could an x220 i5 8GB handle light gaming on Steam?
>>
>>61919413
>read game minimum requirements
>compare to x220
>>
what's a laptop for a student that can still play games like bioshock 2 on medium or, dare I say it, league of legends on
>>
What do IT employers value more, education or experience?
>>
>>61919413
darkest dungeon runs.
hot, tho.
>>
>>61919433
do you think IT employers are all the same dude?
>>
File: 1494539358241.jpg (29KB, 711x604px) Image search: [Google]
1494539358241.jpg
29KB, 711x604px
Googled it and can't find a straight answer. Is the Haswell-E platform (specifically, 5960X) supported on Windows 7 or not?
>>
>>61919432
>read game minimum requirements
>compare to laptop
>>
File: a.png (9KB, 343x147px) Image search: [Google]
a.png
9KB, 343x147px
>>61919462
>Googled it and can't find a straight answer.
i'm not surprised
>>
>>61919455
No, that's why I'm asking what is generally valued more.
>>
>>61919519
equally, generally speaking
>>
I just installed Antergos and enabled AUR support as part of the setup. I can't get packages from the AUR installed though, I'm running into an error saying it can't verify gpg signatures. I've created a key, I've tried adding the developers key (I get an error saying key server not found) I don't seem to have a ~/.gnupg/gnupgconf that from what I've read online I'm supposed to have. I'm at a loss here
>>
>>61919502
come on, at least point me at a direction or brand so I can start looking
>>
>>61919582
Find what your minimum requirements are, then look at laptops that meet it . Then some back and ask between brands which would be better
Do your work, dont expect it to be done for you
>>
>>61919462
I have a hard drive with win 7, and I have 5960x and it works just fine. Not sure why you'd it wouldnt work ...
>>
>>61919519
if you have no job experience education can get you in

once you have some job experience, education doesn't matter except for some corporate places that require a bachelors

though if you went to an ivy league school that will help for your whole career
>>
>>61919413
Simple-Light gaming?
Yes.
>>
>>61919462
Yes, you need to add USB 3.1 drivers to the installer, download MSI Smart tools to do it.
>>
>>61919413
My piece of crap T510 can just about play CSGO acceptably, the i5 in that looks to be a little better so I'd go with yes.
>>
>>61919413
what like tic-tac-toe or mine-sweeper? sure
>>
>>61919609
>>61919630
ty anons
>>
>>61914404
What software can turn a 4k monitor into 4 tiled 1080p displays
>>
>>61915048
>>61915028
Get MSI afterburner, turn on the voltage control in the settings, and decrement the voltage while running a benchmark in the background.
>>
>>61919716
a wallpaper with a big ol cross going through it
>>
>>61915819
>>61915836
Why are you specifying a directory when the linker searches by itself?
>>
>>61916784
You can run a lot of games that perform well in opengl.
>>
>>61916884
Run flash through your dedicated GPU
>>61917408
Find some javascript tutorials. Visit sites like codingame.
>>61917633
Install a USB-portable formatting program
>>61917807
Grab a cheap as hell thinkpad and hook it up to a midi device (keyboard).
>>61919413
>intel HD 3000 series
No, forget about it. Stick to 2D games, MMOs, and roguelikes.
>>
>>61919432
Any dedicated graphics card with digit in tens 3 or higher.
>>61919716
Your OS. Shape everything around in windowed mode.
>>
>>61919903
any brand I should avoid?
>>
>>61919962
Asus and their ""gamer"" bullshit.
Dell and HP are good choices in my book, Sturdy and reliable.
Lenovo if you see a good discount or wanna spend some more cash.
>>
Which do you guys think would be more worth my time and money for the immediate future?
Going to a community college for 18 months and getting an electrical engineering certificate for $1700?
Going to a trade school for 9 months and getting an A+ computer technician certificate for $15,000?
I just want some opinions.
>>
>>61919995
how much expendable cash do you currently have
>>
>>61919995
First option will allow you to learn some programming and progress well or have a backup career in the embedded device industry.
Latter if you want to spend your days with stinky fat slobs.
>>
How do I find an IT job when I'm ugly and autistic? I always get an interview after I show them my code or do their assignment if necessary, but as soon as it gets to the interview part it all falls apart, usually at

>Tell us about yourself.
>What is your strongest and your weakest character trait.
etc
>>
>>61920006
Maybe $5000.
>>
>>61916784
Depends on what you want. But if you want something that "just werks", *buntu with DE of your choice is probably the best bet.
>>
>>61920052
Just be honest. Your employer is probably intelligent and will sense your intonation and microexpressions effortlessly so do not memorise lines or act anything out.
Just be your ugly and autistic self and maybe it'll look adorable to him. Stick to short and pedantic sentences and don't answer questions you haven't been asked.
>>
>>61920084
well unless you want to live a life of debt the first option would be better
>>
>>61920052
Shave, get in form, a nice haircut.
Buy shoes or boots, a belt, a square shirt and jeans.
>>
>>61919462
Only Kaby Lake and newer CPUs aren't.
>>
>>61920146
Kaby Lake and Ryzen are supported by 7.
>>
>>61920166
Supported would be the wrong word, the correct word is they work.
>>
>>61920052
I work in IT and my whole team is ugly and autistic

Let them know you're eager and willing to help and work with others. They value that at my job
>>
>>61920183
>I work in IT and my whole team is ugly and autistic
Are you ugly too?
>>
>>61920166
No they aren't. You can get them to WORK, but MS is doing pretty much everything they can to make it not so short of outright having the OS delete itself if it detects it's running on unsupported platform.
>>
Is 100 passes in sudo shred enough if i plan to sell the laptop with the HDD still in it later on
>>
>>61920199
The joke is that if you don't update windows 7, you don't get MS's killswitches for newer hardware.
>>
>>61920200
Of coursh
>>
>>61920245
Even if you update 7 and avoid 5 updates where its only purpose was to check your hardware you can still update with no problems.
>>
>>61920244
>>61920244
Pleasu respondu

I'd use dban but the piece of shit useless bastard refuses to work on any USB stick i throw him on
>>
File: bald cuck.jpg (76KB, 299x268px) Image search: [Google]
bald cuck.jpg
76KB, 299x268px
>>61920166
>>61920146
>>61919462
Can anyone explain what would happen if I tried to use a Baby Lake or Coffee Lake on Windows 7 and I'm not retarded? I'm only looking to do some gaymen and I hate Windows 10.
>>
>>61920324
How many gigabytes of sensitive data are you trying to shred?
If it's in the 10s, you're alright.
>>
>>61920358
>Kaby lake
Add USB 3.0 drivers to 7 installer with MSI Smart tools.
Change BIOS settings to Legacy and disable secureboot, if there is a option for USB legacy mode use it too.
Done, you can install and use W7 with no problems.

>Coffe lake
No IGPU drivers.
>>
>>61920358
It'd work just fine.
>>
>>61920365
>>61920365
The 2.5" is 320gb in size iirc

Yeah it says 101 passes (even tho i typed in 100), right now it's at 2% far as i can tell from the terminal's output so i think this shit needs to run overnight
>>
how to make money, laptops are so expensive
>>
File: mkv.png (38KB, 1256x604px) Image search: [Google]
mkv.png
38KB, 1256x604px
Using mkvtoolnix gui to split part of an mkv, add subtitles and add audio. Both audio and subs are in separate files, added as source files. The split works, although a little delayed, the subs work, the audio does not. I get no sound. I've tried flac and wav, the job queue shows they're been accessed, "copy this item", "default track" and "forced track" are all set to yes. Still no sound.
>>
>>61920177
True fact of the day; Ryzen *actually* pushes more pixels on win7 than it does on win10 but kikerosoft is too salty to admit this
>>
>>61920420
Why not get a subnotebook instead, i'm planning to do the same

>almost the same form factor as a netbook
>still retains most of the functionality that a fully-fledged laptop offers

Best of both worlds rite there
>>
>>61920468
I'm just gonna ask around for a pass me down the next family reunion instead, if no one has one I guess a smart phone and a real notebook will have to do
>>
>>61920418
Lol fucking 5 passes would have sufficed.
>>
I have an old HDD that failed on my like 5-6 years ago.
How much would it be to get it fixed? I also have a lot of private stuff on there which I absolutely do not want people to see because of embarassment. Do they look at that shit? I'd rather take it in person.
>>
Why does WebmForRetards have to do this to every bluray movie? Can't I skip it from extracting all subtitles and audio? I don't need any subtitles, and if any only the english one. With audio I only need english.
>>
>>61920560
Give it to a repair shop and ask for a hardware recovery of the data, then put it on a new disk.
Repair shops don't have spare parts around and companies do not usually offer parts.
>>
>>61920420
>thinkpads
>expensive
???
>>
>>61920583
either I'm even more poor than I thought or I'm looking at the wrong places
>>
>>61920420
Get second hand.
>>61920583
New thinkpads are extremely expensive.
>>
>>61920566
use ffmpeg instead then
>>
>>61920420
what do you define as expensive?
>>
>>61920605
HAHAHHA *breathes in* HAHA *dies*
>>
>>61920604
Are new thinkpads memes
>>
>>61919175
But does that use a bridged or routed connection?
>>
So my neighbors have been complaint about our tv being too loud. We want to get a wireless sound bar to put behind the couch so the sound is closer to us and we don't have to have the tv on so loud. Is there a way to connect the sound at to our PS4, Xbox and wii via Bluetooth?
>>
>>61920613
if I can't afford it, it's expensive
>>
>>61920628
Is your house right next to theirs? How fucking thin are your walls?
>>
>>61920601
ThinkPads are cheap as chips, what you planning on doing with it? If you're just after a shitposting and chinese cartoon machine you can get a 1080p + SDD + i7 equipt T5XX for pennies.
>>
>>61920619
No, paying $1000+ for something without a dedicated GPU is stupidity.
Second hand thinkpads are a meme perpetuated by tinkerers.
It's okay if you want a multimedia/programming machine, but it ends there. 2 hour battery life and almost necessary transitioning to SSD or CPU overclocking will hinder you.
Just grab a cheap Dell.
>>
>>61916327
The file is not in the Update folder.
>>
>>61920643
>hurr what is an apartment building
>>
>>61920678
Fuck your neighbors then. What the hell do they expect?
>>
>>61920666
>he doesn't have an egpu
>>
>>61920689
Common decency and coexistance. Go back to your ghetto.
>>61920692
A waste of time and resources. Something comparable in futility of pursuit to triple SLI.
>>
>>61920666
>Second hand thinkpads are a meme perpetuated by tinkerers.
It depends what you want.

Like I say here:

>>61920663
If all you want to do with it is browse 4chan and watch videos (and keep it plugged in most of the time) there's not going to be much difference between a 6 year old T510 and whatever $3000 laptop you can buy today. My StinkPad works great for what I want it for, starts up in seconds, has a great display, great keyboard and it does all the tasks I need it to do just fine. It even fills my gaymen role brilliantly as it has fast WiFi (for 6 years ago) and does Steam in-home streaming from my desktop in 1080p perfectly. If you are wanting to do any sort of productivity work with it, then it is of course totally useless at this point, if you are wanting battery life, it is also totally useless.

It's also a nice feeling having something so cheap that you can just throw around and not have to worry about if you break it.
>>
File: 0.png (715KB, 700x732px) Image search: [Google]
0.png
715KB, 700x732px
I would like to move my domain away from Google.

What registrars offer:

a) .io TLD
b) private registration
c) an API to update a dynamic IP subdomain
>>
>>61920725
>A waste of time and resources. Something comparable in futility of pursuit to triple SLI
you must be a kike since you typed so many words without saying a single thing
>>
>>61920756
Enjoy your input delay, microstutter, and not reaching GPU peak performance.
>>
>>61920769
>input delay
>microstutter

i don't have those but ok

and i get the performance i want out of it

keep kiking it up tho
>>
>>61920789
>just spend more money to get worse performance goy
>calls others kikes
>>
>>61920789
You are a good goy, turning a gtx 1060 into a 1050. Thank you for your purchases.
>>
>>61920810
>>61920814
>more money
lmao the whole shebang cost 200 bucks
sorry if you're so poor you have to choose between eating and rent
>>
>>61920828
Great so that leaves about $130-$150 for a GPU which in the end will be about as powerful as intel integrated running off DDR2.
Good job.
>>
File: 41moLRRy+FL._SY400_.jpg (17KB, 266x400px) Image search: [Google]
41moLRRy+FL._SY400_.jpg
17KB, 266x400px
https://www.amazon.com/gp/aw/d/B06XCPQ6XJ

I found this chair for half the price but with no warranty except for 7 days defect warranty. Would it be stupid to risk it? I sat in it for a good half hour and really enjoyed it
>>
>>61920851
no i included the gtx 750ti in the 200 bucks
>>
>>61920852
Just some more info, the reason why I wouldn't have a warranty is because I don't live in a country the manufacturer supports not cause its a sketchy shop
>>
>>61920862
You mean potentially throttled 750 due to wonky power supply.
>>
>>61920852
>FIVE HUNDRED DOLLARS
>>
>>61920896
lmao keep reaching
>>
File: Untitled.jpg (883KB, 1920x1080px) Image search: [Google]
Untitled.jpg
883KB, 1920x1080px
Please tell me this is not how windows7 normally copies files. If it is, then please tell me it somehow doesn't dramatically defragment all those files.
>>
>>61920928
$200 for a shitty underperforming years-old nearly-out-of-support inferiorly architectured and inefficient graphical processing unit being powered by an arbitrary poo in loo product using underground market powersupply which takes minimum 50ms extra to talk to the CPU sounds like the worst trade deal in trade deal histroy, maybe ever.
>>
I want to install Arch with Windows. How many partitions should I do?
>>
working a salaried job without a contract liability for me or the employer?
>>
>>61920980
You.
>>61920979
1 for each
>>
>>61920979
three if you want to install other distros
two otherwise
>>
>>61920996
but why, i get paid everytime
>>
>>61920980
Both, but mostly you.
>>
>>61921009
Until you get sick or in an accident and you can't show up for work. Then you realise you are neither getting paid for work you haven't done nor are health insured.
>>
Built a new toaster and I'm stuck on something. Everything is plugged in properly and I cant seem to get even to the bios screen, something like a no-display issue. No beep sound, OS either.

Have I missed something or fucked something? Any help would be great.
>>
>>61921022
what about in the context of future employments?
>>
>>61920752
namecheap?
>>
>>61921081
Post what your build is like to start.
>>
>>61921086
You can't put that job on your resume because there is no proof you did anything.
And this will not count towards your pension, either.
Are you retarded or just making a survey?
>>
>>61921081
>no beep sound
Do you have a pc speaker to start with?
Try plugging your monitor into the integrated/motherboard display output.
>>
>>61921081
No POST can be myriad things. My approach would be to reseat all power connections first, especially CPU and mobo. If that doesn't work I'd reseat all other cables, RAM and PCI cards. If that doesn't work I'd reseat the CPU.

If none of that works then you might need some deeper troubleshooting to find a component for RMA.
>>
Just moved to a new laptop that has Win10 in it and now Firefox is not playing webm stuff as smooth as my old Win7 one. In this new one the webm just freezes in some some parts while the audio keeps playing.Funny thing is, Chrome plays webm just fine.

Any ideas, /g/?
>>
>>61921116
A8 7600
Gigabyte F2A68HM-S1
Some generic 4gb ram at 1600mhz, Patriot, 2pcs.
Zotac 1050ti and Corsair VS650 psu
And WD blue 1TB
>>
>>61921214
>Corsair PSU

Let me guess, this only happens when you plug the GPU.
>>
>>61921214
Uhh..... I don't think A8 supports DDR4 RAM
>>61921202
Make sure it runs through your dedicated GPU and tweak the power options AND additional power options, namely set the CPU clock to 100% or 9999 or whatever option it gives.
Also use core unpark v3.
>>
>>61921149
Already did and removed the GPU I have. Still nothing.

>>61921172
>>>61921081 (You)
>No POST can be myriad things. My approach would be to reseat all power connections first, especially CPU and mobo. If that doesn't work I'd reseat all other cables, RAM and PCI cards. If that doesn't work I'd reseat the CPU.
>If none of that works then you might need some deeper troubleshooting to find a component for RMA.

I have done it already and still nothing.
>>
>>61921202
Keep using Chrome. I'm serious. Sometimes hardware and software combinations just don't work well.
>>
>>61921243
He never mentioned DDR4.
>>
I've got a confidex rfid tag in my public transport card. The last revision of the cards used to be NFC based mifare cards. What's the likelihood that this has changed to something non-NFC based?
>>
File: Untitled.png (5KB, 347x183px) Image search: [Google]
Untitled.png
5KB, 347x183px
>>61921214
>>61921243
>A8 7600
>>
>>61921262
My bad, I somehow deducted that from "4GB"
>>
>>61921262
>>61921279
Never mind, this is what I get for listening to Anons without doublechecking
>>
>>61921293
What the hell is that supposed to mean?
>>
>>61916305
Absolutely, back up now if you haven't already and get a new drive.
>>
>>61921308
That before my rush to check if DDR4 RAM was supported and post a screenshot from the spec sheet, I should have checked to make sure the guy actually said he was using DDR4.
>>
>>61921322
Not sure what to say. No problem.
>>
>>61921243
>Make sure it runs through your dedicated GPU
Already in Invidia, I think.
>tweak the power options AND additional power options
All of it is max performance
>namely set the CPU clock to 100% or 9999 or whatever option it gives
doesn't know where shit is here in Lenovo, or maybe use 3rd party program?
>Also use core unpark v3.
?

>>61921253
>Keep using Chrome. I'm serious. Sometimes hardware and software combinations just don't work well.
Would love to but I'm a bit lazy to migrate everything to it from FF.
>>
Is there any way to set up an alert for when a used product becomes available on b&h?
>>
>>61921351
>I think
Check nvidia control panel. Might as well tune that shit to max performance as well.
Look up core parking.
>>
>>61921351
Anon run stress tests from Linux and check if it crashes.
If it doesnt you fucked up your windows install.
>>
>>61921322
Tried to redo everything, plugged in properly, checked the wires... on my screen, its just a blank screen, no 'no signal/no connection' text flying around. The beeper doesn't beep anything incase there might be other problems.
>>
why is it so fucking hard to find a single image for an odriod xu4 that is systemd-free?

I mean, even the archlinux arm distro for an odriod xu4 has systemd, no openrc in the repos, and they literally tell you in the forums "you cant remove systemd from arch-ARM unless if you compile your own openrc from source and create your own scripts"...

so i compiled openrc from source and installed it, but with this u-boot crap that odriod uses there is no easy way to pass kernel parameters during boot, so I cant figure out how to tell it to use openrc instead of systemd

someone please help.

I need a systemd-free odriod xu4, and would very much prefer to do this without having to be running ubuntu
>>
>>61921136
but they can issue a proof
>>
>>61921410
What is this, college?
>>
>>61921391
Just use debootstrap you muppet.
>>
Where can I start to learn about how scripts work in Linux?
For instance using one to compile a multi-file C++ program instead of constantly using bash.
>>
File: 1502824144568.jpg (80KB, 600x272px) Image search: [Google]
1502824144568.jpg
80KB, 600x272px
>>61921370
>Might as well tune that shit to max performance as well.
I did pic related.

>Look up core parking.
Looked it up, done some things. What does turning it off do anyway?

>>61921382
What?
>>
>>61921251
Make sure the switch on the back of the PSU is ON, and make sure you wired the start button right, try manually starting the computer by shorting the 2 pins on the mobo where the start button goes, you can Google for a video if you don't understand how to do that
>>
How do I mine bitcoin without specialized hardware? Profitability is not a concern; I just want to set my PC to mine during hours I'm at work.

Everything i'm seeing says you can't do it without special hardware, but only because it's not profitable otherwise. Surely there's a way to do it if you wanted, right?
>>
>>61921506
Sorry, mixed conversations.
>>
>>61921443
no?
>>
File: Untit1led.png (91KB, 1545x877px) Image search: [Google]
Untit1led.png
91KB, 1545x877px
>>61921506
It increases system responsiveness in low or mid CPU load tasks.
Also I was talking about the CPU power saving options
>>
>>61921447
what, and install multiple bootable images onto a single device?

I want a single image not some cludge
>>
>>61921385
Did you try the iGPU like I said?
>>
Is there any enjoyment in working in IT?
>>
File: 1502825172153.jpg (76KB, 413x352px) Image search: [Google]
1502825172153.jpg
76KB, 413x352px
>>61921593
The only thing I don't see here is the frequency thing.
>>
>>61921642
In repairshops, yeah, sometimes. Working with gamers is always great - playing around with their expensive toys, cleaning them, changing paste, OCing. Making sure every computer that leaves the shop is better than new.
>>
>>61921669
Are you on the latest updates?
Turn off GameMode as well if you have that in the settings. It's horrible task management.
Check your CPU clock speeds. If you don't like them, disable C1E, Speedstep, PROCHOT, etc in the BIOS.
>>
How do I save an api documentation for offline browsing?
>>
>>61914404
Android or apple? Only reason I ask is because of the google manifesto shit.
>>
>>61921674
I used to work for a repair shop on my street. It was fun, and I learnt a lot, but I was way too young to understand how basic businesses work and would refuse customers at the door if he wasn't around.
Last thing I took away from it is never open Apple products; it isn't fucking worth it.
>>
64bit win7 demands too much i5 cpu and laptop gets hot and eventually shit, say firefox or a stupid game like league of legends crashes
would it take the load off cpus if i installed 32bit win7 instead? i am willing to compromise some performance as long as it doesn't overheat.
>>
>>61921806
No. If anything it would do the opposite.
>>
>>61921806
No. The CPU architecture is designed around working with 64 bit registers. You're literally halving the space the CPU has to work with and doubling the amount of work it needs to do.
>>
File: download.png (4KB, 225x225px) Image search: [Google]
download.png
4KB, 225x225px
how do you use a gpu to mine coins?
>>
>>61921887
google
>>
>>61921887
You get software which feeds you chunks of work in order to participate in some big mining consortium. It directs all the mining work which needs to be done via your GPU. You get paid for the percentage of input you gave.
>>
>>61921887
>a gpu
don't try it with yours. gpus die in two months with the constant workload.
>>
Got new glasses with blue filter, thus far there no difference in anything.

Did i get meme'd?
>>
How do I link libraries manually in C++?
Using NP++, want to get SDL working. I don't know what the best way is to get the libraries working. Just including the whole fucking pathname?
>>
>>61921917
Really? I thought your system cracked a hash key and logs the transaction, which, if it comes back validated, pays you the bitcoin.
>>
Got one of those warnings from Comcast about torrenting copyrighted material. I know they're just warnings and (most likely) nothing will come of it, but I was wondering if there's anything I can do on my end to mask torrenting.

Always was told Peerguardian and things like it don't do anything, this true?
>>
>>61921976
That is correct. Now think about how complex the work is. And how many people are working on it. And how infrequently those payouts are scaled to occur.

By all means go it alone and probably never actually get a payout on a currency that's valuable enough to offset the cost of electricity you used. But if you're mining valuable ones like Bitcoin, you don't stand a chance. People work in mining collectives instead so that they can get a steady stream of reward.
>>
>>61922008
VPN
>>
>>61921976
That was the case in the beginning. Now it's pretty much impossible to crack a hash for bitcoin on a single GPU.
>>
i recently got this laptop
https://www.amazon.com/dp/B01M0O4296
the webcam is not being detected by anything including device manager, what do i do?
>>
>>61922008
Peerguardian is worthless placebo. You got the letter because your IP was on the torrent tracker. You'd have to block the IP of the torrent tracker to fix that. Which would break the torrent protocol if you didn't know.

Get a paid VPN. Both words there are important.
Paid.
VPN.
>>
Which browser between Waterfox, Iridium, and Vivaldi is going to give me the best performance?
>>
>>61922041
The general thing to do is go to the manufacturer website and check through all available downloads for your system/OS.
>>
>>61921768
Android, at least you can load custom ROMs on most androids.
>>61921778
Who is "he"?
>>
>>61922046
>>61922016

Qbittorrent has a setting that says something to the tune of "For connections, require encryption"

Always used "require" on my computer (and never received the notice with years of torrenting), but the other computer, that I used, was set to "prefer encryption". Would this setting make a difference?
>>
Really stupid question here, cause man do I feel like a fucking idiot. I've got $40 on Paypal, and wanting to transfer it to a pre-paid Visa Vanilla Gift Card, how do I do this?
>>
>>61922070
maybe im just stupid, but i didnt see any drivers on MSI's website
>>
>>61922129
You are still in the swarm, your ip is still being seen.

Take a look at this website
http://iknowwhatyoudownload.com/en/peer/
>>
>>61921917
how much money could you make per day with a high end graphics card?

>>61921931
seriously i thought that was a myth?
>>
>>61921931
fake news.
>>
>>61921951
Yes, you can do it with software.
>>61922051
Whichever supports your favourite addons. That's what really matters.
>>61922192
https://www.msi.com/Laptop/support/GT72VR-7RE-Dominator-Pro.html
There you go you big gaming babby. Get everything except VGA/GPU drivers.
>>
>>61922168
pls respond
>>
>>61922260
>Yes, you can do it with software.
f.lux/redshift/etc just makes the screen very dark yellow. It does nothing
>>
>>61922263
>>61922168
>>>/adv/
that is not tech related
>>
File: Unt2itled.png (622KB, 1069x809px) Image search: [Google]
Unt2itled.png
622KB, 1069x809px
>>61922273
wew
>>
>>61922216
>seriously i thought that was a myth?
>>61922230
>fake news.

>device made with a planned obsolescence to work for two years while you do tops 8-10 hours of work-gaming everyday
>will not die under heavy work 24/7
good luck
>>
>>61922273
The fuck do you think that glasses with a blue filter do?
>>
>>61922355
This. People underclock their cards and sell the cards as soon as the fans start making irregular whirrs.
>>
>>61922355
So my 2 gtx 480 fermis under ~85% average load since 2010 shouldnt be running at all?
Holy shit how am i reading this post
>>
>>61922367
Blue filters literally block blue wavelengths from entering the eye.
Turning your desktop crusty piss yellow, does not
>>
>>61922403
Well no, it just stops the blue wavelengths from being emitted from the monitor.
>>
>>61922403
>blue pixels produce less light
>less blue wavelengths enter your eye
You can also modify which wavelengths and by how much are blocked with software.
>>
fucking middle age dudes learning about bitcoins and inflating gpu prices
>>
>>61922487
Gotta keep up with the ways to get ripped off.
>>
Someone from india tried to login on my discord account. Should i be worried?
>>
>>61922555
>
>>
>>61922555

Maybe. You use that password for anything else? Change it and those too.
>>
>>61922046
>>61922016

Best VPNs to use? Everywhere I read it's all "X VPN is the best" and then "X VPN is shit" so I don't know what to believe
>>
>>61922563
Did that already. Any guesses how he could have gotten my email and such?
>>
>>61922635
shit's easy as fuck, your email is not something you keep private
>>
>>61922635
Looked your gamertag up
>>
>>61922635

Dunno. Leaks and hacks. Happens to me with Steam/Twitter sometimes, but 2-step verification always stops them
>>
>>61922635
Check here(legit)
https://haveibeenpwned.com/
>>
>>61922675
oh no what can i do to clear those breaches
>>
>>61922675
>has your credit card been hacked, enter your credit card number to find out
>>
>>61922749
make a new one
>>
>>61922749
Use a new strong password.
>>61922755
Cept it isnt a phishing site and will tell you if
you've been compromised
>>
>>61922789
OK then tell me how it works
>>
>>61922764
is getting pwned worth doing a new email
>>
>>61922817
Not him, but it's pretty simple. That site just checks leaked databases from these breaches to see if your email is in it.
>>
>>61922817
you type in your username or email, it check dumps (pastebin etc) and it checks if your email or username was in that leak
>>
>>61922838
>>61922839
Oh so it does nothing against targeted hacks, and potentially aids them.
>>
>>61922829
i mean if i got pwned is it worth doing a new email
>>
>>61922853
just change your password and do two step verificaiton with a phone or something. if two step isnt an option then change your recovery email to something else
>>
>>61922850
You're one dumb retard.
You know 4chan gathers your post data and ties it to an ip to create a profile on you. You're also using google captcha
>>
>>61922884
Looks like i'm fine then.
>>
>>61922902
Neither of which contain an email, name or other identifiable information. Fucking mongoloid.
>>
other than itunes, what should I use to convert a bunch of .alac albums to flac or 320?
>>
>>61921697
>Are you on the latest updates?
Last windows updates? yes.

>Turn off GameMode as well if you have that in the settings. It's horrible task management.
So far I have not found any game mode in this Lenovo laptop.
>>
>>61922850
Yes, it potentially aids them, by you inputting an email, which you've input into a bunch of sites and is public knowledge anyway because they're in those leaked databases probably.
>>
>>61922941
>probably
Also helps triangulate by adding extra inf
>>
>>61922926
Your ip is directly tied to your ISP account for 2 years.Everything you post is tied to your ip, which can then be queered by companies to get your user information(similar to DMCA and C&D),those companies then buy your profile from hiro(hes done it on 2ch, read any of the 10 lawsuits he is currently involved in for selling user data illegally)

Fucking stupid nigger
>>
>>61922950
It's not "extra inf", that's the point.
>>
>>61922928
ffmpeg
>>
>>61922954
Could care less about big companies. I do about targetet security breaches by one or more hackers which can have consequences instead. You know, actual damage. Moronic brainlet.
>>61922971
Of course it is, I got by at least 3 gamer tags. If I check them all, more info gets potentially linked together.
>>
>>61922999
>Of course it is, I got by at least 3 gamer tags. If I check them all, more info gets potentially linked together.
I thought it was just email, and my general example only talked about a single email address.
But fair enough, it's a legit website. And nobody that makes a website that elaborate cares about you specifically to link shit from you together. They have easier targets.
>>
I want to monitor the outside of my apartment. Have had some people fuck around with windows and shit, so would love to at least have a look in real-time and some pictures on motion or something.

Any tips for a cheap camera that can handle dark scenes decently? Ebay and such is flooded so its hard to know where to start.
>>
>>61923047
>low lighting
>picture quality
>cheap
Pick one and go with it.
>>
What the fuck am I doing wrong? The usb will work perfectly fine on my main machine but when I put it in the VM, it is unable to get drivers.

Guest addons has been download and installed, and i have rebooted.
>>
>>61923076
quality isnt a big concern, i'm not looking to prosecute anyone here, I'd just like to see if its some drunk lads knocking on windows for fun or a crazy junkie trying to smash the glass
>>
File: 2017-08-15_13-54-02.png (182KB, 1920x1080px) Image search: [Google]
2017-08-15_13-54-02.png
182KB, 1920x1080px
>>61923080
Forgot file.
>>
>>61923047
You'll need something with IR LEDs to illuminate the area. Problem is, you can't put these inside because the light will just reflect off the window and dazzle the camera. So an outside camera is better, but obviously more expensive.
You could also just try an external light source, either IR or normal. But to me that always seemed like a hassle.
>>
Get a cheap camera shell and a bunch of "This area is monitored by camera" signs/stickers.
>>
>>61923094
If you want identifiable facial features, get a true 1080p camera, not an upscaled one.
>>
Good resources for getting into Networks? Wiki doesn't seem to have a lot
>>
>>61923195
Study Network+ and take practice tests
Then move on to CCNET
>>
>>61914404
When AMD had made their fx series their point was that it was good for multi tasking. Everyone laugh at them because it was inferior.

Now with Ryzen the point is the same and now every is praying them despite intel's equivalent being better.

What the hell happened ?
>>
>>61923231
>intel's equivalent being better
You have some soup on your moustache, want a napkin?
>>
>>61923127
Very good input, thanks.

>>61923192
I really don't. I just need to see the outlines of people really.

>>61923160
This is an idea as well, but it won't make my >gf feel any safer when she hears noises
>>
>>61923281
I asked that here legitimately. The 4c8t i7 is better than the Ryzen 5 equivalent but you pay more for the extra performance. It seems normal, I don't get why it's considered shit.
>>
>>61922260

I don't have any favourite addons, first personal computer in over a year
>>
>>61923346
"single thread performance" is so 2001
Everything is multi core, multithread
>>
>>61923341
So why don't you get something to protect yourself as well?
>>61923346
>the i7 is better
>costs more
So it's not actually better since for the price of a ryzen, you wouldn't get that i7?
>>
which program (win) is the best to rip cds into high quality aac's?
>>
>>61916669
bump for this. Please. Native launcher sucks.
>>
>>61923382
dBpoweramp I think. Or exact audio copy, though I think that's outdated.
At least those are for FLACs, I'm just guessing that they also have a aac output.
>>
I need to print cd labels on a public printer. How do i make the labels so that when printing on windows i can get it to match the real life disc size when printed on A4? Because it's a public printer i can't start adjusting it there i have to have it ready so all i have to do is print it.
>>
>got ryzen 1700
what should i do now?
i just encoded a few things but there is nothing more to do /g/
>>
>>61923519
play videogames
>>
>>61923553
i was playing tales of zestiria / overmeme
could you recommend me one? got a gtx960 2gb so prob anything between 2009-2015 i guess
thought about metro 2033 / sleeping dogs
>>
>>61923598
RTS like Total War or something. Unreal Engine 4 games make good use out of any CPU.
>>
>>61923479
i see, btw is aac better than mp3 - i.e sound quality wise?
>>
>>61923656
A quick google says it is better for the same bitrate. Personally I either go FLAC for lossless or opus for lossy.
>>
>>61923684
sure I know flac is for lossless, but my music player can't do flac. Ok so aac is "better for the same bitrate" ok got it,
>>
>>61923722
Apple Encoder > FhG > Nero > FAAC
if you ever need to reencode shit
FhG bundles with winamp / probably free encoder pack by foobar2k, apple needs iTunes.
AAC VBR v6 (~256kbps it top tier btw)
Opus is transparent at 128-160kbps, so 192kbps is fine if you need to save some space. It's playable on any android too

also, i rip with foobar2k
winamp is probably fine as they have fhg encoder + gracenote so you don't need to fill all those camps / artwork and shit
there may be something more up to date, tho
>>
what do gigs on a gpu mean?
>>
File: 1492897840450.gif (2MB, 500x500px) Image search: [Google]
1492897840450.gif
2MB, 500x500px
For a programming career, should I obtain a shitty CS degree (UI, SQL, Software Development, etc) and learn mathematics on the side as an amateur, or am I better off with a Mathematics degree?
>>
>>61923952
its own dedicated RAM
>>
>>61924008
>Math
>UI, SQL, Software Development
Kek. Math is for algorithms. You don't need it for SQL and other such sludge.
>>
File: blop.png (266KB, 1082x554px) Image search: [Google]
blop.png
266KB, 1082x554px
could my intel Core i5 2500K handle this gpu?
>>
>>61924102
Yes, of course.
>>
File: IMG_20170814_162137.jpg (3MB, 3456x4608px) Image search: [Google]
IMG_20170814_162137.jpg
3MB, 3456x4608px
just bought
should i worry? seems like oxidation
Thread posts: 386
Thread images: 38


[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.