What I get from this is that during the process it passes through some version of gpt that is not aligned, or censored, or well behaved. So this internal process should not be exposes to users.
HN user
danibx
PWAs pose a security risk. Any malicious site can masquerade as another app, such as your bank. If Apple is implementing this intentionally, then they are justified.
The important parts of your business are in the backend, and should be accessible in json format. If you have a good api, developing native clients should be simple and fast.
But what I have seen are very confident web frontend devs (and product managers too) who only consider web solutions, and dismiss native apps as being duplicated work.
When logging in with Twitter:
This application will be able to: Read Tweets from your timeline. See who you follow, and follow new people. Update your profile. Post Tweets for you.
A Fire Upon the Deep
Yep, he posted on twitter after the questions on reddit: https://twitter.com/satoshilite/status/968931625001140224?la...
Not everyone that buys with credit card does so because they don't have money. Many people do this because this is the fastest way to move money to an exchange. Wire transfers to exchanges sometimes wait for weeks before they are confirmed.
I treat password strength relative to the importance I give the service I'm using. If it is something I care about I will use a 8-12 character password with a few uppercase letters and digits. If it is something I don't care about, but requires an account, "1234" should be enough.
I have even given up on registering on a few sites because they required a safe password. This is getting even more common to me with mobile apps. Typing long passwords on a small tocuh screen keyboard is difficult.
Designing the Obvious: A Common Sense Approach to Web & Mobile Application Design
I read somewhere that Flask was born as an Aprils first joke.
So I ask. How safe is it to use in a real project? Is it a serious project today? Would you recommend Flask to someone who has never done any server side programming?
The only URLs I care about are the main domain URLs. And I dont even type them. I just use Google to reach the main site. It is faster than typing a full URL. Even more on mobile devices.
Or for commonly accessed sites I just type a few letters on my browser address bar. reddit.com is actually re+enter. news.ycombinator.com is actually ne+enter to me. After I reach the main site I usually click around or use the site's search bar.
So, I would say that good URL names are a secondary optimisation.
I would prefer to focus on this priority: 1) A good unique domain name; 2) Good SEO; 3) Good site information architecture; 4) Good internal site search.
I don't have specific apps to recommend right now. But you can find children apps reviews at these sites:
I'm also interested in this question. Any tips about marketing apps for kids?
Where can I learn about math notation and how to read math symbols expressions? Many times I find some articule that explain some idea using math symbols. And I can understand nothing. This week I was looking for a method to calculate the distance between two geolocation coordinates. Át. First the article used math symbols to explain and I could understand nothing. I didnt even know how to Google that "enigma". But a few lines below there was the same algorithm, but This time it was written in Javascript. And it was very easy and simple to understand. How to learn "math syntax and grammar"?
You can shift+click on an article in the list in Reeder and the original webpage for the article will open.
Im interested in Backbone.js but I do only frontend coding, no backend, no rails etc. Would this book be good for me?
Unity will be able to target the flash player when its new 3d api, molehill, is launched.
Code Complete is available at Safari Books.
Thank you, I will check these books. And I also bookmarked your posterous, nice to know a gui developer =)