Search
191 results for “redj”
-
I am a city person. I like living in a city and I have no desire to move somewhere rural, or worse, suburban. And clearly the best way to improve cities would be to remove cars. Safer streets, healthier air, less noise. But, when I think about what I regret the most about living in a city it's #LightPolution. I wish I could see the stars.
-
While out cycling I also snapped a quick photo of some train infra in progress. This is just north of the new large logistics terminal being constructed at La Llagosta as part of the Ten-T Mediterranean Corridor. Reports say it's to open in 6 months.
(It also happens to be in a spot where there is a gap in the cycle infra that requires carrying your bike to go under the tracks as they go over a mostly dry river bed. It would be great if they put some way to safely get from La Llagosta to Mollet that doesn't require either a massive detour or joining a busy road while they were at it.)
-
While out cycling I also snapped a quick photo of some train infra in progress. This is just north of the new large logistics terminal being constructed at La Llagosta as part of the Ten-T Mediterranean Corridor. Reports say it's to open in 6 months.
(It also happens to be in a spot where there is a gap in the cycle infra that requires carrying your bike to go under the tracks as they go over a mostly dry river bed. It would be great if they put some way to safely get from La Llagosta to Mollet that doesn't require either a massive detour or joining a busy road while they were at it.)
-
While out cycling I also snapped a quick photo of some train infra in progress. This is just north of the new large logistics terminal being constructed at La Llagosta as part of the Ten-T Mediterranean Corridor. Reports say it's to open in 6 months.
(It also happens to be in a spot where there is a gap in the cycle infra that requires carrying your bike to go under the tracks as they go over a mostly dry river bed. It would be great if they put some way to safely get from La Llagosta to Mollet that doesn't require either a massive detour or joining a busy road while they were at it.)
-
While out cycling I also snapped a quick photo of some train infra in progress. This is just north of the new large logistics terminal being constructed at La Llagosta as part of the Ten-T Mediterranean Corridor. Reports say it's to open in 6 months.
(It also happens to be in a spot where there is a gap in the cycle infra that requires carrying your bike to go under the tracks as they go over a mostly dry river bed. It would be great if they put some way to safely get from La Llagosta to Mollet that doesn't require either a massive detour or joining a busy road while they were at it.)
-
:minecraft_k: :minecraft_i: :minecraft_p: :minecraft_j: :minecraft_a: :minecraft_y: :minecraft_c: :minecraft_h: :minecraft_o: :minecraft_u:
:minecraft_silver_k: :minecraft_silver_i: :minecraft_silver_p: :minecraft_silver_j: :minecraft_silver_a: :minecraft_silver_y: :minecraft_silver_c: :minecraft_silver_h: :minecraft_silver_o: :minecraft_silver_u:
:minecraft_red_k: :minecraft_red_i: :minecraft_red_p: :minecraft_red_j: :minecraft_red_a: :minecraft_red_y: :minecraft_red_c: :minecraft_red_h: :minecraft_red_o: :minecraft_red_u:卡在了没有将图片文件名里的从-改成_,才能当作shortcut导入
全部更换后,使用keka将图片文件压缩为tar.gz
再运行docker exec -it mastodon_main_web tootctl emoji import --category=golden_letter /mastodon/public/system/golden_letter.tar.gz即可导入表情包可恶,在终端里翻来覆去输入命令,不如用keka来的快 https://www.keka.io/zh-cn/
反复找import的原因,最后解决灵感还是在手动导入这里......
#keka #emoji #mastodon -
sketch_2023_03_31 #Processing #Python #py5 #トゥートProcessing #TootProcessing #generativeArt #creativeCoding
import py5
margin = 60
def setup():
py5.size(800, 800)
py5.no_loop()def draw():
py5.background(0)
grid(margin, margin, py5.width - margin * 2)def grid(xo, yo, largura_total, n=3):
w = largura_total / n
color_step = 255 / n
for j in range(n):
x = xo + w * j
for i in range(n):
y = yo + w * i
py5.fill(i * color_step, # red
j * color_step, # green
255 - i * color_step) # blue
if w > 10 and py5.random(9) > 5:
grid(x, y, w)
else:
py5.circle(x + w / 2, y + w / 2, w * 0.98)def key_pressed():
py5.save_frame('###.png')
redraw()py5.run_sketch()
-
sketch_2023_03_31 #Processing #Python #py5 #トゥートProcessing #TootProcessing #generativeArt #creativeCoding
import py5
margin = 60
def setup():
py5.size(800, 800)
py5.no_loop()def draw():
py5.background(0)
grid(margin, margin, py5.width - margin * 2)def grid(xo, yo, largura_total, n=3):
w = largura_total / n
color_step = 255 / n
for j in range(n):
x = xo + w * j
for i in range(n):
y = yo + w * i
py5.fill(i * color_step, # red
j * color_step, # green
255 - i * color_step) # blue
if w > 10 and py5.random(9) > 5:
grid(x, y, w)
else:
py5.circle(x + w / 2, y + w / 2, w * 0.98)def key_pressed():
py5.save_frame('###.png')
redraw()py5.run_sketch()
-
sketch_2023_03_31 #Processing #Python #py5 #トゥートProcessing #TootProcessing #generativeArt #creativeCoding
import py5
margin = 60
def setup():
py5.size(800, 800)
py5.no_loop()def draw():
py5.background(0)
grid(margin, margin, py5.width - margin * 2)def grid(xo, yo, largura_total, n=3):
w = largura_total / n
color_step = 255 / n
for j in range(n):
x = xo + w * j
for i in range(n):
y = yo + w * i
py5.fill(i * color_step, # red
j * color_step, # green
255 - i * color_step) # blue
if w > 10 and py5.random(9) > 5:
grid(x, y, w)
else:
py5.circle(x + w / 2, y + w / 2, w * 0.98)def key_pressed():
py5.save_frame('###.png')
redraw()py5.run_sketch()
-
sketch_2023_03_31 #Processing #Python #py5 #トゥートProcessing #TootProcessing #generativeArt #creativeCoding
import py5
margin = 60
def setup():
py5.size(800, 800)
py5.no_loop()def draw():
py5.background(0)
grid(margin, margin, py5.width - margin * 2)def grid(xo, yo, largura_total, n=3):
w = largura_total / n
color_step = 255 / n
for j in range(n):
x = xo + w * j
for i in range(n):
y = yo + w * i
py5.fill(i * color_step, # red
j * color_step, # green
255 - i * color_step) # blue
if w > 10 and py5.random(9) > 5:
grid(x, y, w)
else:
py5.circle(x + w / 2, y + w / 2, w * 0.98)def key_pressed():
py5.save_frame('###.png')
redraw()py5.run_sketch()
-
sketch_2023_03_31 #Processing #Python #py5 #トゥートProcessing #TootProcessing #generativeArt #creativeCoding
import py5
margin = 60
def setup():
py5.size(800, 800)
py5.no_loop()def draw():
py5.background(0)
grid(margin, margin, py5.width - margin * 2)def grid(xo, yo, largura_total, n=3):
w = largura_total / n
color_step = 255 / n
for j in range(n):
x = xo + w * j
for i in range(n):
y = yo + w * i
py5.fill(i * color_step, # red
j * color_step, # green
255 - i * color_step) # blue
if w > 10 and py5.random(9) > 5:
grid(x, y, w)
else:
py5.circle(x + w / 2, y + w / 2, w * 0.98)def key_pressed():
py5.save_frame('###.png')
redraw()py5.run_sketch()