alazycoder2's profile picture. 我是码农界中的一名小卒,十几年来日日操练在键鼠与屏幕之间,鼠标是枪,把热血撒在键盘上。可以自傲的地方,只是我的勤苦;小卒心中没有大将的韬略,可是小卒该作的一切,我确是作到了。以前如是,现在如是,希望将来不如是。在我入墓的那一天,我愿有人赠给我一块短碑,刻上:码农界尽责的小卒,睡在这里。

alazycoder

@alazycoder2

我是码农界中的一名小卒,十几年来日日操练在键鼠与屏幕之间,鼠标是枪,把热血撒在键盘上。可以自傲的地方,只是我的勤苦;小卒心中没有大将的韬略,可是小卒该作的一切,我确是作到了。以前如是,现在如是,希望将来不如是。在我入墓的那一天,我愿有人赠给我一块短碑,刻上:码农界尽责的小卒,睡在这里。

alazycoder a reposté

Networking 101: Port Forwarding 🛠️ An ancient trick that can help you make a service available on a different port w/o a restart or connect to a DB in a private VPC. Practice: - socat labs.iximiuz.com/challenges/por… - netcat labs.iximiuz.com/challenges/por… - proxy-less labs.iximiuz.com/challenges/por…

iximiuz's tweet image. Networking 101: Port Forwarding 🛠️

An ancient trick that can help you make a service available on a different port w/o a restart or connect to a DB in a private VPC.

Practice:
- socat labs.iximiuz.com/challenges/por…
- netcat labs.iximiuz.com/challenges/por…
- proxy-less labs.iximiuz.com/challenges/por…

alazycoder a reposté

我已经停用了所有浏览器自动化工具 谷歌发布的 Chrome DevTools MCP,正式接管浏览器自动化了... 相比于其他mcp(browser,playwright),它拥有: 1.配置更简单,只需要点击以下链接,选择对应的编程工具,即可进行安装:github.com/ChromeDevTools… 2.全面的能力增强,比如:…


alazycoder a reposté

If you want to get rid of those hundreds of CVEs in your container images, the first step is to understand their origin. Typical sources: - A "fat" base image - Forgotten build tools - Outdated dependencies Easy solution? A Multi-stage build with a fresh(er) and slim(er) base.

iximiuz's tweet image. If you want to get rid of those hundreds of CVEs in your container images, the first step is to understand their origin.

Typical sources:
- A "fat" base image
- Forgotten build tools
- Outdated dependencies

Easy solution? A Multi-stage build with a fresh(er) and slim(er) base.

alazycoder a reposté

在 GitHub 上看到一份颇为不错的学习资料合集: Machine Learning Specialization Coursera,来自于吴恩达老师在 Coursera 上主讲的机器学习课程笔记和示例。 完整收录了三门课程的内容,包括每周的练习题答案、可选实验室代码和编程作业解答,并附带相关数学基础课程推荐。…

GitHub_Daily's tweet image. 在 GitHub 上看到一份颇为不错的学习资料合集: Machine Learning Specialization Coursera,来自于吴恩达老师在 Coursera 上主讲的机器学习课程笔记和示例。

完整收录了三门课程的内容,包括每周的练习题答案、可选实验室代码和编程作业解答,并附带相关数学基础课程推荐。…
GitHub_Daily's tweet image. 在 GitHub 上看到一份颇为不错的学习资料合集: Machine Learning Specialization Coursera,来自于吴恩达老师在 Coursera 上主讲的机器学习课程笔记和示例。

完整收录了三门课程的内容,包括每周的练习题答案、可选实验室代码和编程作业解答,并附带相关数学基础课程推荐。…

alazycoder a reposté

The Python ecosystem has a new standard, and it's called uv. From the creators of ruff, uv is an all-in-one "Cargo for Python" written in Rust, and it is a massive leap forward. It’s not just "a faster pip." It’s a single, cohesive tool designed to replace an entire collection…

techNmak's tweet image. The Python ecosystem has a new standard, and it's called uv.

From the creators of ruff, uv is an all-in-one "Cargo for Python" written in Rust, and it is a massive leap forward.

It’s not just "a faster pip." It’s a single, cohesive tool designed to replace an entire collection…

alazycoder a reposté

简单复盘一下 AWS 这次事件作为一个 AIGC Startup SRE 的一些操作吧,希望能帮到大家 从入职开始发现我们主要的集群在 USE1 之后,我就开始做一些准备了。 我主要做的事情有这几件事 1. 将我们核心的几个数据库做了多地的备份,形成了 USE1,Tokyo,SG…


alazycoder a reposté

监控工具 Uptime Kuma 更新到 2.0 了,说实话感觉变化不大。相比之下,有两款我一直使用的第三方监控仪表盘还真是不错,推荐给大家: Kuma Mieru github.com/Alice39s/kuma-… Cute Kuma github.com/dermv/cute-kuma

geekbb's tweet image. 监控工具 Uptime Kuma 更新到 2.0 了,说实话感觉变化不大。相比之下,有两款我一直使用的第三方监控仪表盘还真是不错,推荐给大家:
Kuma Mieru github.com/Alice39s/kuma-…
Cute Kuma github.com/dermv/cute-kuma

alazycoder a reposté

How Containers Work: Building a Docker-like Container From Scratch 🛠️ In this tutorial you will learn how to assemble a tiny but realistic container using only stock Linux tools: unshare, mount, and pivot_root. No runtime magic and (almost) no cut corners labs.iximiuz.com/tutorials/cont…

iximiuz's tweet image. How Containers Work: Building a Docker-like Container From Scratch 🛠️

In this tutorial you will learn how to assemble a tiny but realistic container using only stock Linux tools: unshare, mount, and pivot_root. No runtime magic and (almost) no cut corners labs.iximiuz.com/tutorials/cont…

alazycoder a reposté

平时总是被无处不在的广告骚扰,而浏览器插件只能帮我们屏蔽网页的浏览,对于一些桌面应用则无能为力。 今天在 GitHub 上看到一个开源的系统级隐私保护工具:Zen,为我们提供全方位的广告拦截。 GitHub:github.com/ZenPrivacy/zen… 通过设置系统代理来拦截所有 HTTP、HTTPS…

GitHub_Daily's tweet image. 平时总是被无处不在的广告骚扰,而浏览器插件只能帮我们屏蔽网页的浏览,对于一些桌面应用则无能为力。

今天在 GitHub 上看到一个开源的系统级隐私保护工具:Zen,为我们提供全方位的广告拦截。

GitHub:github.com/ZenPrivacy/zen…

通过设置系统代理来拦截所有 HTTP、HTTPS…

alazycoder a reposté

kgateway is a Kubernetes-native, Envoy-based API gateway that routes, secures, and governs billions of API and AI requests across clouds ➤ ku.bz/WmWGQ11CZ


alazycoder a reposté

刚看了一篇文章:How I Almost Got Hacked By A 'Job Interview' 作者差点被一场精心设计的“招聘面试”黑掉了。 作者自述:上周我收到LinkedIn上一位区块链公司的高管邀请,资料完美,职位靠谱,毫无疑点。我欣然接受了他的技术面试请求。…

dotey's tweet image. 刚看了一篇文章:How I Almost Got Hacked By A 'Job Interview'

作者差点被一场精心设计的“招聘面试”黑掉了。

作者自述:上周我收到LinkedIn上一位区块链公司的高管邀请,资料完美,职位靠谱,毫无疑点。我欣然接受了他的技术面试请求。…

alazycoder a reposté

团队远程协作开发遇到紧急 bug,而问题偏偏只在我们本地环境复现,有时候光靠文字很难描述清楚,还不如直接让同事在自己电脑上操作。 可以看下,P2P Live Share 这款开源的 VSCode 插件,是微软 Live Share 的开源平替。 它能让多人在 VSCode…

GitHub_Daily's tweet image. 团队远程协作开发遇到紧急 bug,而问题偏偏只在我们本地环境复现,有时候光靠文字很难描述清楚,还不如直接让同事在自己电脑上操作。

可以看下,P2P Live Share 这款开源的 VSCode 插件,是微软 Live Share 的开源平替。

它能让多人在 VSCode…

alazycoder a reposté

Building container images FROM scratch? Beware of the pitfalls! 👀 Here are 6 things FROM scratch images miss by default: - CA certs - rootfs layout - /etc/{passwd,group} files - time zone db - shared libraries - network configs Learn more: labs.iximiuz.com/tutorials/pitf…


alazycoder a reposté

网络工程师日常管理工作,各种工具间来回切换,SSH 客户端、网络扫描器、子网计算器等等,甚是麻烦而且效率低。 可以看一下,Ducky 这个开源的桌面应用,它把网络工程师常用的十几种工具全部整合到一个界面,直接开箱即用。…

GitHub_Daily's tweet image. 网络工程师日常管理工作,各种工具间来回切换,SSH 客户端、网络扫描器、子网计算器等等,甚是麻烦而且效率低。

可以看一下,Ducky 这个开源的桌面应用,它把网络工程师常用的十几种工具全部整合到一个界面,直接开箱即用。…

alazycoder a reposté

一年半前开始接手维护了个网络项目,并且做了性能优化,从200qps优化到了现在的13w(1/8个小目标),虽然感觉百万是实现不了了 期间也学到了不少新东西,也感觉200/1k/1w/10w/100w个个都是分水岭,我也是一步一步优化上来的,顺便在研发中恶补了一遍计网 下面是一些研发经历(过于笨所以轻喷)…

Hydrogen0E7's tweet image. 一年半前开始接手维护了个网络项目,并且做了性能优化,从200qps优化到了现在的13w(1/8个小目标),虽然感觉百万是实现不了了
期间也学到了不少新东西,也感觉200/1k/1w/10w/100w个个都是分水岭,我也是一步一步优化上来的,顺便在研发中恶补了一遍计网
下面是一些研发经历(过于笨所以轻喷)…
Hydrogen0E7's tweet image. 一年半前开始接手维护了个网络项目,并且做了性能优化,从200qps优化到了现在的13w(1/8个小目标),虽然感觉百万是实现不了了
期间也学到了不少新东西,也感觉200/1k/1w/10w/100w个个都是分水岭,我也是一步一步优化上来的,顺便在研发中恶补了一遍计网
下面是一些研发经历(过于笨所以轻喷)…

alazycoder a reposté

牛皮!Andrej Karpathy 发布了一个从零构建 LLM 训练和推理的项目:nanochat 基本上跟着学就可以了解 LLM 训练的所有步骤了 只需要 100 美元的算力成本就可以训练出可以对话的模型,而且会带有一个 UI 界面,只有 8000 行代码 项目覆盖从分词、预训练、对齐到推理与 WebUI 的完整闭环,会是他 LLM…

op7418's tweet image. 牛皮!Andrej Karpathy 发布了一个从零构建 LLM 训练和推理的项目:nanochat

基本上跟着学就可以了解 LLM 训练的所有步骤了

只需要 100 美元的算力成本就可以训练出可以对话的模型,而且会带有一个 UI 界面,只有 8000 行代码

项目覆盖从分词、预训练、对齐到推理与 WebUI 的完整闭环,会是他 LLM…

Excited to release new repo: nanochat! (it's among the most unhinged I've written). Unlike my earlier similar repo nanoGPT which only covered pretraining, nanochat is a minimal, from scratch, full-stack training/inference pipeline of a simple ChatGPT clone in a single,…

karpathy's tweet image. Excited to release new repo: nanochat!
(it's among the most unhinged I've written).

Unlike my earlier similar repo nanoGPT which only covered pretraining, nanochat is a minimal, from scratch, full-stack training/inference pipeline of a simple ChatGPT clone in a single,…


alazycoder a reposté

之前尝试写本书将过去六年跟随皓哥做云原生架构的技术积累做一次系统性总结,已经写了 13 万字,初步完成 K8s、DevOps 和可观测性部分的总结。最近求职面试进度减慢了,希望一年内可以不断完善写完。欢迎批评指正。 zouyingjie.github.io/cloudnativenot…

BoyYingjiezou1's tweet image. 之前尝试写本书将过去六年跟随皓哥做云原生架构的技术积累做一次系统性总结,已经写了 13 万字,初步完成 K8s、DevOps 和可观测性部分的总结。最近求职面试进度减慢了,希望一年内可以不断完善写完。欢迎批评指正。

zouyingjie.github.io/cloudnativenot…

alazycoder a reposté

Here are my slides from Kaigi on Rails 2025 - Building, Deploying and Monitoring Ruby Web Applications with Falcon: speakerdeck.com/ioquatix/build…


alazycoder a reposté

orbstack有多逆天,天生自带k8s,还免费。 你可以从k8s一路练手到service mesh(istio), serverless(例如knative),你只要用Claude Code + 自然语言 + 一个教程。 你可以把日常编程本地用到的所有db(sql,…

LinearUncle's tweet image. orbstack有多逆天,天生自带k8s,还免费。

你可以从k8s一路练手到service mesh(istio), serverless(例如knative),你只要用Claude Code + 自然语言 + 一个教程。

你可以把日常编程本地用到的所有db(sql,…

alazycoder a reposté

NB 让编程回归写代码本身 别再被工具链折磨 run 是一款用 Rust 打造的"编程语言瑞士军刀" ,让你在 25+ 种编程语言间自由切换,无需记忆各种编译器指令,真正做到一个 CLI 统治所有语言... github.com/Esubaalew/run


Loading...

Something went wrong.


Something went wrong.