Skip to content

Instantly share code, notes, and snippets.

View eMPee584's full-sized avatar
πŸ’Ύ
funk soul software

Marcel Partap eMPee584

πŸ’Ύ
funk soul software
  • Open Source Ecology Germany e.V.
  • Dresden.EU
  • 15:31 (UTC +01:00)
  • X @eMPee584
View GitHub Profile
@eMPee584
eMPee584 / aichat.qwen3-on-rbe-option.2025-08-17.1422h23.md
Created August 17, 2025 12:44
qwen3-235b-a22b on impact of the transition to a cooperative resource-based economy, generated 2025-08-17

openrouter:qwen/qwen3-235b-a22b:free> With the upcoming availability of advanced AI systems, generative engineering and escalating numbers of humanoid robots, paid human labour has no great future ahead and we need to adapt our economic structures in one way or another. Alternative to UBI and keeping the money / trade system in place, there's the option of a resource-based economy. Let's assume high levels of enthusiasm spark all over the planet through all societal classes and we would transition to a post-commercial, post-work cooperative post-scarcity economy and focus on building planetary open access infrastructure as well as living a joyful life together. What could be the impact on quality, supply chains, waste and human development if all technology and engineering know was made open source and shared, technology would be developed participatively and all had fair access to resource? Exclude issues of technology abuse as that risk will be part of any free future society.

Okay, so I need t

@eMPee584
eMPee584 / MoveFile.go
Last active November 29, 2020 20:41 — forked from var23rav/MoveFile.go
GoLang: os.Rename() give error "invalid cross-device link" for Docker container with Volumes. MoveFile(source, destination) will work moving file between folders
package crossdevice
import (
"fmt"
"io"
"os"
)
/*
GoLang: os.Rename() give error "invalid cross-device link" for Docker container with Volumes.
@eMPee584
eMPee584 / MoveFile.go
Created November 29, 2020 20:35 — forked from LevinLin/MoveFile.go
GoLang: os.Rename() give error "invalid cross-device link" for Docker container with Volumes. MoveFile(source, destination) will work moving file between folders
import (
"fmt"
"io"
"os"
)
/*
GoLang: os.Rename() give error "invalid cross-device link" for Docker container with Volumes.
MoveFile(source, destination) will work moving file between folders
*/
$ strace-process-tree zdaemon-py3.GIT/TRACE3
6184 execve("bin/test", ["bin/test", "-pvc", "-t", "README"], [/* 65 vars */])
β”œβ”€6196 execve("/bin/sh", ["/bin/sh", "-c", "./zdaemon -p 'echo hello world' "...], [/* 67 vars */])
β”‚ └─6197 execve("./zdaemon", ["./zdaemon", "-p", "echo hello world", "fg"], [/* 67 vars */])
β”‚ └─6199 execve("/bin/echo", ["echo", "hello", "world"], [/* 67 vars */])
β”œβ”€6200 execve("/bin/sh", ["/bin/sh", "-c", "./zdaemon -p 'sleep 100' start"], [/* 67 vars */])
β”‚ └─6201 execve("./zdaemon", ["./zdaemon", "-p", "sleep 100", "start"], [/* 67 vars */])
β”‚ └─6205 execve("/usr/bin/python3.3", ["/usr/bin/python3.3", "./zdaemon", "-S", "schema.xml", "-b", "10", "-s", "zdsock", "-m", "0o22", "-x", "0,2", "sleep", "100"], [/* 68 vars */])
β”‚ └─6212 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f163fcab9d0)
β”‚ β”œβ”€6213 clone(child_stack=0x7f163e4b4ff0, flags=CLONE_VM|CLONE