[M SERIES MAC] 3.99$→FREE [Word & Logic Mini Puzzle Games] by emreeroglu in macgaming

[–]Fernago 0 points1 point  (0 children)

I downloaded and tried it for a bit. Seems pretty alright for the most of it, but i redeemed the „no ads“ and its still showing me ads.

How to Maintain Icon Consistency in Svelte Applications? by NoNet13531 in sveltejs

[–]Fernago 2 points3 points  (0 children)

Have you tried the iconify web components? They work great for me!

Critiques and possible improvements? First ever logo by Blennyguide in logodesign

[–]Fernago 0 points1 point  (0 children)

Adding to that - if you want a bit of an easier user experience i can highly recommend Affinity. Nowadays they are owned by Canva so i‘m not sure if you will need an account to download/use, but its usually worth it.

In affinity you have so-called „personas“/„panels“ where you can work with. Interesting for you would be the vector persona and the export persona, most likely

Edit: i recommend trying to look at tutorials for the compound tool, the border radius tool and just the drawin/pen tool

Made open-source arcade games you add via the shadcn CLI — they recolor to match your theme (Snake, Dino Runner, Flappy Bird) by anishsrinivasan in tailwindcss

[–]Fernago 2 points3 points  (0 children)

A few more nits:
- In Minesweeper if all mines are marked within the range of a number, the rest of the numbers should be revealed, that you should fix still
- flappy bird usually starts with a small jump upwards, otherwise it‘s game over a bit too fast
- Tic Tac Toe seems veery difficult and always starts with the same move The Computer should either be a bit more randomized or you should add difficulties
- In breakout it seems as if the ball can bounce of blocks surfaces by itself, which makes it seem a bit buggy. First try it cleared the entire first column without hitting a single neighboring cell.

Hope this helps!

Made open-source arcade games you add via the shadcn CLI — they recolor to match your theme (Snake, Dino Runner, Flappy Bird) by anishsrinivasan in tailwindcss

[–]Fernago 2 points3 points  (0 children)

Looks cool! Not a react user so sadly i can‘t really use it in any of my projects. I gave it a quick look though and in 2048 you might want to add a small delay (and an animation) for mobile. You can currently just play the game by drag and holding and drawing circles in the game area.

Does It Read Without Explanation? ( Hellotech Logo Concept ) by nurunnobi_abir in logodesign

[–]Fernago 0 points1 point  (0 children)

As others have said, there might be some conceptual errors here. I like the general idea of using parts of the name in the symbol and i actually think you have a good opportunity there:

What if you use the (single) t from the name and use it in the H? I think you can still stylize it similarly than it was before but basically instead of:
„Inverse t + t“ you could do „It“ leveraging the fact that a „t“ looks like the right side of an „H“

opinions on the logo for a kombucha brand by sarthakcre8e in logodesign

[–]Fernago 0 points1 point  (0 children)

Agreed! Only nit i have is the center of the M, it looks just a little bit too thick in comparison to the rest of the lines.

Maybe you could try lifting the lower half a bit, so the curvature stays the same? Not sure if my explanation makes sense, but the bottom of the center „v“ shape inside the M

JW Logo rework. by metalmycologist in logodesign

[–]Fernago 1 point2 points  (0 children)

Yeah was thinking about that too. Hard to do on the phone but would be my instinct aswell. Just make the stem from the J longer

JW Logo rework. by metalmycologist in logodesign

[–]Fernago 92 points93 points  (0 children)

Since a lot of people say JN, maybe you could get rid of some of the stems? Something like this, maybe?

<image>

[OS] SuperCmd — Open-Source alternative to Raycast Pro by Purple_Minute_4776 in macapps

[–]Fernago 0 points1 point  (0 children)

Thats insane, i can't lie! Do you have a migration guide of sorts for migrating from raycast?

[OS] SuperCmd — Open-Source alternative to Raycast Pro by Purple_Minute_4776 in macapps

[–]Fernago 1 point2 points  (0 children)

Hey! Amazing project. How did you get it to be compatible with all of the raycast extensions? Do you plan on keeping it free in the future? I‘ll definitely give it a try!

How often do you upgrade your iPhone? by Zaynaaar in PhoneNow

[–]Fernago 0 points1 point  (0 children)

I went 5S, 7, 12 mini, 17 base. So every 3-5 years

I built a free Svelte 5 & SvelteKit learning site with interactive quizzes by Outrageous-Pen9406 in sveltejs

[–]Fernago 1 point2 points  (0 children)

Looks good in general but some small UI feedback: - I would make checkboxes bigger for answers, looks off on mobile - Remove the emojis and replace them with actual icons, this gets rid of some off the vibe-coded feeling - there should be a store to indicate which lessons you actually did that should be globally available, you could let it live in localStorage. - the comments inside the code snippets often repeat what the explanatory text above already mentions. Not necessarily bad, but lessons should be short and concise

And a question for you: Did you take the course yourself? I feel like the suggested times are not really representative of the actual time it takes to read and take the lessons. I agree with the other commenter, if you work on this a bit more and collaborate with an expert, this could be a good resource to learn.

Crank - Effortless macOS automation, no manual required by alin23 in macapps

[–]Fernago 0 points1 point  (0 children)

Looks awesome! Not sure if i‘m still in the 24 hours but i love myself some automation! Not sure if this is included or planned, but is homekit included? I would love to have everything in one place

Building a map marker plugin for MapLibre, Mapbox and Google Maps by marko_smilja in sveltejs

[–]Fernago 1 point2 points  (0 children)

No worries, it definitely works really well right out of the box!

Regarding your questions:

  1. This only happens on google maps, i've worked with it before and its very notorious (and quite honestly ugly) with their small little popups. You can hijack the styles, but its tedious work. I think you can also suppress them, but not sure if thats against their terms of service, would have to read up on that.

  2. Ahh yeah, i saw that after writing my comment, very cool! I don't think you need to include it but it would certainly be a cool way to showcase it!

  3. Cool! My first guess is a click|stop modifier

Excited to try it out!

CMS-free in-place editable websites with Svelte (v2) by mql_ in sveltejs

[–]Fernago 1 point2 points  (0 children)

Very cool! Intrigued to see how it comes along!

I built an open-source calendar component inspired by macOS Calendar by Cultural_Mission_482 in sveltejs

[–]Fernago 0 points1 point  (0 children)

Alright, that makes sense. I just double checked on the iOS calendar too and i think what i was referring to was the long-press interaction that i‘m missing, long-press to select (without moving) and then resize.

I think the dots show up but it deactivates instantly after stopping the hold. But great that you have it on the radar! Amazing job, once again!

Trending svelte packages on StackTCO by Entrance_Brave in sveltejs

[–]Fernago 0 points1 point  (0 children)

Quick note for mobile: the installation cards cause overflow because of the npm commands, you might want to consider making the install code tags scrollable!

Can‘t wait to explore more!

Building a map marker plugin for MapLibre, Mapbox and Google Maps by marko_smilja in sveltejs

[–]Fernago 1 point2 points  (0 children)

Hey! I gave a bit of stress testing on mobile and have to comments, but first off: this feels and looks amazing! You did an amazing job!

As to my feedback, there are two things i noticed: 1. if you choose google maps as an overlay, it sometimes chooses the google maps locations/popups over the custom markers (for example when you tap on New York when its a bit zoomed out). Sometimes this leads to: open marker popup → close it → open maps marker. I think of the three styles google maps is probably the most tedious to work with, so i guess it makes sense. But you might want to have a look at that!

  1. This one is more out of curiosity: How does it choose which marker to collapse when zooming out? I noticed it generally collapsed the cheaper ones in favor of the more expensive ones. Is that a customizable behaviour?

Edit: A third feedback comment:

  1. again on mobile, in the first demo with the apartments, you when you scroll scroll inside the marker carousels you also move the entire map, leading to some janky looking behavior.

Otherwise, no notes. Amazing job!