GBKS | 6 years ago | on: Show HN: JSON API and Graphs for Coronavirus Cases
GBKS's comments
GBKS | 6 years ago | on: Show HN: JSON API and Graphs for Coronavirus Cases
Data I used is also from John Hopkins, turned into a JSON file via: https://github.com/pomber/covid19 .
There are also some good data-related resources here: http://open-source-covid-19.weileizeng.com
It's both disturbing and fascinating to work with this data. I would love to see these datasets go beyond the basics and also include things like timelines, population size, etc, to better understand how our actions influence the spread.
GBKS | 7 years ago | on: Root Insurance raises $100M for a $1B valuation
GBKS | 8 years ago | on: Ask HN: Companies who adopted React Native over a year ago, do you regret it?
GBKS | 8 years ago | on: Ask HN: Companies who adopted React Native over a year ago, do you regret it?
GBKS | 9 years ago | on: Ffffound is shutting down
GBKS | 9 years ago | on: Material Design Color Tool
GBKS | 9 years ago | on: MacBook Pro is a lie
I'm curious, what do you run on your computer to max out a brand-new MBP with 16GB of Ram?
I currently do design and dev work on a 3 year old MBP with 8GB Ram. This includes running VMs for I.E. and back-ends for various projects, using Xcode to build apps, editing Sketch files with 50+ screens, photo editing in Photoshop and motion graphics in AfterEffects. Naturally I don't everything at once, but even with a combo of some of them, everything runs just fine. So this makes me genuinely curious what people do that these brand-new machines can't handle. And are those demands really the majority use case? If not, then there is an argument for having different machines for the demanding work loads and maybe a smaller laptop or even iPad for meetings.
What are your thoughts?
GBKS | 9 years ago | on: MacBook Pro is a lie
GBKS | 10 years ago | on: Facebook and the media: united, they attack the web
I hope this whole discussion is a bit of a wake-up call for news sites to get their priorities and tech straightened out.
GBKS | 11 years ago | on: Flipping the Script on Recruiters
I just think that if you don't like how they are doing things, give them pointers. Won't work everywhere, but sometimes it will, and that will be worth it.
GBKS | 11 years ago | on: Designing Twitter Video – A look into the design and prototyping process
GBKS | 11 years ago | on: Google Said to Plan Separating Photo Service From Google+
GBKS | 11 years ago | on: Uber vs. Car Ownership
GBKS | 11 years ago | on: Steven Colbert On Vessyl Digital Cup [video]
GBKS | 11 years ago | on: The Android Screen Fragmentation Myth
They split phone sizes (2-10") into four generalized sizes (small, normal, large, xlarge). Then they split screen density into generalized densities (ldpi, mdpi, hdpi, xhdpi) based on 3:4:6:8 ratios. The example on the page lists 5 different layout XML files (the 4 previously mentioned + extra large landscape orientation) for different sizes, and three folders for image assets in different densities.
But, there are tablet layouts for Android 3.2+, which use a completely different system based on size qualifiers where you can provide minimum/maximum pixel sizes for layouts.
The logic for iOS seems super simple in comparison.
With a few Android projects under your belt, you have probably internalized how everything works, and which parts are fringe cases you can ignore. But if you're new to this (or a journalist/analyst with limited technical depth), it seems like an absolute mess. Simply rewriting this documentation and providing better tutorials and resources could go very far to clarify the situation.
GBKS | 12 years ago | on: Wanelo: The First Million Users
I believe I've read somewhere that Deena writes those descriptions herself. She doesn't talk about it, but I think this personality goes a long way with her audience.
GBKS | 12 years ago | on: 30 Days of Inbox Zero: How I Did it
GBKS | 12 years ago | on: Famous tech acquisitions’ cost per user
GBKS | 12 years ago | on: App-pocalypse Now
First, I'm not sure poor marketing practices can be blamed on the App Store itself. It is up to those companies/sites to decide how to promote themselves. I'm also not sure it is the App Stores responsibility to provide many marketing channels.
Second, websites are free, that's why most people probably expect apps to be free, too. I think people like to pay for experiences. A coffee is an experience. And you get a friendly barista, a nice store with wi-fi, a whole table with extras to mix in, etc. Software in comparison is really abstract. Out bodies tell us they are hungry or sleepy, and pressure us to do something about it. Our bodies do not pressure us to try out a new calendar app.
Accuracy is super tricky here. Some people speculate that the numbers coming out of China are manipulated (I have no proof or opinion on that) and there's also some concern that deaths from other causes are also counted towards Coronavirus. But that's just what we have right now... an estimation of reality.
I'd also like regions, maybe that data is available somewhere, or could be scraped from national or local news sources, and then aggregated somewhere.
Are you planing to add more features, graphs, or other information?