doc_holliday | 8 years ago | on: Don’t buy the MacBook Pros even on sale, in my opinion
doc_holliday's comments
doc_holliday | 8 years ago | on: Don’t buy the MacBook Pros even on sale, in my opinion
After reading other's thoughts here, I think I have to avoid Macbook Pro for now, I hope they change this in the next release.
Annoying as I need a machine with Xcode.
doc_holliday | 8 years ago | on: Instant scale with AWS Lambda (2017)
Lambda is designed to be used for tasks like that, such as resizing images, parsing file etc.
doc_holliday | 8 years ago | on: Instant scale with AWS Lambda (2017)
doc_holliday | 8 years ago | on: Instant scale with AWS Lambda (2017)
I've had issues with the temp memory. It is completely unreliable, you have to store files when processing in /tmp/ and for whatever reason, reading from this results is patchy. I had to resort to storing every file I process in the RAM.
The tooling is only just taking off now, 6 months ago simulation was painful, at least there is AWS SAM now and docker support.
However despite the pain, it's giving me a solution for scalable video encoding that is very cost competitive and I don't have to worry about submitting jobs and monitoring resources.
doc_holliday | 8 years ago | on: Euro MPs back end-to-end encryption for all citizens
A large portion of the UK has no idea how encryption helps them and believe that criminals and terrorists should "have nowehere to hide".
doc_holliday | 8 years ago | on: Ask HN: How much time per week do you spend on side projects?
doc_holliday | 8 years ago | on: Ask HN: How much time per week do you spend on side projects?
(Have dropped most other activities because I am pushing to try launch in couple of months).
doc_holliday | 9 years ago | on: What is this colored fiber in my chicken?
doc_holliday | 9 years ago | on: Technique makes more efficient, independent holograms
Most true holographic displays are still under lab conditions with high power lasers, expensive optics and precision setup. Maybe someone at a lab has hacked together a game of sorts though.
You could probably create a sort of holographic game with a lenticular display. You would have slight parallax with a couple of views, it would be quite rudimentary though but a fun project.
doc_holliday | 9 years ago | on: Technique makes more efficient, independent holograms
That would be very impressive to see.
doc_holliday | 9 years ago | on: How to never complete anything
People have built million dollar business that had it's first iteration in MS Excel, if it is useful to someone and kind of serves the purpose then that is enough for a start.
doc_holliday | 9 years ago | on: Ask HN: What books fundamentally changed the way you think about the world?
More an essay, but profoundly impactful.
doc_holliday | 9 years ago | on: YouTube TV will be huge. Apple must respond
That is essentially VoD that they are offering as well as broadcast.
"unlimited DVR" is PR speak for VoD in this case.
doc_holliday | 9 years ago | on: Snap Jumps in Debut After App Maker Raises $3.4B in IPO
However, this just feels completely out of proportion to earnings and downside does not seem priced in. Willing to be proved wrong of course, but especially seeing as they are non voting shares, I cannot understand this pricing.
doc_holliday | 9 years ago | on: Show HN: $2 incremental pricing logo project
I would be tempted to hit it at this price, but want something I can get out into iOS and Android icon easily.
doc_holliday | 9 years ago | on: A Deep Dive into HandBrake and Video Transcoding
> "I dumped all the images into separate PNG files, and then used sips to convert the PNGs to somewhat-more-reasonably sized JPGs"
You are adding further compression to the PNGs (the frame grabs) by using JPEG (I assume you are using it in lossy mode), which is basically adding another form of compression to your results.
The fact you used JPEGs (further compression) for comparison basically null and voids all the results I am afraid.
doc_holliday | 9 years ago | on: A Deep Dive into HandBrake and Video Transcoding
Video needs to be analysed ideally in the temporal space (i.e as a sequence). I see no mention of the GOP structure or length of the encoding chosen, which would need to be considered.
For example the one frame you have chosen to compare could be an I frame in some of the video compression or could be a P or B frame which would result in slight variance in quality and artifacts.
doc_holliday | 9 years ago | on: UK Government is breaking the law by collecting everyone's internet data
However, the use of the term app is probably more to do with vast usage of apps to now consume the internet. So if you now just use the term "website", many of the general populace (who aren't technical) will think that's fine they won't know because I use apps for Facebook etc.
It's important people know that this covers access through apps. So they simplify the usage of that term.
Technically incorrect yes, but probably a proper description for general readers.
doc_holliday | 9 years ago | on: UK Government is breaking the law by collecting everyone's internet data
Otherwise I've been looking at using remote servers from macincloud.com / xcodeclub.com, but haven't tried that yet.