Bun is one of these projects that is a beautiful piece of engineering but also has a very cute mascot that almost overshadows it (which is totally reasonable, I mean look at this π₯Ή).
Bun is one of these projects that is a beautiful piece of engineering but also has a very cute mascot that almost overshadows it (which is totally reasonable, I mean look at this π₯Ή).
That turnaround time π€―
Awesome news! https://xcancel.com/vercel/status/1701378595623415934
If you didn't know already, in the Chrome dev console, you can reference the currently selected DOM-element with $0 like below π
Currently building a little @framer override for @cedric_design's upcoming template.
It automatically sets an active variant for the current nav item and thus eliminates the need for manually creating variants for each nav state.
Anyone interested in using this too? π
You can say what you want about Youtube's algorithm, but it's really good at recommending videos that one would have never searched for but are really interesting to watch.
I see how this can become problematic, but in it's core, it's just a magical piece of software.
Show thread (2 posts)
Idea for the game πΎ
The plan is to build a little F1 game called βReact & Raceβ, where the player has to quickly react to flashing emojis and press the right key in order to move forward.
Stay tuned for β"The Fastest Game on the Emojiway!β π
Finished lecture 0.
Learned more about how to use the basic building blocks of code inside Scratch and how to use them to build simple games.
Now onto problem set 0 π¨βπ»
Friday @framer tip for everyone building overrides and code components β¨
If you need to manage some state in your component (even save and retrieve it from localStorage), try out @jotaijs.
Drastically simplifies the code and seems to work pretty well so far π
Show thread (2 posts)
Introduction to algorithms and Scratch.
The most interesting thing for me was to see how an algorithm can become much more efficient by taking more creative approaches β see binary search algorithm π
Show thread (2 posts)
TIL that @github copilot uses other open tabs as context.
I always thought it would just use the current file, so that's reeeeally good to know.
The hardest problem to solve when setting custom keyboard shortcuts is finding one that is a) memorable and b) doesn't conflict with another one (system wide ones are the enemy here).
There should be auto-suggestions that find the next best option automatically π€
A basic introduction to CS, bits, bytes, and how information is stored in computers.
It was interesting to see how the way we represent information has changed over the years due to a lack of foresight, and how the problem was solved.
Even after building stuff for the web for 7+ years, I sometimes feel like I've never really learned the basics of CS.
If anyone else also feels like that, let's start and complete Harvard's #CS50 together!
I'll try to post an update every day and keep you in the loop :)
000
Show thread (2 posts)
If you didn't already know, @raycastapp has a very nice wallpaper collection built in β¨
Show thread (2 posts)
TIL that you can use CSS grid for more advanced wrapper uses.
For example the pattern below, where you have a classic wrapper that prevents the text from spreading too wide on the left but the image on the right expands even outside the wrapper.
π
Show thread (2 posts)
Finally took the plunge and completed the introductory course about regex on @Codecademy.
I feel like this is a topic that every dev dreads to learn more about. But finally learning the basics properly might help me understand these Stack Overflow answers better in the future ;)
Show thread (2 posts)
I'm really excited that I can finally tell you about something I've been working on the past couple of weeks!
Together with @cedric_design and the relaunch of @CanvasSupply, I created three code components/overrides, that give you @framer superpowers.
Let's take a look at them!
Show thread (8 posts)
Something's coming, I wonder what π https://xcancel.com/cedric_design/status/1683828332478214144
Today I got reminded once again by a nasty code bug that I should finally bite the bullet and properly learn regex π«£
Any tips and recommendations?
Awesome work as always π https://xcancel.com/cedric_design/status/1679456533007204355
Does anyone know about a simple tool that helps you easily clean up your Twitter/YouTube/Instagram/whatever followings?
Imagining something that shows you a random account you follow and its last 3 posts and lets you decide on whether or not to keep following them.
Is there an easy mnemonic to remember how markdown links are created?
I'm always confused on whether to type []() or ()[] π«
Show thread (2 posts)
Using ChatGPT as a socratic tutor seems to be one of the best possible ways that you can use it currently.
Don't let it do the work for you, use it to have a conversation and let it guide you to new thoughts, perspectives and ideas π‘
Show thread (2 posts)
Stay tuned πͺ https://xcancel.com/cedric_design/status/1675843702047080448
Progress update πͺ
The cmdk menu for @Framer now shows the page you're currently on in the top left. Helps quite a bit for navigating your website.
Apart from that, I'm busy fixing nasty bugs and making the component even easier to configure right inside Framer.
Stay tuned π
It's now possible to define custom categories and similarly categorized items are grouped together with a heading in the cmdk dialog β automagically πͺ
Kudos to @framer for not only being an awesome no code tool but actually allowing to use code where it's needed π€
Currently working on a β + K component for @framer π§
Customizeable without writing a line of code. Lil demo below π
Who would be interested in using this as well?
Developer tool/website discovery of the day π
Helps you analyze the bundle size of npm packages and even shows how long it'll take to load with different connection speeds.
Show thread (2 posts)
The true reason for so many dirty MacBook keyboards out there (including mine π₯²) https://xcancel.com/luciascarlet/status/1673726293563588608
TIL that you can access the amount of fingers a user had on his screen when triggering an event (using TouchEvents).
By the way, can someone guess what I'm building? ππͺ
This idea of βcontextual designβ seems pretty interesting π€ https://xcancel.com/hobdaydesign/status/1671119428291903488
React wouldn't nearly be as great as it is without the brilliant folks over @vercel
These guys constantly ship cool stuff and their marketing is just spot on.
Just a random thought, but there couldn't be a better time to create things for the web and I love it π
Is there a minimal MacOS app that integrates the OpenAI API into the system?
Imagining something like [select text] β [right click] β [choose prompt]
Would be great to know βοΈ
πͺ
Been working on a @framer override that enables navigating your site just with keyboard shortcuts. Currently works with links and the search component.
Is this something that would be useful for your own projects?
That's the sweet spot π https://xcancel.com/henricreates/status/1670420490140123138
This is also my impression so far, which is great. @framer AI should be a tool that helps you generate different ideas fast, not ideate inside a predetermined look.
For moving fast, I think using ChatGPT to help generate content ideas and then move to Framer is the way to go. https://xcancel.com/JorisRood/status/1668704159959220226
Follow recommendation for today π https://xcancel.com/designspells_/status/1663190974405967872
Proof that SwiftUI is the greatest prototyping tool ever invented. https://xcancel.com/raunofreiberg/status/1666122499401166873
I will always be amazed about how @github copilot makes coding a breeze. Just write a few comments at the top of a file like below and watch ai work its magic.
It's never perfect but it gets you like 90% there.
This makes learning & building so much easier, I love it πͺ
The new React docs are a true goldmine and a prime example of how good documentation looks like.
E.g., importing and exporting es modules is explained in a concise way that I've never encountered before.
It just clicks π
Just @framer telling you what you should do before going to bed tonight πͺ https://xcancel.com/dominikhofer_/status/1656381889962299392