Hey Sup Forums. How about a break from the seemingly never ending

Hey Sup Forums. How about a break from the seemingly never ending
>Nvidia shills BTFO
>AyyMD poorfags on suicide watch
>Smartphone general
>Desktop thread

and we discuss what you're doing. Now. Yesterday. Just 10 minutes ago that you started and are contemplating finishing. Anything tech related. Scripts? Cool. Programming project? What's it do? New PC build? Great! Specs? (no tech support, go to /sqt/ REEE). I'
l'll start.

Currently ripping a bunch of new movies I bought on Blu-ray at FYE today. They had a buy 2 get 3rd free deal so I got
>Entire Hunger game series
>Entire Hobit series
>Entire Lord of the Ring series
>Entire Avatar: The last air bender series

For $67. DRM is huge topic of discussion and did you know they do that shit in blu-rays too? A disc that can only hold 55gb of stuff somehow has 190 entries of the same "29.0GB" file. Turns out they're the same file, compressed like mad, and have all the movie scenes scrambled to prevent ripping. (Even legal copy owners!) Pic related.

So cmon Sup Forums. If it's even remotely tech related, post it. Shit, talk about anything you find interesting in tech. This "brand war" garbage is getting stale.

Other urls found in this thread:

remproject.wordpress.com/
vimeo.com/170189199
twitter.com/SFWRedditImages

[spoiler]VIDEOGAEMS[/spoiler]

I'm a hardware guy that slaps bits of expensive RGB lighted lego together and forces the bastards to work with eachother,. Actual programming is magic and moonrunes that I couldn't care less about.

Sitting. Waiting for my 1070. I have an oculus rift I haven't been able to use for like a month while waiting for the 1070s to come out.

>oculus
You poor bastard. I suggest selling the fucker and buying a vive. Facebook is doing its literal best to try and follow 1984 as if it were an instruction manual.

you modding/designing? Or is that the game itself? Looks like something akin to the building system from Second Life.
You have the 1070 pre-ordered? My local microcenter got 50 gtx 1080's in stock and were sold out in 2 minutes. Literally. Their system still says they have 15 left because they were bought online before the system even had a chance to recognize them in the system 100%. What do you intend to do with your RIFT? I'm sporting a 980ti Classified.

>You gunna fug your waifu?

Well, I'm the designer and artist. I don't actually code this shit. Its called REM. 1v1 arena dueling game that focuses on physics and ballistic mechanics in a vacuum environment.

This is where you can learn more if you even slightly care.
remproject.wordpress.com/

I'm a developer that got real into the rift DK1 and I plan on doing some small unity game loosely based on a zelda dungeon for starters. It doesn't matter if it's a rift or vive for development purposes. I don't intend on supporting motion controllers anyway.

As long as you don't attempt to use any of the in-built software and just use some custom haxored software, shouldn't be a problem.

Honestly, the oculus is more comfy anyway. More appropriate for deving.

that looks pretty fucking awesome. Thanks for the info. Getting to see your creation come to life with realistic physics is nice. I wanted Besiege to be like that but most people just make flaming dildos or flying cannons that break the game.

Pic unrelated. Some playing around with Piledriver AMD chip. Turns out if you disable one core per module in BIOS, single core performance shoots up almost 20 points in cinebench.

If you're going to make a non-shill thread, dont include phrases like "nvidia shills btfo", a lot of people filter those phrases

I'm putting together a simple neural network framework in python to get a feel for different parameters, etc.

picrelated was 5000 iterations on a three layer network

good point. Didn't think about that. I mean I expect trash talking from both sides as the official release of new shit from both manufacturers looms closer, but the amount of threads popping up is insane.

I...honestly wish I knew what the hell you're talking about. I know what a neural network is in theory, but I didn't know you can just "build one". What are you doing with it? What does/can it do? I

> I...honestly wish I knew what the hell you're talking about
Not him, but if you lazy, you can get gist of deep learning and neural networks from this vimeo.com/170189199
Or better just read up.

Yah, it's a bit out of hand...

It's pretty simple to implement If you know your linear algebra, and if not, just watch khan academy when you don't understand things.

I'll add some convolutional layers tomorrow and try some image classication. Probably look to speed it up with theano once the computations are too big for my cpu.

You see this is the kind of stuff Sup Forums should have on more often. I don't know what it is, but it sounds interesting and I'll look into it more. Learning something new is always interesting. I'll look at the video posted.

>Convolutional layeers
>Image classification

So you're teaching the neural network to recognize images? (Just googling those terms points me inthat directions)

Agrees, but for some reason the newest gpu is more important.

Neural networks are actually very simple, they are a combination of a bunch of little functions that all together can "learn" a more complex function. Convolution is just an extension of this, it takes small parts of an image as input, and instead of learning a function, learns features. So it learns to find and output a face, or a car. Should definitely look into it, caffe has an implementation of image net that would be worth checking out too

Transcoding 50TB of GoPro footage.

Anyone have any recommendations for something to watch or should I just kill myself? I have to organise all this footage after it's done transcoding.

holy fuck. 50TB? Of what? That's a lot of porn. Movie recommendations
>John Wick
>Ip man 1, 2, 3
>Deadpool
>The Martian

>holy fuck. 50TB? Of what? That's a lot of porn.

Footage from sports event (motorcycle enduro). I underestimated the workload. Turned out every contestant was fitted with a GoPro.

>John Wick
Seen
>Ip man 1, 2, 3
Will have a look into this
>Deadpool
Seen
>The Martian
Seen

take your pic. And what kind of CPU do you have for the transcoding? Something beefy I hope.

Bump because fuck the shills

Anyone see the bullshit Tesla is pulling? Purposely gimping their S60 car by not allowing the battery to fully charge? They want an additional $9k to "unlock" you car to their S75 model. Adds a measly 40 miles to the charge and you don't even have to take the car into facility. They send you an update like a phone carrier would.


I've never had a company go to shit right before my very eyes like this. I had high hopes for tesla.

Writing a small engine that implements John Carmack's Adaptive Tile Refresh. Getting some boring init code written first.

Can anyone give me a better explanation on the exact tech specs of how it works? The one on wikipedia is a bit vague. How exactly should I keep track of what's actually changing?