does anyone know of novels, manga, or anime about friendless losers making friends? or working through being friendless. something like watamote or punpun. i don't want any "beautiful girl comes to rescue the sad loser from his entrapment" type stories (e.g. welcome to the n.h.k) or shit with the typical, "smarter than everyone therefore cynical" ln protag haremshit show either (oregairu, haganai, etc.).things concerning isolation also work, i loved alien 9, nge, lain and houseki no kuni.
>>1207715>moeblob show that treats anxiety like it's a cutesy girly thing no thanks >>1207709much appreciated!
Suicide Boy>>1207715whocchi?
>>1207731>treats anxiety like it's a cutesy girly thingIt is cute when girls do it though.Girls are loved unconditionally.
>>1207715Why no r34?
>>1207244HolylandBasic premise:>Kid is bullied throughout middle school>becomes hikkikomori>starts working out>goes back to school>starts picking fights with people on the streets>makes friends in the process
Deaf anon here with a cochlear implant looking for music requests specifically hiphop. I like listening to the beats/rhythm more than the actual lyrics of the songs. My current playlist was inspired by what I listened to in highschool on car rides w/ friends ie wiz khalifa, mac miller, tyler the creator, kanye, chief keef and ect. Looking to expand my playlist so any help is appreciated ^_^
>>1207101>the radio announcer in-between songs gets old quickyou can just look up the songs on their own, it's not like they were written for GTA
https://www.youtube.com/watch?v=cU6g0y7livMhttps://www.youtube.com/watch?v=qs0ou8b9GS8https://www.youtube.com/watch?v=OJ-_sQ262Dghttps://www.youtube.com/watch?v=BuJnkBM2Jew
>>1206744fuck you and fuck your nigger music
>>1206744Nujabes, MF Doom have some really good beats.J Dilla and Phife Dawg never made a bad song between them, either.https://www.youtube.com/watch?v=wqVsfGQ_1SUhttps://www.youtube.com/watch?v=4yX8ZUgraOohttps://www.youtube.com/watch?v=gSJeHDlhYlshttps://www.youtube.com/watch?v=GqTiej7KmS8
>>1207196Dope selection man adding these to my playlist>>1207621Much appreciated <3Think I'm all set for now guys I have a few ideas on where to look now. Feel free to suggest more if you want but I probably wont be looking at this thread any longer
yes, this might sounds stupid. I wonder if there are different ways to browse, and I'd like to know about everyone's habits. for example, do you keep threads in your search bar after replying to them, so you can keep them? or do you prefer to use a thread watcher? do you always browse with the catalog? do you use extensions like 4chan x?
>>1207700On slow boards the index view is much more useful.
>>1207508>Never could figure out how to get keyboard shortcuts to work with 4chan Xwym?
>>1207700>I don't know why you'd ever use the default front page for each board.i'd rather see the last few posts in a thread than just the op. i thought catalog users were the majority now.
>Open the catalogue >Find a thread I like>Click on it and save it by giving its own tab>Continue going through the catalogue until i reach the bottom
>Dollscript extension instead of 4chanx, used to it from long time ago>most frequently browse /wsr/, sometimes /a/, /vr/ and a hellhole that is /v/.
Not encoding, question about "Remux". Suppose I have the untouched bluray folder, everything in BDMV/m2ts. Now how to get straightforward single remux mkv file? I have yr_eac3to_more_gui.1.10.01 besides VSynth. What to do? Or do I need completely different programs?
mkvmerge or makemkv or ffmpeg, in that order. i don't know if by vsynth you actually mean vsynth or vapoursynth but in either case they won't help you. audio will need converted to flac or wav since bdpcm breaks
>>1208011vapoursynth I meant. I guess it has no use for now. Audio needs to be converted :/ This bums me out
what is soundtrack of this ?
bump
I forgot to create branches and now my timeline looks like the diagram.Starting from commit A, I made some changes and saved as commit B.Then I decided that was bad, so I rolled back to commit A with git checkout A (using the commit's hash).I made more changes and saved as commit C.The problem is now that the master branch is still stuck at commit B even though I don't that commit.How do I move master to commit C?
>>1207774What happens to commit B if I do that?Although that answer looks like it's on the right track, I don't want to get into even more of a mess if it would end up creating a merge conflict
What I eventually ended up doing after hours of googling different permutations of ways to describe my problem:"git branch --force master""git checkout B" (by commit hash)"git branch experimental-change"git branch --force moves a branch pointer, which is all I wanted to do. And then I can still keep a reference to the other change.I hate git because there are so many ways to do the same thing and none of them are intuitive. I think I will avoid it when I have the option.
>>1207790>I think I will avoid it when I have the option.Darcs is far more intuitive.congrats on figuring out your issue, however. thanks for posting the solution too.
>>1207794oh I don't actually know if what I did is good. I can probably only get away with it because I'm only working on my own private local repository.Almost everything seems to break when you have push/pull to an upstream repository, according to what I've read.
>>1207764>I rolled back to commit A with git checkout A (using the commit's hash).This should have been agit reset HEAD~which would have popped B from master>>1207798The problem is if you push garbage and then someone else pulls it, since you can't forcibly fix their local copy. Then it would be better to push a new commit undoing B and merging C, so people could pull it and be back at the state you want master to be in. Basically, if you've pushed something that might have been pulled by someone else, consider it set in stone and fix your code from that point instead of using --force to undo things
what's the character on top right from?
>>1207311Precure I think. I could be wrong.
>>1207311It kind of looks like an Ojamajo Doremi character.
The adjacent text looks maybe like JAL? So one of the many bits of art they've used?
I have to do these course training videos for my school and they auto pause if they are not in focus. Is there anyway to force them to keep playing in the background? Thanks.
>>1207903https://answers.microsoft.com/en-us/windows/forum/all/input-focus-on-background-window/258b2355-cab3-4cae-b6f0-1f60cb189104Seems to be impossible on windows.Might be possible if you use tabs on your browser.Easiest method is probably to run that shit on your phone/other computer while you use the computer.
>>1207903Open them in a VM
Anyone got a free download of picrel?
How do I image search specifically the butterfly girl in the bottom of this image? thanks.
crop it into a new image and then search that.
>>1207894With yandex image search
Is there any way to get the total exact duration of a video or audio file in milisecond only? Or even hh:mm:ss:msms would help too. Mediainfo only gives hh:mm:ss. I am trying to mux separate video and audio together via mkvtoolnix. It won't sync right :/
>>1207495you can see the duration in miliseconds using vlc's extension "Time" also for ffmpeg you might find this link useful if you havent seent it alreadyhttps://www.reddit.com/r/ffmpeg/comments/m6hva1/beautify_timestamp_to_mmsssss/
>>1207498>you can see the duration in miliseconds using vlc's extension "Time"It worked for video file. But nothing for audio.
>>1207509Okay done with foobar
>>1207495Source on the girl? Can't find anything
>>1207537Downloaded long time ago. Don't really think they're active these days. I sometimes like to think there are someone downloading, sorting, archiving & uploading deleted goods in some place secret. Heaven?
Does anybody know where I can find the source of this image. Also, is there a translated version of it?
Bump
>>1207559From the characters it should be one of the King of Fighters chinese manhuaNot going to find out which one so you'll have to look it up yourself
I'll preface this by saying I've never been interested in cars until seeing this one, so I basically have 0 knowledge in them.Recently I saw this car while walking and it struck me how much I like the design. I think it's the combination of the boxy shape and the smooth, round lines that appeal to me. After some research I found out the model (Nissan Micra K11/K11C). My request is for more cars that look similar to this one. Thank u bros.
>>1207145Mini
>>1207145
Nice suggestions, thank you for your time, but I think I described what I want a bit incorrectly in the post. I'll try to narrow it down a bit now.>>1207298This is the closest to what I'm looking for, the profile silhouette looks like a rectangle at the end of which another rectangle extends vertically up, that's the best I can describe what I like. I also like that the edges are rounded, and no sharp or unconventional shapes are used.>>1207150This one should logically appeal to what I described, but I think I dislike that it has a big back, as you said, like a minivan's. It also looks a bit too big in general but I'm not sure.>>1207153This one doesn't have the shape I described above, the rectangle extends from the middle and not from the end. And perhaps it's even a bit too round for my tastes…>>1207155This one has a similar shape, but not exactly what I'm looking for, it looks more like a triangle on top of a rectangle, if that makes sense. It also has some unconventional shapes going for it (e.g., the headlights), and I think I'm more interested in simple shapes like ovals, circles, and rectangles with rounded edges.
>>1207325Just in case, here's a Mini Cooper 1991 model.Ok,>you might have described 90's car styling language >the car you saw was blue
>>1207331Very nice looking car, seems like mini appeals to my tastes pretty well>Looks like it lol>Is this a question? Because I don't remember
Thar picture of jean choking mikasa with a scarf while birdren watches and goes "mikasa. . ."
rec me some more avant-bient albums pwease
Harold Budd - Pavilion of dreamshttps://soundcloud.com/migenab/harold-budd-the-pavilion-of-dreams-1978-full-albumConstance Demby - Novus Magnificat: Through the stargateVangelis - L'apocalypse Des AnimauxTalk Talk - Laughing StockSteve Roach - Dreamtime Return
>>1207261Why is Bach on this chart?
>>1207261Recently fell in love with https://youtu.be/dxO-DeAEZDM