HN user

littke

280 karma
Posts17
Comments32
View on HN
squadformers.notion.site 3y ago

Show HN: Dream Mapping – less OKRs, more LOTR in this visual roadmapping tool

littke
3pts0
blog.lookback.io 7y ago

We’re all addicted to tech. Here’s what’s finally going to save us

littke
2pts0
blog.lookback.io 7y ago

Why I’ll work without a laptop and desktop computer in 2019

littke
2pts0
lookback.io 9y ago

Show HN: Lookback Live – live streamed user research on mobile and desktop

littke
6pts1
lookback.io 11y ago

Lookback 1.0. Record bugs and feedback, now on Android, Mac and iOS

littke
47pts16
lookback.io 11y ago

Designing systems that figures out the solution

littke
4pts0
lookback.io 11y ago

Lookback's Awesome Mode: Record any app, any website, no SDK.

littke
9pts0
lookback.io 12y ago

Confessions of a startup: all our numbers, insights, everything

littke
100pts30
lookback.io 12y ago

We're looking for hearts, not skills

littke
2pts0
lookback.io 12y ago

15,000 user experiences and $2.2M later

littke
6pts0
techcrunch.com 12y ago

Ex-Spotify Engineers Raise $2.2 Million For Lookback, A User Experience Platform

littke
11pts0
lookback.io 12y ago

I am your co-creator, not your competitor

littke
94pts65
lookback.io 12y ago

UX frustration while driving a car and using Google Maps

littke
3pts2
lookback.io 12y ago

Seeking out the stupid users

littke
3pts0
lookback.io 13y ago

Show HN: Lookback - user experience collecting for iOS

littke
5pts1
littke.com 13y ago

Inspiritas - a free Bootstrap theme by Ripple

littke
86pts20
littke.com 13y ago

Personal web design - Adapt your interface, too

littke
2pts1

As much as I want to applaud your progress here, as a user I want transactional stuff to stay in my email inbox. My iMessage is already starting to become overwhelming from spam and apps — I want fewer messages not more.

You can still uninstall the app after you go to Settings > Screen Time and then remove permissions for the app.

Once you know, it’s easy to do.

Most people don’t know, so this probably does what the author is intending.

Haha yeah, well. User account growth is indeed slowing and is down to 1% the last couple of weeks. I thought that was obvious from looking at the graph but I'll clarify it in the article. Recorded minutes are growingly steadily though and are still increasing with about 5% week over week.

Meteor.com is using NodeJS as a backend, but the idea is to not separate these two components. So Meteor spans both and you can write stuff designated for the client and the server side in the same file. In practice we rarely do, but both sides run the same code. Check it out!

Yes. It makes for a much more fluid experience (at least if you have JS ;)), similar to that of a desktop app. The web was originally built to be a set of individual pages but that's not how we want things to behave today. Building a UI with Meteor.com where the JS controls all the interaction, page switching, event handling and automatic data updates is sooo much simpler than requiring a full page refresh or using AJAX to modify individual components. If the DOM is built up by JS in the first place, it makes it very simple to change it by JS. Read more about Meteor's philosophy in the first paragraphs of their docs, here: http://docs.meteor.com/

The downside is that if you don't have JS, you can't do much. In our case it was a price we decided to pay.

I believe this system can be used today, even though there are people out there who may abuse it if you do. But I think we're already seeing the fruits of this behavior, especially in this space.

Yes, I noticed this too (it's mentioned in the footnotes). That's not the concept refer to in the post though, and I was a little bit annoyed when I first found out about it after having drafted the majority of this article :)