HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cnotv

no profile record

comments

cnotv
·tahun lalu·discuss
I just realized that capitalizing the word "us" sounded like United states :facepalm:
cnotv
·tahun lalu·discuss
Once, a reliable and wise colleague told me "Use in CI what you use locally" and that has been the best devop advice that never failed me to save my time.

The second one has been, from someone else: if you can use anything else than bash, do that.
cnotv
·tahun lalu·discuss
I think this is the last chance for the people in power to stop messing around before US, the people with knowledge, get pissed off and take them down with force, using the technology WE make for THEM.
cnotv
·tahun lalu·discuss
> these engineers seem to be focused

Managers.
cnotv
·2 tahun yang lalu·discuss
This literally applies to everything in this world except global warming :D
cnotv
·2 tahun yang lalu·discuss
Because the problem is not in the code itself? :D
cnotv
·2 tahun yang lalu·discuss
I complained specifically about that and they bounced it back to me like this was safe and cannot use the machine as I want.
cnotv
·2 tahun yang lalu·discuss
I don't think have seen any different since always. You have to always look for the next job, IT companies do not last, this is how it works.

It's not just a legal matter, it's objectively the economy. Even if you would enforce it, a company would not be able to make money in some cases.

Boards and top management care just about money anyway, so you'll get extra degrees of shit.
cnotv
·2 tahun yang lalu·discuss
It's 100% the same also with labor unions. The company has a deficit and has to lay off. You can give up on that if it is the same in Europe.
cnotv
·2 tahun yang lalu·discuss
If you are used to planning your code, and writing what you need to do, with lists and everything, it usually does a good job of creating simple functions, RegEx rules, and finding the snippet of documentation you need. Even if I could code everything with not a single issue, it saves time.

If you have not understood yet where it helps, maybe you should play around with it a bit more.

To write unit tests is often perfect and way better than some of my colleagues, especially the old ones who don't trust and have never written tests.
cnotv
·2 tahun yang lalu·discuss
Nice funny joke for European people, when it comes about extra time and holidays.
cnotv
·2 tahun yang lalu·discuss
Nice funny joke for European people.
cnotv
·2 tahun yang lalu·discuss
These are great links
cnotv
·2 tahun yang lalu·discuss
It IS grid, lvl 3. You can achieve it with:

  display: grid;

  grid-template-rows: masonry;

This is however limited to webkit. I implemented it and ditched in October 2023 already for my private news feed in gallery mode.
cnotv
·2 tahun yang lalu·discuss
I evaluate the CSS updates based on the gap in masonry layout achievement. It's one of the most important layouts that have existed for more than a decade and should have been the only achievement after flexbox and grid. If you have a bunch of media, unless you have a narrow container like FB/IG, that's the only way to go. The alternative is fixed ratios. Anyone who has been working in FE knows it.
cnotv
·2 tahun yang lalu·discuss
I would recommend you to upload everything using Netlify since it's free and you just have to click 2 buttons. In this way, you may have a demo online, which is the overwhelming top advantage of the web compared to anything else around programming.