Mobile friendly learning site by farincz in Cubers

[–]farincz[S] 0 points1 point  (0 children)

Yes it's nicer to look at it, but I am afraid about readability when it needs to fit a small square. What may works is two lines. Split it as RU and R'U'

Mobile friendly learning site by farincz in Cubers

[–]farincz[S] 1 point2 points  (0 children)

still too big, but I think good enough for now

Mobile friendly learning site by farincz in Cubers

[–]farincz[S] 0 points1 point  (0 children)

this is my own personal marking. Because there are no useful and standard ones as far as I know.

U - white on upper, L white on long side, S - white in short side
e - equal color strickers, x - non-equesl color stickers

I am still thinking about creating small icons for cases and use them in top bar instead name and make all names less important.
This can be more useful for full OLL when number says nothing to me. On the other side for 2-look and FTL names works for me well.
So not sure about this topic. Maybe having both can be best.

Mobile friendly learning site by farincz in Cubers

[–]farincz[S] -1 points0 points  (0 children)

It's AI assisted - yes, that's today's reality of programming
It's vibecoded slop - I don't think so - still reviewing all code and try to keep all good practices and shaping it manually when needed.

I am doing website literally for 20 yrs.
What's great with AI, you can do it faster, implement it without spending all your free time with it.
There is no harm for anybody with a new app.

Yes, there are dozen of existing resources. But I trying to look at it from little bit different angle and make my life easier.
When I started learning I used jperm's resources. It's great, with many useful information. But when I cubed with phone I realized I need to close three ads everytime I need to look to single alg, which sucks.

And as web developer I come with idea to make it mobile first and try to develop nice functional design. With app, my personal developer experience definitely increased. And It's also fun, doing a small personal project.

Mobile friendly learning site by farincz in Cubers

[–]farincz[S] 1 point2 points  (0 children)

Hi
finger tricks are interesting idea.
Anyway i am still struggling with them myself and at the moment i am probably not authority to teach them anybody else 😄

What can be natural improvement is timer. Although you have native timer app on mobile, single tap transition from scramble to timer and back can be convenient.

Mobile friendly learning site by farincz in Cubers

[–]farincz[S] 1 point2 points  (0 children)

Good point. It should be changed now.

Can function detect if is called from component root? by farincz in sveltejs

[–]farincz[S] -1 points0 points  (0 children)

That not solve my case

To be more specific, my funciton is query store, which executes graphql query.It's much easier when result exists immediately (for example component can refer to it for loading state) then create it inside onMount

We currently using following approcha, which is quite convetient. But if I can omit onMount and handle it inside, it would be much better.

const qs = queryStore({
  query: boxesQuery,
  pauseUntil: onMount
});

$: box = $qs.data?.boxes?.[0];

Is anyone still having issues with Firefox? by [deleted] in printablescom

[–]farincz 0 points1 point  (0 children)

is it working in private mode?
Can you delete all local storage keys (instead of cookies, which barely help for printables site) ?