Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Bad Munki
Nov 4, 2008

We're all mad here.



Counterpoint:

https://i.imgur.com/0rZ7UhH.gifv

Adbot
ADBOT LOVES YOU

DaveKap
Feb 5, 2006

Pickle: Inspected.



The crazy part about such an insanely vertical video is that I was actually scrolling my browser up and down to follow the drone and it barely felt like I was moving around the gif.

jobson groeth
May 17, 2018

by FactsAreUseless

DaveKap posted:

The crazy part about such an insanely vertical video is that I was actually scrolling my browser up and down to follow the drone and it barely felt like I was moving around the gif.

Here you go, add this to your ViolentMonkey / TamperMonkey / whatever and fix that problem.

You'll need to remove the URL tags that SA adds to this

code:
// ==UserScript==
// @name               shorter videos
// @namespace          [url]https://forums.somethingawful.com/[/url]
// @description        loving giant vertical recording
// @include            [url]https://forums.somethingawful.com/*[/url]
// @grant              GM_addStyle
// ==/UserScript==

GM_addStyle("video { max-height: 700px; max-width: 800px;} ");

window.addEventListener("load", function() {
    $("video").attr("controls", "controls");
}, false);

Bert Roberge
Nov 28, 2003

https://i.imgur.com/H9ICqt4.mp4

abraxas
Apr 6, 2004

"It's a Yuletide!"





Oh man, that cracked me up more than it had any right to. It's not the Schadenfreude about this guy wrecking the drone, but the school of fish showing up going "What the fu..... oh, okay, just another idiot, nothing to see here".

mobby_6kl
Aug 9, 2009

by Fluffdaddy

abraxas posted:

Oh man, that cracked me up more than it had any right to. It's not the Schadenfreude about this guy wrecking the drone, but the school of fish showing up going "What the fu..... oh, okay, just another idiot, nothing to see here".

When I scrolled to this one, it was already a still shot of the fish so I was like yeah these are nice fish but so what... oh!

Collateral Damage
Jun 13, 2009

I'm amazed that the camera kept working under water. Racing drones are often extremely barebones to save weight, to the point of being little more than bare circuit boards.

Geemer
Nov 4, 2010



jobson groeth posted:

Here you go, add this to your ViolentMonkey / TamperMonkey / whatever and fix that problem.

You'll need to remove the URL tags that SA adds to this

code:
// ==UserScript==
// @name               shorter videos
// @namespace          [url]https://forums.somethingawful.com/[/url]
// @description        loving giant vertical recording
// @include            [url]https://forums.somethingawful.com/*[/url]
// @grant              GM_addStyle
// ==/UserScript==

GM_addStyle("video { max-height: 700px; max-width: 800px;} ");

window.addEventListener("load", function() {
    $("video").attr("controls", "controls");
}, false);

Thank you! :tipshat:

Some drones just handle water better than others.
https://i.imgur.com/CGQOSew.mp4

mobby_6kl
Aug 9, 2009

by Fluffdaddy

Collateral Damage posted:

I'm amazed that the camera kept working under water. Racing drones are often extremely barebones to save weight, to the point of being little more than bare circuit boards.
They probably have a gopro or similar camera attached for recording HD video, as the downlink is lovely analog for low latency. I once had my Xiaomi Yi fall into my aquarium without the waterproof case and it kept recording for a bit and also worked perfectly after drying out.

DryGoods
Apr 26, 2014

Dogs, on the other hand, can connect with that pathos.
https://www.youtube.com/watch?v=kHBcVlqpvZ8

https://i.imgur.com/Xp7ps4O.gifv

Azhais
Feb 5, 2007
Switchblade Switcharoo

:10bux:

Eldritch BiLast
Jul 7, 2009

Pummel Sylvanas
Melee Range
Instant
What is this lovely cover of Uptown Funk.

Kheldarn
Feb 17, 2011



https://i.imgur.com/X6CFzm3.gifv

Say Nothing
Mar 5, 2013

by FactsAreUseless
https://i.imgur.com/jOaiTfI.mp4

Inzombiac
Mar 19, 2007

PARTY ALL NIGHT

EAT BRAINS ALL DAY



WHERE CAN I BUY

Moon Slayer
Jun 19, 2007


Cool, more evidence to play at our inevitable tribunals by the machine overlords.

Ak Gara
Jul 29, 2005

That's just the way he rolls.

I don't know if that's going to try to kill me or gently caress me but I feel it's probably good at multitasking.

Bombadilillo
Feb 28, 2009

The dock really fucks a case or nerfing it.

Inzombiac posted:

WHERE CAN I BUY

Same. Where can I kickstarter a pack of these

Dragonstoned
Jan 15, 2006

MR. DOG WITH BEES IN HIS MOUTH AND WHEN HE BARKS HE SHOOTS BEES AT YOU
by Roger Hargreaves


Inzombiac posted:

WHERE CAN I BUY

Bombadilillo posted:

Same. Where can I kickstarter a pack of these

Here is the guy's Instagram, he's made a lot of other cool poo poo from the looks of it.

Apparently that coin will be on Ebay when it's fully finished.

BrianBoitano
Nov 15, 2006

this is fine



Dragonstoned posted:

Here is the guy's Instagram, he's made a lot of other cool poo poo from the looks of it.

Apparently that coin will be on Ebay when it's fully finished.

That's not even its final form?!?

zoux
Apr 28, 2006

https://i.imgur.com/eX8XNYi.gifv

Some folks say he's still there to this very day

DaveKap
Feb 5, 2006

Pickle: Inspected.



jobson groeth posted:

Here you go, add this to your ViolentMonkey / TamperMonkey / whatever and fix that problem.

You'll need to remove the URL tags that SA adds to this
I use Stylus and that didn't work at all. I super appreciate you trying, though! I'll figure out wtf is wrong with Stylus at some point.

Say Nothing
Mar 5, 2013

by FactsAreUseless

Helluva
Feb 7, 2011



Overminty
Mar 16, 2010

You may wonder what I am doing while reading your posts..

DaveKap posted:

I use Stylus and that didn't work at all. I super appreciate you trying, though! I'll figure out wtf is wrong with Stylus at some point.

This seems to work for video/image resizing.

code:
/* ==UserStyle==
@name           Shorter videos
@namespace      [url]https://forums.somethingawful.com/[/url]
@version        1.0.0
@description    A new userstyle
@author         Me
@grant          
==/UserStyle== */
@-moz-document domain("forums.somethingawful.com") {
    video {
        max-height: 800px !important;
        max-width: 700px !important;
    }

    img {
        max-height: 800px !important;
        max-width: 700px !important;
    }
}
The show controls part requires TM or GM I think.

DaveKap
Feb 5, 2006

Pickle: Inspected.



Overminty posted:

This seems to work for video/image resizing.
You rule, thank you!

voiceless anal fricative
May 6, 2007

zoux posted:

https://i.imgur.com/eX8XNYi.gifv

Some folks say he's still there to this very day

The music in this loops nearly seamlessly

Knormal
Nov 11, 2001

I forget, are the ones with two heads Dromedaries or Bactrians?

zoux
Apr 28, 2006

https://i.imgur.com/cY6KYCB.gifv

Get this guy in a ring with Drederick Tatum immediately

Karate Bastard
Jul 31, 2007
Probation
Can't post for 3 hours!
Soiled Meat
https://i.imgur.com/Xb0QIfs.mp4

Solice Kirsk
Jun 1, 2004

.

That's fantastic. Always wanted to go to one of those axe throwing places.

edit:
Looks like the person next her might of been trying it too because it looks like two axes drop on the floor at the same time.

Samovar
Jun 4, 2011

I'm 😤 not a 🦸🏻‍♂️hero...🧜🏻




Paging axemaniac.

Kheldarn
Feb 17, 2011



https://i.imgur.com/hRqXc6f.mp4

Source (with sound): https://old.reddit.com/r/funny/comments/9p2z2t/i_editted_myself_into_seven_and_switched_the_head/

Say Nothing
Mar 5, 2013

by FactsAreUseless
https://i.imgur.com/f0VI2kz.mp4

Bert Roberge
Nov 28, 2003

https://i.imgur.com/VEPiOJk.gifv

JEEVES420
Feb 16, 2005

The world is a mess... and I just need to rule it

Thermochromic pigments mixed with a paint/ink base. I have some that I used to make a hidden message book and mix with resin. Fun stuff to play with.

Ak Gara
Jul 29, 2005

That's just the way he rolls.

loving perfect!

Karate Bastard
Jul 31, 2007
Probation
Can't post for 3 hours!
Soiled Meat
https://i.imgur.com/r7dhcji.mp4



E: bonus

https://i.imgur.com/4bjTXhi.mp4


https://i.imgur.com/CGWaqxq.mp4

Mister Kingdom
Dec 14, 2005

And the tears that fall
On the city wall
Will fade away
With the rays of morning light

JEEVES420 posted:

Thermochromic pigments mixed with a paint/ink base. I have some that I used to make a hidden message book and mix with resin. Fun stuff to play with.

Someone printed a copy of Fahrenheit 451 this way.

Adbot
ADBOT LOVES YOU

JEEVES420
Feb 16, 2005

The world is a mess... and I just need to rule it

Mister Kingdom posted:

Someone printed a copy of Fahrenheit 451 this way.

Yeah, I saw that video which is what made me get some to mess with. I did a "Unclassified/classified FBI Document" with black redacted marks that revealed mad lib style words underneath. A lot of people use the same to make Rorschach masks with, heat from your breath will turn the pigments transparent.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply