HackerTrans
TopNewTrendsCommentsPastAskShowJobs

poincaredisk

no profile record

comments

poincaredisk
·el año pasado·discuss
Honestly?

I have a personal blog. It's free. I write because I want humans to read my work, not because I want to provide a free labor to AI companies.

This argument doesn't work here.
poincaredisk
·el año pasado·discuss
My company is relatively small. With probably 6 separate redis instances deployed in various places (k8s, bare metal, staging and prod environments) and dozens of (micro)services using them it's probably at least 40 hours (one person-week) to migrate everything at this point. Also there are things like documentation, legacy apps that keep working but nobody wants to spend time updating them, naming problems everywhere (renaming "redis" everywhere with zero downtime would be a huge pain), outdated documentation, possibly updates in CI, CD, and e2e tests, and probably more problems that ight become apparent in scale.

And we're honestly not large. For a mid size company, hundreds hours sound reasonable. For a big company the amount of work must be truly staggering.
poincaredisk
·el año pasado·discuss
I'm not saying you're wrong, but on this case isn't this a tautology?

Since investing 100% in a single stock makes one a speculator, not investor, then by definition no investor invests 100% in a single stock.
poincaredisk
·hace 2 años·discuss
>first bit of high quality open source software

That feels like an exaggregation. L High quality open source software is uploaded daily to GitHub.
poincaredisk
·hace 2 años·discuss
What is native UI in this context? My terminal emulator is also always basically a full-screen black textarea with white letters. No window borders, no tabs, no buttons, no menus, nothing else. Is there anything native UI would give me in this case (and what is a native UI, I can't find it defined anywhere)?
poincaredisk
·hace 2 años·discuss
You can always run tmux inside. I personally don't use tabs in my terminal emulator at all, because I use tmux tabs for everything.

It may not work for you, of course.
poincaredisk
·hace 2 años·discuss
In my opinion it's a bad practice, and rewriting code to be typeable is a good idea for refactoring.

But I write Python for some time now, and I know what you mean. I have nightmares about codebases with dynamically generated class fields for example (though I heard ruby is even worse)
poincaredisk
·hace 2 años·discuss
...but Python is obviously typed. It has types. In fact everything has a type, and even the types are of "type" type. It has type errors. Saying it's "untyped" invokes a wrong impression. Your usage is very non-standard in programmer circles.

What's wrong with universally understood and well defined concepts of "statically" and "dynamically" typed languages?