HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shalanah

no profile record

Submissions

Show HN: Super Snowflake Maker

supersnowflakemaker.com
228 points·by shalanah·il y a 2 ans·48 comments

iOS404 – The missing web features of iOS (from caniuse data)

ios404.com
3 points·by shalanah·il y a 2 ans·1 comments

comments

shalanah
·il y a 4 mois·discuss
Of course! Thanks!
shalanah
·il y a 4 mois·discuss
Yep - the site has a point of view but rooted in real data that you can filter as you'd like.

I've had real-world experiences where I develop something that works on my Mac and my Pixel phone but cannot work on iOS WebKit (basically kaputt on iPhones). It inspired the creation of the site - specifically not being able to allow users to have Audio at anything but 100% seemed extremely weird.

I'm not offended by sites that also point out issues with a slant against Google. Ie: killedbygoogle - I think these things are great, fun, and interesting.
shalanah
·il y a 4 mois·discuss
Hi! Creator here (of iOS404) - you can filter level of standard and compare to FF Android (or compare to Safari Desktop, or any mix) instead if you'd like.
shalanah
·il y a 2 ans·discuss
FF Update: Gecko based Firefox isn’t as performant as WebKit/Chromium on desktop/mobile devices when it comes to some canvas operations (even on offscreen!). I was able to greatly improve performance on desktop by limiting how much I drew and played with UV coords instead. That unfortunately wasn’t enough for FF on Android. Had to turn off “live” snowflake rendering for android. It does feel snappy on draw you just don’t get the “live” snowflake preview till you close a drawn shape. On FF Android the snappy draw is worth the trade off.
shalanah
·il y a 2 ans·discuss
Update: Think I have found a way to speed it up for Firefox (and everyone else too!). On holiday with the fam so might take a couple days before I push a fix. I'm optimistic though!
shalanah
·il y a 2 ans·discuss
Aw! Fills my heart with joy that she's inspired to code and you both enjoy it!
shalanah
·il y a 2 ans·discuss
Thanks for the tip! Added it to an issue: https://github.com/shalanah/inapp-spy/issues/37
shalanah
·il y a 2 ans·discuss
Downloads are really clunky in SFSVC. You can do them, but it takes like 3 actions compared to iOS Safari. I've gotten lots of complaints on another site I have that does on-the-fly blob (Object URL) downloads that users don't understand it.

Here's a snapshot: https://bsky.app/profile/shalanah.bsky.social/post/3las76tpl...
shalanah
·il y a 2 ans·discuss
You can download as SVG! There is a screenshot JPG, fold + cut template PDF, and simple shape SVG download on the site.
shalanah
·il y a 2 ans·discuss
So glad you enjoy it! And yes, I love web apps too!

Happy holidays + New Year!
shalanah
·il y a 2 ans·discuss
Oh wow both Orion + Arc on iOS have the same UA as Safari and are testing positive for SFSafariViewController (an experimental test).

I'll look into other ways to not confuse SFSVC with these browsers.

Interestingly - downloads on Arc work really well but they are poorly done in Orion (open in a new window without clear option to download).

I use inappdebugger.com for testing exit links, UA, downloads etc.
shalanah
·il y a 2 ans·discuss
I'll take a look, thanks for the heads-up!
shalanah
·il y a 2 ans·discuss
I'll take a look. Perhaps my inapp detection is throwing false positives. I also detect for SFSafariViewController because of the bad UX downloading experience there. Maybe it is catching your browser as well.
shalanah
·il y a 2 ans·discuss
Hi Diti, are you talking about the inapp link to Safari? If so - it's the only reliable escape link for ios. It should work on other WebKit browsers as well but no reliable inapp escape link is available for the default browser on ios anymore. There use to be another ios workaround but they closed it. Basically downloads don't work on inapp browsers and I need some way to get you out of them.
shalanah
·il y a 2 ans·discuss
100%! Some onboarding could definitely help!
shalanah
·il y a 2 ans·discuss
Love this idea --- and a share link is a great place to start for it. Thanks for the suggestion!
shalanah
·il y a 2 ans·discuss
Whew! :)
shalanah
·il y a 2 ans·discuss
Thanks @Liftyee! Yeah Firefox seems to lag behind on the site compared to WebKit or Chromium browsers. Hopefully I can optimize it more for Firefox.
shalanah
·il y a 2 ans·discuss
Cool, I didn't know that could happen!

I started with 12 sections (or 6 lobes/mirrored sections) then wanted to play around with more section numbers without having to redraw.

I think 12 is for a more advanced paper snowflake maker although I think 8 can look cool too.

Wonder what number in-nature non-hexagonal number was. If you come across it, would love to include it!

If you create a snowflake site, I would love to try it!
shalanah
·il y a 2 ans·discuss
Hmmm odd. Works on my machine (of course!). It's a static site hosted on S3 - I'd be surprised if it is experiencing an overload issue. Will need to investigate what's happening for some visitors.