2 private links
Using a self-hosted, open source identity provider means prioritizing security and taking control of your most sensitive data. With authentik, you no longer need to continually place your trust in a third-party service.
FreeAskInternet is a completely free, private and locally running search aggregator & answer generate using LLM, without GPU needed. The user can ask a question and the system will make a multi engine search and combine the search result to the ChatGPT3.5 LLM and generate the answer based on search results.
Resources
成人内容验证警示 进入后的页面将涉及到成人话题及裸露图片视频,19岁以下用户请离开!请是否确认继续? https://wap.cool18.com/parks.php?isok=true https://club.6parkbbs.com/index.php
中国银行(601988) 历史分红数据 (每10股) 公告日期 分红年度 派息 送股 转增 股权登记日 除权日 除息日 红股上市日
https://www.producthunt.com/posts/affine-3?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-affine-3AFFiNE is a workspace with fully merged docs, whiteboards and databases. Get more things done, your creativity isn’t monotone. [...] Stay focused, and unleash your wild creativity with AFFiNE Your all-in-one KnowledgeOS solution for effortlessly writing, drawing, and planning on a hyper-fused platform. [...] Draw and visualise with ease and creativity
yt-dlp is a https://github.com/ytdl-org/youtube-dl fork based on the now inactive https://github.com/blackjack4494/yt-dlc. You can install yt-dlp using #release-files, https://pypi.org/project/yt-dlp or one using a third-party package manager. [...] # Download best format that contains video, # and if it doesn't already have an audio stream, merge it with best audio-only format $ yt-dlp -f "bv+ba/b" [...] # Download and merge the best format that has a video stream, # and the best 2 audio-only formats into one file $ yt-dlp -f "bv+ba+ba.2" --audio-multistreams [...] # Download the best mp4 video available, or the best video if no mp4 available $ yt-dlp -f "bv[ext=mp4]+ba[ext=m4a]/b[ext=mp4] / bv+ba/b"
Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo represented by Postman, Insomnia and similar tools out there.
Bruno stores your collections directly in a folder on your filesystem. We use a plain text markup language, Bru, to save information about API requests.
You can use git or any version control of your choice to collaborate over your API collections.
Bruno is offline-only. There are no plans to add cloud-sync to Bruno, ever. We value your data privacy and believe it should stay on your device.
Unmatched Compute Power for Large-Scale AI Startups Deployment with your favorite ML Stack [...] Spend significantly less on your GPU compute compared to the major public clouds or buying your own servers. [...] Earn 15x more providing AI compute [...] Transparent real-time metrics on cluster deployments, compute jobs, network supply and the live pricing oracle
https://raw.githubusercontent.com/cooderl/wewe-rss/main/assets/logo.png 更优雅的微信公众号订阅方式。 https://zeabur.com/ https://railway.app/ https://github.com/cooderl/wewe-rss/issues/32 可参考 https://github.com/cooderl/wewe-rss/blob/main/docker-compose.yml 和 https://github.com/cooderl/wewe-rss/blob/main/docker-compose.sqlite.yml docker run -d \ --name wewe-rss \ -p 4000:4000 \ -e DATABASE_TYPE=sqlite \ -v $(pwd)/data:/app/data \ cooderl/wewe-rss-sqlite:latest 创建docker网络 docker network create wewe-rss 启动 MySQL 数据库 docker run -d \ --name db \ -e TZ='Asia/Shanghai' \ -v db_data:/var/lib/mysql \ --network wewe-rss \ mysql:latest --default-authentication-plugin=mysql_native_password DATABASE_URL (必填项)数据库地址,例如 mysql://root:123456@127.0.0.1:3306/wewe-rss。 [...] (添加频率过高容易被封控,等24小时解封) https://github.com/cooderl/wewe-rss/blob/main/assets/preview3.png 安装 nodejs 18 和 pnpm; 修改环境变量cp./apps/web/.env.local.example./apps/web/.env和cp./apps/server/.env.local.example./apps/server/.env 执行 pnpm install && pnpm dev 即可。