HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chokma

no profile record

comments

chokma
·3 เดือนที่ผ่านมา·discuss
Automation is also for reducing drudgery - the work that prevents us from meaningful struggle by taking up resources that can be better applied elsewhere. Not all struggle (or pain) is created equal.
chokma
·4 เดือนที่ผ่านมา·discuss
Maybe the sycophantic behavior of AI models comes from rich people having them build to behave the same as their personal yes-men. A person accustomed to never hearing "no" won't like a machine that tells them off.
chokma
·4 เดือนที่ผ่านมา·discuss
Another example: there are fallen countries that try to penalize abortion even in extreme cases (rape, incest) Having the data in your ad-exchange’s online profile that you bought a pregnancy test and a bus ticket to another state that allows abortion may be enough to get you jailed.
chokma
·4 เดือนที่ผ่านมา·discuss
Note that there is a difference between Panoramafreiheit (freedom to record a public building / space with people walking around) versus recording the street before your house with an always-on security camera (almost always forbidden).

Even having a fake camera pointing at a public space can be forbidden as it creates surveilance pressure on people using the space.
chokma
·5 เดือนที่ผ่านมา·discuss
This reminds me of https://perldoc.perl.org/Locale::Maketext::TPJ13

Seems like to get it right for every use case / language, you would need functions to translate phrases - so switch statements may be a valid solution. The number of text elements needed for pagination, CRUD operations and similiar UI elements should be finite :)
chokma
·5 เดือนที่ผ่านมา·discuss
Eventual source code access is an interesting idea. What language is Uruky implemented in?
chokma
·14 ปีที่แล้ว·discuss
Many users like their WYSIWYG text editors (even though they are often problematic between older browser versions or with "paste-from-word" or conflicts with other JS-includes). And the expectations are rising - one customer of ours would like a WYSIWYG-editor "with Apple style interface" in the browser, with all the bell's and whistles of a full blown publishing solution including complete layout control, input validation, CMS support and so on. The old TinyMCE fields of his legacy app will no longer cut it.

Meanwhile, I write the documentation for my software in Markdown, because it is the fastest way for me to get structured text from my mind to my machine. And with the help of pandoc, it's convertible into all other text formats, from HTML to PDF and LaTeX etc. (Although the html-with-images to PDF support of wkhtmltopdf is even better, so it's Markdown => pandoc[for HTML] + wkthmltopdf [for HTML to PDF]).