小天管理 发表的所有内容
-
[酷工作] Part time Find JS 全栈工程师
企业简介: Brand: Magickbase => Magi(decision-making system), CKB(Common Knowledge Base), Base Products: Neuron, a full-node desktop ckb wallet CKB Explorer, ckb explorer for the layer1 GwScan, godwoken explorer for the layer2 Axon Explorer, axon explorer for the layer2 Vision: Analyzing data from three platforms in the system for decision making and providing a controller for users to drive their assets. 招聘岗位: JavaScript Engineer(Full-Time, 40 Hours/Week) Responsibilities Develop high-quality web applications and electron-based desktop applications. Continuously optimize code, applications, and user interfaces within the codebase. Contribute to the development of dev-tools/libs for the entire ecosystem of the Nervos Network CKB project, including a TypeScript-based JS SDK (Lumos) and associated tools. Create comprehensive documentation, tutorials, and examples for developed applications and tools. Minimum Qualifications Bachelor's degree in Computer Science or Computer Engineering, or equivalent demonstrable skills and experience. Proven experience in front-end development, with a strong familiarity with HTML, CSS, and TypeScript, along with a clear understanding of web standards (Accessibility, Security). Previous work on diverse front-end scopes, including Node.js applications and electron applications. Proficiency in front-end utilities such as scaffolding, CSS preprocessors, and template engines. Preferably experienced in React and TypeScript. Hands-on experience with React and a strong working knowledge of developing across multiple runtimes like Node.js and modern browsers. Knowledge of Blockchain concepts and previous involvement in related product designs. Fluent in English for reading and writing. Preferred Qualifications Active participation in open-source communities. Presence on GitHub or a personal blog showcasing relevant work. Working knowledge of the UTxO model, particularly in blockchain systems like BTC. Previous experience working with decentralized applications (dApps). Mail us jobs@magickbase.com 其他要求:擅长 C 端页面开发,可以做动画特效;熟悉规则,能处理自适应 布局。 Pay:按照项目难易程度及周期,双方协商裁定
-
[Apple] 苹果怎么让播客等 App 登录的账号不和 App store 一致
因为 App store 用的是美区,今天发现苹果播客的账号也是美区的账号,这个能分开吗? 在车机登录的是国区的号,有很多关注了,懒得换了。
-
[问与答] windows 的远程桌面有什么办法可以双方都能看到画面吗?
如题,网上找了好几个办法都不行,是不是本身就不支持呢?用其他远程软件界面又比较模糊,只是局域网使用的话效果太差了...
-
[MySQL] Mysql 主从同步问题
现在使用的 mysql 自带的主从同步功能,经常由于 binlog 问题导致同步进行不下去,有没有什么好用的方法或者第三方工具,让同步功能稳定些。 注:想多了解下 mysql ,有什么推荐的书或者网站嘛。
-
[问与答] 请问如何让特定 app 的流量走某个特定代理服务器呀?
大家好,我是小白,有个问题想请教一下。 我有两个服务器,一个是阿里云上海,一个是境外 vps 。平时家里用 R4S 当主路由,靠 passwall 把境外流量都走了境外 VPS 。 如何在软路由里设置能让特定 app ,比如小红书,走那个上海发服务器呀? 这样我小红书发东西就都显示是上海的 ip 地址了。 谢谢!
-
[编程] 大佬们都用过哪些高清图床存储啊? S3? R2?求推荐
如题, 最近准备开肝一个 AI 图片生成的作品,调研了下市面上的图片存储服务,好像都挺贵的。 目前主要考虑几个方面: 对象存储服务的价格 图片优化(压缩图片、图片格式转化 jpeg/png to webp 、自适应图片) CDN 加速 大概调研了一下市面上的一些图像存储服务,结果如下: 以下从图片优化、对象存储服务、CDN 加速、价格等维度对比 Cloudflare R2, AWS S3, Cloudinary, Sanity IO, Supabase storage, GCP Cloud Storage 。 图片优化 对象存储 CDN 加速 价格 优势 劣势 Cloudflare R2 基本图片处理 API ,可集成其他服务 对象存储,兼容 S3 API Cloudflare 全球 CDN 低存储费用,按量付费 与 Cloudflare 生态系统紧密集成,易于使用,价格低廉 图片处理功能有限 AWS S3 需要结合其他服务,例如 CloudFront Functions 成熟的对象存储服务,功能丰富 Amazon CloudFront 成熟稳定,功能丰富,价格适中 需要一定的技术能力进行配置和管理 Cloudinary 强大的图片处理能力,支持 WebP 、自适应图片等 图片和视频存储服务 自带 CDN 价格较高 功能全面,易于使用,无需额外配置 价格较高,灵活性相对较低 Sanity IO 提供图片处理 API ,支持 WebP 和自适应图片 内容平台,包含图片存储功能 自带 CDN 价格适中 易于使用,与内容管理系统无缝集成 图片处理功能相对简单 Supabase storage 基本图片处理功能,可扩展 开源 Firebase 替代方案,包含存储服务 需要自行配置 CDN 价格适中 开源免费,易于使用 功能相对简单,需要自行配置 CDN GCP Cloud Storage 需要结合其他服务,例如 Cloud Functions 与 AWS S3 类似,功能丰富 Google Cloud CDN 与 AWS S3 价格类似 功能丰富,性能稳定 需要一定的技术能力进行配置和管理 大佬们有什么其他建议么?
- [问与答] 大家买过那种临期的原装进口食用油吗?
-
[问与答] 本地部署的小 LLM 模型不会自动停止输出,怎么解决?
想用 langchain + huggingface 上的一些小模型做一些 rag 的测试,随便尝试了 2 个 Qwen/Qwen2-7B-Instruct 和 microsoft/Phi-3.5-mini-instruct,但我发现他们好像都不知道什么时候应该停止输出。下面举了一些例子 模型和 prompt 的代码,检索器的就不放了: llm_model = AutoModelForCausalLM.from_pretrained( model_name, device_map="auto" ) tokenizer = AutoTokenizer.from_pretrained(model_name) pipe = pipeline( "text-generation", model=llm_model, tokenizer=tokenizer, max_new_tokens=512, return_full_text=False, do_sample=False, temperature=None, top_k=None, top_p=None, ) prompt = ChatPromptTemplate.from_template( "你是问答任务的助手。使用以下检索到的相关规定来回答问题。如果你不知道答案,就说你不知道。\n\n" "问题:{input} \n\n" "上下文:\n{context}\n\n" "回答:" ) 这个 prompt 我是希望他在回答后面直接回答就可以了,很直接,但是这些模型有时候就很蠢。比如它会往后面补充: 根据上下文,.......... 问题:..... 答案:..... 问题:..... 答案:..... 问题:..... 答案:...... 就十分容易出现上面这种情况,明明直接回答就好了,但是它一定要把能用的 token 用完才结束,这些小模型的输出 token 里面没有指定什么时候结束的吗?有没有什么解决办法。
- [问与答] 求大伙推荐好用的海外支付银行卡
- [问与答] 有没有什么可以代替腾讯云的 Oceanus
-
[问与答] VirtualBox 7.0 版本以后不会自动出现 EFI Internal Shell 了,有什么办法吗?
6 版本找不到启动分区可以直接进入 EFI Internal Shell 并选择 startup.nsh 文件启动,现在不行了,直接弹窗或者让你进 BIOS 选择启动,有办法设置自动进入 EFI Internal Shell 吗?
-
[Android] 求助:未 Root 的 LineageOS 下无法通过 12306 人脸验证
求助各位彦祖,最近发现两部刷了 LineageOS 但未 root 的小米手机都无法通过 12306 的人脸验证(导致用不了临时乘车证明)。此时交管 12123 一切正常。。。。。尝试过 magisk+shamiko, 问题依旧存在。 问题具体表现为,在 12306 视频验证时,完成眨眼等操作后会立刻提示“认证失败([2006]sha48.......)“。 有没有哪位大佬知道原因和解决方法不?先谢过了
-
[macOS] 请教 macOS 公证服务流程
我有一个 Unix 可执行文件,使用 xcrun notarytool 进行公证,提示只接收 zip ,pkg ,dmg 格式的文件。 不知道可执行文件如何进行公证,有没有大佬遇到过
-
[问与答] 求助, 211 本科大四的升学就业规划,在严重纠结
中学和大学阶段均在一个沿海省会,本科就读的是计算机科班 现在临近升学和考研报名,各方面因素叠加让我有点难以下定论,我想将我的背景跟大家聊一下,然后征求一下大家的意见 本科期间 GPA 平庸,但是和老师关系比较好,除了科研向的老师外,也熟悉大部分行政老师,跑过不少行政业务 家庭就在本地,很熟的亲人中基本都在银行和计算机,做计算机的现在都在本地头部企业做管理岗。但本地的计算机行业国企性质较为严重 本科期间给一些大型开源项目做过贡献,也打满了 SRTP ,简历还算能过得去,但没有科研意愿 家里和我的意见都是尽量读一个研,本科就业优先级较低,目前还没有咨询家里对于考外校和留本校的意见 本校考研保护一志愿,分数线不高,但学校人情味不够,仍然是行政主导向 熟悉的老师已经有 2 名私下线下沟通时希望我可以留本校,除了想让我进各自的实验室外也说明不会影响我研究生期间外出实习,可以出去只要每周工作仍然可以按时完成 目前谈了一个女朋友,是本省其他城市的,但已经在我大学所在城市买房,双方关系很好,但不是同届,目前她的规划中也没有出省计划 大一一进来的时候给自己立下了研究生去其他大城市的想法,但是现在我开始产生一些动摇,想问一下大家,如果你们也是我这样的情况,你们会如何选择,为什么?
-
[开源软件] 南生论坛更新啦~
作者又又又叒更新啦!👀👀👀 1 、撰写文章在 [Markdown] 的基础上支持 [富文本] 编辑 2 、增加 [创作中心] 功能 官方地址(完全开源): https://bbs.nanshengbbs.top 后端源码( GitHub ): https://github.com/maliangnansheng/bbs-springboot 前端源码( GitHub ): https://github.com/maliangnansheng/bbs-vue-ui 后端源码( Gitee ): https://gitee.com/maliangnansheng/bbs-springboot 前端源码( Gitee ): https://gitee.com/maliangnansheng/bbs-vue-ui
- [VXNA] 申请收录: https://bytedance.press
-
[酷工作] 腾讯海外 IT 招聘产品运维 1 位, base 上海
工作方向:游戏方向的基础设施以及产品运维,部门很多人在海外,英语要求能沟通,会有一轮英文面。 工作地点:上海徐汇龙耀路地铁站附近,腾讯滨江。 工作福利:腾讯正常福利,不看年龄 JD 如下 Sr. Service Ops Engineer Position Overview: We are seeking a Sr. Service Ops Engineer with extensive cloud and service operations experience on at least one of the major public cloud platforms. Duties and Responsibilities This senior role will closely work with our internal IT and cloud providers to design and build automated solutions, operational processes and monitoring system for Cloud Enabled Studio products and services with paradigm of Infrastructure as Code (IaC). This role will also support the studio’s legacy infrastructure and its evolution to the cloud. Our customers include internal or acquired gaming studios, innovative offices/workplaces, various business groups and external customers. The work scope will include understanding the internal customers’ business requirements, collecting the technical requirements, developing reference architecture and prototypes based on leading industry best practice, leading implementation, and deployment for global locations, as well as issue troubleshooting when necessary. For this job, you will: ●Responsible for supporting customers on technical problems or requirements ●Assist in designing, maintaining, and analyzing operational processes ●Improve the system observability by building dashboards of real-time monitoring, logging, alerts, and reports ●Perform alert investigation and develop response runbooks ●Solve problems related to mission-critical services and build automation to detect and prevent their re-occurrences proactively ●Collaborate via open communication reaching across functional borders to analyze, tune, and configure automated platform infrastructure and systems ●Implement automated configuration and deployment process towards improving functionality, availability, and manageability of our Cloud Enabled Studio services ●Lead technical operations on key initiatives or projects from requirements to design to implementation ●Improve productivity in delivery orchestration, proactive monitoring, self-healing automation, and operations validations Based in Shanghai, this person will work closely with the global IT team, HQ teams. Who we are looking for ●A quick learner ●Customer-oriented, and could work at a very fast pace ●A positive, self-motivated, and passionate person ●Independent, insistent, and open-minded ●A great team player, and both dependable and autonomous Requirements ●5+ years of experience with Infrastructure automation, distributed systems design, experience with design, develop tools for running large-scale private or public cloud system in Production ●In-depth knowledge of various cloud technologies. One or two public cloud professional SA certificates ●Expertise in configuration management with a framework such as Ansible, Terraform, Helm ●Proficiency with programming languages like Python, Golang, and shell scripting to automate tasks ●Strong background in Linux/Unix and/or Windows administration ●Perforce experience is a big plus ●Understand Authentication & Authorization Services, Identity & Access Management ●Working knowledge of Cybersecurity organization practices, operations, risk management processes, principles, architectural requirements, engineering and threats and vulnerabilities, including incident response methodologies ●Knowledge about APIs designing RESTful services and integrated with other providers ●Passion for infrastructure and monitoring as code ●Can effectively collect, synthesize customer needs and challenges, design/lead the establishment of global IT foundation for all our game studios. ●Bachelor’s degree (or higher), Computer Science, Mathematics, or related science or engineering major ●Bilingual preferred (English, Chinese) 投递 请直接投递简历到邮箱:am9laHVhbmc5MjBAZ21haWwuY29t (base64)
-
[程序员] 失业一个月没找工作,迷茫纠结是先创业还是趁着这个时间买房结婚?
背景: 在深圳混了几年,到老家省会混了两年,认识了个妹纸在交往。有车没房,搞 PHP 的,现在失业了。 由于平时做了些产品项目在运营小程序,毕业后这几年手上不到 200 个 w ,想躺平确实也很难。 很迷茫,啥也不想干,看了招聘岗位极少工资还低,也不想找工作。就是感觉上班很没意思,在家呆了一个月多月了。 想法 买房结婚 最近又想着是不是先买房结婚解决人生大事. 听说省会的房子很多腰斩了,四五十万能买一套,也纠结是不是入手的好时机, 以后会不会继续降。 找工作 不容乐观,看了下 boss 没几个职位,都是几千块。上班上够够的,也懒得找了 创业 想依靠技术创业,一时半会没有好的想法,感觉也是困难重重。
-
[NAS] 你们的黑裙引导可以装到 m2 固态上面吗?
搞了一个 9 块钱的 16G 傲腾,读 500 写 150 ,感觉不亏,准备整个带 m2 接口的 N100 主板升级下 NAS 。 要是能装到 m2 上面就不用外挂 U 盘了(虽然我现在也是在机箱里搞了一个 9Pin 插针转接口),引导和系统速度还更快。 查了一下 rr 已经支持 NVME 引导了,不知道有没有成功的 v 友。
-
[生活] 读完 100 本书籍依然过不好这一生
有大概小半年时间没有每天阅读了,这两天又开始读了起来。就在刚刚,我在微信读书上读完了我的第 100 本书。 我想,读完了 100 本书,我应该又懂了多一点的道理吧?但却发现和网上说的一样,依然过不好这一生。 阅读全文:https://blog.axiaoxin.com/post/read-100-books/ 约 4 分钟 文章目录 面对一本好书,你是什么态度? 纸上得来终觉浅 绝知此事要躬行 结语
-
[酷工作] #招安卓研发# #base 长沙# #暂可 WFH# #香港餐饮 POS 研发#
职位:安卓研发工程师 工作地点: 长沙(目前可 WFH ,但需人在长沙) 薪资范围:15-18k 岗位职责: 负责公司安卓应用的设计、开发、优化及维护工作。 根据产品需求,进行技术方案设计与编码实现。 与产品经理、设计师和其他开发团队成员紧密合作,完成项目合作。 负责应用的性能优化及 Bug 修复,提升用户体验和应用稳定性。 任职要求: 计算机科学、软件工程或相关专业本科及以上学历,3-5 年安卓开发经验。 精通 Java 和 Kotlin 编程语言,熟悉安卓开发框架及组件化开发。 熟练掌握 Android Studio 等开发工具,具备优秀的调试、排错能力。 熟悉常见的第三方库和工具,具有良好的代码设计能力和规范的编码习惯。 熟悉 RESTful API 集成,能够与后端团队协作完成应用接口的开发与优化。 具备优秀的沟通和团队协作能力,能够适应快速变化的需求开发 了解 MVVM 架构模式及相关框架,如 Jetpack 、Data Binding 等。 加分项: 具有餐饮 POS 系统开发经验者优先 有 To B SaaS 系统开发经验者优先 有支付 POS 开发经验者优先 联系通道 有意可加 wx:MTg2MDg0MDExMDA=
-
[互联网] 看到“反斗软件”很感慨...
2014 年 10 年前,也就是 2014 年,反斗软件的站长在 V 站发帖,说自己对自己的网站有很多疑惑,不知道自己该不该坚持下去。 下面的第一条评论:「现在都是快餐时代,你慢慢做只会做死」,就给这个网站判了“死刑”。 但显然站长后来的选择是继续做下去。 原帖链接 2020 年 又过了 6 年,也就是 2020 年。反斗软件的站长,又在 V 站发帖说不知道自己该不该继续做反斗软件。 下面的评论也几乎都是消极的。 但显然的显然,站长后来的选择还是继续做下去。 原帖链接 2024 年 又过了 4 年,时间来到了 2024 年。反斗软件依然还在正常运行。 不禁感叹,有时候旁人的言语并不能阻挡一个人的热情和坚持。 希望每一个怀揣情怀和梦想的人,都能坚持做自己,最终获得成功。
-
[程序员] remote 程序员炖肘子午餐
- [分享发现] 我做了个训练注意力的网站, https://iandmyfriends.net。欢迎大家来玩。域名没专门注册,有哪个用哪个。
如果我发帖位置不对,还请版主帮忙转移,谢谢- 02商务风模板.pptx
- [分享发现] 我做了个训练注意力的网站, https://iandmyfriends.net。欢迎大家来玩。域名没专门注册,有哪个用哪个。