Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vigneshv_psg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Waymo racked up 8,300 SF parking tickets and nearly $1M in fines
(electrek.co)
19 points
by
vigneshv_psg
13d ago
|
10 comments
2.
▲
by
vigneshv_psg
2y ago
are you talking about a specific thread? if so, could you please link to it. i see some generic posts about how ffmpeg is written in C and Assembly and will not be re-written in C++, but nothing about Rust.
3.
▲
by
vigneshv_psg
3y ago
Isn't it an inherent problem with phones that if they are left on charge forever that their battery will explode? I've had test devices that I left connected for months together and inevitably the battery has exploded on every sin
4.
▲
by
vigneshv_psg
4y ago
yeah these are pretty much the options. i believe the ffmpeg command that OP suggested would do option 3.
5.
▲
by
vigneshv_psg
4y ago
yeah it probably doesn't matter in practice. you may run into some audio sync issues. but the ~1 second precision that you see is by accident where the source file happens to have a keyframe every 1 second. that may not be the case alw
6.
▲
by
vigneshv_psg
4y ago
i understand that this is the fastest way to extract frames, but it is limited by key frame availability in the original file (i.e.) you can only start the output from a keyframe. in this case, it is important to be aware that the times yo
7.
▲
by
vigneshv_psg
4y ago
fwiw, it seems like it's a common thing to avoid answering vague/overly broad questions like this in a deposition. see here: https://old.reddit.com/r/SelfDrivingCars/comments/10df9y9/th... it re
8.
▲
Show HN: Hardle – Hard Wordle where the color of the hints is not known
(hardle.herokuapp.com)
7 points
by
vigneshv_psg
5y ago
|
0 comments
9.
▲
by
vigneshv_psg
5y ago
Slightly off topic, but a hack that i have found to read recipe websites on my phone is to use the "Print Recipe" link that most websites provide. It gets rid of most of the annoying ads, autoplaying videos and unzoomable text (or
10.
▲
Show HN: Okay Google, Open my curtains (DIY curtain automation for ~$70)
(vignesh.foamsnet.com)
6 points
by
vigneshv_psg
8y ago
|
0 comments
11.
▲
by
vigneshv_psg
8y ago
hmm, while this is cool i am not sure if it is a full-fledged replacement for the Google Finance "portfolios" feature. That lets you add the number of stocks you own for each symbol and shows you an aggregate gain/loss per da
12.
▲
by
vigneshv_psg
11y ago
As far as i know, most of the outsourcing companies have a contract with the employee that will make the employee pay a huge fine if he quits them after moving to the US. I'm not sure about the legality of this, but a lot of companies
13.
▲
by
vigneshv_psg
11y ago
yes, but using a thing they already have comes with privacy concerns. it also depends on their wifi/bluetooth being in "discoverable" mode.
14.
▲
by
vigneshv_psg
11y ago
I am just curious. Wouldn't it be more easier to do this with specific devices than using the phones? Each passenger can be given a smart card along with the boarding pass (or embedded in the boarding pass). The sensors could merely ch
15.
▲
The Great UHD Codec Debate: Google's VP9 vs. HEVC/H.265
(streamingmedia.com)
1 points
by
vigneshv_psg
11y ago
|
1 comments
16.
▲
by
vigneshv_psg
11y ago
in most countries i've been to (UK, Canada, India) 2G data came in handy for things like navigation. note that 2g is part of your plan and it does not cost anything extra. nevertheless, they also have an option to upgrade to 3G data fo
17.
▲
by
vigneshv_psg
11y ago
FWIW, T-Mobile in the US already has the exact same offering [1]. Their plan has free texts and 2g data in 120+ countries. Calls cost 20 cents per minute. [1] http://www.t-mobile.com/optional-services/roaming.html
18.
▲
by
vigneshv_psg
11y ago
This I/O 2013 video has some technical information about the codec internals: https://www.youtube.com/watch?v=K6JshvblIcM
19.
▲
by
vigneshv_psg
11y ago
no it does not. it has a hardware VP8 decoder though. source: https://developers.google.com/cast/docs/media
20.
▲
Code churning and Golang
(psankar.blogspot.com)
8 points
by
vigneshv_psg
12y ago
|
0 comments
21.
▲
by
vigneshv_psg
12y ago
i had a similar thought when i read this. it would be nice if you can share other similar stuff in that list of yours! :-)
22.
▲
by
vigneshv_psg
12y ago
Looks pretty good. I've been using http://www.airdates.tv/ for this stuff. One suggestion would be to add more service providers like Google Play Movies and Vudu.
23.
▲
What happens when non-developers find out about the Developer Console
(twitter.com)
1 points
by
vigneshv_psg
13y ago
|
0 comments
24.
▲
by
vigneshv_psg
13y ago
the particular example that you want seems to use eplayer. it seems like it's a livestream and uses some proprietary protocol and is not as simple as fetching data from a URL and playing it back. So it's unlikely that you'll
25.
▲
by
vigneshv_psg
13y ago
No, chromecast cannot play flash videos. But you can extract the URL of the videos from common swf based players like JWPlayer using a tool like youtube-dl [1] and then use that URL to playback the content in chromecast. This will probably
26.
▲
by
vigneshv_psg
13y ago
yes, it does support the mkv container. WebM and MKV files are usually parsed with the same parser. So pretty much any player that can play WebM can play MKV given the encapsulated codec is supported. disclosure: i work on the Chrome team b
27.
▲
by
vigneshv_psg
13y ago
Casting a chrome tab typically means re-encoding your screen frame buffer, sending it to chromecast and decoding it there. Whereas this app merely pulls the video off the URL and decodes it in the chromecast. Your system has no load and it
28.
▲
by
vigneshv_psg
13y ago
author here. there is no transcoding. i wrote this to scratch the same itch. i have a media server which has a http interface too. plex somehow thinks it needs to transcode some videos despite chromecast being perfectly capable of playing t
29.
▲
by
vigneshv_psg
13y ago
that's neat. i haven't looked at the code, what's your target video codec for transcoding? is it VP8?
30.
▲
by
vigneshv_psg
13y ago
> I'd love to use all these neat Chromecast tricks but I can't because of its (native) poor support for external subtitles author here. yes, i have been working on adding subtitle support to this web app as well (you paste two
More ›