Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "paperclip"
-
Bob?
Yeah?
Bob, could you hand me that paperclip?
Sure mate!
Thanks.
Oh... Bob?
Uhhh... yeah?
Could you also hand me that paperclip?
Right... sure, of course.
Thanks.
Bob?
What?
Could you also hand me the next paperclip?
Fuck off, why don't I just give you the whole fucking box!
Yeah Bob, please, throw the whole fucking box.
Wait, is that a printed screenshot of my code you're attaching the paperclips to?
It sure is, Bob.16 -
When you to busy paying for student stuff and can't afford a new Bluetooth headset.. Don't know why I'm studying software when I obviously should be a an engineer, duh..2
-
The following paper combines recurrent neural nets for vision with methods from reinforcement learning research:
https://proceedings.neurips.cc/pape...
Apparently an agent learned to catch a ball 85% of the time, without being explicitly told to track the ball. The RL algorithm rewarded the agent *only* for successfully catching the ball. The system itself used this reward signal to set its *own* policy/goal, which was used to guide it toward the goal of tracking the ball itself--all on its own.
Behold, the very infancy of the paperclip maximizer problem.3 -
My first exposure to computers?
My father had bought this new machine (windows 98 "new" of course) and we put it in a very moist place (some kind of halfway balcony) in our old flat.
...which was pretty stupid.
One day it made a loud nois, started smoking and stopped responding.
I loved the animated paperclip though! -
In python, is there a way to make this work?
----------
# list of people
people = ["Nick", "Sue", "Bob"]
# class instance
Bob.pockets = ["gum", "paperclip", "coins"]
# convert string to prefix of a class instance
Print(people[2].pockets())
----------
This is the simplest way to show what I'm needing to figure out.
I need to convert a string into the prefix of a class instance.
I'm having trouble figuring it out.7