yongning's profile picture.

yongning

@yongning

yongning reposted

Think HVCI and kCET mean the end of kernel code execution? I wrote a blogpost exploring an alternative way to execute a kernel payload! :) blog.slowerzs.net/posts/keyjumpe…


yongning reposted

🚀 The 5th part of the #ELFStory is now live! In this edition, I dive deep into how executable files are mapped to memory by the dynamic loader. Learn about the critical role of memory segments and dynamic linking works behind the scenes. aleeamini.com/elf-story-part5 #ELF #LINUX


yongning reposted

Want to write high quality GPU software? We're launching a new CUDA curriculum for all skill levels at GTC next week! There are dozens of talks, tutorials & notebooks to teach you modern GPU programming. Much of it will be made public - links in thread. nvidia.com/gtc/sessions/c…

blelbach's tweet image. Want to write high quality GPU software? We're launching a new CUDA curriculum for all skill levels at GTC next week!

There are dozens of talks, tutorials & notebooks to teach you modern GPU programming.

Much of it will be made public - links in thread.

nvidia.com/gtc/sessions/c…

yongning reposted

After 14 years of service, ZooKeeper will be officially gone from Apache Kafka starting… next week. 👀 By now, you should know about KRaft. It is Kafka's implementation of Raft - its protocol for achieving distributed consensus. ✨ This consensus is used to: • determine the…

BdKozlovski's tweet image. After 14 years of service, ZooKeeper will be officially gone from Apache Kafka starting… next week. 👀

By now, you should know about KRaft.

It is Kafka's implementation of Raft - its protocol for achieving distributed consensus. ✨

This consensus is used to:
• determine the…
BdKozlovski's tweet image. After 14 years of service, ZooKeeper will be officially gone from Apache Kafka starting… next week. 👀

By now, you should know about KRaft.

It is Kafka's implementation of Raft - its protocol for achieving distributed consensus. ✨

This consensus is used to:
• determine the…
BdKozlovski's tweet image. After 14 years of service, ZooKeeper will be officially gone from Apache Kafka starting… next week. 👀

By now, you should know about KRaft.

It is Kafka's implementation of Raft - its protocol for achieving distributed consensus. ✨

This consensus is used to:
• determine the…
BdKozlovski's tweet image. After 14 years of service, ZooKeeper will be officially gone from Apache Kafka starting… next week. 👀

By now, you should know about KRaft.

It is Kafka's implementation of Raft - its protocol for achieving distributed consensus. ✨

This consensus is used to:
• determine the…

yongning reposted

It's pretty rare to see REAL Seasoned Staff-Plus Engineers talking about their career, where and how they try to influence, what questions they ask themselves, how they try to flight complexity, how they embrace “messy” things It's even rarer to see someone like @copyconstruct

thiagoghisi's tweet image. It's pretty rare to see REAL Seasoned Staff-Plus Engineers talking about their career, where and how they try to influence, what questions they ask themselves, how they try to flight complexity, how they embrace “messy” things

It's even rarer to see someone like @copyconstruct…
thiagoghisi's tweet image. It's pretty rare to see REAL Seasoned Staff-Plus Engineers talking about their career, where and how they try to influence, what questions they ask themselves, how they try to flight complexity, how they embrace “messy” things

It's even rarer to see someone like @copyconstruct…
thiagoghisi's tweet image. It's pretty rare to see REAL Seasoned Staff-Plus Engineers talking about their career, where and how they try to influence, what questions they ask themselves, how they try to flight complexity, how they embrace “messy” things

It's even rarer to see someone like @copyconstruct…
thiagoghisi's tweet image. It's pretty rare to see REAL Seasoned Staff-Plus Engineers talking about their career, where and how they try to influence, what questions they ask themselves, how they try to flight complexity, how they embrace “messy” things

It's even rarer to see someone like @copyconstruct…

yongning reposted

2023 年有一半时间都在研究 AI,接触到了非常多的科研报告、技术迭代和如雨后春笋般的有趣产品,2024 的 AI 创新必将更为炸裂,下面推荐几款我在日常研究过程中用到的一些比较趁手的工具和服务,希望也可以在你学习和深入的过程中帮到一二: 1、immersive translator…


yongning reposted

Paul Graham最近的“How To Do Great Work”真是字字珠玑,要是我在十几岁的时候就能读到这样的东西就好了。推荐所有想要做点事情的人都读一下。 我看也有人做了人肉翻译的工作,中文译文也还不错。 paulgraham.com/greatwork.html mp.weixin.qq.com/s/31iL-Kbs4Krq…


yongning reposted

"How is LLaMa.cpp possible?" great post by @finbarrtimbers finbarr.ca/how-is-llama-c… llama.cpp surprised many people (myself included) with how quickly you can run large LLMs on small computers, e.g. 7B runs @ ~16 tok/s on a MacBook. Wait don't you need supercomputers to work…

karpathy's tweet image. "How is LLaMa.cpp possible?" 
great post by @finbarrtimbers 
finbarr.ca/how-is-llama-c…

llama.cpp surprised many people (myself included) with how quickly you can run large LLMs on small computers, e.g. 7B runs @ ~16 tok/s on a MacBook. Wait don't you need supercomputers to work…

yongning reposted

From word vectors to Reinforcement Learning from Human Feedback... Stanford's "Natural Language Processing with Deep Learning" course is one of the most relevant and best AI/ML courses today. It's just amazing how much knowledge and content this course pushes out every year.…

omarsar0's tweet image. From word vectors to Reinforcement Learning from Human Feedback... 

Stanford's "Natural Language Processing with Deep Learning" course is one of the most relevant and best AI/ML courses today.

It's just amazing how much knowledge and content this course pushes out every year.…

yongning reposted

#烧脑系列分享 (1) 分享一些初一看无从入手的烧脑技术如何拆解并驾驭 [Btrfs 文件系统] Btrfs 文件系统被认为是 ext4 —— 目前Linux默认文件系统——的继承者,它的设计跟以往(教科书描述)的文件系统很不同,或者说相当精巧,系统建造在简单的数据结构——B树(实际上是精简版B+Tree)之上, (续

hemashushu's tweet image. #烧脑系列分享 (1)
分享一些初一看无从入手的烧脑技术如何拆解并驾驭

[Btrfs 文件系统]

Btrfs 文件系统被认为是 ext4 —— 目前Linux默认文件系统——的继承者,它的设计跟以往(教科书描述)的文件系统很不同,或者说相当精巧,系统建造在简单的数据结构——B树(实际上是精简版B+Tree)之上,
(续

yongning reposted

I'm surprised how many people aren't using AI Chrome extensions yet. Stop limiting yourself to just ChatGPT. Here are 5 new AI chrome extensions that will turn you into a productivity machine:


yongning reposted

tailscale 这篇讲 NAT 穿透的文章太有意思了!我一直以为得要穿透NAT必须要有中继服务器才行,醍醐灌顶啊 tailscale.com/blog/how-nat-t… 英文原文特别长,也可以看这篇中文翻译:arthurchiao.art/blog/how-nat-t…

tailscale.com

How NAT traversal works

Learn how NAT traversal works, how Tailscale can get through and securely connect your devices directly to each other.


yongning reposted

过年之前我要学会


yongning reposted

我看过中文讲解 DNS 最透彻的文章,推荐下。@isukkaw的博客内容非常丰富精彩,认真看能收获学习到很多。blog.skk.moe/post/i-have-my…

pengchujin's tweet image. 我看过中文讲解 DNS 最透彻的文章,推荐下。@isukkaw的博客内容非常丰富精彩,认真看能收获学习到很多。blog.skk.moe/post/i-have-my…

Loading...

Something went wrong.


Something went wrong.