Telegram Web Link
Forwarded from 微博精选
一位位于上海的跨性别女性被家长殴打强行抓走,目前处于失联状态。

有能力有意愿进行援助的朋友可以联系p2的博主。 source
Forwarded from AOSC 社区脉动 (白铭骢)
2023 年底 AOSC OS 壁纸开放征集

多年来,得益于来自社区的踊跃投稿,AOSC OS 的壁纸包内容愈发丰富(目前包含超过 100 张)。距离上次壁纸征集已有半年,现征集社区壁纸投稿,欢迎大家参与!

考虑到去年投稿量非常大,导致壁纸包大小急剧增长,今年我们将在贡献者间进行初步选拔,选出 10 张壁纸纳入默认的壁纸包中(其余投稿将包含在额外 (extras) 壁纸包中,但考虑到对系统大小的影响,因此默认不预装)。今年上半年的默认壁纸将通过社区投票在通过初选的壁纸中选出。

投稿规则

投稿仅限原创作品,但格式不限(摄影作品或平面设计均可)
— 除非作为平铺图案使用,壁纸分辨率 必须高于 3000×2000
— 投稿 不得包含商标及(虚拟及现实生活中)除安安/同同外的肖像
— 投稿 不得包含有关政治、种族、宗教的观点性内容

投稿流程

1. 在 GitHub 上的 征集公告 跟帖回复要投稿的壁纸
2. 在 每张 壁纸链接下注明如下信息:壁纸标题、作者名称及邮箱地址,以及壁纸许可

注:如上规则解释权归社区贡献者所有。在征集截止后,社区贡献者将召开工作会,届时我们将根据合规性及质量规则筛选壁纸投稿,并组织内部投票选出十张候选默认壁纸。

投稿截止时间:UTC +8 时间 12 月 15 日零时。

感谢您的投稿!
Forwarded from 通行线
#通行线·轨交#【光谷有轨电车L3交路将于11月28日开通】光谷有轨电车线路经优化调试,结合前期调研和专家评审论证意见,决定在11月28日开通L3交路。L3交路北起华中大站、南至城铁汤逊湖站,共15座车站,串联起关山大道与大学园路2条主干道,服务周边产业园区、成熟社区约20万人。

为有效区分3条交路的列车,方便乘客进站上车,避免“搭错车”,上车前,可通过以下方式进行识别:1、车头区分,L3交路为天蓝色,L2交路为艾绿色,L1交路为雪白色;2、车头与车身侧面电子屏固定显示交路信息。

(图源:光谷交通社交媒体)

via 通行线Toursline的微博
Forwarded from Gmail Bot
✉️ Sebastian Ramacher <[email protected]>
To: <[email protected]>
mips64el marked as out-of-sync architecture

Hi,
due to the ongoing shortage of buildd resources for mips64el, we have
marked mips64el as out-of-sync architecture in britney's config. (We are
aware that there are some oddities yet to be fixed, but we are working
on it.) Practically this means that migration to testing won't wait for
mips64el builds and that MA: may get out-of-sync until the mips64el
builds are available.
For the future of mips64el as release architecture in trixie, we will
closely monitor the buildd situation. Without the required buildd
resources to keep up with the demand in unstable, (old)stable and
for security uploads, the architecture is not suitable as release
architecture.
Cheers
Forwarded from YCombinator News
Where Is OpenCV 5?
300 points by Tycho87 17 hours ago | 132 comments
https://news.ycombinator.com/item?id=38430074
Forwarded from rvalue的生草日常
PUA是吧.png
咕 Billchen 咕 🐱 抹茶芭菲批发中心
啊? https://dev.to/code42cate/say-goodbye-to-docker-volumes-j9l
Sync
If you would want to have a folder synchronized between your host and your container, you would add:
services:
web: # shortened for clarity
build:
dockerfile: web.Dockerfile
develop:
watch:
- action: sync
path: ./apps/web
target: /app/apps/web
Whenever a file on your host in the path ./apps/web/ changes, it will get synchronized (copied) to your container to /app/apps/web. The additional app in the target path is required because this is our WORKDIR defined in the Dockerfile. This is the main thing you will probably use if you have hot-reloadable apps.
咕 Billchen 咕 🐱 抹茶芭菲批发中心
Sync If you would want to have a folder synchronized between your host and your container, you would add: services: web: # shortened for clarity build: dockerfile: web.Dockerfile develop: watch: - action: sync path:…
Watch rules let you ignore specific files or entire directories within the watched tree.

For example, in a JavaScript project, ignoring the node_modules/ directory has two benefits:

- Performance. File trees with many small files can cause high I/O load in some configurations
- Multi-platform. Compiled artifacts cannot be shared if the host OS or architecture is different to the container

For example, in a Node.js project, it's not recommended to sync the node_modules/ directory. Even though JavaScript is interpreted, npm packages can contain native code that is not portable across platforms.
2025/07/08 11:02:39
Back to Top
HTML Embed Code: