Hacker Newsnew | past | comments | ask | show | jobs | submit | more devsatish's commentslogin

To their credit it was pretty fast for me to cancel. All i said was “ I have a subscription from work and don’t need personal subscription anymore “ . They cancelled right away , no more questions asked .


Sigh. Thought it's an article about getting off from a start-up/business that's sinking; not literally the Titanic itself. Amusing but well written, triggered some flashes of Titanic movie while reading it though.


Wyze will be a great acquisition, Guessing it would be Amazon that will acquire them eventually.


Been a Wyze customer for couple of years now. Bought many of their cameras from their store and Home Depot. The cameras are real good and much much cheaper than other big brands (Ring/Nest etc). It seems they are basically building a Xiaomi kinda of brand in the US (Xiaomi is extremely popular in countries like India where they have huge market base with well styled products similar to Apple line).


I'd suggest giving Eufy 2k cameras a try. I was also a long time Wyze fan but I've recently switched to Eufy after trying out their 2k cameras. Compared to Wyze, it offers better resolution (thus 2k in their name), on-device pet/human detection (Wyze charges monthly fees for cloud-based detection), and way better app experience. It's slightly more expensive but well worth the price for me.


Very slightly more expensive when you hit a sale like this past cyber monday they were $28 each. To build on the plus sides vs wyze, they notify you almost instantly while wyze cams take 12-15 seconds. It has custom detection zones that can be any shape/size polygon, not just a square. I was most disappointed with the wyze outdoor having a hardcoded detection zone... and then unlimited detection time with no cooldown between detection which is also part of wyze's subscription service


For me the real selling point of the wyze cams is the free one week cloud storage (for detection event, with 5 minutes cooldown period, not permanent recording). This means I don't need to subscribe to anything and still have a record even when the burglars take the cam/system.


Considering they often re-brand Xiaomi hardware, i wouldn't say they're building "a Xiaomi kinda of brand" as much as "re-building Xiaomi's brand"


I have multiple Wyze cams and recently got hit with a big surprise, if Wyze cam lost power suddenly, the past 4 mins event footage is NOT stored on the local SD card, and the actual event is not stored on the cloud as well. Wyze still has a long way to go for resiliency comparing with Ring or Nest.


I tried to test this and discovered that my Wyze Cam thinks there isn't even an SD card installed (there is). In the cloud, it showed there was an event just before it was unplugged, but it won't let me download the footage. I would be pretty upset if I discovered these issues when I was trying to get footage from a break-in or other important event.

EDIT: After a firmware update, it's now recognizing the SD card, but just as parent said, there is no video of me walking up, standing in front of the camera, and unplugging it. It's not missing 4 minutes, but definitely at least 20 seconds.

This means a thief could just walk up to any Wyze cam, yank the power cord, and be certain that he wouldn't be caught on camera. Maybe there's a way for Wyze to grab the data from their cloud if the police asked for it, but it seems impossible for an end-user. Really disappointing.


No.


reminds me of Jack Slocum's original Ext.JS with Yahoo UI components .. circa 2006/2007.. Appreciate the awesome effort! even though the industry overall moved to templating model (JSX) which makes it easy.


seems .ai is the new .io for tech startups/projects..


That's pretty much how we see it. It's what .ai has become.

.ai is a country-code, not an officially designated domain for artificial intelligence.


That's pretty much how we see it. It's what .ai has become.

How you see it doesn't matter. Marketing is not about doing whatever you think is good and then telling your audience they're wrong when they interpret it differently. If someone sees .ai in your business name (and you're not based in Anguilla) then they're going to make some assumptions. In your case that assumption is that the "ai" part is just "marketing bullshit", and that will probably affect whether or not people give your product a fair try.


Agreed, the meaning of .ai domains isn't set by us.

Formally, .ai is a country domain. However, it's broader meaning is cultural - again, not set by us.

By popular usage .ai has become like .io, used informally as a startup domain. We're really just following that pattern.

Our users don't tell us they felt deceived by the pattern, they never even mention it as a concern. Instead, much concerned feedback is around data-privacy.


The people who felt deceived won't have become users, so that's a pretty bad metric.


(I'm indulging this debate because debate is a fun part of HN. There's no negativity @onion2k; I hope you interpret it the same way).

Our domain doesn't really conjure many preconceptions for users to feel that deceived. The conceptions are really vague, more like subtle connotations than denotation.

If you arrive at the site thinking "there was a vague connotation of an ai startup. Instead this is a browser automation startup. I have been deceived!"...you would not be our intended user in the first place. Maybe you got us confused with another ai startup somewhere.

Our intended user would arrive expecting, and getting, no-code browser automation.

Further Edit:

I think this comes across more argumentative than I intended.

I just wanted to add that you make a point I understand and agree with; there's been a lot of hype about AI startups that aren't really AI. We aren't one of those, but maybe our domain makes us look like one!


that npr story is from 2014.


As some one in similar boat. The best resource has been rolling up sleeves and digging into Flexbox (https://css-tricks.com/snippets/css/a-guide-to-flexbox/). Start with Admin Page templates for some visual cues (tons of them on themeforest/github - both for Web/Mobile)


Wasn't CSS Grids the best thing that has ever happened to CSS? Why is Flexbox keep getting recommended on its own without Grid?


IE11 doesn't have full support, so unless you're lucky enough to be able to ignore IE, you have to resort to jacks and workarounds to use grid. At which point it's generally easier just to use flexbox.

Grid will be awesome very soon.


IE (all versions) is estimated to account for less than 6% of users, these days. It’s so small it’s basically “exotic browser” territory.

I think the argument these days should be “do X unless you’re unfortunate enough to care about IE”.


I've yet to work on a product that didn't care about IE. I look forward to that day more than I look forward to the return of the Messiah.


6% is still quite a lot! IE6 and IE8 were both still widely supported until they had <1% narket share. Firefox at 8% doesn't have much more than that.


Flexbox is for "1D layouts"; "lists" (including ones that wrap). Grid is for "2D layouts". In most cases you don't really need Grid (and it has a much steeper learning curve), but if you want to, say, mimic a <table> without an actual <table> element, Flexbox simply cannot do that.


I find flexbox has a small, easy to learn and teach api that allows you to do almost any kind of web app layout that you would need to do, exceptions being grids and tables.

Css Grid is less intuitive but they do make grid gutters much much easier.

Most of the time I reach for flex box. Only when I'm doing a guttered grid would I reach for css grids.

With how hard it is to get a companies UI devs on the same technology and patterns, flexbox is an easy standard to coordinate around.

Not to mention it's better supported.


Grid is awesome, and I highly recommend learning what it can do for you. That said, they serve different purposes. However, between the two of them they address 97% of my needs on the frontend. This[1] is a good rundown of what the two do/dont do.

[1] - https://www.youtube.com/watch?v=hs3piaN4b5I


Partial support in IE refers to supporting an older version of the specification.

https://caniuse.com/#feat=css-grid


Yes. If I'm interpreting OP correctly, the single answer to the question is flex. It can seem like a weird API (I STILL to this day have to look up certain things), but once you get used to it it is GREAT.

Also, if you're using styled-components (which I recommend), use styled-flex-component for layout and things get even better. It's such a breeze, it makes even complicated layouts so simple and fast to put together.


I migrated to CSS grids as soon as I could but find a lot of people still lean on flexbox. Is that just preference, older browser support ...? Are there things you can't do in grid?


The two occupy a venn diagram of functionality. They do some stuff the same, but they also both do unique things the other doesnt. See this for a good rundown: https://www.youtube.com/watch?v=hs3piaN4b5I



Do I not need a component library if I use Flexbox ?


another observation: TikTok and similar apps (and the long Phone designs) have made Portrait/Vertical Video ther norm.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: