[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: 364
Thread images: 53

File: a5Np1PL_460s_v1.jpg (41KB, 460x446px) Image search: [Google]
a5Np1PL_460s_v1.jpg
41KB, 460x446px
>>
What's the best way to scan multiple video files for corruption?
>>
I need a software (for Windows), or also an online tool, for download and cut youtube video,...i only need a simple one..
>>
File: a.png (43KB, 675x258px) Image search: [Google]
a.png
43KB, 675x258px
>>59653964
something like this
note: only remuxes the file, fast, but i suppose it could miss some kinds of corruption
you could change it to decode the video/audio as well if you wanted to
this should be good enough for things like failed downloads though

for i in *; do ffmpeg -v error -i "$i" -map 0 -c copy -f matroska -y /dev/null 2> "${i%%.*}-error.log"; if [ ! -s "${i%%.*}-error.log" ]; then rm "${i%%.*}-error.log"; fi; done
>>
>>59654236
Freemake
>>
>>59654236
download: youtube-dl
cut: ffmpeg
>>
>>59654256
Thanks, but I need something more simple and for Windows,..it's for a friend.

>>59654248
Do you mean this ? --> http://www.freemake.com/
>>
>>59654300
Yes
>>
Advice please!

I previously ordered a mobo from a local vendor, received it as DOA, damaged the socket pins while repacking it to ship it back. Ofcourse they said "pins fucked -> your problem" but well send to MSI and see what happens.

Meanwhile like 6 weeks pass, i buy a replacement myself as i expected getting shafted. Today i get a mail saying "Hey , whats your address, we are shipping you a replacement"

I dont know if its from MSI or they were losing sleep over it and decided to give me a new one anyway, but since i dont need it anymore my question is: Should I ask for a refund/in-store credit or just say thanks and try to sell it online (extra hassle).

tl;dr
Should i ask for refund for a mobo they are giving me as a replacement.
>>
>>59654242
Yeah, I don't really care if it takes a long time to scan, I'd just like a pretty solid way of weeding out shit files. Will that command scan recursive directories and multiple filetypes? Will it be hard to find the errors in the log?
>>
>>59654236
youtube-dl, save as matroska.

Edit with mkvtoolnix.
>>
>>59654381
Use find with -exec for that.
>>
>>59654356
I'm sure you've got some family/friend on a shittier system.

Do the right thing.
>>
File: 2017-03-30_17-10-09.png (50KB, 1351x712px) Image search: [Google]
2017-03-30_17-10-09.png
50KB, 1351x712px
>16 svchost
How fucked am I? At this point I might bite the bullet and convert to GNU/Linux
>>
>>59654308
Thanks, I give a look at that

>>59654412
Thanks, but I need something more simple and for Windows,..it's for a friend.
>>
so is it just me or Homeland predicted clinton victory?
is it just me or they create character in show based on alex jones?
Tell me it is not just me pls?
>>
File: 1446856222496.jpg (93KB, 680x907px) Image search: [Google]
1446856222496.jpg
93KB, 680x907px
Which program or general search terms would you recommend for finding slightly obscure albums by japanese bands? I've found out about Perfect Dark so far, but there's probably a better way of doing it? Like the japanese equivalent of just searching 'bandname + albumname + blogspot'

Looking for Zazen Boys and Suiseinoboaz discographies btw
>>
File: sun-01.jpg (51KB, 640x480px) Image search: [Google]
sun-01.jpg
51KB, 640x480px
>Pic not related
I want to be a Linux user, but I don't know shit about it. Any directions?
>>
I set up a free wireless hotspot on my RT-AC66U running DD-WRT because I'm a vaguely public-spirited individual. It's on its own virtual interface and subnet, and has iptables rules to allow WAN traffic on ports 80 and 443, forward DNS requests to the main router and block everything else.

Is there any way I can set up a proxy server on my main network to take all webpages requested by anyone on the guest network and replace certain words with racial slurs?
>>
>>59654584
Just download a bunch of Distros (Ubuntu, Arch, Elementary whatever), install them to a virtual machine and try them out. Use the one you find most comfy.
>>
>>59654584
Download and install Rufus, download fedora iso. Write it to usb stick
Boot and install fedora.
>>
Need a mail client on Windows that works with Microsoft Exchange. I could use Outlook but I don't really fancy it.
>>
>>59654584
Microsoft makes a distro now
>>
>>59654381
this will do every file in the current folder, recursively
this is a lot slower, as it fully decodes video and audio tracks
this and the previous one deletes empty log files, so only ones with errors in them remain
#!/bin/bash
function check {
logname="$(basename "$1")-error.log"
ffmpeg -v error -i "$1" -allow_raw_vfw 1 -map 0 -c copy -c:v rawvideo -c:a pcm_s16le -f matroska -y /dev/null 2> "$logname"
if [ ! -s "$logname" ]; then rm "$logname"; fi # remove log if empty
}

for i in $(find . -type f); do check "$i"; done
>>
>>59654467
>Thanks, but I need something more simple and for Windows,..it's for a friend.
both youtube-dl and mkvtoolnix and available for windows
>>
>>59654242
Unfortunately that spat out meaningless "Packet mismatch" errors for most of my videos, and failed to detect the one that was half missing

>>59654837
This just randomly produced log files for some of the videos that said "(filename): No such file or directory"
>>
How do I turn off material design on desktop youtube?

Every single google hit is about how to turn it on
>>
File: Think.png (547KB, 600x800px) Image search: [Google]
Think.png
547KB, 600x800px
I have no direct connection on qBittorrent, so I can't download shit. I have tried multiple ports, but failed. How can I fix this?

What is better Firefox alternative?

What software takes off cover art of some song/album in highest possible quality?
>>
>>59655027
install gentoo
>>
is there really any other use for programming in C other than for embedded systems?
>>
I am a retard. I struggle with simple shit such as understanding functions and for loops in Python and Java. Are there any sites out there that cater to complete dumbshits like me to explain these things in really obvious ways? I'm trying grasp Python presently, so something about that would be great.
>>
>>59654929
my bad, didn't test with spaces in paths/files

try this
#!/bin/bash
function check {
logname="$(basename "$1")-error.log"
ffmpeg -v error -i "$1" -allow_raw_vfw 1 -map 0 -c copy -c:v rawvideo -c:a pcm_s16le -f matroska -y /dev/null 2>"$logname" </dev/null
if [ ! -s "$logname" ]; then rm "$logname"; fi # remove log if empty
}

find . -type f | while read i; do echo "$i"; check "$i"; done


interestingly, i ran into a weird ffmpeg issue while testing this one (https://lists.ffmpeg.org/pipermail/ffmpeg-user/2014-May/021179.html)
>>
>>59655134
Same boat (though I'm a bit further);
I recommend getting a few books, doing the Codeacademy AND Learn Python the hard way courses AND using the SoloLearn app (that's for android, dunno what else there is). Each of those starts at 0, meaning you'll go through a few different ways of learning the language, thus solidifying the core concepts first. I can up my personal collection of Python books too if you want, though they're all available for free online.
>>
Is there some sort of software that, to put it this way, takes a screenshot of music? Like something that can record whatever is being played, from say a videogame, a movie or a song on a website?
>>
>>59655331
you can do this with OBS, record with desktop audio unmuted. though doing this will always result in re-encoding and won't sound as good as the source, it's better to rip the source.
>>
I'm making a simple Go Fish game in C# using .NET

should I store the player's hand server side, or just keep it client side? what is better practice
>>
>>59655169
Dude, oh my god you're a fucking magician. I thought I was never going to find something that actually worked without having to dig through endless pages of log files every time. Fucking thank you.


It's not critical, but is there a way to exclude the error that looks like "[(filename)] Packet mismatch (20 digit number)? About 2/3 of my videos produce it, and it doesn't seem to affect their quality. It's not to hard to spot the difference because their log files end up being a few bytes vs megabytes for the actually fucked up files. I was just curious if there's an easy workaround
>>
>>59655294
Yeah, that's what I've been doing. I've found SoloLearn to be a bit shit and Python for Non-Programmers to be pretty good. I can't use Learn Python the Hard Way because I chose to learn Python 3 and I haven't tried Code Academy.

But, yes, if you have any good recommendations for Python 3, I'd like to know them.
>>
File: 1455199532595.jpg (47KB, 473x424px) Image search: [Google]
1455199532595.jpg
47KB, 473x424px
I use Free Antivirus for my Win10 PC. Just let it search for viruses and it found 19 of them. Pretty surprising as I always watch out of what I'm downloading. I don't know if these are real viruses or maybe just some data that the tool confuses as a virus.

However, I haven't noticed any problems with my PC. So if these a real viruses what are they doing? Could they be trojans or shit like that? Should I change all my passwords?
>>
>>59655508
What is "free antivirus"?
>>
>>59655441
give this a shot
filters out lines containing "Packet mismatch" before writing to log
#!/bin/bash
function check {
logname="$(basename "$1")-error.log"
ffmpeg -v error -i "$1" -allow_raw_vfw 1 -map 0 -c copy -c:v rawvideo -c:a pcm_s16le -f matroska -y /dev/null 2>&1 </dev/null |\
grep -v "Packet mismatch" |\
cat >"$logname"
if [ ! -s "$logname" ]; then rm "$logname"; fi # remove log if empty
}

find . -type f | while read i; do echo "$i"; check "$i"; done
>>
>>59655533
I meant Avira Free Antivirus, sorry.

I was just reading about those 19 files and they are not viruses but PUA (Potentially Unwanted Applications) called FusionCore.ME.2 for example. Not sure what that is, gonna do some more research
>>
On my raspberry when I, for example, restart the SSH server the console will echo something like "Restarting SSH server... [OK]". On a debian install on a PC it doesn't tell me anything at all. How do I enable these messages?
>>
Am I dumb for wanting to buy a new case? I want to upgrade my storage and my case only supports 3 hard drives and any more kills the airflow since it was designed really shitty. Are there any other alternatives that are under $200?
>>
>>59655636
>Am I dumb for wanting to buy a new case?
not really, since you have a decent reason for wanting to do so
>>
I want to [spoiler]buy[/spoiler] a Windows 7 license for a new second build.

Should I go for professional or ultimate?
Where's the best place to get a license cheap without getting scammed?

Regards,
>>
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?
>>
>>59655693
y the fuck would you buy Windows.

Microsoft Toolkit
>>
Are there any VPNs not blocked by 4chin?
>>
>>59655573
Where are they located? Generally for PUPs I'd just run adwcleaner and let it kill whatever it finds, unless there's a program you just can't live without
>>
>>59653955
For windows is there a text editor that supports a transparent background, but opaque foreground?

Wanting to put up scenic backgrounds/noise and have that as the backdrop to the text while I brainstorm
>>
>>59655636
Uh, most cases are below 200 dollars. You can buy a case and a cheap NAS with that, if the problem is storage.
>>
>>59655720
I use the computer for work and university with a shitton of other expensive uni-licensed products, I don't really want to run a pirated install.
>>
File: anon age 60.jpg (70KB, 470x470px) Image search: [Google]
anon age 60.jpg
70KB, 470x470px
I need some help with android phones since I don't use them but my family does, hope you guys can help;

1)I'd like to remove their gmail and keep it gappless, is there a way to get whatsapp updated without the play store?
It's the only app they downloaded from there

2)To remove the apps pre-installed on the phone without rooting, should I remove the updates first and then deactivate it?

3)This happened to a member of my family only.
He had sync on for photos, video, contacts and others but I checked his google account and nothing is there (album, google photos, contacts). Do they still have them or should he have to run the app and log in from it in other for the sync to actully start?
If that's not the case, what happened and why is it empty?


pls help, I don't need a smartphone cause I have no friends so I know pretty much nothing about them.
I'm really worried about the last one, I should be the one protecting them from this shit.
>>
>>59654584
YMMV but I installed arch on a laptop that I only used for personal use, accidently overwrote my windows partition, and just stuck with it for two and a half years. Made it my dedicated go-to for anything I didn't expressly need for work and learned through thousands of google searches.
I feel more comfortable with the platform, even if I still have a deep seated fear of repartitioning.
>>
>>59655366
>it's better to rip the source.
Yeah I tried that but my knowledge is lmited to "look at the website's source code then ctrl f usual media formats like mpr or avi", which doesn't give any results in this case. And the song isn't on youtube either
>>
>>59655782
1) WhatsApp can be downloaded from their site directly: https://www.whatsapp.com/android/

2) Yes, although that's not possible for all apps.

3) Wrong google account? all pictures should be at photos.google.com Dunno about this.

4) Get friends and a smartphone. (gappsless if you scared about privacy.)
>>
File: tumblr_nsc802gaKj1r5gwhfo1_500.gif (4MB, 500x363px) Image search: [Google]
tumblr_nsc802gaKj1r5gwhfo1_500.gif
4MB, 500x363px
Recently I read a bit about VPN services. I'm not torrenting anything or do illegal stuff on the internet. Is it still recommended to buy a VPN? The only shady things I do is watching porn or sometimes kill time on /b/ or /pol/ but I don't know if that could lead me to any troubles in future.
>>
>>59655830
Everyone watches porn.

So, no.

Just be careful what you search for. And just don't openly be against Hillary because they will sell you out. kthx
>>
File: 1488853846418.jpg (26KB, 300x300px) Image search: [Google]
1488853846418.jpg
26KB, 300x300px
>>59655547
Direct hit! Pretty sure that was the best answer I ever got on this thread. The depths of my video folder shall now be cleansed by the white light of ffmpeg. May the gods of fortune smile upon you.
>>
>>59655406
Server side, anything you don't want a client to theoretically have access to should be server side. If it grows in scope you may have to consider whether it's more important to have fast responses or less secure data.
>>
>>59655693
Here

What's the difference between a Product key and license? The vendors put "this is not a license" in the disclaimer and ramble about calling microsoft support with the code or some shit.

This sucks what the fuck
>>
I need help on a project euler problem...

In what combination of operators (+, -, *, /) will the numbers {1, 2, 5, 8} evaluate to the number 44?

I'm so unbearably close to coming up with the solution (literally an "off-by-one" error), I just need some extra help on this... I'm just stuck on how you could possibly get 44 from {1, 2, 5, 8}
>>
>>59655693
>>59655915
It's unlikely that you'll ever need anything exclusive to ultimate. Kinguin offers super cheap keys. You shouldn't have any problems, and even if you did it's so cheap you could buy two keys and still come out ahead.

To answer your other question, keys are a means of activating a product, and just because you can activate a product, doesn't mean you're legally entitled to it.

Just fyi:
http://pastebin.com/smjvLZN4
>>
File: satania7.png (225KB, 487x560px) Image search: [Google]
satania7.png
225KB, 487x560px
>>59655824
Pretty fast reply, thanks.

>1)
I'll just remove the gmail under Account > Google, is that enough?
Also what happens to the app/s downloaded under that account once you remove it and delete the account, they uninstall automatically?
As for whatapp, all their conversations should still be there once I install the app again since they are stored on their servers, right?

>3) Wrong google account? all pictures should be at photos.google.com Dunno about this.
I checked the gmail tied to the phone. Nothing was there and I felt relieved, but then I started getting paranoid.
Is there even a way to forward synced data to another account?

>4)
At the moment I'm more concerned about my family's privacy, they trust me.
Thanks again.
>>
>>59656054
1)
Removing the Google account is not enough. Google services will still be running.

Whatsapp doesn't keep messages on their servers. Most backups are actually done via Google Drive. However, if you don't uninstall the messages will stay.

'Disabling the playstore' will keep the Apps, I don't even know if it's possible to do.

3) No way to forward synced data, no way that I know of at least. Maybe try see if syncing is enabled for pictures and contacts in settings. If enabled go to the google photos app, and try and look for options to sync folders.
>>
>>59656054
Removing the playstore doesn't remove individual apps, although some require accounts to work. But you should be aware that it's all tied in pretty deeply, and if you try outright disabling apps it can cause a lot of issues. When people talk about going "GAPPSless", they mean installing a custom rom that doesn't include them in the first place. The google runs deep.
>>
why is bf1 maxing out my CPU Usage? 6700k

its not done this till recently
>>
>>59656204
Check to make sure it isn't just BF1.EXE (or whatever its called) You could have some background tasks eating shit up.
>>
how do I transfer files from my old (dead) SSD to a brand new samsung 850 evo?
>>
>>59656247
by restoring from your backup
you can't get files off a dead drive, it's dead
>>
>>59656247
Well if it's dead you can't access the files now can you? Certainly not with consumer-grade data recovery solutions.
>>
>>59656247
Is it "dead" as in you just can't boot to it, or dead as in you can't get a live cd to even notice it?
>>
How can I mess with a SATA port to be faulty but not completely break it?
>>
>>59656353
For what purpose?
>>
>>59656353
Plug and unplug 51 times
>>
>>59656321
when I try to boot it just gets stuck at either the login screen or the progress bar with the apple logo. I did a hardware diagnostic which told me that the drive is the source of the problem. Can I use another computer and connect both the SDDs to drag the files from one to another or is this too simple?
>>
>>59656155
>>59656169
I don't understand what I need to do then.
If I delete an account, if they actually delete it I don't know, it says I'll lose the apps which I'm fine with, since there are alternatives.
I guess I can't just keep the phone without a mail tied to it and just disable all gapps including google play service then?
The only phone I remember the name of at the moment is a galaxy s 3 neo, can it go legit gappless?

>3)
It's disabled now, before disabling it there was a message under the option stating when the last sync took place but I can't see anything in the account, not even contacts
I googled the "problem" and there were many people complaing about it not syncing, but it seems like a different issue, like it was stuck and synced only some of them
The fact that google could have picture of my family and I can't even see them disturbs me greatly
>>
>>59656386
If the drive is still at least partially working and there's no encryption in play, then yes, you should be able to pop it in another PC and copy the files over sata. If the OS you use doesn't recognize the filesystem, you might have to install a special tool to see the contents.
>>
>>59656401
https://forum.xda-developers.com/galaxy-s3-neo/orig-development/rom-cyanogenmod-13-0-s3-neo-t3500919
>>
>>59656442
Thanks a lot man!
What kind of tool are you referring to?
>>
>>59656484
Whatever comes up when you google the host OS and the filesystem it needs to read on your SSD
>>
>>59653955
/sci/ is dead so if anyone is good at math can you help me with this we have a urine with 7 balls 4 of them are black and 3 of them are white . the 4 black balls have these 4 numbers : 1,2,2,3 meanwhile the number of the 3 white balls are :1,2,2
so what is possiblity of a Successive draw with returning of 3 balls which have the same number and same colour
>>
>>59656555
>can you do my high school math homework for me
No
>>
>>59656516
I only want to transfer simple files like word documents and powerpoints so I shouldn't need that right?

Also, can I transfer something like Maple 16 or I'd have to buy it again?
>>
Does Windows Server OS work like regular windows, where you can install it and not need to put in a key, it just takes away your wallpaper in 30 days?
>>
>>59656555
0. There are no 3 balls with the same number and colour.
>>
File: 20170330_121416.jpg (4MB, 5312x2988px) Image search: [Google]
20170330_121416.jpg
4MB, 5312x2988px
So I was given this Lenovo M71z recently, free of charge. I make videos and edit on my macbook pro (i know im gay or whatever) but am often frustrated with the size of the screen. Is it worth it to use this and just upgrade the ram and etc or should i continue saving for more recent desktop/ monitors?
>>
>>59656588
You're not understanding what a filesystem is. If you're sticking a drive from a mac in another mac it's no problem. If you're sticking it in a PC, then everything on it will probably be complete jibberish to windows. It needs help 'translating' or you won't get one text document off of it. Software like Maple 16 should have a license you can use to redownload it.
>>
>>59656583
figured out it by myself. suck it asshole
>>59656611
lol i said you can return the balls to the urnine if you are interested in the solution. here it is:
(1^3 + 1^3 + 2^2 + 2^2 + 1^3)/7^3
>>
>>59656555
Successive meaning replacing I assume, because there aren't 3 matching colors that also have matching numbers.
1/7 black 1, 2/7 b2, 1/7 b3, 1/7 w1, 2/7 w2
Chance of matching is the same, ditto for third draw, so you get
(1/7)^3*3 + (2/7)^3*2
>>
>>59656670
>lol i said you can return the balls to the urnine
No you didn't.
Also, why do you have balls in fucking urine?
>>
im using postgresSQL and i wanna create a new table

so i choose my database etc and i create an empty table

but i can't edit the code of the table to add more columns etc

i dont want to use the pg's interface at creating the table to add my keys etc, i wanna write them in code

how can i?
>>
>>59654236
windows creation tools

>>59654740
Thunderbird.

>>59655039
port forward your router. google your router model + port forward for instructions.

>>59655636
every fucking ATX case under $100 have 6+ 3.5" slots.
NZXT, Phanteks, Corsair, Fractal.
just go to PCpartpicker and in the left menu you can set minimum numbers for shit.

>>59655779
doesnt matter as long as your programs are licensed.
but if you still want legit, google win 7 pro vs ult and check microsoft's on comparison chart, but in short get Pro if it's cheaper.

>>59655830
if you live in america and dont want your ISP or government to spy on your browser history, yes.

>>59656353
glue some aluminium foil on the pins

>>59656603
not exactly. just use daz loader or mstoolkit to activate.
are you going to run a server?
>>
>>59656750
>not exactly. just use daz loader or mstoolkit to activate.
>are you going to run a server?

Yeah I was hoping it was like W7 and I could just install it and be done with it, it's not like I'm ever gonna look at the wallpaper
>>
>>59656772
yeah you can do that.
>>
Alright /g/entoomen.

My CPU is a Phenom II X4 965. GPU is GT 640 (shut up). I am going to obviously upgrade the GPU. I was thinking a 1050 Ti 4GB or an RX 470. I am leaning heavily toward the 470.

Any reason to go for the 1050 Ti over it? More reliable....? My buddy at uni (who I just spoke with) is a self-ascribed AMD fanboy and said to go for the AMD.
>>
I need some advice on midrange android phones.
I currently have a Galaxy S 3, rooted and running Ultimamod, but it's finally starting to crash and die on the regular. I don't want to get a top of the line phone, just something that will be noticably better than my current one.

Any advice on what brands to look at and where to buy in the UK?
>>
File: 1490532363318.jpg (33KB, 550x509px) Image search: [Google]
1490532363318.jpg
33KB, 550x509px
>>59656482
Ok, I'll look into it.
What about just disconnecting your device from the mail in the meantime? Would it be safe?
I'd just have to update whatsapp manually through the browser here >>59655824
, or should I use whatsapp updater that is on fdroid?
Wish there was a way to know for sure what the fuck happened with the sync though, in you guys opinion do they have them?
I hope not
>>
>>59656808
>>>/g/spg

>>59656801
>>>/g/pcbg

is it really that fucking hard to search the god damn catalog for before you fucking post?
>>
>>59656822
:)
>>
>>59656822
Don't get so mad, the phone questing was acceptable buy discouraged.
>>
>>59656822
Ta, apparently I'm blind
>>
I use CCCP. I am reinstalling Windows today and was wondering if just going for vanilla MPC-HC would make the experience any different? I'd rather use MPC-HC instead of installing all of the stuff that CCCP includes, but if CCCP makes watching girl cartoons that much better I'm unsure.
>>
>>59656801
>RX470 vs 1050ti
Just grab the AMD. The other card isn't even worth looking at.
>>
>>59657008
klite codec standard build makes life good
>>
>>59657008
Vanilla MPC-HC is shit. I'd suggest to just install mpv with a decent config, opengl-hq should be fine if you don't care that much.
>>
>>59656381
Rather not say.

>>59656383
You sure?

>>59656750
Kek'd
>>
>>59657008
>but if CCCP makes watching girl cartoons that much better I'm unsure.
no it doesnt, stop downloading shitty fucking releases from shitty groups and you wont need retarded "codec packs".

>>59657035
fuck off codec pack shiller

>>59657113
>kek'd
at what part?
>>
>>59657121
Glue aluminum foil on the pins. I know it could work but that could be visible and somewhat hard to do.
>>
>>59656790

Yeah but I mean as a pirated copy, it's not gonna start shutting shit off after 30 days is it?
>>
>>59653955
I was going to try and use this
https://github.com/jmopr/job-hunter
but then I found out I'm retarded and have no clue what I should be doing
>>
>>59657113
SATA spec is only rated for 50 cycles
>>
how 2 get good at vim when the keys are so unusual?
>>
>>59657168
50 cycles?
>>
>>59657146
no

>>59657139
ah. just turn off SATA in the BIOS?

>>59657186
plug/unplugs
>>
are niggers human
>>
>>59657224
Has to be physically somewhat messed up, can't just disable it.

Is it really only 50? That is nothing.
>>
>>59657244
are you human?
>>
Does a browser based free VPN hid what websites you browse from your ISP?
I don't care if my ISP sells the fact that I browse normiebook once a day, I just wanna hide my weird porn
>>
>>59657300
no, never trust "FREE" VPNs, they sell your info.
>>
>>59657300
Yes, but the VPN is selling your info instead.

Don't use a free VPN, moron.
>>
File: Goldenface.png (223KB, 300x300px) Image search: [Google]
Goldenface.png
223KB, 300x300px
>>59656750
Can you answer other questions?
>>
>>59657375
Maybe if you tell me who the fuck of those 10 posts i replied to you are.
>>
>>59657397
Shh. Sorry. I didn't mean it. It seems that you are the only brainer.
>>
>>59657286
are you a nigger
>>
>>59657184
practice until you are used to them?
>>
>>59656811
Last little help
>>
>>59653955
>A graphics window
> gui libraries
I'm having a bit of trouble finding good GUI libraries for OS X... There's a weird error that won't allow me to install wxWidgets on Sierra, so I'm choosing between this library called "JUCE" (not sure how good it is/how to use it and FLTK

Which one do you recommend I learn for the text editor project?
>>
What are recommended books to learn proper coding/get better at coding?
currently in an education, have done c, c++ and sql, c# and java coming up
>>
>>59657256
how often do you plug/unplug an internal hdd before it dies or is replaced?
it's not an external device, most sata hdd's are only plugged in one time ever
>>
What's a good way to connect another external screen to my laptop?

I've seen some of those cheap usb graphics cards in action, and they couldn't even play a video above 10 fps, so I'm kinda sceptical. Also, my laptop has optimus, and I'm running Arch.
>>
Will setting up a router to send the whole house's internet activity through a VPN like PIA cause significant problems for gayman?
>>
>>59657884
it will add additional latency
how significant it is depends on a few factors
>>
>>59657884
yes, almost unplayable latency vene with a good VPN
>>
>>59657866
laptop model?
>>
I can't tell if my gpu is fucked or if my psu if fucked.
psu powers on fine when gpu is taken out but fucks up when gpu is in, had them both for 3 years and after a blackout this started happening.
what do
>>
What kind of a build would be power-efficient and strong enough to run pfsense for a home network?
>>
>>59657936
psu model?
gpu model?

>>59658001
core2
>>
is it possible to do something like this
$x = 'Dog';
$x::create(

it would equal to Dog::create, obviously.
I did try that exact approach but laravel threw a "class not found"
>>
>>59658017
Corsair CX750 - psu
msi R9 280X GAMING 3G - gpu

when i plug in the gpu and attach the psu cables, the computer wont even start up right, keyboard and mouse both unresponsive, no ding to let me know windows booted up.
Only the gpu fans go to tell me its getting power.
with it out everything literally works fine, checked voltage in bios and nothing seems out of the ordinary.
>>
>>59658077
>CX
my bet is that shit broke. dont skimp on the PSU next time, faggot
>>
>>59658094
>skimp
is corsair bad?
I thought 750w was a lot.
>>
>>59658043
okay.. it started working after I stuck \App\Dog on $x instead of just using the namespace
>>
>>59658126
no but CX models are worse than the other corsair stuff.
>>
>>59658043
jesus christ, what language allows this in this way
>>
>>59653955
Is it possible that someone at apple at some point has replaced vim with other text editor, but hasn't been able to get rid of old habits?

>insertMac
>insertPhone
>insertPad
>insertPod
>>
What's the easiest way to download and crack Windows XP nowadays?

>inb4 end of life
it's for my grandma without any internet connection. she only uses it to play solitaire
>>
>>59657866
>>59657935
It's a Dell Inspiron 7559: http://www.dell.com/support/home/us/en/19/product-support/servicetag/F75Q1D2/configuration
>>
>>59658193
it's just PHP
>>
>>59658247
Why XP? Just get install 10 and put a shortcut on the desktop. You dont even have to activate it.
>>
Can i test a motherboard over a box?

Or is it necessary to test it inside a casr?
>>
how can I turn
\App\Http\Controllers\CourseController

into
\App\Course
in php? is someone here a regex expert pls..
>>
>>59658334
Yes, on top of the motherboard box is the best way to test it. Dont put it on the anti-static bag.
>>
>>59658298
Because it's a shitty netbook with 1GB RAM and up to this point she has been using Windows 98 on her old computer which broke this week after almost 20 years lol

And newer Windows always have stupid pop ups and what not even if you don't connect them to the internet, and that would confuse the crap out of her.
>>
>>59658355
Ubuntu / Mint
>>
>>59658376
that doesn't answer my question

I want to get a Windows XP ISO so my grandma can play solitaire, not install linux
>>
>>59658396
There's solitaire on Linux, it uses less resources than Windows, and it's not out of date.
>>
>>59658436
I'm not sure if she'd know how to use it

and I never figured out how to install things on linux

so if you don't have anything to say, maybe someone else can answer my question:

>how do you get a windows XP ISO today?

ty
>>
>>59658475
just put a fucking shortcut on the desktop since that's all you said she does on it.

>and I never figured out how to install things on linux
learn to google.

>how do you get a windows XP ISO today?
stop being retarded and just get a linux distro, it will run better than xp and you dont have to hunt a fucking ISO that's not infected.
>>
>>59658475
magnet:?xt=urn:btih:673295c789c408eee24f7278684bb6ca15f0e45a
>>
>>59658566
hurr durr

>>59658570
what does this do?
>>
>>59658612
>what does this do?
it's a magnet link, "add" it to a torrent client to download windows xp
>>
>>59654462
normal...

more important to look at resource consumption of an individual process that shouldnt be using so much
>>
>>59658612
>>59658677
Dont download that link. It's mustard gas.
>>
>>59656620

u should reroute teh encryption
override the mainframe
backdoor the daemon

post results..
>>
>>59658346
Shouls i put the HSF while its over the box or once it is inside the case?
>>
File: linus_dramatic.png (911KB, 984x914px) Image search: [Google]
linus_dramatic.png
911KB, 984x914px
>>59658775
it's easier outside the case, especially if you have a big aftermarket cooler that leaves little room for your fingers to connect the fan to the mobo fan header.

>>59658612
>wants to install XP on old solitaire shitbox
>doesnt know how to get ISO
>doesnt know what a magnet link is
>doesnt want to install linux even tho it would be faster and easier
>doesnt know how to install a program on linux
please go away
>>
Can i use my Logitech 2+1 speakers on my zenfone 6 safely? I am afraid of burning my phone but also want to listen music decently...
>>
>>59658396
you know, there's this other thing you can get, made specifically for playing card games
your gradma's probably old enough to have heard of them
>>
>>59658247
windows xp is not secure enough for use if you have a fresh install and connect to the internet
>>
I've got an old desktop from early 00s, with on old IDE HDD that contain important data, that need to be retrieved.

The desktop can't stay turned on for the file transfer because it shutdown randomly, either mobo or PSU fault.

What would be the best way to retrieve the data before decommission the desktop?
>>
>>59659093
One of these?

https://www.newegg.com/Product/ProductList.aspx?Description=IDE%20to%20SATA&Submit=ENE
>>
should i buy?
i only need it to run for 1 year
http://www.ebay.com/itm/AMD-Radeon-HD-7770-1gb-/302249547723?hash=item465f7a17cb:g:1NIAAOSwdGFYxIg1
>>
File: switch1.jpg (77KB, 1111x625px) Image search: [Google]
switch1.jpg
77KB, 1111x625px
Quick stupid question.
It's not matter to which port I conect the cable with internet connection to a switch, it will give this internet connection to all the resting ports.
I am right?
>>
>>59658247
Use POSReady 2009, you will have zero compatibility problems with drivers etc as it is XP and is still patch supported.
>>
>>59659257
yeah
>>59659243
>buying used parts
>>
I want to learn how to use things like Active Directory, Exchange,SQL, and other basic IT Tech shit but I don't want to go out and buy a server/the programs just to have access to the programs so I can fallow along with the book or youtube vides that show you how to use the programs.

What do?
>>
>>59659209
>>59659093
these are cheaper
https://www.newegg.com/Product/Product.aspx?Item=9SIA67038S6275
>>
>>59659209
I've got this http://a.co/9xPdHCb but the reviews are making me paranoid.
>>
File: 1486865781960.png (169KB, 750x750px) Image search: [Google]
1486865781960.png
169KB, 750x750px
How stable is gnu/linux on multiple screens? I have like 5 monitors and I want to go deep ball on it.
>>
File: kpro.png (9KB, 640x400px) Image search: [Google]
kpro.png
9KB, 640x400px
>>59659259
or he could go to the dump, pick up a 30 year old pc, and run a dos solitaire game on it
>>
>>59659342
use VM's
you can run multiple VM's on one machine, and you can connect them to their own shared virtual network

learning how to use VM software is an increasingly important skill in IT anyway, so don't think figuring this out is wasted time
>>
File: 64321659.jpg (112KB, 573x572px) Image search: [Google]
64321659.jpg
112KB, 573x572px
>>59656801
>mfw i have a sightly weaker CPU than your (955BE) and bought the beast-est 1070 (AMP! Extreme Edition)

Pick the 470 if you believe AMD can squeeze the most out of it with future drivers.
>>
Is there a way to stop pending updates on Android(Nougat)? I could have sworn I turned off automatic updates, both normal and security, but one showed up anyways. It's rooted, so it'd probably be a bad idea to let it through, right?
>>
>>59659353
Eh, 50% 5 star reviews. Looks like you have a decent chance of it working. If it doesn't you can always send it back. I hear Amazons return policy is good.

>>59659362
Looks pretty good.
https://wiki.archlinux.org/index.php/Multihead
https://wiki.archlinux.org/index.php/Extreme_Multihead
>>
>>59659362
linux (X11) has has multi-head support longer than windows has
>>
>>59659527
Damn, that seems wayyy more complex than windows and lots of things to do. Oh well, thanks for the links though.
>>
What's the best way I can hide my traffic from my ISP? /pol/ belongs in /pol/ but if the new resolution passes, well, I want to get off the grid.

I long since switched to using chromium, I'm thinking maybe just routing everything through a proxy?

If so, what are my best options?
>>
>>59659093
IDE SATA adapter
>>
>>59659423
But how to get copies of Active directory, exchange, etc? Are there free versions of it?
>>
>>59659659
Yeah, I feel like setting up synergy to fix >>59657866 now.
>>
How does Bitlocker work?

I really have no clue. I have it on. Yet.. what? I can access the hard drive without any keys or passwords, never written them anywhere.

Only time they were asked was when I cleared TMP.

but if my PC is stolen, the Bitlocker is fucking useless shit?
>>
>>59659688
active directory is integrated into server editions of windows, exchange is a separate product
both have trial periods which are suitable for testing out in VM's
>>
>>59659718
dont you enter password when you are logging in? On boot?
>>
>>59659527
>If it doesn't you can always send it back.
If it doesn't work then I'll end up with dead HDD.
>>59659667
Can't find it anywhere near me.
I should have made the switch when SATA became relevant.
>>
>>59659660
use https
IPS will only see you go to 4chan.org
not where or whats inside your communication
chill
>>
>>59659760
No. I don't use password right now. There's no fear of my PC being stolen.

I know when I use Veracrypt I need always to write shit down
>>
>>59659806
https://www.tenforums.com/antivirus-firewalls-system-security/30179-installed-bitlocker-does-not-ask-password-computer-start-up.html
>>
>>59659660
move to VPN.
VPNs are piss cheap.

>Resolution passes.
You realize it was in effect since fom last October. Did you worry about it before last October?
>>
There was a guy who made a website where you could search for pornstar look alikes by uploading a picture of anyone, what was his website called?
>>
>>59659772
>cant find it near me
order online then?
>>
>>59659817
Wow, that is a cool fucking link.

Wonder why MS hid that option to Group Policy.. brb enabling that shit.

Thank you my man
>>
>>59659731
>>59659423
so what, I get the free vsphere hypervisor esxi, find some pirated version of server 2012r2 and install it onto the vm?
>>
>>59659840
>order online then?
I live in Islamic federal parliamentary republic country.
Ordering online isn't cheap since you have to order through government approved third party and rarely get what you want.
>>
>>59653955
>be me stay at campsite using t420
>decide to leave it while going to the store
>come back few hours later
>laptops gone
>reeeeeeeeeeeeeeeeingintestifies.gif
>figure out the dumbasses didnt get my charger just the laptop
>go to best buy tomorrow and get open box laptop a good asus but it got stuck on wangblows 10 boot up for the first time
>go back to best buy next day and decide to get an hp
>hp laptop has amd a6 core and a4 for graphics price 229 plus tax out my asshole

did i do good the lenovo with the i3 was 329 dollars
>>
What are some things that I should consider before making a mobile app?

Who could be my internal and external stakeholders?

Which languages do android apps use?

Do I need to contact google to get authorization or something?
>>
File: 1486296803667.jpg (152KB, 640x720px) Image search: [Google]
1486296803667.jpg
152KB, 640x720px
>>59659806
>passwordless disk encryption
how convinient!
>>
Is there a good Windows 7 loader that doesn't require MBR?
>>
>>59660130
magnet:?xt=urn:btih:3558cc5a599841b3baa98d960e259caa66748e6d&dn=Windows%20Loader%20v1.9.6&tr=udp%3a%2f%2fexplodie.org%3a6969&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969
>>
File: sadpeperetarded.png (51KB, 657x527px) Image search: [Google]
sadpeperetarded.png
51KB, 657x527px
What do I need to do or learn to be like Mark Zuckerberg or Steve Jobs?
>>
Currently trying to learn blender to shitpost properly... Let's say I have the video "Cube.mov" that is about 9 seconds long, and a song that is 15 seconds long... How would I go about "looping" the video (because there are parts where looping at the appropriate time would make the video loop smoothly)
>>
File: 1234443297_ken_park_suicide.gif (1MB, 320x234px) Image search: [Google]
1234443297_ken_park_suicide.gif
1MB, 320x234px
Why the fuck can't I post new threads when I use appchan?
no matter what browser I'm using, when I hit post it just counts down from 2 and doesn't do anything
appchan dev's fix your shit
>>
>>59660167
ctrl-c
ctrl-v
>>
>>59660191
which captcha do you get when you try? the older one can cause issues with making threads.
>>
>>59660222
I'm using v1
>>
File: 1375625310387.png (37KB, 426x665px) Image search: [Google]
1375625310387.png
37KB, 426x665px
In Java, if I had two parallel processes running at the same time. One going from 5 to 10, the other trying to go from 5 to 0, what's the highest and lowest possible value the counter could get to?
>>
>>59660145
Thanks, but can I have some sort of source for this being valid shit?
>>
>>59659818
Know of any good VPNs that exclusively encrypt a single device's traffic? I'm looking to strictly encrypt my own PCs traffic.

Of my two roommates, one watches Netflix a fuckton, the other does a shit ton of console gaming. So doing a network wide VPN isn't an option.

Didn't know it's been around since October though. Started Uni in August for Engineering, so between school, work and a complete removal of SM of my life, I might as well be living under a rock.
>>
File: captcha.jpg (106KB, 897x411px) Image search: [Google]
captcha.jpg
106KB, 897x411px
>>59660228
yeah revert that

>>59660241
it's from MDL forum, confirm checksum yourself.
>>
>>59660207
That copy+pastes the clip in the same area, which is fine, but I want to start the clip about a half-second in before the first one ends

Also... Is there a way to "zoom out" to get larger time intervals in the bottom? Having a two-second window is kind of impractical
>>
>>59660098
>Who could be my internal and external stakeholders?
>>>/biz/

>Which languages do android apps use?
Java. I'm sure there are ways to use something else, but it's mainly Java.

>Do I need to contact google to get authorization or something?
Yes, to get on the play store, but it's not like Google does quality control. There's a (relatively) small fee too.
>>
>>59660272
install VPN software only on your PC instead of setting it on the router.
>>
Which is a good search engine non botnet to use with my recently installed firefox nightly?
>>
>>59660317
Google.
>>
>>59659836
>anyone?
I'd like to know that aswell
>>
File: go-back-to-reddit-5857cfe361add.jpg (42KB, 800x820px) Image search: [Google]
go-back-to-reddit-5857cfe361add.jpg
42KB, 800x820px
>>59660365
nice joke m8
>>
>>59659987
Install linux and use xen / kvm, then create a virtual bridge and connect all your VMs to said bridge.
It's the best virtualization software there is, unless we count bare metal, then only xen may help you.
>>
>>59660236
The word in the picture means elephant in arabic.
>>
>>59660402
Nigger, they're all botnet.
>>
>>59660148

ahem...
>>
>>59653955
is it a botnet now, or still safe to use?
>>
Is there a monitor with speakers that isn't a meme? I'd like to use it as a second screen for a laptop as well as for my ps4 and switch.
>>
>>59660546
not unless you get a TV, which will suck anyway
use a stereo receiver
>>
File: 1452128778475.jpg (128KB, 500x333px) Image search: [Google]
1452128778475.jpg
128KB, 500x333px
>Open a long thread on firefox with 4chanX
>0x0000000EA bluescreen
Happened twice already. Is my stupidity killing my video card?
>>
I want to learn programming but I don't know a good first step. I've decided Python would be a good first choice and played some lessons online with it, but I was wondering where I go from here? After the lessons are done, I feel like I didn't learn anything at all.
>>
>>59660557
How's that work, you plug everything into it and then plug it into a monitor?
>>
File: 1490110910564.png (167KB, 652x422px) Image search: [Google]
1490110910564.png
167KB, 652x422px
>>59660402
I use startpage, it takes google results but they are not tailored to you because they don't track you around the web.
There is also searx.me, a metasearch engine.
For another botnet, I'd suggest Yandex if you are a weeb, Russians love anime and their reverse image search works great for manga it seems, so you can use that instead of the google one.
>>
File: cover[1].jpg (51KB, 400x579px) Image search: [Google]
cover[1].jpg
51KB, 400x579px
>>59660594
>>
Is there a way to allow a user in windows 10 to allow a standard user to run programs which require admin privileges? IE "Allow this program to make changes to your computer" ==> Yes ==> Please enter admin password.
>>
>>59660604
if you want to plug that many things into a TV you can, TV's just suck as monitors
TV's also don't come in smaller sizes
>>
>>59660623
I'll see what I can find for that book. Thanks.
>>
>>59660604
plug speakers into stereo receiver and plug audio output from source device into stereo
>>
>>59660631
Right I'm not interested in a TV, I'd like a displayport for my laptop.
>>59660659
Oh I see, so for the consoles I'd need a splitter of some sort, this is starting to get expensive, thanks for the info.
>>
How do I change the download location for 4ChanX?
>>
>>59660546
There are monitors that are good that happen to have speakers in them. They're generally shit speakers though. Some also just have an audio jack out in case you want audio over HDMI or something. My AOC G2460PF has speakers.
>>
Asking for answers/suggestions again since the question kind of looks like a reply if you glance over it.

>>59655748
>>
Any way to pay for MEGA subscription through Paypal? Seems impossible.
>>
Does Ryzen support Windows 7 or is it Windows 10 only like newer Intel platforms?
>>
Are there any significant performance differences between linux and windows?
>>
>>59660818
Win10.

>>59660781
They don't have a PayPal option, so no.
>>
I have a problem in Windows 10. Everything works well but whenever I mouseover or drag icons from my desktop it lags and my CPU usage goes up to 20%.

I googled it, plenty of people seemed to have this problem but no solutions could be found. Help please? It's really annoying.
>>
how dumb would it be to not pay cash to get a giftcard to pay for pia?
>>
>>59660994
quite dumb if you dont want them to be able to track you.
>>
File: test4567.png (25KB, 654x278px) Image search: [Google]
test4567.png
25KB, 654x278px
Anyone?[/code}
>>
>>59660095
anyone
>>
>>59661084
You mean the truth table?
>>
File: test1243.png (121KB, 909x435px) Image search: [Google]
test1243.png
121KB, 909x435px
>>59661146
I'm honestly not sure, I don't think so?
>>
File: 20170330193839_1.jpg (291KB, 1920x1080px) Image search: [Google]
20170330193839_1.jpg
291KB, 1920x1080px
>>59653955
how bad it is?
>>
Hi guys! Quick question, please.

I'm having issues on transmission (Debian 8 stable) because it can't handle special characters in directories. Such as

>(11) Songs
>[SoS] Pictures

So I tried to google to research about the locales and I got nothing. Someone would point me in the good direction to change the locale for the system so transmission can understand that files?
>>
File: shekelberglampshadestein.jpg (91KB, 809x1080px) Image search: [Google]
shekelberglampshadestein.jpg
91KB, 809x1080px
What's the best dark Windows 7 Theme?

Looking for minimalistic and sleek.
>>
>>59661265
to what kind of partition are you torrenting? ext4? ntfs?
>>
>>59661265
why dont you just rename the directories?
>>
>>59661265
Transmission CAN handle special characters, your setup is lacking.

Check your locale
>>
>>59661289
Ext4 right now.

>>59661294
Because Transmission won't download anything he can't understand it. The issue is the torrents are not even veryfying because of the format.

>>59661314
I though it was that. Which locale should I have have to handle them?

Adding info, I can enter to directories with special characters if I quote them with ''. For example

 ls '(rd295)+SpeedPluss'/
>>
>>59661170
Looks like quantum logic gates.
>>
>>59661349
No this is the toffoli gate.
>>
File: 1489467540393[2].gif (2MB, 343x297px) Image search: [Google]
1489467540393[2].gif
2MB, 343x297px
>>59661084
>>59661349
Any idea how to approach them? I've got Matlab, could I just multiple the truth tables for the 3 gates there?
Do you happen to know the truth tables for the gates there? I'd appreciate it
>>
File: vogel.jpg (7KB, 259x194px) Image search: [Google]
vogel.jpg
7KB, 259x194px
>>59661268
PLS RESPOND
>>
>>59661435
>didnt even wait 15 minutes
fuck off, kid.
>>
>>59660272
Make a PiHole with a VPN.
Put between you and your private browsing computer of choice.
Do this exclusively for your dirty stinkin porn habits you pervert.

It WILL be slightly slower, but that is the price you pay for cheap privacy.
You can try some other small computing device that lets you install your own software, or even a router between your shared router and your computer, then install some custom router OS.

Either that or start visiting McDonalds / Starbucks more.
>>
File: recaptcha.png (27KB, 319x130px) Image search: [Google]
recaptcha.png
27KB, 319x130px
Where come from the letters and images of recapcha?
>>
>>59661488
books and street view
>>
Whats up /g/
I need 2 100W 3.6 ohm resistors. I'm building a zobel network and I need the values to be around 5% tolerance.
1-2% is better of course as It is for audio applications (aka audiophile meme). This merchant doesn't have it in stock.. what to do?
https://www.amazon.com/Cutequeen-Aluminum-Wirewound-Chassis-Resistor/dp/B01N5MFDY1/ref=sr_1_1?ie=UTF8&qid=1490910478&sr=8-1&keywords=3.6ohm+resistor+100W
>>
>>59661505
Is a real human collecting it or a bot?
>>
File: fuck you finger asian.jpg (79KB, 960x960px) Image search: [Google]
fuck you finger asian.jpg
79KB, 960x960px
>>59661466
Are you upset?
How about you respond instead of wasting both of our time
>>
File: ratte reibt die hände.jpg (67KB, 604x604px) Image search: [Google]
ratte reibt die hände.jpg
67KB, 604x604px
>>59661536
>buying electronics from Amazon
OHOHOHOHOH
>>
>>59660098
Do you have $25 for the Google Play one-time fee?

Do you actually like programming?
Really?
Even Java?

Do you have a mobile and tablet for Android?
If not, be sure to have both, or find a testing service online, or a friend.

As for ideas, go through a category, find popular apps.
Write down these apps in a loose list.
Smash apps together.
Sound good? Write up a basic summary of the app.
Still sound good?
Do a basic prototype.
Still sound good?
Let your friends and family see it.
If they like it, make it.
If not, shelf it as low priority, if you like it, maybe someone else will some day.
Unless you don't care about money, in which case still make it, niche interests generally pay more. (and actually pay instead of pirating)

Try donationware, ad-supported (no fucking pop-ups) and premium version that simply has more of [thing] or supports [more things].
But don't put shitty restrictions on free versions, it only pisses people off. They will pirate if you do douchey stuff.
>>
>>59661592
digikey and mouser dont have shit in stock
>>
>>59661342
>>59661265
Little bump. Thanks fellas.
>>
>>59661553
they can books and street view is a car driving around with 360 camera

>>59661577
no one wants to help a self entitled little bitch that has zero patience.
>>
>>59661621
scan books*
>>
Looking into doing a coding boot camp of sorts, took some programming in high school and want to get a good job in the field. Is this a better option than college? Here is the link below.

https://wecancodeit.org/
>>
>>59656620
you're gay or whatever
>>
>>59657300
Stop listening to freecodecamp and their shitty advice. Get a real VPN, not fucking Opera like those dipshits suggest.
>>
>>59653955
does using 'dd' or 'cat' to clone a hdd to ssd also copy the boot information?
>>
Bump please. >>59660965
>>
>>59661743
if you copy the entire thing, and not just a partition, then yes
>>
>>59660095
No you didn't "do good", you left your laptop literally outside and let Tyrone steal it you retarded faggot. You shouldn't be allowed to own a laptop. Also, an i3 for $329? Holy shit you're an idiot.
>>
>>59661756
so cat /dev/sda > /dev/sdb?
>>
>>59661768
yes, that's valid

sdb will appear identical to sda when it's done
if sdb is bigger, you may want to open up gparted and resize things so they use the available space (the size of the partitions won't change, so you'll just have new unallocated space at the end)

ps. if you want a progress bar, check out pv (pv < /dev/sda > /dev/sdb)
>>
>>59661768
dd if=/dev/sda of=/dev/sdb
>>
>>59661803
this is also fine, but you'll want to also specify a larger block size, the default of 512 bytes just slows things down on modern disks
>>
>>59661802
>>59661803
>>59661836
Thanks
>>
>https://www.amazon.com/250GB-Inchs-Drive-Laptop-Notebook/dp/B0087HHBXM
>https://www.amazon.com/Sabrent-2-5-Inch-External-Aluminum-Enclosure/dp/B00E362W9O
Can I use these together to make some offline storage.
>>
>>59661898
yes but it's not really cheaper than buying a compete product.
>>
>>59653955
>dban.org
>While DBAN is free to use, there’s no guarantee of data removal.
What the fuck is this shit?
>>
>>59661937
I'd like the hands-on experience of toying with one.
Which is my excuse over being too lazy to find a cheaper alternative.
>>
>>59661955

"don't try to sue us"
>>
Is there such a thing as a touchscreen adapter? Like a physical overlay you can mount on your monitor to give it touchscreen capability?
>>
File: help.png (55KB, 868x351px) Image search: [Google]
help.png
55KB, 868x351px
Anyone have any idea what this is even asking? Because I don't
>>
File: a.jpg (17KB, 556x409px) Image search: [Google]
a.jpg
17KB, 556x409px
>>59661983
of course, touch screens didn't start off integrated into monitors
>>
so ram timings have something like

15-15-15-30

But there are actually 5 timings?

CAS latency
RAS to CAS read delay
RAS to CAS write delay
RAS pre time
RAS ACT time


is the RAS ACT time always double CAS?

what time isn't shown in the x-x-x-x meme? the ras pre time?
>>
Anytime my laptop has to 'search for updates' it gets stuck searching forever. It seems to only affect Windows Updates, HP updates, and anything that requires searching for updates. However I can still download files manually form the internet and visit websites. I can even update Malwarebytes.

What gives?
>>
>>59661955
legal shit
>>
>>59661898
>https://www.amazon.com/250GB-Inchs-Drive-Laptop-Notebook/dp/B0087HHBXM

Don't get that. Get a 3.5inch one.
2.5 drives are generally shittier, even with all this super duper fancy tech to prevent damage from vibrations in laptops.

Likewise with the enclosure. And make sure it is a good enclosure.
Although if it is a backup drive, vibrations won't be a huge issue. However, if you have long sync times, make sure you get a cooled enclosure.
Hell, you can just use a totally bare connector and no enclosure if it is infrequently used, just get a case for the drive to make sure it isn't left electronics out in the open.

This is why I fucking hate hard rives. So shit.
Bring back Zips. They are just as capable of the same densities without the guff electronics.
We can align RW heads to nanometer precision too. Printers are more fucking advanced than hard drives are!
Generic platter design and not-shitty platter quality will remove the need for drive-unique firmwares and for dealing with shitty remapping.
But hey, CAPITALISM. Can't make too perfect a product, damn fucking commies.
>>
>>59661649
Bootcamps are worse crapfests than for-profit colleges. After you're done the best job you can get is a webdev for your local mom n pop grocery, but when the website is done you're out of a job again.
>>
>>59661342
>>59661289
Won't bump again. Thanks in any case.
>>
>>59662013
I think the answer is even on the Wikipedia page dude.
>>
>>59662032
thanks anon, I didn't realize they were called 'touchscreen overlays'. I wonder if I can find a laptop version
>>
>>59653955
What's the best Custom PC?
>>
https://www.amazon.com/gp/product/B0047HNEM8/ref=ox_sc_sfl_title_1?ie=UTF8&psc=1&smid=A1NTGNIUGGB69R
Is this good or too true to be true? Seems a little cheap, and it won't send to a PO box.
>>
>>59662115
Could you link me to the page? I genuinely don't know what I'm looking at here
>>
>>59662156
https://en.wikipedia.org/wiki/Hadamard_transform#Quantum_computing_applications

>One application of the Hadamard gate to either a 0 or 1 qubit will produce a quantum state that, if observed, will be a 0 or 1 with equal probability (as seen in the first two operations). This is exactly like flipping a fair coin in the standard probabilistic model of computation. However, if the Hadamard gate is applied twice in succession (as is effectively being done in the last two operations), then the final state is always the same as the initial state.
>>
>>59662188
Thank you so much
>>
If I create a live linux system on a USB stick to use as a portable system, what kind of speeds would I need for an acceptable user experience?

In particular, do I really need good write speeds, or not necessarily since most of the work is going to happen in RAM anyway and the USB will only be written to when explicitly saving files - or is this wrong and will low write speeds negatively impact the general responsiveness of my system?
>>
>>59653955
I cannot lock my screen on Linux Mint XFCE (ctrl + alt + l) isn't doing anything.
>>
Anyone know a program that would press a specific key X amount of seconds for me for an infinite amount of time?
>>
>>59662226
I had swap on a USB1 flash drive in 2005. I know, I know, I was young, I hadn't experienced failure of data storage!
It was even responsive enough for a full-RAM Live Linux.

USB2 or 3 will be more than enough for anything intense.
Media files are more demanding than programs are, even with modern caching of media and such.

Just do not use those little tiny fuckers that are high GB ranges. They heat up like THE FUCKING NOON SUN.
Those should only ever be used for infrequent small writes.
Get a nice big flash drive.
>>
>>59662372
OS?

Windows: Autohotkey, AutoIt.

Linux: IronAHK, Xdotool

Mac? lol fag
>>
>>59662401
Disregard IronAHK, that seems to be dead. RIP.

Autokey Py3 seems to be active.
Advantage of that is it uses Python.
Disadvantage of that is it uses Python.
Still, at least it isn't fucking Autohotkey script. Holy SHIT. (and I use it regularly...)
>>
How do I make it so that when I move files to my secondary HDD it MOVES them instead of COPYING them?

I know I can move them with right click instead of left and then it pops up asking me what I wish to do but it's still taking too much time, I just want to freely move my files between my SSD and my HDD without them copying themselves.
>>
File: 20170330_235301.png (3MB, 1210x1613px) Image search: [Google]
20170330_235301.png
3MB, 1210x1613px
>>59662377
Noon sun here I come
>>
>>59662131
There isn't one
>>
I have an ASUS M3A78-EM motherboard. It's got four ram slots, two are yellow and two are black.

There's an etching in the chip next to it that labels the slots DIMM A1, B1 A2 and B2.


I have two 1gb ram sticks. How should I have them arranged? Does it matter? I had them in A1 and B1, the two side-by-side yellow ones, but I'm wondering if maybe they should be arranged differently. My pc's performance is intolerable, but I'm sure a lot of that is just from trying to run win7 on 2 gigs of ram.

What I don't get is that it wasn't so bad before. The computer's been off for two years. I cleared out the dust, it should be fine. Virus scan's clean, there's no bloatware. It just can't reliably run firefox in its current state. It used to be able to.
>>
>>59662550
RTFM
>>
>>59662516
hold shift
>>
>>59662565
I can't find the FM. Asus's website has a troubleshooting faq, and that seems to be it.
>>
File: 86485864.jpg (302KB, 1012x1124px) Image search: [Google]
86485864.jpg
302KB, 1012x1124px
What's wrong/what to do
>>
Will a USB 3.0 external drive backwards compatible with a computer from 2005? I want to salvage porn I stored there discreetly.
>>
File: FUUUUUUUUUUUUUUCK.png (25KB, 300x250px) Image search: [Google]
FUUUUUUUUUUUUUUCK.png
25KB, 300x250px
>>59662524
MY SOUL BURNS
>>
>>59662585
https://www.asus.com/support/Download/1/24/24/4/KjpYqzmAd9vsTM2D/30/

fucking retard

>>59662592
broken screen
>>
>>59662592
Did you try installing gentoo
>>
>>59662601
>calling someone retard in a stupid questions thread

thanks anyway though, I'll give it a read.


That just leaves the follow-up, is it normal that leaving a pc unused for two years will make it perform significantly worse when you go to use it again?
>>
>>59662585
IIRC you need to plug them in the following order: A1 -> A2 -> B1 -> B2

So with two sticks you'd put them in A1 and A2. Don't quote me on that though.

>>59662597
Essentially every USB3.0 is compatible with USB2.0. Now I actually have no idea when 2.0 replaced the previous version, and whether 3.0 would be compatible with that previous version, so there's your line of research if you wanna look it up on wikipedia or something.
>>
>>59662632
Never mind ignore me >>59662635 I am the retard here
>>
>>59662597
It SHOULD work.

If it has a power cable, you will absolutely need to use it unless it is a slow drive.
If it has no power cable, you will need to get one of those fancy dual power+data cables that let you use 2 USB ports to power it.
It is most likely USB2, which will be more than enough over 2 ports to power USB3 drives.
>>
How realistic is it to run demanding games like dark souls 3 on wine? can it be done at all? does it depend on hardware?
right now i can run it on windows with no problems but ive been longing to escape the grasp of microsoft for quite some time now

i have an i5-3570K, 16 gigs and an AMD Radeon HD 7800 Series with 2 gigs
>>
File: 1490915122148.jpg (306KB, 1012x1124px) Image search: [Google]
1490915122148.jpg
306KB, 1012x1124px
>>59662592
Your screen needs repair. Can't you read?
>>
>>59662632
it was never meant to be actually stupid questions, it was meant for simple questions that dont deserve their own threads, not for lazy retarded cunts that dont know how to fucking google simple shit.
>>
>>59662699
installing gentoo solves all problems
>>
Should I get Debian or Ubuntu? Never touched on Linux before.
>>
>>59662703
it is a simple question that doesn't deserve its own thread. I'm troubleshooting, and running several different troubleshooting techniques in parallel. Asking here is one of several things I'm trying. Unbunch your panties maybe, yeah?
>>
>>59662670
>>59662635
Sweet. Can I doubledip it into a 2013 laptop with no USB 3.0 ports too?
I want all of my stuff safely stored, but a hard drive I can't use just wastes my time.
>>
>>59662725
No
>>
>>59662749
thanks
>>
>>59662730
>not for lazy retarded cunts that dont know how to fucking google simple shit
unbunch your brain
>>
>>59662759
Here's a non-meme answer: I'd recommend Debian, use it to learn the ins and outs of *nix systems in general. Then, if you feel like it, look around and maybe you'll find something you like better, once you actually know what to look for. Or you might end up sticking with it.

Ubuntu tries too hard to be a "mainstream OS" in my opinion, even trying to distance itself from the Linux brand.
>>
>>59662771
I'm doing both you clod
>>
>>59662635


Well anyway it seems like I had it right the first time, so thanks.
>>
>>59653955
how do i tell my c# program to sit and wait in a function until an event is fired?
>>
You know how xpadder is a program that allows gamepads to emulate keyboard keys?

Is there a way to do that but with a gamepad to the xbox 360 controller so that I don't have to do a bunch of retarded shit that may or may not work?
>>
the yalp store is an amazing app! fuck raccoon and "premium" features!
>>
File: 1470294846444.jpg (146KB, 1254x658px) Image search: [Google]
1470294846444.jpg
146KB, 1254x658px
Last question from me.
Decided to go with this thing for storage.
>https://www.amazon.com/gp/aw/d/B00N2S6ZUQ/ref=mp_s_a_1_1?ie=UTF8&qid=1490917399&sr=8-1&pi=AC_SX236_SY340_FMwebp_QL65&keywords=external+hard+drive+toshiba
Since I have no USB 3.0 ports, will I need an extra doohickey to power it, and I should buy it now? Does it actually need a power cable or can I just plug it in to USB 2.0?
I know I sound really fucking stupid right now.
But I am.
>>
>>59663094
xbindkeys
>>
I'm trying to learn python but I'm having problems finding an easy way to run my code while i'm working on it. I've been using the Pydev plugin of Eclipse but is there any better IDE? One that can also interpret/run my code in a console
>>
>>59663094
So to clarify, you want a non-xbox gamepad to pretend to be an xbox controller?

x360ce does what you want. I used to use it a lot before I got a steam controller.
>>
Best 144hz monitor under 100$ on amazon? (US)
>>
>>59663618
>best
>under
Pick one
>>
>>59663676
you're fucking dumb
>>
NEW THREAD
>>
>>59662599
>>59662524
Yup, this was correct.

Is it bad if it gets too hot? Would they actually build a drive that could break if you wrote too much data at once?

If not, then I don't particularly care about burning my fingers or whatever.
>>
How hard is it to clean a CRT monitor?
Like to open it and close it again without it blowing up on me later on.

Its literally full of dust inside and heavy dusting is needed.

Sont trinitron E100.
>>
>>59663903
Make it then.
Thread posts: 364
Thread images: 53


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