Forwarded from duangsuse Throws
总的来说就是....
没有海豚是被救助来的, 它们进来有可能一生都回不去, 水族馆的环境对它们来说可能不能和海洋相比
这些海豚都是为了我们开心捕捉到的,,,,, 但他们终身呆在那里未必开心
就算当着它们不止一次救过同类, 相对高智商物种互相珍惜 不要说「自然界残酷, 我们是赢家」这类话了...
海豚不是人饲料养的, 也不应该和猪, 牛, 马一样对待, 以它们的神经系统应该被当成人一样对待, 不是和「海猪」一样对待....
不要 不要 不要 看海豚表演不要 不要 不要 去水族馆没有海豚是被救助来的, 它们进来有可能一生都回不去, 水族馆的环境对它们来说可能不能和海洋相比
这些海豚都是为了我们开心捕捉到的,,,,, 但他们终身呆在那里未必开心
就算当着它们不止一次救过同类, 相对高智商物种互相珍惜 不要说「自然界残酷, 我们是赢家」这类话了...
海豚不是人饲料养的, 也不应该和猪, 牛, 马一样对待, 以它们的神经系统应该被当成人一样对待, 不是和「海猪」一样对待....
duangsuse::Echo
大佬 冰冰据说现在在 Sourcebrella 工作,难怪会参加那些啥啥 conf
我中华居然有开发开发工具的公司,我以为都是用外国进口/开源工具的
Forwarded from RustPlayBot
source code:fn main() {
use std::proc::{Command, Stdio};
let child = Command::new("uptime")
.stdout(Stdio::piped())
.spawn()
.expect("::");
let output = child.waitwithoutput().expect(":");
println!(
"{}",
String::fromutf8(output.stdout).unwrapor(String::from("bad utf8"))
);
}
Rustc output:error: expected identifier, found reserved keyword
proc--> /tmp/rusteval/83c11842-a919-11e7-83ea-6be6f37c0aaf:3:14
|
3 | use std::proc::{Command, Stdio};
| ^^^^
error: aborting due to previous error
Program output:(Bad program,see Rustc output)
Forwarded from RustPlayBot
source code:fn main() {
use std::process::{Command, Stdio};
let child = Command::new("uptime")
.stdout(Stdio::piped())
.spawn()
.expect("::");
let output = child.waitwithoutput().expect(":");
println!(
"{}",
String::fromutf8(output.stdout).unwrapor(String::from("bad utf8"))
);
}
Rustc output:Program output:11:35:03 up 46 days, 20:03, 0 users, load average: 0.14, 0.09, 0.02
Forwarded from PyPlayBot
This is PythonPlayBot 0.0.8 ,Python versions:
Py3:Python 3.5.2,
Py2:Python 2.7.12,
IPy:2.4.1
Py3:Python 3.5.2,
Py2:Python 2.7.12,
IPy:2.4.1