Skip to content

Instantly share code, notes, and snippets.

View networkextension's full-sized avatar

abigt networkextension

  • Star
View GitHub Profile
@networkextension
networkextension / Extended interview: Tim Cook.md
Created March 16, 2026 01:50
Extended interview: Tim Cook

Reflecting on Apple's Journey and Purpose

Apple's culture traditionally focuses on looking forward, not back. However, the company has intentionally developed a "new muscle" to reflect on its 50-year journey. This introspection helps foster gratitude for the past, remember Steve Jobs' foundational principles, and reaffirm the company's core purpose: to enrich people's lives, empower them, and enable them to change the world.

Apple's Resurgence and Current Leadership

The speaker, who joined Apple 28 years ago, recounts the company's "bleak" state upon his arrival. It faced financial difficulties, dwindling revenue, and a lack of direction. Steve Jobs' return reinvigorated the company with a unique vision to target the consumer market, a stark contrast to the enterprise focus of competitors. Despite advice against joining, the speaker was drawn by Jobs' passion for product and unconventional thinking, finding profound purpose in Apple's mission to make a positive global impact.

Core Principles and

@networkextension
networkextension / 价值观.md
Created September 30, 2025 20:11
红三代--价值观

根据您提供的访谈内容,这位“红三代”(刘颖,Kenny)所展现的家族观,主要体现在严格的教育要求、对家庭背景的认知与反思、对腐败的警惕和坚守道德底线,以及对下一代的价值观塑造等方面。

以下是关于“红色家族家族观”的详细阐述:

一、 严格的教育与个人成长理念

  1. 精英化的早期教育和严格要求: 刘颖的父母对他的教育要求非常严格。他小时候的生活很“卷”。在他六七岁时,家里就开始让他学习计算机(DOS),使用昂贵的电脑(九十年代初花费一万多块钱人民币购买的486电脑),并练习毛笔字、阅读高尔基的小说。他的父母非常看重价值观的塑造以及学习对他能带来的影响。
  2. 坚持学科方向的塑造: 尽管刘颖属于文科强、理科弱的偏科型学生,但他的父母坚持让他去读理工科,导致他高中阶段的学习非常痛苦,充满了挫折感和倦怠。
  3. 对高考的认知: 刘颖曾认为自己只是一个“普通孩子”,高考考好了就能有一个好的未来,考不好可能就是“天塌下来了”。
@networkextension
networkextension / mlx_distributed_deepseek.md
Created April 7, 2025 01:45 — forked from awni/mlx_distributed_deepseek.md
Run DeepSeek R1 or V3 with MLX Distributed

Setup

On every machine in the cluster install openmpi and mlx-lm:

conda install conda-forge::openmpi
pip install -U mlx-lm

Next download the pipeline parallel run script. Download it to the same path on every machine:

@networkextension
networkextension / SqlParserUtils.parseExprBySql.txt
Created December 17, 2024 07:49
SqlParserUtils.parseExprBySql
错误堆栈: java.lang.NullPointerException
at com.alibaba.dt.onedata3.utils.SqlParserUtils.parseExprBySql(SqlParserUtils.java:178)
at com.alibaba.dt.onedata3.assemble.AbstractModelAssemble.isRefSelf(AbstractModelAssemble.java:266)
at com.alibaba.dt.onedata3.assemble.impl.DimensionAssemble.lambda$makeSelfSql$4(DimensionAssemble.java:181)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
[omitted 7 frames]
at com.alibaba.dt.onedata3.assemble.impl.DimensionAssemble.makeSelfSql(DimensionAssemble.java:181)
@networkextension
networkextension / recode.rst
Created January 16, 2024 00:21
recode Tim Cook, Sir Jony Ive KBE, and Laurene Powell Jobs - Full Interview

1 00:00:00,000 --> 00:00:07,000 [BLANK_AUDIO]

2 00:00:07,000 --> 00:00:08,320 >> Thank you for flying up.

3 00:00:08,320 --> 00:00:09,720

@networkextension
networkextension / Hi1620
Created September 5, 2023 15:08
Hi1620 console efi log
15@#&NOTICE: PL011_UART_BASE:
NOTICE: Booting Trusted Firmware
NOTICE: BL1: v2.0(release):LOG-uniBIOS_Hi1620_V200R002C20SPC001B023-98-g599589b-dirty
NOTICE: BL1: Built :
...............................................................................................NOTICE: BL1: Booting BL2
ERROR: Hello Bl2
NOTICE: BL2: v2.0(release):LOG-uniBIOS_Hi1620_V200R002C20SPC001B023-98-g599589b-dirty
NOTICE: BL2: Built :
NOTICE: BL1: Booting BL31
12345NOTICE: BL31: v2.0(release):LOG-uniBIOS_Hi1620_V200R002C20SPC001B023-98-g599589b-dirty
@networkextension
networkextension / emag8010_ubuntu2210_dmesg.txt
Created March 22, 2023 04:43
emag8010_ubuntu2210_dmesg.txt
Last login: Tue Mar 21 08:56:13 on ttys010
yarshure@Hoover ~ % ssh dev@192.168.2.88
Welcome to Ubuntu 22.10 (GNU/Linux 5.19.0-35-generic aarch64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Wed Mar 22 04:41:50 AM UTC 2023
@networkextension
networkextension / emag8180_serial_BMC.txt
Created March 22, 2023 04:39
emag8180_serial_BMC.txt
DRAM Init-V11-DDR4
0abc1-4Gb-Done
Read margin-DL:0.3980/DH:0.3882 CK (min:0.30)
U-Boot 2013.07 (Feb 22 2019 - 14:35:28)
I2C: ready
DRAM: 496 MiB
Flash: Found SPI Chip Winbond W25Q256(0x1940) 3-RD 0-WR
#include <stdio.h>
#include <linux/if_vlan.h>
#include <netinet/ether.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <arpa/inet.h>
root@localhost:~# lspci -vvv -s 0001:01:00.0
0001:01:00.0 Network controller: Mellanox Technologies MT27500 Family [ConnectX-3]
Subsystem: Hewlett-Packard Company InfiniBand FDR/EN 10/40Gb Dual Port 544FLR-QSFP Adapter (Rev Cx)
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 120
Region 0: Memory at a040000000 (64-bit, non-prefetchable) [size=1M]
Region 2: Memory at a400000000 (64-bit, prefetchable) [size=32M]
Expansion ROM at a040100000 [disabled] [size=1M]