Very stupid questions threod /vrsqt/

Post questions so stupid they aren't worth even worth posting in /sqt/


if you can make websites with CMSs like squarespace, what do front end web devs actually do

Attached: 1525503372037.png (800x729, 48K)

in c++, is
vector test = vector();
the same as
vector test();
? if they are the same which one do you recommend to use?

bonus question: how do i make a vector which starts with the value 2 in it, in a single line?

they look the same
maybe use the second one because it is shorter

does the same button that turns my computer on also turn it off?

yes and no.

If you can make music with pic related, what do mastering engineers actually do?

Attached: plantoys-xylophone.jpg (537x380, 25K)

Both are same shit and store it on the stack, you could even do do vector test;

As for the second one just use push_back

They aren't the same, although with compiler optimization they'll usually end up being the same.

In the first example you're creating and initializing an instance of vector elsewhere and then utilizing the copy or move constructor to get it into the variable test, implicit conversions may also occur here.

In the second example you're directly initializing the vector, copy or move constructor isn't used. This is the proper way to do it.

As for your other question, you can use the initializer list constructor
vector test{2};

if god cares about humanity, how come I started getting random kernel panics at boot after I updated my arch installation the other night?

I can't get sound working on my Gentoo install, any tips?

nvm figured it out

I want to visit a website without my employer knowing the site. So I can visit pornhub but survielance program would show him that i visited just google, wat do

Attached: IMG_3914.png (866x900, 94K)

One can only conclude that you are subhuman.

Why is my code not working?

def main():
num = input()
for n in range(num):
if n / 3 - n / 3.0 = 0:
print "fizz"
elif n / 5.0 - n / 5 = 0:
print "buzz"
else
print(num)

if __name__ == "__main__":
main()

Bribe the IT guys.

bait

This whole thread is, why not have some fun?

where do you guys place your second screen?
i have mine on the left side since i play cs go and the monitor on the right side gets on the way of the mouse.

Attached: 1524962118435.jpg (763x771, 60K)

Is Hydrus literally perfect? I want to do things like make pools without using names, and sort hentai in numerical order, but I wonder if neither is possible. I personally really don't want to use it.

what are integers?

The whole numbers, their negatives, and zero.

So -2, -1, 0, 1, 2, etc are integers... but not 0.196 or -2.4.

When represented in a computer, integers normally have a maximum and minimum value. These limits are set by the number of bits assigned to store it. I can provide more details if you're still curious.

Can you represent Z as a well-formed formula and define it through structural induction?

Sorry, meant, well-ordering.

Posted this in there but Jow Forumsentoomen didn't answer :

>I'm not exactly sure. My laptop froze in the hp logo screen. So I restarted, mashed esc and tried to diagnose the problem. But apparently, they don't allow consumers to self-diagnose. So after getting out of that screen I opted for the "refresh" option. It stated that my files will remain unaffected and that only applications I installed from download or from cd/usb will be uninstalled.
>After it was complete, I have my documents intact. But almost all applications were uninstalled. Funny thing is, my hdd space is exactly the same as before. So I think that all the info is still there. But I just can't find it. There are no system restore points anymore. I downloaded and reinstalled chrome. Tried finding the .bak file, but to no avail. It seems I now have Schrodingers data in my hdd. Around 500gb of literally nothingburger.

How do I get back muh bookmarks and log ins?

how do I install linux in android?

The second one wouldn't work. It's the Most Vexing Parse which means the compiler will think it's a function declaration, not construction of an object. So you would just omit the parentheses.

should I launch in three days in a hurry, or wait a month so i can launch with better quality?

Whazza computrrr?? XDddd

It is preinstalled in Android

Just a Universal Turing Machine.

what functional programming language should i learn?

GNU/Linuxes run laggy as fuck on my PC, should I just embrace the botnet and live with hidden known telemetry updates + le ancile script placebo on Windows 7 until I get a proper machine?

It's actually just a deterministic finite state machine.

Haskell.

That's because GNU is a load of crap. Try a Linux distribution without GNU, or try BSD

Haskell IMHO. Not a big fan of it, but it's the only "pure" functional language that is somewhat relevant, so I'd suggest that.
Good choices are also the ML and Lisp families, although they both allow fairly non-functional styles.

Could always use a VPN.

My lecturer lied to me!

This, however, the employer can still see he is connected to a VPN.
He can't see what he's doing since the traffic is encrypted, but the merely connecting to a VPN could make one raise an eyebrow.

As long as computers have limited memory, they can't be anything more.

Windirstat may tell you where that half-TB lays.

Thing is, I see the .dll files and most other files. But I cannot work with any applications. It's all there,but not usable. However, I'm more interested in finding the bookmarks and log-ins. I'm pretty sure there was another way of finding them after reinstalling chrome. I did that once before but now can't find anything.

A cursory glance on Wikipedia lead me to a list of different types of automata and the factoid that Turing Machines don't have random-access memory.

Random access memory makes the machine faster, but it doesn't limit computational capabilities.
Technically, everything you can do with random access can be done with sequential access (just like Turing machines do, by scanning the tape), but of course it will be a lot more inefficient.
Turing machines, however, have an unbounded tape, in at least one direction. That alone makes them capable of something computers can't do.

man find

how hard would it be to learn haskell after many years writting python for fun and half year writting js for money?

>Random access memory makes the machine faster, but it doesn't limit computational capabilities.
Sorry, I meant "not having it doesn't limit computational capabilities".

I personally cannot, because my maths education is quite lacking.

I got a laptops HDD and its Samsung HM160HC
How do I get power to this thing so I can recover data from it?
(160GB/5400rpm/8M/PATA)

behind me

Give that laptop back, Jamal

My girlfriends dad wanted me to recover family photos from his old laptop what he took apart

>board supports piracy
>but does not give advice on piracy
If you are not going to provide any info dont reply

Get an old mobo with pata connector, I dont think theres other answer

Since you only ask about power, I'm assuming you already have the data side covered (an old mobo and an IDE cable, maybe)? What exactly do the power pins look like (are they regular molex/mini molex)?

For the first part it's enough to say 0 is the minimal element and for every N it's followed by -N or something. So you have: 0, 1, -1, 2, -2...

Easy, you've messed up the identations

I just switched to a new is called "teksavvy" and no other site is loading for me. I can't even post for some reason(it's like i don't have a connection) yet have no problem browsing every board.
The modem they gave was plug&play if that matters

Attached: 1353295680194.png (105x144, 33K)

switched to a new isp*

power cycle'd router and it seems to have worked

Attached: 1515301714509.png (916x689, 22K)

How can I remove all of Google services from a Xiaomi A1? Should flashing a pajeet ROM be easier?

Attached: 1525506577812.jpg (1280x853, 197K)

help

Attached: umm.png (661x525, 37K)

What is the answer for 1+1? Also why?

Not me, sound still isn't working :(

also did i completely lose the silicon lottery considering my cpu can barely hit 4ghz at 1.428v?

valid.x86.fr/ka1nt3

Attached: 1500534526814.png (658x901, 75K)

>File
I already asked this in /sqt/ but i know it,s really stupid so ill ask it here too. My Iphone is stuck on the apple logo whenever I try to turn it on and I can't hard reset because my home button is missing since I dropped it too many times, how can I get it working again with all of my data still on there?

// does int division, / is always float division

How to do a fizzbuzz in Java using functional programming?

mobile hotspot/usb is easiest way

i have been on windows 7 for over three years now, i am upgrading to 10 right now because i need them xbox gaymes and the netflix app. what should i do to minimize the amount of botnet and intrusion after the upgrade?

Attached: 1495381415997.jpg (645x968, 64K)

You did
Didn't some older firmware caused ryzens to have +20C offset? I'd still reduce my voltages.

Should I fall for the CS meme? I'm too brainlet for CE or any engineering at all, like I literally can't figure out high level calculus. Will I suffer at CS too?

Attached: brainlet.jpg (1218x1015, 166K)

PEOPLE NEED SERIOUS HELP

my ONLY copy of a porno I made with my ex, via moviemaker looks like it became CORRUPTED. FUCK.

its a 35 min WMV, but plays the first 2 mins then stops as if the video ends.

Please, please help.

im running the latest bios

i was hoping that speccy was just being shit since the fans barely spin unless i actually bench but not im scare ;--;

Attached: 1516430218540.jpg (250x247, 6K)

Become a professional burger flipper instead.

Upload the video somewhere so anons can fix it for you.

But me want to earn money and do a job that i like

Lold.

really though, anyone?
this is a painful one.

You can trust us, user. We know what to do with it. Don't worry.

Does anyone have any idea?
sounds like a corrupt file

is there any hope

look up demo tapes of songs you know. they'll probably sound very flat. you see, mastering is not only about preparing everything for a final mix, but also about getting the most out of the sounds, adjusting the mix of all audio tracks and using filters and effects.

Tried opening with VLC. That shit can open almost anything.

did you try googling 'corrupted wmv'

it opens fine, and plays like a normal video, just ends early
Then earlier today it actually went later than it usually does which gave me a little hope

There is hope, but you'll have to let us handle it. Upload it on mega or something.

>earlier today it actually went later than it usually does
sounds more like your PC is fucked

of course man
ill make you guys a deal and ill upload the whole thing if you help me fix it, good shit.

Thanks for the info user, it's legitimately interesting as I truly have no knowledge of audio mastering at all.

But in truth, my post was a parody of OP's question about web devs.

Is the filesize sensible for a video of that length and image quality?

Why would other videos work though?

Heres the thing, I got 1 file on my sandisk micro, on the sandisk secure folder 2400 Mb.
shitty application though

when I move it over to my computers folders it goes down to 200 mb or so.

When I try to play it from the SD folder, it does the same thing though.

install gentoo

Why do some uber nerds have a vertically mounted screen? What's the point of having such a narrow monitor and having to strain your neck up and down to see a whole page? What's the benefit.

Please dont give me the quora answer stating

"its to view more lines of code"

Attached: vertical-monitor-programming.gif (668x319, 90K)

if you read a lot of text, why would you not want to have a vertical monitor?

While installing it, it gives you the options of what to turn off, pick all of them. It's probably a placebo but that's the best you can do

So the file is within a kind of encrypted container on a microSD card, accessed using sandisk software?

Have you tried:
>Installing the software on a different computer (ideally the latest version from the internet, not whatever version is bundled onto the card) and testing there?
>Re-copying the file?

200MiB is reasonable if the video is of quite poor image quality; 2.4GiB is reasonable if the video is of quite high quality or compressed in a wasteful way.

it's a placebo and they were being honest enough to say "this won't disable ads, they just won't be personlized" you gotta give em credit for that, at least they weren't lying.

windows movie maker, so yes it was probably originally 2.5 gigs.

whats the best virtual machine for trying out linux?