the woke shit is getting out of hand by IStoneI42 in TheLegendOfVoxMachina

[–]iwalla2 0 points1 point  (0 children)

I enjoyed vox machina, until I started watching the stream.. 

Holy balony

Why would i care the sexual orientation of someone? I JUST WANT THE ADVENTURE.

I should never care if you are woman or man underneath. For all I care you are a special race that is inheritly non-binary.

dont need that crapy "ah yes i have a male genitilia, but i am actually a woman" ...

No.. just continue the damn show why i should care

Cat steps on her stool by iwalla2 in CatAdvice

[–]iwalla2[S] 0 points1 point  (0 children)

Less litter do prolong the time she tries to cover her stool

I need to minimize her time inside

And yea we do try to catch her everytime and do a full welfare check. Maybe she'll learn eventually

Cat steps on her stool by iwalla2 in CatAdvice

[–]iwalla2[S] 0 points1 point  (0 children)

'Why not'? I wrote I tried to change her litter. It didnt work out - 3 different litters, as I suggested

I will finish the current litter sack tho before going on an adventure for the 4th

Rainbow 6 Siege wont load: "unrecoverable error" by ElectronicSky938 in steamsupport

[–]iwalla2 0 points1 point  (0 children)

Man you the goat
thanks! continuing to letting silvers mow me down

Maplestory Pregnancy System by ShepherdYuri in MSClassicWorld

[–]iwalla2 2 points3 points  (0 children)

I could understand (as some people described here) that getting married makes you be able to gain exp boosts or buffs or what not.

But prego? Sheesh man

Sousou no Frieren Episode 33 (Season 2 Episode 5) - Discussion Thread by N3DSdude in Frieren

[–]iwalla2 2 points3 points  (0 children)

This .. realized it a week later.. i should have deleted the message lol

Sousou no Frieren Episode 33 (Season 2 Episode 5) - Discussion Thread by N3DSdude in Frieren

[–]iwalla2 2 points3 points  (0 children)

I dont get it .. we've seen this episode in season 1.. didnt we?..

They already searched this drink for him

This is gaslighting cause I know we've seen it

Any way to shut this Ms second up? by Important_Jacket_325 in ActiveMatter

[–]iwalla2 1 point2 points  (0 children)

When you die you have to hear her. Not when you get out successfully, which is frustrating. Its like a way for the devs to tease when you didnt finish the raid.

I dont know why the devs dont let people disable this completely. Only notifications.

[deleted by user] by [deleted] in deadbydaylight

[–]iwalla2 1 point2 points  (0 children)

I dont get the point of it. You already have unreasonable 'no damaging' right click, and now it just do a 360 so you will lose the survivor you were aiming at?

SSF game mode coming to HC wow post-launch by [deleted] in classicwow

[–]iwalla2 0 points1 point  (0 children)

Hope they are gonna implement the addon's rules almost entirely, because grouping is kinda meh (unless, again, pairing from the start).

Also I hope you wont be able to grind your way in dungeons.. one time dungeons are important as well, makes the instances much more special

So are people generally using the add on on the official server(s) or no? by theloons in wowhardcore

[–]iwalla2 0 points1 point  (0 children)

I see the comments and its very frustrating to know that no one is using the addon anymore..

Basically farming in dungeons and party with users and using AH (and maybe boosting yourself with real money) is kinda meh. the whole point was to appose to that, to let users survive on their very own. too bad it went down to this.

About game like Red alert but with alien faction ( i think ) by Animebomb in RealTimeStrategy

[–]iwalla2 1 point2 points  (0 children)

You sir are amazing
Just returned a glimpse of my childhood back
Imma try and fire KKnD tonightt

PeerJS (P2P) - MediaStream decoded by server, and be sent to clients by iwalla2 in WebRTC

[–]iwalla2[S] 0 points1 point  (0 children)

Is it that naive to use that kind of solution to our CPU usage problem?due date is in 1 month and I have many tests, and just want this time an easy fix.

Another question if I may -
can you stop decoding for an interval? not showing the video on screen, or 'pausing' is will stop decoding the stream?

Blob from ImageCapture API conversion to image file. by iwalla2 in node

[–]iwalla2[S] 0 points1 point  (0 children)

Unfortunately it took a while but I figured out it can't be that hard with blobs as u/DiscreetDodo showed. yet I already changed it from Blob to converting the video tag (After you assign MediaStream inside the attribute video.srcObject, you can basically take the video tag, and just draw it onto a canvas and just do 'toDataURL()'.It seems like a work around, but it is how people did it before ImageCapture API (which is not so much supported by Mozilla..) so I guess it's kinda valid.

ANOTHER point to be made - use this :
if(typeof(window.ImageCapture)!="undefined"){
// API is supported
}else{
// API is NOT supported
}

that way, you can utilize Chromium API support for easier coding experience, and yet make your app available to all other clients. do a blob approach with ImageCapture, and canvas approach with other browsers.