dmartinez | 8 years ago | on: MIT Study:Median Uber and Lyft Profits Less Than Half Minimum Wage; 30% Lose Money
dmartinez's comments
dmartinez | 8 years ago | on: What is an MVP for a B2B startup?
The room was expensive though, I prefer AirBnB with super hosts.
So definitely not a feature that alone would get me to come back.
Source: I stayed there.
dmartinez | 8 years ago | on: Robust Client-Side JavaScript
dmartinez | 8 years ago | on: Laptops Are Great, But Not During a Lecture or a Meeting
There is also a strong case to be made for the “radical transparency” that has made Bridgewater so successful [0]. This system has the capacity to accelerate learning if it were implemented more widely.
[0] https://www.ted.com/talks/ray_dalio_how_to_build_a_company_w...
dmartinez | 8 years ago | on: MIT’s Senior House dormitory closes, and a crisis blooms at colleges
Artist/bohemian collectives across the US harbor these same kinds of people as well.
dmartinez | 8 years ago | on: The Google memo isn’t sexist or anti-diversity, it’s science
dmartinez | 8 years ago | on: Show HN: A Set of Dice That Follows the Gambler's Fallacy
dmartinez | 8 years ago | on: How I’m Learning ARKit
/r/augmentedreality
- 6K Subscribers
- Demos of things people have built
- Promising
/r/virtualreality - 39K Subscribers
- Mix of gaming news and "see what I built" articles
/r/vr_ar_ux_design - 220 Subscribers
- Very UX article heavy
/r/AR_Innovations - 1K Subscribers
- Mix of consumer news and development resources about AR
/r/virtuality - 1K Subscribers
- Mostly hype about VR, few development resources
/r/Vive - 77K Subscribers
- Mostly about gaming, not developmentdmartinez | 8 years ago | on: Twitch nabs exclusive streaming deal with Blizzard for e-sports events
dmartinez | 8 years ago | on: Why we’re betting against real-time team messaging
These problems can be mitigated in a work environment where you can enforce cultural mores, but in a social environment (like within a group of friends or some other non-work related community) this becomes more challenging.
There is probably room in the market for a messaging app that prioritizes reaction communication and suggests that more thoughtful communication take place in a more permanent project management tool.
dmartinez | 8 years ago | on: Social Cooling – How big data is increasing pressure to conform
dmartinez | 8 years ago | on: Ask HN: What code samples should programmers read?
We should read source code sometimes (maybe) to deepen an understanding of how someone might think about the problem differently. In the link, Donald Knuth says he enjoyed the challenge of exploring a piece of software that had no documentation in order to figure it out.
In light of this, my answer to "what code should people read" is that you should read (really, decode) the source code of libraries competing to solve the same problem. This would lead to the greatest yield in terms of uncovering core shared concepts and core unique concepts.
You could compare Vue and React to understand how two different parties thought about componentizing the front-end. Or you could compare Django and Flask to see how a batteries-included MVC framework compares to a lighter alternative.
dmartinez | 8 years ago | on: The Advantage of Being a Little Underemployed
dmartinez | 9 years ago | on: Cyclotron: A web application for constructing dashboards
In the startup space, there is also Mode [2] which has reasonable starting pricing at $25 per user per month.
I've used all three, and my personal favorite is Power BI. They are all great though.
[0] https://powerbi.microsoft.com/en-us/pricing/?b=1
dmartinez | 9 years ago | on: Amazon QuickSight Now Generally Available
I evaluated trial versions of the following tools: Looker, Periscope, Mode, Tableau, QuickSight, and Microsoft PowerBI. They are all very similar in my opinion and at the end of the day will all provide the ability to view dashboards and reports through a web interface. The tangible differences come down to how exactly data refresh happens and the customizability of dashboards and reports. Each tool also offers varying degrees of useful edge features like sharing, alerting, privileges, and saved queries. I eventually settled on Microsoft PowerBI.
The biggest advantage for using PowerBI in my mind is the degree to which reports can be customized. Compared to QuickSight, PowerBI is leagues ahead in terms of customization, while still providing enough predefined templates that you are not constantly thinking about trivial styling choices. More than any other feature, Microsoft gets this right and executes on it better than any other BI tool I've tested. There is even a growing gallery of community visualizations that can be used for free (https://app.powerbi.com/visuals/), and you can write your own visualization templates using TypeScript.
I've been using PowerBI for several months now, and each month Microsoft releases an update that targets the biggest frustrations I've had, such as lack of pre-defined data connections or pre-defined styles. It's still missing some key features I would like (different forms of aggregations, etc) but it's still better than QuickSight, no question. As far as pricing goes PowerBI actually starts with a gratuitous free tier. The free part ends when you want to enable the "groups" feature, which allows you to set up privileges for which users can view certain dashboards. The paid version also allows more data to be stored in the SaaS. You need a premium account which is $10/per user/per month. The pricing + the speed of creating and uploading reports made PowerBI the winning tool. So far the team has been very happy with it.
dmartinez | 9 years ago | on: Amazon QuickSight Now Generally Available
As others have stated, this offering directly competes with Google's Data Studio which was recently just announced.
https://blog.acolyer.org/2018/02/20/putting-data-in-the-driv...