20250902 - 持有 10000 $V2EX 获得图库功能 /i
https://www.v2ex.com/i/about
现在,如果持有 10000 $V2EX (或 5000 PumpSwap LP 上的 $V2EX ),就可以获得这个功能。
可用的图片存储数量根据持有量决定:
https://www.v2ex.com/i/quota
过几天生日,可以配一个了 但我粗略了解过,其实不太熟 看过用自己笔记装的,搭个黑系统 但还是需要有经验的兄弟给个实际体验和使用建议
William Arthur Ganfield (September 3, 1873 – October 18, 1940) was an American minister, educator, and academic administrator. He was ordained in 1901 and began his first preaching role later that year in Green Bay, Wisconsin. He became a professor at Carroll College (now Carroll University) in 1905 and taught there until he was elected president of Centre College in 1915. During his six-year term, he helped Centre's enrollment recover from a lull and grew the school's endowment past $1 million for the first time, in part by reinstating ties between the college and the Presbyterian Church. He returned to Carroll as its president in 1921 and oversaw a strengthening of requirements for professors and implementing tenure, pensions and a fixed salary for faculty. Ganfield supported sports at both schools: Centre's football team won a major upset victory over Harvard in 1921, and Carroll's football and basketball teams each won multiple league championships during his term. (Full article...)
Thelenota ananas, also known as pineapple sea cucumber, among other names, is a sea cucumber in the family Stichopodidae. It is found in tropical Indo-Pacific waters, on the sandy bottom of lagoons and in slabs near coral, from the Red Sea and East Africa to Hawaii, Polynesia, the Maldives and Australia. The species is characterized by its large size – reaching up to 70 centimetres (28 inches) in length, with a mass of 3 to 6 kilograms (7 to 13 pounds) – and has pointed, star-shaped teats covering the entire body. The body is reddish-orange in color. It plays an important role in coral reef ecosystems, for example by recycling nutrients, and is often eaten as food. This T. ananas sea cucumber was photographed in the Red Sea off the coast of Egypt.
Photograph credit: Diego Delso
看到移动政企官网有这个套餐,还挺便宜的
有没有用过的来说下,到电联方向的 qos 情况相比移动家宽会不会好一些
不知道為什麼網頁版和手機版登錄不了,不確定是否被盜號。 現在需要兩步驗證 1 是郵箱 2 是手機驗證碼,手機號已經換了,在首頁沒找到聯繫郵箱和申述的地方。 去 reddit 查詢有人說找 X 上的官方號留言,我去 @LinkedIn Help 留言沒有回我,找有 linkedln 的朋友讓他幫我提交工單估計也是怕麻煩沒回我,還有什麼辦法嗎?
Batch convert jpg/png images to webp. Download single image directly, or multiple images as a zip file.
address: https://onlitools.com/image-to-webp
给新来的小伙伴介绍一下 Neopan 的功能: NeoPan 是一款专业的网盘批处理助手,专为提升网盘使用效率而设计。
支持夸克网盘和百度网盘两大主流网盘,集成了:
Neopan 下载地址: https://app.neopan.cn/
使用教程: https://app.neopan.cn/13.html
好久不见,Neopan 发布已经两个多月了,这次的 2.5.0 版本我把自己之前写的一个脚本集成到了 Neopan 中,也就是 AI 生成文案➕基于分享链接结构生成的配图。
发布在微博、x 或者贴吧都是不错的,软件直接一键复制图文到剪贴板。
微博直发之前是配合 rpa 发布,大家也可以试试,配合起来达到自动化,非常省心,流量也不会差。
对于这个新功能的批量化操作我还没想到什么哇塞的点子,如果你有的话欢迎来讨论哦。
作者 QQ:1325833846 ,备注“Neopan”
不过看了看前后的应用,除了被我山寨了名字和产品形态的 SideNotes ,其他都不认识。可能 macOS 的付费榜都是些小鱼小虾,头部软件都不上 appStore 。
block cursor 竟然出现在 inlay hint 里面,准确的讲应该是 vscode 的 bug ,但是不用 vim 的用户应该体会不到。
今天发现使用 Edge 浏览器打开 Bing 搜索页,CPU 占用就会居高不下,打开其他页面没有问题,换了两台电脑都是这样。 删除 Cookie 也没用,后来发现关闭搜索建议,CPU 占用就下来了,不知道是什么原因。
有知情人士吗
在跟 AI 对话了一周后仍未解决,几乎要放弃了,想到 V 友们都是大佬,所以来求帮助了。
800 * 1280 的 mipi屏幕,采用 LVGL显示,需要旋转实现横屏显示,因为 DRM当前 CRTC 绑定的 plane 不支持旋转,所以采用 frambuffer 显示。
目前问题:
/** Default display refresh, input device read and animation step period. */
#define LV_DEF_REFR_PERIOD 33 /**< [ms] */
/** Driver for /dev/fb */
#define LV_USE_LINUX_FBDEV 1
#if LV_USE_LINUX_FBDEV
#define LV_LINUX_FBDEV_BSD 0
#define LV_LINUX_FBDEV_RENDER_MODE LV_DISPLAY_RENDER_MODE_PARTIAL
#define LV_LINUX_FBDEV_BUFFER_COUNT 2
#define LV_LINUX_FBDEV_BUFFER_SIZE 1280 * 400
#define LV_LINUX_FBDEV_MMAP 1
#endif
// 修改 rockchip_vop2_reg.c 中 plane_mask 对应的 rk3568_vp_plane_mask ,命令 modetest -M rockchip 得到的信息并无变化
static const struct vop2_data rk3568_vop = {
.version = VOP_VERSION_RK3568,
.nr_vps = 3,
.nr_mixers = 5,
.nr_layers = 6,
.nr_gammas = 1,
.max_input = { 4096, 2304 },
.max_output = { 4096, 2304 },
.ctrl = &rk3568_vop_ctrl,
.sys_grf = &rk3568_sys_grf_ctrl,
.axi_intr = rk3568_vop_axi_intr,
.nr_axi_intr = ARRAY_SIZE(rk3568_vop_axi_intr),
.vp = rk3568_vop_video_ports,
.wb = &rk3568_vop_wb_data,
.layer = rk3568_vop_layers,
.win = rk3568_vop_win_data,
.win_size = ARRAY_SIZE(rk3568_vop_win_data),
.dump_regs = rk3568_dump_regs,
.dump_regs_size = ARRAY_SIZE(rk3568_dump_regs),
.plane_mask = rk3568_vp_plane_mask[0],
.plane_mask_base = RK3568_PLANE_MASK_BASE,
};
二维码加载有点慢,请稍后,或科学上网
https://chatgpt.com/codex ,在这里选“在您的 IDE 中尝试”:
是代理配置的原因吗?
GitHub 地址 https://github.com/uselibrary/yp,依旧 GPLv3 ,继续疯狂“传染”全世界。名称来源于拼音缩写:
硬盘 --> yingpan --> yp
平时常用 du -h
或者 ncdu
,但总觉得输出不够直观,尤其是在快速查看目录大小分布时。我非常喜欢 Windows 的直接选中文件夹,然后查看大小的操作。于是我用 Rust
写了一个更现代、更直观的工具:YP。这个应该不算是“用 Rust 重写”了吧。
标准模式,提供类型、自动单位、数量等信息展出。
查看指定文件夹并以 ASCII 艺术风格条形图形式显示
选项 | 长选项 | 描述 |
---|---|---|
-p |
--path <PATH> |
指定要分析的目录路径(默认: 当前目录) |
-s |
--sort |
按大小排序显示 |
-j |
--json |
以 JSON 格式输出 |
-c |
--chart |
显示 ASCII 艺术风格条形图 |
-r |
--recursive |
递归显示所有子目录 |
-S |
--summary |
只显示目录和总大小,不显示详细内容 |
-h |
--help |
显示帮助信息 |
-V |
--version |
显示版本信息 |
除此之外,还有很多其他功能,就不赘述了。 Rust 写命令行工具真的舒服,有什么需要的,直接随手写一个,只要能用也不担心性能和安全问题,一次烧脑享用好几年。
mac 外接显示器上方和右侧有黑边,有人知道什么原因吗
export GOPROXY="https://mirrors.aliyun.com/goproxy,https://goproxy.cn,https://goproxy.io,direct"