HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Camisa

no profile record

comments

Camisa
·3 jaar geleden·discuss
"Do not hallucinate."

Jokes aside, you ask in different ways, including different languages, and the more you test the more certain you are that it is correct. The only way to be 100% certain is to get the developers to tell you.
Camisa
·3 jaar geleden·discuss
Even before this you could still search for "Twitter" on android play store and it would be the first result.
Camisa
·3 jaar geleden·discuss
Great time to tackle some tech debt
Camisa
·3 jaar geleden·discuss
I tried making a realtime multiplayer game network based on HTTP, sending movement data every 100ms and individual world changes on each HTTP requests by that was taking 50ms each on a wifi local network, I thought that was good enough but then I tested websockets and the round-trip for websocket was around 4ms.
Camisa
·3 jaar geleden·discuss
Sure, to me a library is something you call, like ReactDOM.render(), React.useState(), etc, and a framework calls the code you create. You create files and modules for a framework in the way that it dictates, and a library doesn't constrict you in any way.

But defining react as a framework or a library isn't easy, the word "React" isn't just one thing. JSX, initializing script, and the app skeleton are all optional to using React, yet React without JSX doesn't exist, everyone does it, like bundling your web app is a must in production nowadays.

React wasn't so much a framework when it started, you could add pieces of react in different parts of your page, to the point people sometimes argued that it was overkill to have the entire page be a react app. It is slowly walking into the framework direction, and the new react.dev docs violently suggest you use a react with a framework. A developer doesn't just "start" using react in these times, they need to understand a lot to create a full project with react.
Camisa
·3 jaar geleden·discuss
Indeed, react.dev is a disaster without precedents.
Camisa
·3 jaar geleden·discuss
https://grossato.com.br/

Just some random web dev stuff. 3 posts as I created it last month.
Camisa
·3 jaar geleden·discuss
I made an effort not to click on anything political for a few months and there's absolutely no video in neither side except for the "breaking news" section that youtube adds, not even on youtube shorts. We tend not to notice when things are right, but god damn how much I love youtube recomendation algorithm. I really hope it never corrupts itself. The "Do not recommend" works, and not just for the specific channel, but the overall category and related content, it's amazing.
Camisa
·3 jaar geleden·discuss
Subreddits related to development and programming tried to create programming.dev, which is a federated alternative, but the registering is failing for some reason, possibly because of too many accounts being generated. Anyways aside from that it has good content.
Camisa
·3 jaar geleden·discuss
If you use windows it will routinely set edge back to the default browser. The web team of microsoft is absolutely disgusting in every possible way, and it has always been.
Camisa
·3 jaar geleden·discuss
Damn that's a clever implementation!
Camisa
·3 jaar geleden·discuss
I've seen ADHD person explain this as having every reason to do the task, know that they need to get started now, and yet, just can't get around to do it. I've certainly felt that in some scenarios in my life. It's like getting the timing to start doing the task is impossible and everything else, no matter how mundane, seems safer and more fulfilling to do.

It's like you are missing the drive to get that thing done to the point that your brain just tricks you into thinking that anything remotely productive seems more important and better to get started on now than the actual task. To me this is a rare occurrence, hence why I think I am not a ADHD person.

The problem to me is that this difficulty is hard to differentiate from self-discipline.

I suspect you will be less likely to feel that inability to get around to do the tasks that you know to be important to do it if you fail in a way that life itself, the universe, hurts you for the failure, as opposed to your boss saying "you're fired for showing up late".

I also suspect that some people use religion to fix this: Like picturing a higher being looking down and saying "Wherefore dost thou not now do that which thou must? Else, I shall smite thee from the heavens or cause thee great trouble in the afterlife."
Camisa
·3 jaar geleden·discuss
Agreed, it's so easy to blame your problems on the circumstances and feel good about it. Some people were just taught to always be victims (which is sad), and others just power through their weakness and eventually comes up on top.

Stoicism tends to be a difficult way to live but it does compensate in the long term.
Camisa
·3 jaar geleden·discuss
Try working on your personal projects in the morning or just don't work so close to exhaustion on your day job. Working on hard problems with high intensity could lead you to burn out and that would be terrible for your employee and your own health.