Sam's Archive – Telegram
Sam's Archive
562 subscribers
377 photos
41 videos
19 files
127 links
This channel is where I share my projects, creative ideas, and my thoughts along the way.

dm: @sami_f_k
Download Telegram
💯
😁82
This media is not supported in your browser
VIEW IN TELEGRAM
vibecoded a vs code extension that shouts when your tests fail😂.
🤣16🔥1
yikes-0.0.1.vsix
43.4 KB
you can install it via 'install from VSIX' and use the 'Select Fail Sound' command to set your audio
i’m so bad at ui design that one time a friend called my design vibecoded and i haven’t opened figma since.
😭14😁1
so the issue is most of times devs use jsx (react/solid) because it gives you red squiggles when you make a mistake, but it requires a heavy build step.the alt is htm (htm in js strings), which runs directly in the browser with zero build tools.however,with htm typenoscript can’t see inside strings, so you lose all error checking and autocomplete, making it dangerous for big projects.

so i tried to solve this by creating a p() helper that acts as a type anchor. using tail recursive types,i forced typenoscript to actually read the string from left to right and validate your data against the component's requirements.

so we get still performance but with full type safety back inside template strings.
2🔥1
and he even compared it to solid's internal createComponent logic, noting that my prop bagging approach actually keeps the code cleaner
31
www.better-hub.com

this is reallyy cool.👌
1
lol
😁171
Forwarded from Frectonz
We won. 🎉️️️️️️🎉🎉
🔥1
I really enjoyed Akotsk .It is so soulful and enjoyable. The only downside is that the episodes are short. other than that, it made me love the GOT universe more.
3
Forwarded from Dagmawi Babi
Everything is Broken — Yohanes Fikru
youtu.be/IPzM27dJYn4

In school, we learnt the "correct" way of doing things, how we should implement our specs using architectures and patterns. But in game dev, the "spec" is an emotion: Is it fun? Does it feel right? To answer that, you have to build for the user's desire first, often at the expense of the code's purity.

In this talk we'll take a look at his journey, learning extremely useful insights and lessons about game dev as well as what creating a game studio thought him about the truth of game dev and user satisfaction as a whole.

#DagmawiBabisMeetup #YouTube
@Dagmawi_Babi
1
my 2 year unlimited package expired today.😭
😭12
Forwarded from The Software Guy
Flutter devs know the pain…

Months ago i was building a calendar app with Android home screen widgets in flutter.
And bro… it was painful.

There was no way to build widgets with pure dart.
u had to jump between kotlin, XML, and dart, rebuild constantly, and there was no hot-restart workflow to see changes quickly.

So I had an idea sitting in my head for months…

Today I finally built it.

🚀 flutter_android_widgets

A package that makes building Android home screen widgets for Flutter way easier.

No more fighting the native side for every small thing.
Just focus on building the widget.

📦 Package:
https://pub.dev/packages/flutter_android_widgets

📚 Docs:
https://flutter-android-widgets-docs.vercel.app/docs

If you're building Flutter apps and want real Android widgets, check it out and tell me what you think.

Open source. Built for the Flutter community. 🫡
1🔥21