Tweet
Safari is truly an IndieHackers nightmare.
What a waste of time working around quirky implementations.

Trying break-avoid to prevent half cards showing up...

But...

Safari doesn't like flexbox in columns.

#buildinpublic
Order seems to matter...

I'm using scrollWidth. It didn't return the right value now and then. I figured out that the CSS was not loaded yet when the 'DOMContentLoaded' event was fired.

Make sure to load JS after your stylesheet.

#buildinpublic #webdevelopment
Working with my buddy "Chad Chippy T" on time-based clustering of data for tiptopfeedback.com

Here is my input, could you give me the output formatted like this? Truly amazed by the output and explanations.

#buildinpublic #webdevelopment #bootstrapping
Trying to apply the small bets principles of @dvassallo. This requires some mind-shifts.

My risk is to over-complicate things for future flexibility. For example a database design.

But it's a small bet.

There might be no future, so why to optimize for it?

#buildinpublic
Look ma, no JS!

Just learned I can implement Progressive Disclosure with HTML only by using the <details> and <summary> tags. Supported by most browsers (95% of global audience) #webdev #Webdesign #buildinpublic

caniuse.com/?search=details
developer.mozilla.org/en-US/docs/Web…
Data wrangling on non-consistent data is hard, but at least I make some progress on parsing the public Dutch swimwater dataset: data.overheid.nl/dataset/7095-w…

Building a directory to search spots to swim nearby. #buildinpublic
I made technical prototype of a small compass web app, assuming that developing a compass with web technologies would be something trivial. Up until know I couldn't get a reliable reading on Android with API's and libraries. My learnings: kasperkamperman.com/blog/technical… #buildinpublic
I'm prototyping a compass web app and I found that getting compass readings in Safari is super simple. True north can be simply read as webkitCompassHeading. With Android I couldn't manage and find an API to get a stable compass reading #buildinpublic #webdevelopment