bg de en es fr it nl pl pt sv tr zh

experiments

Broadening harms considered in research ethics

Alexander R Pruss

In typical lab research ethics, the following types of ethical considerations count against an experiment: risks of harm to the world outside the lab risks of harm to persons in the lab risks of pain to conscious entities in the lab. (The categories overlap: the persons in the lab are conscious...

Consent to deceitful experiments

Alexander R Pruss

In order to give valid consent, the subjects in an experiment need to be informed about all the harms that the experimenter plans to impose on them. Being deceived is a harm. Therefore, in order to give valid consent, the subjects in an experiment where the experimenter plans to use deceit need to...

Watch where you walk by planning experiments

Fritz Meissner

Software delivery plans that consist purely of a list of tasks assume that learning is done before any code is written. This belief is false and leads to software project failure. Let’s imagine a plan that consists of five milestones. The organisation that wants this work knows far more about the...

LLMs Don’t Have Introspection

danielmewes

Assume we want to use a vision-language model (VLM) to look at a given image and determine certain properties about it. Let’s say that, for the sake of the argument, we would like it to determine whether the image contains anything funny or not. As we all know, jokes are the most funny when you...

Completed: 30 Minutes a Day

Ashley Newman

"the most productive part of the 30 minutes is the 30 minutes after" As I am writing this, I am completing the last day of my 30 minutes a day for 7 days challenge....

Shoshikantetsu

Ashley Newman

The other day I was visiting my parents in Hawaii when I complained to my mother about not wanting to do a planned run that afternoon. I told her that I was tired and was dreading physical...

Hacking self doubt with an alternate reality game

danieltyrkiel

You have an idea. You get excited with the potential, you see how it works out. You take small steps towards it, and then somehow you lose the drive. The idea wasn’t really that great. It could never happen, it’s stupid. You have another idea… The cycle could be a bit different for you. Your […]...

Building Dedicated Server Target Files

Michael Allar

In the middle of setting up a automated build server and I ran into an issue when trying to build dedicated servers for blueprint only projects. I basically needed to be able to auto-generate the *Server.Target.cs file for the project if its missing. I wrote an over engineered and bloated Node.js...