HackerTrans
TopNewTrendsCommentsPastAskShowJobs

seedboot

no profile record

comments

seedboot
·4 เดือนที่ผ่านมา·discuss
That comment for sure made me sad
seedboot
·8 เดือนที่ผ่านมา·discuss
Definitely resonating with some of this right now, continuing on a journey of discovery of my self and my past. Thank you for sharing
seedboot
·ปีที่แล้ว·discuss
> these days everything new I see is incredible and everyone is bored with it

Information saturation
seedboot
·2 ปีที่แล้ว·discuss
The factory must grow.
seedboot
·2 ปีที่แล้ว·discuss
Faststone is really fantastic
seedboot
·3 ปีที่แล้ว·discuss
> Why doesn’t someone test the theory and come up with some competition?

ChatGPT Has entered the chat.
seedboot
·3 ปีที่แล้ว·discuss
One example is if I was using react it would be used to encapsulate a react-router Link and an anchor tag in a component, and use props to differentiate between inbound and outbound links.
seedboot
·3 ปีที่แล้ว·discuss
It's easier to verb with nouns.
seedboot
·3 ปีที่แล้ว·discuss
Hopefully your link will be a component, so you only need replace one line anyway.

Then again if your styles are abstracted to a component, your CSS framework is irrelevant!
seedboot
·3 ปีที่แล้ว·discuss
> If the Typescript team got carte blanche to create their own language, it would likely be... C#.

This is sarcasm, right? The creator of TS is the lead architect of C#
seedboot
·4 ปีที่แล้ว·discuss
Promise.all/allSettled/etc will allow you to resolve your promises concurrently rather than awaiting each result in the for loop. Depends what your use case is, really.