HN user

camoby

56 karma
Posts1
Comments35
View on HN

While I think solutions like this are useful in some situations, I wonder how much non-human traffic and spam they might end up being responsible for.

Isn’t this why these ‘headless’ solution have (or are actually built on) JavaScrict engines like V8 with the ability to also simulate any user interaction?

I’ve been working with a US based ad agency recently, who asked about some features a bit like this.

I’ve had to educate them on this idea with the fact that if you give the internet a ‘pen’, sooner rather than later, they’ll draw a cartoon penis.

Indeed. I think the story here, isn't so much about the loss in transaction fees, but how an attacker in Russia ordered and paid for a user in Australia's account.

I notice the victim uses Android: Is it rooted? What other random stuff do they have installed? etc. etc. - because that will make a huge difference.

"In my experience a lot of JavaScript code is already unreadable after having passed through minification"

I think that's the point. Obfuscation.

All minified code is easily de-minified if you want to know how it works (and can understand the language)

I always try to negotiate this. Since I always bring value, effort and ideas from personal time and resources in to the company, for free.

If they don't want to do that, then write down a big list of every idea and project you've been working on to date, including any domains you own and projects within them, and make sure they can't touch any of the IP you've already created.

Also: Be friendly about it.

As someone who's sick of giving out my mobile number to sites and services, does anyone happen to know which of these might work with Skype, if they've curiously decided to lock you out of your account since they don't have a mobile number for you?

Just a bit of feedback: One thing I noticed, compared to the 2.2.4 version is the errors and warning popup.

On the 2.2.4 version, all errors/warnings (eg: from a playlist which hits some 404s) appear in a small single list window and do not require a click OK to continue.

This new version pops all errors into a separate pop-up which requires an OK to dismiss.

Pretty annoying.

Otherwise, great to see 360 video adoption.

ps: Also, I used to be able to drag the video around (or to another monitor) in the middle of the player screen. Now it appears that I have to grab the title bar.

Doable. In a way. But think about the problem, if a '3d/stereoscopic' effect is what you're after.

When you turn your head right, the left 'eye' would be 'looking' at the right 'eye/camera' (at the side). The only way to achieve what you're thinking about is to have the cameras move the same way as the head (ie: 'live' not pre-recorded) on a pan/tilt setup. (There are a few Raspberry Pi projects around that do this).

It's easy enough to play two identical videos to each eye in Google Cardboard, using ThreeJS in a browser. The videos need to be in either 'spherical/equirectangular' format as a texture on a sphere (with a virtual camera in the middle), or using the cubic format (which Facebook uses and open-sourced) projected onto a cube. Look up 'skybox' and ThreeJS for examples.

I've been experimenting a lot with all this stuff over the last year or so :)

This is actually not as crazy as is sounds. It's surely just a matter of time until we can run a script or app on a movie file and have it generate scenes it can find. The only issue is interpolating the 'physical' location from the scenes.

Having something automatically detect how it all joins together would be pretty impressive, but not impossible, with plenty of horsepower.

I did something similar in pure JS a few years ago. It's definitely possible to render the image into a canvas and save it/upload it/present as a data uri.

I'm pretty sure the applied css effects should carry over to the canvas.

Recently, I've been looking more into WebGL and what's possible with GLSL shader scripts for image warping (for VR) and image processing/effects. see shadertoy.com etc.

"The infographic below explains the mechanisms that make advertising work"

Or rather: The lack of infographic below means we just copy/pasted some text from another site.