HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xenator

no profile record

Submissions

The End of Licenses

myblog.ru
1 points·by xenator·il y a 5 mois·4 comments

Internationalization and Localization in the Age of Agents

myblog.ru
1 points·by xenator·il y a 5 mois·0 comments

comments

xenator
·il y a 20 jours·discuss
I have exactly the same problem with Time Machine spinner on macOS. It even doesn't rotate.

Somewhere should be rare specialists with diploma who are capable of fixing such problems with waiting lists for years ahead.
xenator
·il y a 21 jours·discuss
Pasteboard counter exists to help apps to not ask again about the same item in the buffer.

And nothing stops from using reset it every day.
xenator
·il y a 27 jours·discuss
Deleting whole file is faster then deleting rows in file.
xenator
·il y a 3 mois·discuss
If you don't have adv from platform itself it doesn't mean that site content is not flooded by endless spammers content. LinkedIn is great example where you have both.
xenator
·il y a 5 mois·discuss
Unfortunately true, but this time shady KYC is involved
xenator
·il y a 5 mois·discuss
More interesting that LinkedIn use fingerprinting everywhere and connect your personal data to every device you are using and connect to other services connected to their network.
xenator
·il y a 5 mois·discuss
At work, I meet many people with similar experiences. But the number of people who are able to use new tools is gradually increasing. I myself spent many hours learning how to make my AI work and make workable code. Moreover, I treated it as something important and new. So much so that I began to view my own old code differently. Not as something with sentimental value. But at the same time, it can easily become obsolete in the face of new realities.

I don't mean to devalue your feelings about your code. But I myself I went through devaluing my own work. Perhaps people who did carpentry in the old days treated their tools with care, creating beautiful engravings for the hard-polished handles. But now you can saw a board with a power tool, and we have lost the culture of these craftsmen.

AI is changing the attitude toward code. It may sound painful, but the value of old work has diminished. On the other hand, the main goal of developers has not changed. We're still solving problems, not writing code for the sake of code.
xenator
·il y a 5 mois·discuss
Honestly, I couldn't care less about the rights to my code in today's world. What you're describing probably really bothered me a couple of years ago. But today, I'm not even sure what programming language my next project will be in. Everything has changed so much and is changing so rapidly that perhaps in a couple of years, corporations will be worried about their huge and important products.

What if, in a couple of years, you can create your own Photoshop with video editing capabilities? Maybe that will be possible too.
xenator
·il y a 6 mois·discuss
For incoming traffic you can use ?from=rss or utm. To measure traffic to rss itself just parse server logs
xenator
·il y a 7 mois·discuss
Imagine you are in a marriage and your spouse say: "I can sleep with other people, doesn’t want to do that. It feels off-mission".

I don't understand context, but my honest reaction will be: "WTF, you just said? What type of relationship you think we have if we discuss such things?"

I definitely understand why people worry. This is just crazy to weight trust in money. If this is on the table and discussed internally, then what we are talking about?

'T' in Mozilla Firefox means 'Trust'.
xenator
·il y a 7 mois·discuss
We use Gitlab for CI/CD and tbh it is amazing. Simple, predictable, debuggable.
xenator
·il y a 8 mois·discuss
Pffff... No AI? Who need it? Even my shower gel is AI already.
xenator
·il y a 8 mois·discuss
Just simple arithmetics.
xenator
·il y a 8 mois·discuss
Does it conform Occam's razor rule to have something that can be easily done very similar way without changing language?
xenator
·il y a 8 mois·discuss
So basically you just rewrote boilerplate code with complexity of "hello world" and deploy scripts. Without any dependencies, data migrations, real user data and downtime SLA. And after that you had time to write quite long article.

What honest reaction you expect from readers?
xenator
·il y a 9 mois·discuss
I blocked Disqus locally on my computer via /etc/hosts many years ago. Reason is very simply. Because comments as genre is almost useless.
xenator
·il y a 10 mois·discuss
Labuba driven development
xenator
·il y a 10 mois·discuss
[flagged]
xenator
·il y a 10 mois·discuss
This one is amazing, I almost pissed myself laughing reading it. So true about YAML. Another caveat is using --- as section separator in the file. It will starts new file inside your existing file.

Still love it.
xenator
·il y a 10 mois·discuss
To be honest, right now I'm thinking about isolating of build process for frontend on my local environment. It is seems not hard to send my local environment variables like OPENAI_API_KEY or .ssh/* to some remote machine.

I know it is not very different comparing to python or projects in any other language. But I don't feel that I cannot trust node/js community at this point.