HackerTrans
TopNewTrendsCommentsPastAskShowJobs

draugadrotten

no profile record

Submissions

[untitled]

1 points·by draugadrotten·เดือนที่แล้ว·0 comments

comments

draugadrotten
·เดือนที่แล้ว·discuss
A technical error gave OpenAI access to internal comments, drafts, and source information in the Schibsted newspapers for over a year.

Internal comments in Schibsted's publishing tools are used for feedback on articles, for writing drafts and rough drafts, and for transcribing interviews. The notes can also be used for handovers with sources' contact information.
draugadrotten
·6 เดือนที่ผ่านมา·discuss
It is very possible to be extremely lonely in a room full of people.

People are uncomfortable to interact and make small talk. They know smileys and lmao, but many have forgotten how to laugh irl.
draugadrotten
·5 ปีที่แล้ว·discuss
Financial help is not all it takes to stop abortions.

There are welfare states such as scandinavian ones where the financial help for having children and/or being a single mother is very generous.

A single mother with 6 children can receive financial aid to the equivalent of a senior software engineer salary without having to work at all. Source: https://www.expressen.se/gt/gt-granskar/shukri-hade-fatt-lik...

Even with these levels of financial support, abortions are common - https://en.wikipedia.org/wiki/Abortion_in_Sweden#Trends
draugadrotten
·7 ปีที่แล้ว·discuss
Read the comment by idoubtit in the thread below to learn how to prioritize:

idoubtit 2 hours ago | unvote [-]

Point 3 is wrong. OOM killing is not random. Each process is given a score according to its memory usage, and the highest score is chosen by the kernel. The way to mark priority in killing is to adjust this score through /proc. All of this is documented in `man 5 proc` from `/proc/[pid]/oom_adj` to `/proc/[pid]/oom_score_adj`. http://man7.org/linux/man-pages/man5/proc.5.html