HackerTrans
TopNewTrendsCommentsPastAskShowJobs

myguysi

no profile record

comments

myguysi
·4 bulan yang lalu·discuss
Oh that’s what they mean by “subagents”, now I get it.
myguysi
·6 bulan yang lalu·discuss
On mobile there’s a snowflake toggle button in the top left corner. I only noticed this after reading the whole article in reader mode and wondering why my iPhone was on fire…
myguysi
·6 bulan yang lalu·discuss
Yep also ran into this while trying to search the article. It’s maddening when the share action is now also hidden within a context menu.
myguysi
·6 bulan yang lalu·discuss
I was starting to wonder why my iPhone got crazy hot. I’m using reader mode and it appears to continue running the web page and animation in the background… crazy.
myguysi
·8 bulan yang lalu·discuss
> I'm speculating here but I'm pretty sure if you did an MRI on my brain you'd see lesions from the mixing of mdma and sertraline (I get myoclonic jerks to this day).

Could you speak more to this? A family member was recently diagnosed with myoclonic jerks without a clear root cause, so treatment has been hit or miss so far. I’m trying to learn what I can to help inform them.
myguysi
·9 bulan yang lalu·discuss
> Really... how data flows through your program is actually a separate graph structure, and how HTML elements are organized in your program is another separate graph structure we try to graft into the first one and that creates a mess.

My team migrated away from Redux and for over a year I’ve been unable to pinpoint why I’ve been longing for it again. This has hit the nail on the head for me. Redux (and other “global” state management solutions) allowed me to decouple the data graph from the UI graph. When a UI event is triggered, an action is dispatched and then the data graph takes over. This makes the UI graph extremely simple - render UI and dispatch actions - but these days we’re mixing state with business logic, event handling, API calls, rendering UI, styling, etc. This is very much a problem of our own making that could be solved by a different architecture, but yeah… thanks for clarifying this feeling for me.
myguysi
·5 tahun yang lalu·discuss
I understand the sentiment, but a better comparison would be if your tool of choice had to be shared between everyone on your team.