Self-serve ads are available again! Check out our new advertising page here.
I just installed Windows 7 64 bit professional and it won't play sound from my ViewSonic monitor. When I load up Linux Mint from a USB it works.I have already updated all of the drivers... >pic relatedIt just says it's not plugged it, but of course it is, because the monitor is plugged in.What do? Should I just try Windows 8?
>>1007498>Windows 7>New OSAnyways you clearly don't have an HDMI audio driver installed. Are you using analogue audio? If not, you need Nvidia/ATI/Intel GPU drivers.
>>1007504you are extremely based. I duckduckgo'd HDMI audio driver ATI and installed the first thing I saw and it works now.Thank you based Anon
It's a /pol/ image I've seen a while ago but forgot to save, the text goes something like this:"To repeat the lie, to become evil yourself".I tried googling it but had no luck.
bump
>>1006676Bump.
>>1006676https://www.youtube.com/watch?v=Z1EA2ohrt5Q
>>1006900It's not this one, it doesn't even mention it.What I'm looking for was an image with a small speech on it, mentioning the words I've put in the OP.
Bump.
Just downloaded thishttps://nyaa.si/view/446133Mediainfo saysWidth : 720 pixelsHeight : 480 pixelsDisplay aspect ratio : 4:3Original display aspect rat : 3:2Use VLC and Mpc-hc.If I take a screenshot with those player it's 3:2 (indeed 720:480- Pic related)But when it's playing it seems 4:3, the correct ratio.Is it normal?Is that a good release?It's kinda chubbyI guess it's supposed to look like thishttps://www.youtube.com/watch?v=DD0Wd34CWeI
I think it's fine. I remember I used to have the same problem with an anime release a few years ago. I don't know why it does that, but I found a way to take screenshots at the right resolution.On MPC-HC, to get screenshots to the correct ratio I just switched the output to something else, for me it was using madVR. I assume you have yours set to the default EVR. So try going to View > Options > Playback > Output and change that to something else to see if that works.
>>>/qa/4213445
>>1007494OMG it works!If I choose Video -> DierctShow -> madVR it takes screenshots at 720:540!
>>1007494Even with the normal options (pic related) the video seems in 4:3Must be because the display aspect ratio is 4:3
>>1007506forgot pic
Anons, I'm having trouble figuring out how to count the number of multiplications and divisions happening in some algorithms. I need to put it into sigma notation, but the nested loops are giving me trouble.Algorithm 1. A is a n x n matrix. Factors the matrix A into L*U, no pivoting. A is overwritten with the factors L & U.L has a unitary diagonal and is placed on the inferior part of A, U is put on the upper triangular portion of A.Here's my pseudocode: do k=1 to n-1 do i=k+1 to n if (abs(A(k,k))>0.0) then z=A(i,k)/A(k,k) end ifComment too long. Click here to view the full text.
>>1007049Think of it not in terms of the loops, but the operations being executed.For example, when k = 1, (n-k-1) operations are being executed. k=2, (n-k-2). This itself can be expressed as one series. Pic related may help you visualize it better.
Anyone help with getting Death Racers?Heard its real bad but after seeing almost all the other death race themed movies including death sports, Id really like to check this out but there arent even seeds anywhere.If any anon can help it would be very appreciated.
>>1006674lurking
Please recommend me tablets/iPads to binge read mangas through apps/browserWould write details buy 4chan thinks it's spam..
>>1006920Anything will do. The only thing I imagine could be relevant to your needs would be the battery, but if you don't care just get whatever cheap thing you find.
yacreader desktop app and iphone app are the best manga readers to ever exist, so get an ipad
Tachiyomi is a popular android app, so anything android would work. Consider screen size as a first priority. If you aren't going to use it for anything but manga, a cheap one should work. If you want something for manga + movies, games, etc. get something from a reputable manufacturer (Samsung, etc.)
So I was looking at some old chats, and saw this kinda cool looking screenshot I took, but there was nothing around it to help me find the full art by context, would anyone happen to recognize this design/artwork?If it helps, I cropped and sent it on august 6th 2017
Bump
Why are translations like this considered acceptable? Using this kind of "artistic freedom" in any normal job would get you fired immediately after the second offense.
Anyone else think she seems more cruel, rude and sassy in the anime adaptation
>>1006869Literally knew a bunch of white chicks that would say sus way before among us and would say it literally several times a day.Anon is underage or esol and learnt a word from a video game and wants to look woke against crunchy.Bruh had an english teacher that would call people sus.
>>1007446She's saying exactly the same lines, so the issue might be the manga translation being a bit uninspired, or it might be that it's benefitting from being an anime and having actors.
How do you have the energy to get so hung up on a single line of translated dialogue
>>1007483/a/ hates the official translators so they rage hard when they do shit like this, no matter how inconsequential it is.
How can I download auto-translated subtitles on youtube? Youtube-dl doesn't seem to have an option for it.
>>1007354Auto-generated and auto-translated subtitles are different.
I think some videos have the subs script, even if generated, viewable, where you can just copy paste it.
>Youtube-dl doesn't seem to have an option for itread the help text n*ggeryou could've also googled it and found the solution in exactly one (1) second
>>1007457Are you talking about this? If so, it doesn't work. As you can see in pic related I auto-translated english to japanese but only english text is shown.
>>1007470>write automatically genereted subtitle fileI literally said two post above that auto-generated and auto-translated aren't the same thing. Don't tell me to read the documentation when you can't even read 4 posts.
I'm trying to understand how boorus work their tag magic and I just can't wrap my head on how it happens. Is it just databases or do they use some specific software? Any pointers on what subjects I should read on to better understand the technical aspects of boorus?Also, yeah this is probably for porn.
>>1007449I'm interested in knowing and understanding the efficiency of the systems. I'm not sure if I'm overthinking it and it's just a very simple thing.I guess I see boorus as a "two-step process": add image and get image. In the "add image" step I guess you scrape the web for images and then give tags to said images. The thing I'm curious about is the "get image" step. Which would be the moment where you enter 1 or more tags and the system shows you what you want. Guess reading up on databases is what I want?
>>1007461To be honest I'm taking Booru Project engine as a reference and by looking at the source code it doesn't look like there's much outside from php callings and html. I wouldn't doubt more updated versions can have more stuff, but what I mean in the specific engine usted for the /co/llection for instance, there's not really that much going on, which is not a bad thing since those boorus are usually really small
>>1007462Definitely. Read up on databases, specifically their query planners.The basic concept of a database is you describe what information you want, then a very clever black box with decades of domain-specific knowledge works out the most efficient way to get it to you. Or it doesn't, and then you need to pay a Database Wizard to optimise your schema and queries.
>>1007468Gelbooru's not that bad, but it could do with not building SQL strings.I have a suspicion real gelbooru is a lot better, they only open-sourced the version they threw out so they could rewrite it.
Thanks guys. You were very helpful even though I wasn't very clear in what I wanted. I will definitely read up on databases and read your responses more attentively. Thanks again!
Is there a keyboard shortcut for hiding threads?I vaguely remember using one where I just hovered over a thread in the catalog and pressed a button to hide it.
If only there was a way to tell, like the list of shortcuts when you click on [Settings] in the top right while you're on catalog view...It's shift-click, btw.
>>1007442Thank you
I need to get my hands on the original seasons 1-6 of Thomas the Tank Engine and Friends; specifically the US version with George Carlin and Alec Baldwin narrators.
Hey guys, hoping someone could make a webm with sound of the recent Minnesota shooting. Doesn't have to be the whole thing, just maybe like 5 seconds before she shouts "TASER TASER TASER", and then right after the car rolls away and she says "I just shot him", I want the Curb Your Enthusiasm theme to start playing. Maybe slowly close up into the cop standing across from her as the music plays. Here's a link to the videohttps://youtu.be/DKZ72LUqZ8Yhttps://youtu.be/DKZ72LUqZ8Y
Might seem an odd place to ask, none the less here I am. I provide care for someone mentally disabled in the form of housing, time, 'therapy', etc.Trying to find some way to connect him with other mentally disabled/challenged gamers or just general people.If you got any ideas, or a general sense of where to look, let me know.
>>1006945Assuming you mean video games, an MMO is unironically a good place to look. Most guilds will have at least one member that fits the bill, usually more it seems like
>>1006945Discord should be fine
>>1006945don't have anything but if the group has any kids in it avoid because kids are the biggest cunts towards disabled people as far as I know
just hit me up on Steam, yo
I've found that if you want people with mental development issues, any console game will get you plenty.
I need help with this. Can someone work it out?
>>1007379How do you explain the lost energy? let us say energy transferred to the rod is 80% where is the other 20%
>>1007386I probably won't be replying to your reply so here's my counter to your next argument , nothing about it has been mentioned so the default is - it is not present explaining why there's no energy loss by default but they should mention something about it.
>>1007386remains in the bullet as momentum that moves it beyond, turns into heat and sound, is lost in deformation...
>>1007395Since I missed this one , momentum has been accounted for when saying energy lost is transferred to the rod, there was no mention of heat or sound so we assume no heat or sound were produced because they have not mentioned it as I said in the last commendalso I noticed my last comment came out as condescending , was not intended , I thought I would not be here when you reply.
>>1007401oh, dude, you should be the one who is condescending, I passed 101 because my teacher was nice. I can describe all this shit with langauge, and can draw it, but I suck doing the formulas.