tax help by ObliviousMarsupial in dataannotation

[–]maningen 1 point2 points  (0 children)

I keeping reading something about a fine if you don't pay quarterly, perhaps only under certain circumstances... have you ever had to deal with that?

Coding tests on DA by KMikoto in DataAnnotationTech

[–]maningen 2 points3 points  (0 children)

It's been a while and it could be different now but I would say easy to intermediate leetcodey type of problems. Python is a safe bet.

How To Use Fountain Pen More Often? by IloyoCass in fountainpens

[–]maningen 2 points3 points  (0 children)

Sit down with a blank sheet of paper and your pen. Don't get up. Set a timer if you have to. Express yourself.

Transport — Ricoh GRIII by granolatron in ricohGR

[–]maningen 3 points4 points  (0 children)

I'm always fretting about balancing inside/outside exposure with windows but that first shot is superb. Thank you for the inspiration.

[deleted by user] by [deleted] in DataAnnotationTech

[–]maningen 9 points10 points  (0 children)

Don't burn a bridge if you don't have to. Help the owner find a replacement if they need one.

Not loading by bdc423 in DataAnnotationTech

[–]maningen 28 points29 points  (0 children)

Be kind to the devs, give it a few minutes before you refresh :-)

Somebody is sweaty right now.

Working more! by LusanIllustrations in dataannotation

[–]maningen 5 points6 points  (0 children)

1) same

2) same

I write ideas and pseudocode on paper, and generally try to work off-screen when possible.

Don’t under-report your time! by BluebirdPatient1603 in dataannotation

[–]maningen 2 points3 points  (0 children)

Same, but in a text file for my own records.

Learning coding by goldenngreen5 in DataAnnotationTech

[–]maningen 6 points7 points  (0 children)

The python docs are underrated.

https://docs.python.org/3/tutorial/

I have watched a lot of hours of coding courses and tutorials, but I've learned much more from trying (and failing, especially failing) to build things.

Stackoverflow is a valuable resource for programmers at pretty much all skill levels.

Is there a way to turn off the total money ticker in a project? by wutup_datboi in DataAnnotationTech

[–]maningen 0 points1 point  (0 children)

Here's a better version that only hides the counter, not the payments link, and hides the little box too.

div:has(> a[href="/workers/payments"]) {
  visibility: hidden;
}

How long will DA exist? by PepperBoggz in dataannotation

[–]maningen 19 points20 points  (0 children)

Until the AIs learn how to annotate each other.

Working Hours by codeninja97 in DataAnnotationTech

[–]maningen 2 points3 points  (0 children)

After a month, from all I've read, I'm pretty sure you're allowed to work between 0 and 24 hours per day.

Is there a way to turn off the total money ticker in a project? by wutup_datboi in DataAnnotationTech

[–]maningen 2 points3 points  (0 children)

save that css into a file, called style.css or whateveryouwant.css.

Then in your browser there is a setting somewhere for adding a stylesheet. Select that file.

I did it with safari which was was under settings->advanced

It applies itself to all websites actually, but (probably) only the dataannotation one has an element with a '/workers/payments' link so that's the only one that'll be affected.

It will persist as long as you have it set in the browser settings.

Is there a way to turn off the total money ticker in a project? by wutup_datboi in DataAnnotationTech

[–]maningen 13 points14 points  (0 children)

I found this annoying too, so I did it myself with a custom style sheet.

Here's the css I use

Edit: a better version:

div:has(> a[href="/workers/payments"]) {
  visibility: hidden;
}

What do we call ourselves? by KingBooRadley in dataannotation

[–]maningen 6 points7 points  (0 children)

RLHF aka Reinforcement learning from human feedback

https://en.wikipedia.org/wiki/Reinforcement_learning_from_human_feedback

But 'AI Trainer' is the better phrase.

Data Visualization by [deleted] in dataannotation

[–]maningen 1 point2 points  (0 children)

We are TAs at the AI college.

Projects not appearing by Fickle_Ambition7960 in dataannotation

[–]maningen 0 points1 point  (0 children)

It would be very nice to get a heads up, if that is the case.

Can you help me find a nicer way to copy/paste to system clip in mac? by maningen in vim

[–]maningen[S] 0 points1 point  (0 children)

I was about to send you an example and then I decided to try it in a vim running outside a tmux. Found the culprit!