HN user

zan

121 karma
Posts24
Comments20
View on HN
markan.me 2y ago

How much CO2 could a country save by deleting their unused data?

zan
2pts1
nishtahir.com 2y ago

Reverse Engineering an RDP and WebLogic Attack

zan
4pts1
docs.google.com 5y ago

Looking for some developers to help user test our ML platform

zan
1pts1
markan.me 6y ago

The Right to Remote

zan
2pts0
lukabratos.me 6y ago

Removing UTM Parameters with Apple's Shortcuts

zan
2pts0
markan.me 6y ago

The Delight of Development

zan
55pts20
markan.me 6y ago

How I Write: Start with a Series of Sincere Sentences

zan
25pts1
learn.pusher.com 8y ago

[Course] Building an Online RPG with GraphQL and React

zan
8pts0
blog.pusher.com 8y ago

Lessons learned implementing Redux on Android

zan
8pts0
blog.pusher.com 8y ago

Building a realtime location app with ARKit, CoreLocation and Pusher

zan
60pts3
blog.pusher.com 8y ago

How to upgrade your Android app to Oreo 8.0 and avoid a factory reset

zan
6pts0
realm.io 8y ago

Realm State of Mobile Development Report – Q4 2017

zan
2pts0
blog.nishtahir.com 9y ago

Why Automated Recruitment Tools Fail

zan
7pts0
androidchat.co 10y ago

Why decoupling your code matters – a Parse story

zan
5pts0
www.spacecowboyrocketcompany.com 11y ago

Mob Driven Development

zan
5pts0
www.spacecowboyrocketcompany.com 11y ago

All aboard the bug train

zan
5pts0
www.spacecowboyrocketcompany.com 11y ago

Know Your Tools – Terminal and Bash

zan
64pts47
code.google.com 11y ago

Espresso 2.0 released

zan
2pts0
www.spacecowboyrocketcompany.com 11y ago

Raygun.io and Proguard – There and Back Again

zan
3pts0
www.spacecowboyrocketcompany.com 12y ago

Design Sucks

zan
2pts0
www.spacecowboyrocketcompany.com 12y ago

Dumb Flappy Angry Lego Star Wars Birds

zan
1pts0
www.spacecowboyrocketcompany.com 12y ago

Playing around with Chromecast – Part 1

zan
5pts0
github.com 12y ago

Running Android emulator in the CI environments

zan
1pts0
github.com 13y ago

(really) simple command line sleep timer for Mac

zan
2pts1

I'm a solo dev founder working on Potniq (https://potniq.com) - a business travel tool that tells you exactly when to leave based on your entire itinerary.

I used to work in devrel, and traveled a lot for events, and I always struggled skipping things like workouts, looking at the time on the last day of a conference trying to check whether it's time to leave yet - so this gives me the opportunity to build a tool I would have loved to use.

Currently I'm working on a LLM-powered booking email parser, that ingests forwarded booking confirmations and adds flights, hotels, etc. to your itinerary.

https://potniq.com

It's a travel tool for business travelers that figures out your suggested departure times for your entire itinerary based on predicted traffic patterns. Think Flighty but for all the non-flight parts of your trip.

You first build a travel itinerary with your legs - flights, activities, hotels (and hotel returns) and it tells you things like "leave your hotel at 7:40am" before your 8:30 meeting - in a single itinerary, no need to do the google maps acrobatics for every two items in your itinerary. While it's aimed at frequent business travellers I personally use it for all family leisure travel and daily itineraries around town as well - "do I have time for lunch at home after my son's class or should we bring packed lunch". I built it as during my time working in developer relations I traveled a lot, and always built unnecessary buffers and kept nervously glancing at my watch or phone to see if my planned time to leave still holds.

Tech-wise, currently it's Remix web app with a NodeJS/Fastify backend and Supabase for storage, and relying on google maps for route duration calculations. I want to expand it to native mobile clients in the future as well.

I am using it as playground on product thinking, ruthless prioritisation based on user benefit, figuring out unit pricing and economics, sensible architectural design, and exploring how including AI-enhanced features here and there can help make the product better, not just include them for their own sake.

Just the level of airplane nerdery one needs right now. Also probably the best explanation of EDIFACT artifacts I've seen.

I just have one remark - how on earth does a 737 fly from SFO to LHR without stopping as in the example?

There are more ways to resolve this.

- Netflix shouldn't charge cards without verifying email addresses. Security should be an integral part of UX, and not subservient to it.

- Individual email address canonicalisation/resolve _could_ actually be a standard. I'm not sure whether it is or not, but if we can agree on emoji we could also maybe agree on something that binds the internet together. Email is infrastructure, Netflix is not.

- There is still a potential issue by having configured catch-all email addresses on some domains, but we should in that case optimise for the hundreds of millions of gmail.

For me it was just the experience with both. Coming from Java background it was exactly the opposite when I was first dynamic languages, but it got easier eventually (quickly).

I guess you just have to try out different approaches (and mixed ones, Dart and ActionScript come to mind) and gradually understand benefits of each way.