HackerTrans
トップ新着トレンドコメント過去質問紹介求人

hdodov

no profile record

投稿

Is AI the Ultimate Reinvention of the Wheel?

dodov.dev
2 ポイント·投稿者 hdodov·10 か月前·1 コメント

CSS Can Get You in Jail – Browser renderers, now deemed criminals

dodov.dev
5 ポイント·投稿者 hdodov·2 年前·4 コメント

High-Functioning Workaholism – Work less to accomplish more

dodov.dev
3 ポイント·投稿者 hdodov·2 年前·1 コメント

QuarterTime – Calendar with the remaining workdays and workhours for the quarter

quartertime.dodov.dev
2 ポイント·投稿者 hdodov·2 年前·2 コメント

Metasystems: Thinking Your Way to Mastery

dodov.dev
3 ポイント·投稿者 hdodov·2 年前·3 コメント

Framework Is Not Your Religion – Human Identity Doesn't Run on JavaScript

dodov.dev
2 ポイント·投稿者 hdodov·3 年前·1 コメント

Magical Software Sucks – Throw errors, not assumptions

dodov.dev
2 ポイント·投稿者 hdodov·3 年前·2 コメント

Why does email development have to suck? – Explaining all the 's and 's

dodov.dev
191 ポイント·投稿者 hdodov·3 年前·177 コメント

Origins of JSX and why it had to make JavaScript even more complex

dodov.dev
2 ポイント·投稿者 hdodov·3 年前·0 コメント

コメント

hdodov
·10 か月前·議論
Just some shower thoughts about AI that I had recently. What we have right now is undoubtedly useful. But I wonder if we're too naive to think that we can truly build something smarter than us.

If we should use the right tool for the job, then I think that our brains and AI are two different tools, useful for two different jobs. And we should keep them that way. Just how higher level languages and lower level languages have their pros and cons, each useful in different situations and in different ways.
hdodov
·2 年前·議論
Hope I can help fellow web devs dodge a bullet… When you deal with legal documents, it's better to forget about HTML semantics and especially CSS styling. If you get too smart around ordered lists and they render incorrectly for some reason, you're on the hook!
hdodov
·2 年前·議論
I have tons of side-projects and sometimes fall into the trap of spending the nights working. I you've probably had such projects too…

TL;DR: I think that working less and setting time boundaries forces you to make better decisions and fulfill the higher purpose of achieving more.

Would you agree that constraining yourself is actually productive?
hdodov
·2 年前·議論
Hi there! I'm sharing with you a little tool I made for myself.

Sometimes it's easy to lose track of time and have deadlines get you caught off-guard. Especially when you have some vacations planned. You're like "pfft, there's plenty of time…" and then the invitable "oh, shit" moment comes.

The idea behind this tool is to give you a concrete, visual view of exactly how many workdays and workhours you have. It also allows you to mark your vacations, so you can know how much time you really have. On top of that, you can add your goals and the estimated time you think they'd take in order to get a rough estimation of how they fit in.

Apart from tracking quarters, you can configure it to track any period of time, in case you follow some different parttern. I hope you find it useful!
hdodov
·2 年前·議論
I'm a huge fan of James Clear's idea about goals and systems. I think it's very well put: https://jamesclear.com/goals-systems

But I think something's missing from it — the simple act of consistent self-reflection on what you're doing and why. Cultivating this habit is what I call a "metasystem." What do you think about this idea? Does it make sense? How could it be better?
hdodov
·3 年前·議論
I was suffering from the paradox of choice lately when choosing a framework for a long-term company project. Nowadays it's like thinking of holiday gifts for distant relatives… There's no clear winner, yet there are lots of people with strong opinions out there. They put stickers on their laptops and preach as if {{insert framework here}} was their life. That's when I realized — your framework is not your religion.

TL;DR: Picked React because it's the biggest and most stable cult, but you should experiment with other cults as well because it's about the ideas, not the specific frameworks.

---

Hope this can help someone out there who is also pulling the lever of the framework roulette and has to make a decision.
hdodov
·3 年前·議論
Have you ever used something that "just works" and it actually has done so always, without a miss? I don't think I have. And the more magical something is, the harder it is to debug. When it comes to code, I think it makes more sense to keep things clear and obvious, rather than whimsical and obscure. Make the final product magical, not the software that runs it. What do you think about that?
hdodov
·3 年前·議論
I had missed the "if you could" part, sorry.

Browsers are actually okay with <style> tags in the <body> and apply the rules inside. Although MDN says they must be placed in the <head> [1]. Email clients seem to be a lot more restrictive, apparently. Or lazy.

[1](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/st...)
hdodov
·3 年前·議論
Nope, that doesn't work as well. I tested it before finishing up the article a few days ago. If you put `<style>` in the `<body>`, it gets removed when the email is forwarded and it still looks like shit.
hdodov
·3 年前·議論
When I first got introduced to email development, I remember I wanted to throw myself off a cliff. I couldn't believe how nonsensical everything was. I kept track of everything in a little text document, which I've now turned into a post.

If you happen to be starting out with emails, I hope this can get you up to speed with exactly how everything is fucked. And if you're an Outlook survivor, I hope you'll find something you can relate to…