imbushuo 最近的时间轴更新
imbushuo's repos on GitHub
C · 8545 人关注
mac-precision-touchpad
Windows Precision Touchpad Driver Implementation for Apple MacBook / Magic Trackpad
C# · 2311 人关注
EnergyStar
A terrible application setting SV2 Efficiency Mode for inactive Windows apps and user background apps
C · 163 人关注
DFRDisplayKm
Windows infrastructure support for Apple DFR (Touch Bar)
C · 84 人关注
boot-shim
Bootstraps ARM32/ARM64 ELF payloads on Qualcomm Windows platforms
C · 56 人关注
AcpiS0ixPatcher
Patches ACPI table to force enable S0ix on every platform
C · 30 人关注
hyperv-lk
Little Kernel for Hyper-V arm64 Guest
C · 24 人关注
lk
Experimental Little Kernel Android Bootloader for selected Lumia devices
C# · 22 人关注
BluetoothAudioCodecInspector
Inspects Windows Bluetooth A2DP Codec without WPA tooling
C# · 21 人关注
DCompAdventure
C · 19 人关注
Coreboot
Display-enabled Nintendo Switch Coreboot
C · 19 人关注
DeviceTreeBus
A static-enumerated Windows bus driver that recognizes Flattened Device Tree (FDT)
C# · 19 人关注
DFRContentHost
DFR user-mode display host based on Avalonia XAML UI Framework
C# · 14 人关注
ikvm
Readonly mirror of IKVM on .NET Core 3.1
C · 12 人关注
boot-shim-tegra-3
Boot Shim with a Tegra 3 (Surface RT) specific patch
3 人关注
imbushuo
2 人关注
CrystalDiskInfo
CrystalDiskInfo
C · 2 人关注
edk2-platforms
EDK II sample platform branches and tags
2 人关注
HDRImageViewer
UWP app to view high dynamic range (HDR) and wide color gamut (WCG) images.
2 人关注
iris-mobile
A mobile interface for linkedin/iris, built for iOS and Android on the Ionic platform
C · 2 人关注
LumiaUSBC
USB-C controller driver for the Nokia Lumia 950 and 950XL
XSLT · 1 人关注
Azure-vpn-config-samples
VPN configuration samples for VPN devices with work with Azure VPN Gateways
1 人关注
ewd998
Distributed termination detection on a ring, due to Shmuel Safra:
PowerShell · 1 人关注
FaceReplyBot
A useless and boring telegram bot written in powershell
C · 1 人关注
gl4es
GL4ES is a OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library, with support for Pandora, ODroid, OrangePI, CHIP, Raspberry PI, Android, Emscripten and AmigaOS4.
C · 1 人关注
magictrackpad2-dkms
A DKMS module to support the Apple Magic Trackpad 2
C · 0 人关注
android_kernel_huawei_angler
LXC-ready Android kernel
PowerShell · 0 人关注
azure-docs
Open source documentation of Microsoft Azure
JavaScript · 0 人关注
hexo-theme-typography
Rediscover the beauty of typography.
0 人关注
LuaJIT
Mirror of the LuaJIT git repository
imbushuo

imbushuo

🏢  LinkedIn Corporation / Software Engineer
V2EX 第 69339 号会员,加入于 2014-07-30 07:48:33 +08:00
根据 imbushuo 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
imbushuo 最近回复了
2022-03-08 18:09:05 +08:00
回复了 GoodNightzzZ 创建的主题 程序员 [小调查]大家公司商业项目宿主机都用的什么 Linux 发行版
CBL-Mariner (
2022-02-21 10:28:45 +08:00
回复了 rv54ntjwfm3ug8 创建的主题 云计算 大厂是怎么通过内网 IP 访问生产环境后台的?
在某些公司,要用专用的安全笔记本,用专用的 Prod 账户 (+MFA),登录专用的管理网络,获得一次性授权后,登上专用堡垒机然后限时进入生产环境(
2022-01-21 17:11:10 +08:00
回复了 villivateur 创建的主题 信息安全 Windows 下有没有类似 SELinux 的机制?
1. 有
2. 但是因为历史原因,Windows 上的程序做这个有点疼,你可以把 App 踢进 AppContainer 跑(有人写了点工具),权限都要 explicitly granted (against its NT SID ),但是这样需要设置非常多的 ACL
2021-12-26 19:54:28 +08:00
回复了 helee9199 创建的主题 程序员 盖了老帽儿了.m1 芯片 居然装不了 sqlserver
技术上说 SQL Server 的 arm64 版本已经出了(虽然这个版本是阉割功能的): https://hub.docker.com/_/microsoft-azure-sql-edge
2021-09-02 07:56:01 +08:00
回复了 acbot 创建的主题 云计算 大厂的对象存储都是基于什么实现的呢?
https://dl.acm.org/doi/10.1145/2043556.2043571

scalable table as index + scalable persistent layer (stamp),跟 SSD 的内部存储组织类似但是 scale 被放大了
2021-08-25 13:54:29 +08:00
回复了 seasona 创建的主题 Windows windows 如果不分区,该怎么管理文件?


多买点盘就行了.jpg
2021-08-20 14:47:44 +08:00
回复了 goodhellonice 创建的主题 程序员 LeetCode 等刷题网站的出现是促进了内卷还是……?
🤔 特定工种供过于求嘛。那你看 LeetCode 做遍的人来我们这面个 System Design 和 Incident Diagnostics & Triage 都很容易卡壳(
2021-08-12 04:09:13 +08:00
回复了 James369 创建的主题 程序员 软件系统一旦出现 bug,绝大多数情况下是 需求混乱导致的。
实际上 Spec 写的不严谨,实现的人对 Spec 的理解有误差也会导致问题:Leslie Lamport 来我们这里做 tech talk 的时候提到过他发明 Paxos 的时候写了一份英文说明和一份数学证明,结果没人看后者,大家都看着前者实现;直到几年前 MSR 有个实习生提醒他原版英文说明里有一句话有歧义,理解错了那句话会导致实现有一个潜在的 bug,然后他们发现很多开源 Paxos 实现全部理解错了那句话,导致它们都有这个共有的 bug

他举这个例子说明 Spec 要用 formal 的东西写,比如说用 TLA+ 描述软件的行为
2021-08-07 20:10:05 +08:00
回复了 bear2000 创建的主题 程序员 你们公司是如何做开发的?
笔记本 + Azure 虚拟机,64G 内存起步,核管够,盘管够,配置不够自助 scale ( GPU 之类的都可以加)
云存储这种东西 COGS 一般都很难压下来,毫不意外(
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5172 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 03:45 · PVG 11:45 · LAX 20:45 · JFK 23:45
Developed with CodeLauncher
♥ Do have faith in what you're doing.