由买买提看人间百态

topics

全部话题 - 话题: kernel
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)
g**********t
发帖数: 475
1
来自主题: JobHunting版 - 现在搞CUDA的好不好找工作
我最近刚开始学CUDA,感觉这个技术平台还不很成熟,最大的问题是很多以前的
library都不能用。比如说一个在kernel里进行简单的eigen-decomposition,都不能通
过在kernel里调用libray的方式解决(cula的函数貌似只能从host code里面调用),还
得自己实现。另外貌似kernel也不能做member function。总之编写起来难度比较大。
s********k
发帖数: 6180
2
看了看,context switch分两步:
1. Switching the Page Global Directory to install a new address space; .
2. Switching the Kernel Mode stack and the hardware context, which
provides all the information needed by the kernel to execute the new process
, including the CPU registers.
应该是整个PCB都被switch 进入kernel stack,
x****5
发帖数: 293
3

Implement kill/any other signal call is actually easy. You send "kill + pid"
to kernel. In kernel you have a list of all the processes on the system.
Then you find the process with the pid, terminate it and do the clean up.
For other signal calls are the same. One thing to note it that you need a
lock to the list.
This question is just probing your understanding to OS internal. If you are
familiar with kernel it's very easy.
d**e
发帖数: 6098
4
来自主题: JobHunting版 - [合集] EE转CS- 感觉郁闷
☆─────────────────────────────────────☆
marius (youyou) 于 (Fri May 25 17:57:14 2012, 美东) 提到:
amfgl的中的两个onsite 在即, 一直觉得自己不笨,算法很来势,可今天看了网上的题库,都
快哭出来了。没几个会的, 更别提在5分钟内做出来了。感觉自己的脑子,已近被
wired成 EE了, 什么变换,去燥,自适应。。。什么问题都能很有得心应手, 但一碰
到permutation, sort, heap, tree, 一点思路都没有,绝对一个低智商的学生。
数学, 信号处理多学了没用, 最重要的就是那门离散数学只当了选修, 编译原理没
有深入。
啊, 很郁闷。。
☆─────────────────────────────────────☆
lclclclc (home) 于 (Fri May 25 18:13:58 2012, 美东) 提到:
amfgl like smart elementary school level candidates, you are over q... 阅读全帖
t*****s
发帖数: 416
5
来自主题: JobHunting版 - G onsite归来,面经求人品
本人烂校,MS毕业PhD准备quit。
找的朋友内推。开始投的是Network Stack的组,HR给转推到了platform组。都主要是
跟Linux Kernel打交道。跟一般fresh的general hiring不太一样。
因为签了NDA,所以就不讲具体题目了。
所以可参考性相对低一点。一轮电面是个英国GG,让看了个简单的链表问题,然后追问
道了Linux在x86里面的虚拟内存组织,追问的很细,基本上把每个步骤涉及的硬件数据
的位置都问到了。最后问了个2维ranged search的问题。
没过1个小时recuiter就打电话来约onsite。约了10天后。
onsite上午1轮下午3轮。
去了先跟recruiter大妈聊。聊了签证问题,可能是个负面因素。然后正式面试。
第一个应该是个ABC GG。开始先聊简历。然后问了个string manipulation的问题。先
给他分析了brute force的算法,然后开始分析怎么优化的时候他打断让先把这个写出
来。写之,然后开始分析优化算法,开始还想错了,后来发现了基于count sorting的
算法。再写之。
中文和电面的英国... 阅读全帖
S**********n
发帖数: 264
6
Driver development under windows mostly also involve kernel development.
Yes, windows do have kernel mode. (Ntdll.dll is part of it). Most of the
Win32 ApI under user mode would invoke kernel mode functions(unpublished
APIs). Sometimes, one could directly use those APIs in user mode code,
those apis started with k**', this practice is not recommended though.
The model used to be WDM, now it is called WDF, short for "What de fcuk"
h**********l
发帖数: 410
7
来自主题: JobHunting版 - apple or oracle?
我其实不太确定oracle的这个职位到底做啥的。。。我当时选组interview的时候有点
焦躁(当时没想工作,recruiter给了17个组的description让选,看得的我都要晕死了
,为了减少到8个组,只选了santa clara的组。。。不过我当时确实不会数据库,也没
法去其他的组。。。。)所以我把做exadata的组过滤掉了(不在santa clara)。。。
错误啊。。。
大家帮我看看这个组的description吧,值不值的据掉apple ios flash storage
software engineer的offer。。。感觉其实也没有用很多distributed system,顶多用
用普通的synchronization,可是apple的工作也用普通的synchronization啊。。。。
Group: Oracle Storage Systems / ZFS File System and Data Replication Team
based in Santa Clara, CA (near San Francisco)
Introduction:
Wi... 阅读全帖
y*u
发帖数: 111
8
来自主题: JobHunting版 - 报个N家面经,攒RP!大家都加油
系统软件工程师,一共七轮,水平有限,还请指正。
1. 中国人:
I. 我Resume上的Semaphore是如何实现的,写下来。我写了一半,有一点忘记了。
问了spinlock使用的问题。
II. 智力题:小明一家过河
2. Hiring manager白人:
I. 一张七道题关于C语言的卷子!!!其它再无交流空间,给试卷做,当时就闷了!
题目有:str[]和*str的区别;数组指针大小;包含不同类型变量的struct大小;实现
一个程序能查看自身的内存占用情况;还有三题记不得了
3. 阿三带吃饭:
I. 问了我一些基本概念,学校学习情况。然后开始说:我们边吃边想,思 考
一个程序题目吧。你别停啊,多吃。 题目倒是不难,两个string表示的二进制,一
个是32位,一个8位。里面都是1和0。问怎么判断B是A的substring?我答了两种:第一
种最简单的,从左往右遍历,O(m*n)。第二种: 我们用一个8位的mask把A罩起来,然后
和B做XOR,如果结果是0,那么就是substring,如果不是,那么继续shift再找。这人
... 阅读全帖
h**********l
发帖数: 410
9
我其实不太确定oracle的这个职位到底做啥的。。。我当时选组interview的时候有点
焦躁(当时没想工作,recruiter给了17个组的description让选,看得的我都要晕死了
,为了减少到8个组,只选了santa clara的组。。。不过我当时确实不会数据库,也没
法去其他的组。。。。)所以我把做exadata的组过滤掉了(不在santa clara)。。。
错误啊。。。
大家帮我看看这个组的description吧,值不值的据掉apple ios flash storage
software engineer的offer (偏embedded system)。。。感觉其实也没有用很多
distributed system,也就用
用普通的synchronization,可是apple的工作也用普通的synchronization啊。。。。
lz是ee正在转cs的phd dropout。。。打算先工作,然后自学继续转。。。
待遇重新贴一下:apple:120k+105k RSU(4年), oracle: 112k+2800 stock
options
Group: Or... 阅读全帖
U***A
发帖数: 849
10
来自主题: JobHunting版 - 帮朋友贴一个工作招聘
一个中型的VoIP公司,主要做IP电话的。
职位要求。
感兴趣的请发至m**********[email protected] (应该是支持H1B和绿卡的)
The core responsibilities of this position include:
• Architect and implement unique platform solutions to both our
Cloud and Premise product offerings.
• Architect and implement platform solutions based on various
virtualization platforms like VMware, KVM, Hyper-V, etc.
• Work on board bring-up software, device drivers, Linux file
system and networking software.
• Work closely with hardw... 阅读全帖
B*******1
发帖数: 2454
11
来自主题: JobHunting版 - Google Team Matching 求建议 - OS方向
Google 一大堆kernel组好不好, 名字叫做cluster/kernel。 内部服务器都是跑那些
kernel。
android你就别想了,老美的天下,而且都是不好惹的老美。
想知道谁管的直接看代码就好了
http://androidxref.com/
s******c
发帖数: 1920
12
来自主题: JobHunting版 - Google Team Matching 求建议 - OS方向
直接让hr给你找kernel组,他们在technical infra这块底下。做linux 内核优化的,
我听到的是一直都在招人的。hr要跟你嘚瑟你直接威胁hr说这个offer我不要了。
另外,做android kernel好啊,不明白为啥一定要做os kernel。
z**********3
发帖数: 11979
13
来自主题: JobHunting版 - 想重温操作系统有什么好书推荐?

OTHER SYSTEMS BOOKS: Interested in other systems books? Good! Of course, we
assume some background in The C Programming Language, so that's a good
investment. And Advanced Programming in the UNIX Environment is a must for
any shelf. On top of that, here are some OS books that could be worth your
time: Operating Systems: Principles and Practice - Operating System Concepts
- Operating Systems: Internals and Design Principles (8th Edition) - Modern
Operating Systems (4th Edition) - Linux Kernel De... 阅读全帖

发帖数: 1
14
来自主题: JobHunting版 - 招聘Linux内核contractor
Android/Linux Kernel Engineer
(Job Description)
Android/Linux kernel engineer candidates are sought to conduct leading-edge
android/Linux OS performance optimization for Huawei cell phone.
The ideal candidates must enjoy tackling technical challenges by creating
innovative solutions, and should have significant knowledge and experiences
in OS internals: memory management, scheduler, IPC and other OS related
areas. Other important attributes are versatility and a passion for building
high-quality... 阅读全帖
s********p
发帖数: 30
15
来自主题: JobMarket版 - Software Engineer, intern
[this is a good position: with competitive pay and better technology than
ANY web companies]
We are currently looking for a few Software Engineers to join our team in
San Jose, CA.
You will be working with the-state-of-art technologies; pushing the newest
servers, storage to their best performance by tuning OS/hardware in 40Gb/s
network, hundreds of 6Gb/s SSD (we target the best equipment on the market).
Our performance research will enable you to develop broad and cutting-edge
expertise in comp... 阅读全帖
d**i
发帖数: 9682
16
来自主题: Returnee版 - 帮朋友张贴几个华为的职位
对以下职位有兴趣的,请直接Email联系w********[email protected]
1. Linux Kenerl 资深专家
-Android平台Linux Kernel/HAL平台管理运作
-Kernel能力调优,裁减
-新特性方案架构设计
-输出Android平台Linux Kernel平台的建设路标
要求:
-8年以上相关工作经验,6年以上LINUX内核开发经验
-本科以上学历,计算机、通信类专业毕业
-北京2人,美国硅谷1人,在国内要求华人为佳,外籍员工也可以,美国为本地化员工
为佳
2. 家庭解决方案系统工程师
-深入理解家庭解决方案,对相关技术有较深入的理解;把握未来技术发展方向
要求:
-本科以上学历
-目标公司:PACE、MOTO、三星等
-工作地点,深圳/美国/欧洲
3. 其他相关职位还有:
-技术规划专家
-Android架构师
-Android应用专家
-ID设计专家
-显示效果专家
-TOUCH效果专家
-低功耗设计专家
-天线专家
-云服务高级产品经理
-云服务高级运营经理
-质量管理高级专家
-流程管理高级专家
-整机架构设计工程师
-测试自动化及工具架构师
工... 阅读全帖
g********g
发帖数: 2172
17
来自主题: StartUp版 - SSD 运行Database比HDD快很多.
今天做了下测试, 比较了两个机器:
机器1. 5年新DELL DESKTOP + 3GB Memory + OCZ Vertex 2 60 GB SSD.
机器2. 1周新DELL R210 Server, + 12GB Memory, XEON Quart Core, + 2 X 15K RPM SAS
HDD with Hardware RAID 1.
运行同样的OS (CENTOS 5.5) + MYSQL (5.1), 装载了同样的大数据库进去. RUN DISK
INTENSIVE QUERY, 第一次运行, 机器1比机器2快1.2倍到5倍. 以后类似的QUERY机器2
比机器1快, 再换一个TABLE, 又是第一次运行, 机器1比机器2快1.2倍到5倍, 以后类似
的QUERY机器2比机器1快.
第一次运行机器1比机器2快的原因是SSD 的RANDOM ACCESS比HDD快多了, 以后机器2快
是因为TABLE中的数据已经LOAD到MEMORY中, 机器2大MEMORY和快CPU优势体现出来了.
可惜的是CENTOS 5.5的kernel version是2.6.18, ... 阅读全帖
n*****e
发帖数: 473
18
来自主题: StartUp版 - 显摆下我做的网站
If that is your first website, congrats! I didn't read your post, just
clicked on the link. Here are my 2cents:
Use bootstrap if you can. both wp and joomla are outdated. many media
companies still support Drupal.
Try to land local pros to help you. I would never contract out my projects
overseas.
just a simple test, here is what I got:
"in compiled.php line 8084
at RouteCollection->match(object(Request)) in compiled.php line 7351
at Router->findRoute(object(Request)) in compiled.php line 7316
a... 阅读全帖

发帖数: 1
19
来自主题: Stock版 - 我感觉AMZN要糟

Linux KPTI补丁已经正式merged, AMD不受影响:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/diff/arch
/x86/kernel/cpu/common.c?id=v4.15-rc7&id2=v4.15-rc6
Windows我就不知道了,但微软已经说Xbox没问题,Azure也已经开始试用EPYC, 估计也
不会自废武功。
k*********c
发帖数: 15
20
来自主题: SanFrancisco版 - openings at Juniper Networking Inc (转载)
If you are strong system software developer and would like to work in kernel space and virtualization technology but don't have the required experience, you are welcomed to join us.
Juniper's kernel team has several software engineer openings, the
level will be based on your experience.
H1B is welcomed, company will sponsor green card application.
If interested, pls send your resume to i*******[email protected]
The requirements are:
Very strong programming skill in UNIX kernel such as Linux/FreeBSD
In
b****k
发帖数: 7
21
Job: Kernel and OS Infrastructure Software Engineer
Location: Sunnyvale
Contact: Jeff, j****[email protected]
Job Descriptions:
=======================
Responsibilities:
* Design, test, and support kernel and OS infrastructure modules in next
generation multi-core/multi-processor high performance and scalable
networking systems
* Design and test software for kernel-level services, multi-threading,
packet processing, network stack, and networking and hardware accelerator
device drivers
Requiremen
b*******y
发帖数: 16
22
来自主题: SanFrancisco版 - 【JOBS】09.01 -- 09.30
fabless semi company has an immediate opening as below.
The key requirement are networking driver and linux.
Feel free to contact with me if interested.
Job Posting Title Engineer, Sr. Staff - Software Development
Business Unit Mobile and Wireless Group
Job Description We are looking for an energetic and enthusiastic Senior
Software Engineer to contribute to
the team responsible for wifi driver development and hardware bringup. Ideal
candidates
are seasoned engineers with a background in chip br... 阅读全帖
w*******e
发帖数: 395
23
来自主题: SanFrancisco版 - 软件行业工资比较
如果硬件是底层,软件是上层
是不是越底层的需求量越少,工资越低
越上层的需求越多,工资越高?
比如,写汇编的比不过写kernel的,写kernel的比不过写service的?(总体上来说,
别给我钻牛角尖)我说的kernel泛指用C/C++写那些需要很多OS,architecture内部知
识,诸如memory management,cache access之类东西的。
于是那些在intel,marvel,qualcomm里的软工不如那些在oracle,netapp,EMC,
VMWARE的?后者又不如google,FB, linkedin?
w*******e
发帖数: 285
24
我觉得还有一个不好的地方就是学会的东西以后可能用处比较少。我们主要的时间都花
在用windbg去kernel debugging或者看一个kernel dump,读optimized之后的汇编代码
,用各种kernel debug extension来找问题。这个以后要是去别的地方写managed code
什么的实在是没什么用处。
e********h
发帖数: 694
25
来自主题: TVGame版 - R4i gold plus 不能用
kernel是直接拷到sd卡内的,你不会连kernel都没拷吧?如果真是这样,你先拷个
kernel试试。
firmware是刷烧录卡的,这个就需要低版本的ds/3ds机器了。

gold
t****g
发帖数: 35582
26
来自主题: PhotoGear版 - 继续讨论全副CCD防抖的可实现性
目前的主要的分歧就集中在了,CCD需要移动的range是不是会超出135镜头的成像圈。
前面有很多同学做了计算,有人说会,有人说不会。
其实这个问题最简单的办法就是做个简单的实验,用300-400mm的镜头在1/30s~1/50s的
快门
速度手持拍一张照片,看看那个motion blur kernel到底有多大。
我刚刚把EF70-300/4-5.6 IS USM装到20D上用1/30s试了一张,因为我们这里讨论的是
motion
blur kernel实际的物理尺寸,所以和是不是全副,还有crop factor都无关。我们的目
的是
测量300mm的135镜头手持1/30拍摄的时候到底blur多少个像素。
图见附件,我crop了中央的200x200范围。可以看出来,blur kernal <图片边长的1/10
,也就是说<20pixel。我们就坐保守估计,算作20pixel。
20D的pixel pitch大约是6.5um,我们算7um。那么也就是抖动的blur kernel实际在
20x7=140um左右。再给个裕量,翻一倍,算300um。
这也就是说,只要CCD能够上下左右各有
p**p
发帖数: 3386
27
一般换driver就是换个kernel module而已
kernel module和用户态进程通讯也不难实现
所以我理解x11也就不过是个带GUI的driver configuration tool
核心功能应该都在kernel module里面

,最
q*z
发帖数: 13362
28
你的认识太狭隘了.
一般的设备是这样的,但是例外也是很多的
显卡的不同之处在于他的api太复杂,所以只有io部分做成kernel module,大量的code是
在user space里实现的.
还有一种情况,在linux 系统里,由于gpl的限制,我们可以看到大量商业驱动程序都是在
kernel里只作基本io,因为这部分必须open source,把control logic做在user space里
,android就是一个例子,他的kernel module只是把硬件access 搬到user space,剩下的
厂商在user space里搞,绕开gpl.
p******u
发帖数: 171
29
发信人: popo (IceCream Ready?), 信区: New_2
标 题: 有人竟然不知道本版的出处
发信站: 竹林幽趣 (Thu Nov 12 22:05:45 1998), 转信
“新二舍是啥地方?”
不要以为这是外校的陌生人问的问题,这个人其实是个老川大。生活了二十多年,
应该具备一些基本的常识了吧,而他却不。
“新二舍就是熊猫馆!”
Kernel和POPO面对以上的问题目瞪口呆,Kernel遂做此答案。Kernel是个中高手不用
说,暗语一套一套的。轮到我们吃惊了。
“熊猫馆?!”他还是不懂。
可惜,谁叫你一上网就往MUD跑呢,按说是老江湖,仍然不谙世事!
“这就是不住校的可悲之处!”
xieling也黯然神伤。。。
“要不要告诉他?”jackrun看不下去了,一旁掺和。几个人对望一眼,叹息着点
点头。
“不要说!我自己知道!我是Viceroy我怕谁!”
w****k
发帖数: 6244
30
来自主题: Zhejiang版 - 别说脏话
LKML上,一位Intel的大姐对linux kernel 开发者邮件组里的脏话表示意见,
Linux Torvalds说,
http://marc.info/?l=linux-kernel&m=137391223711946&w=2
http://marc.info/?l=linux-kernel&m=137392506516022&w=2
很有意思。
我向来觉得,在某些语境下和对某些对象,说脏话比文绉绉的理论更好。
说脏话和一个人的文明程度没什么关系。
比如,有些人看起来文绉绉,但却成天外F挂嘴边,对别人的婚姻自主
说三道四。或者对独裁和集权唱赞歌的。这些人都是SB,再文绉绉也
是垃圾,属于真正文明程度低下的人。
d*b
发帖数: 21830
31
什么是unix? unix kernel + CDE
什么是linux? unix kernel + Genome/KDE
什么是mac? bsd unix kernel + mac图形界面
你们说mac怎么强怎么强,我这个骨灰级老unix用户听了都要笑出来了。mac其实也就是
unix的核加了个图形界面。连shell用的都是b-shell.外置硬盘插进去一看,NTFS格式
的能读不能写,跟unix/linux一个德性。
这世界上真正独立的操作系统只有2家,一家是unix, 一家是windows,其他的比如
linux, palm, symbian什么的其实都是unix衍生出来的。
另外忘了提了,现代windows的基础windows NT其实不是microsoft自己开发的。人也是
买来用用而已。
r****y
发帖数: 26819
32
来自主题: Apple版 - 启动到64位内核
To try to boot x86_64 kernel on Macintosh, edit this file:
/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
find there:
Kernel Flags

and change it to
Kernel Flags
arch=x86_64
g*****x
发帖数: 3283
33
自己二就多读读历史吧,各种衍生内核很多,但Mach还真就是从头开始一点点写出来的。Mach的前身是CMU的
Accent Kernel,再之前是U Rochester的Alphe Kernel,是RIG的一部分。
Mac OS X利用的是BSD Subsystem,这部分继承自NextSTEP。Mach Kernel负责IO和
Driver,BSD Subsystem 负责Network,FS,POSIX等。这两个部分完全独立,你却非要说Mach衍生于
BSD,一个1974年诞生的内核居然来自1977年的诞生的系统……儿子生爹啊。
有空多读读书,比如这本,http://portal.acm.org/citation.cfm?id=325071,看看当年大学里面是怎么动手
从零开始写内核的,别再搞什么“Mach来自BSD”这样的joke了。
p*****i
发帖数: 1281
34
来自主题: Apple版 - 五国,包子求助
就那么几个包子,送完为止。。。
Tue Jan 11 16:22:12 2011
panic(cpu 0 caller 0x2aab55): Kernel trap at 0x0049a20e, type 14=page fault,
registers:
CR0: 0x8001003b, CR2: 0x5ef72bf0, CR3: 0x00100000, CR4: 0x00000660
EAX: 0x0f088b7c, EBX: 0x5ef72bbc, ECX: 0x021f0000, EDX: 0x0ee7fe80
CR2: 0x5ef72bf0, EBP: 0x83b2be78, ESI: 0x00000000, EDI: 0x12605b58
EFL: 0x00010202, EIP: 0x0049a20e, CS: 0x00000008, DS: 0x0d0f0010
Error code: 0x00000000
Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
0x83b2bc48... 阅读全帖
w********1
发帖数: 3492
35
Wed, 11 Jul 2012 07:33:38 PDT
With Apple having seeded the golden master build of OS X Mountain Lion to
developers earlier this week, the company has locked in which Macs will
support the forthcoming version of the operating system. While the machine
requirements have been known for some time, the seeding of the final public
release is a good time to remind users which machines will support Mountain
Lion.
Your Mac must be one of the following models:
- iMac (Mid 2007 or newer)
- MacBook (Late 2... 阅读全帖
a****a
发帖数: 5763
36
http://bbs.weiphone.com/read.php?tid=517864
Mac OS X 10.6即所谓的Snow Leopard操作系统已正式发售。一如既往,Apple产品
光鲜的外表下凝聚了太多艰辛的劳作。ArsTechnic的John Siracusa以其独特的、专业
的、全面的视角深入翔实地体验这款最新的操作系统。
Weiphone.com将对该综述进行翻译整理并独家连载。欢迎关注
Grand Central Dispatch
上一篇连载《并行难题:一封19年前的挑战书(连载11/23)》中,我们讨论了
并行编程(parallel programming)的问题,以及该问题所导致的另一个更为深远问题,
那就是:近一二十年以来,尽管计算机硬件的发展已经迈上了一个新的台阶,然而“软
件”层面的发展却裹足不前,最终成为了限制计算机性能的主要因素之一。
针对这一问题,Snow Leopard的应对方案是Grand Central Dispatch(GCD)。
GCD是刚刚发布的Snow Leopard的一项新特性... 阅读全帖
a***y
发帖数: 19743
37
显然不靠谱啊。
android漏洞真的比iOS少么?谁信啊?就算是,iOS至少经常更新,是个设备就至少支
持个三四年的软件更新。android是生下来就不管了,就算漏洞少,补都不给你补的!
OS X (server)更新的时候,很多漏洞都是open source部件的。不知道这个统计是怎么
算的。Linux算的是Kernel。按理OS X也应该算kernel,但是我觉得不是。所以是个
linux distro漏洞就是kernel + n多的外部的工具的漏洞。
p*********g
发帖数: 226
38
来自主题: CS版 - 牛人很神奇的简历啊
> 这个强调SVM的成功在于soft margin 和kernel, 说明还需要看书,再研究研究。
你这个是完全的误解,这里很多人就是喜欢只及一点、不及其余。最后一次 respond
to you。
这些和 Vapnik 的东西都是缺一不可、相辅相成的。在实用上,没有soft margin 和
kernel,没有可能 work,也就不可能在90年代中叶把龙头从 neural network 那里扳
过来,SVM 也不会有多少人用。但这并不损害 Vapnik 学习理论的价值,而且显然这个比soft margin 和 kernel 更重要。
B****x
发帖数: 17
39
来自主题: CS版 - 牛人很神奇的简历啊
http://blog.sina.com.cn/s/blog_661c16d00100kc51.html
机器学习大家谈(转贴)(2010-03-17 21:42:19)转载
标签:杂谈 分类:学术科研
闲着无事,想写点一些我所了解的machine learning大家。由于学识浅薄,见识有限,
并且仅局
限于某些领域,一些在NLP及最近很热的生物信息领域活跃的学者我就浅陋无知,所以
不对的地方大
家仅当一笑。
Machine Learning 大家(1):M. I. Jordan
在我的眼里,M Jordan无疑是武林中的泰山北斗。他师出MIT,现在在berkeley坐
镇一方,
在附近的两所名校(加stanford)中都可以说无出其右者,stanford的Daphne Koller
虽然也
声名遐迩,但是和Jordan比还是有一段距离。
Jordan身兼stat和cs两个系的教授,从他身上可以看出Stat和ML的融合。
Jordan 最先专注于mixtures of experts,并迅速奠定了自己的地位,我们哈尔滨
工业大
学的校友徐雷跟他做博后期间,也在这个方向上沾光不少... 阅读全帖
p*********g
发帖数: 226
40
来自主题: CS版 - 牛人很神奇的简历啊
> 这个强调SVM的成功在于soft margin 和kernel, 说明还需要看书,再研究研究。
你这个是完全的误解,这里很多人就是喜欢只及一点、不及其余。最后一次 respond
to you。
这些和 Vapnik 的东西都是缺一不可、相辅相成的。在实用上,没有soft margin 和
kernel,没有可能 work,也就不可能在90年代中叶把龙头从 neural network 那里扳
过来,SVM 也不会有多少人用。但这并不损害 Vapnik 学习理论的价值,而且显然这个比soft margin 和 kernel 更重要。
d**i
发帖数: 9682
41
【 以下文字转载自 Returnee 讨论区 】
发信人: drei (drei), 信区: Returnee
标 题: 帮朋友张贴几个华为的职位
发信站: BBS 未名空间站 (Tue Oct 18 19:04:00 2011, 美东)
对以下职位有兴趣的,请直接Email联系w********[email protected]
1. Linux Kenerl 资深专家
-Android平台Linux Kernel/HAL平台管理运作
-Kernel能力调优,裁减
-新特性方案架构设计
-输出Android平台Linux Kernel平台的建设路标
要求:
-8年以上相关工作经验,6年以上LINUX内核开发经验
-本科以上学历,计算机、通信类专业毕业
-北京2人,美国硅谷1人,在国内要求华人为佳,外籍员工也可以,美国为本地化员工
为佳
2. 家庭解决方案系统工程师
-深入理解家庭解决方案,对相关技术有较深入的理解;把握未来技术发展方向
要求:
-本科以上学历
-目标公司:PACE、MOTO、三星等
-工作地点,深圳/美国/欧洲
3. 其他相关职位还有:
-技术规划专家
-Android架构师
-... 阅读全帖
q*****g
发帖数: 1568
42
来自主题: EmergingNetworking版 - 现在virtulization似乎很火啊
慢点,可能是我的理解有问题。也许我对Xen的实现机制的理解不对。目前Xen能够做到:
在一台Linux host上跑上百个 guest os. 目前Xen用的技术叫做paravirtualization,
这个玩意的速度极快(“low performance penalties, typically around 2%, with
worst-case scenarios at 8% performance penalty”),但是缺点是必须修改guest
os 的源代码。所以至今只有oss的guess os能在Xen上面跑。Xen的这个跑多个vm的功能
还可以用来实现免reboot的kernel upgrade,也就是说系统从一个老kernel转向新kernel
并不需要关机,所有的应用程序比如说webserver都一直是up的。
但是有了Vanderpool/pacifica extension之后,Xen 3.0实现了另外一种技术,叫做
full virtualization, 能够完全不修改代码运行guest os ---- 至少理论上有可能
跑Windows/Mac OS了
q*****g
发帖数: 1568
43
来自主题: EmergingNetworking版 - 现在virtulization似乎很火啊
慢点,可能是我的理解有问题。也许我对Xen的实现机制的理解不对。目前Xen能够做到:
在一台Linux host上跑上百个 guest os. 目前Xen用的技术叫做paravirtualization,
这个玩意的速度极快(“low performance penalties, typically around 2%, with
worst-case scenarios at 8% performance penalty”),但是缺点是必须修改guest
os 的源代码。所以至今只有oss的guess os能在Xen上面跑。Xen的这个跑多个vm的功能
还可以用来实现免reboot的kernel upgrade,也就是说系统从一个老kernel转向新kernel
并不需要关机,所有的应用程序比如说webserver都一直是up的。
但是有了Vanderpool/pacifica extension之后,Xen 3.0实现了另外一种技术,叫做
full virtualization, 能够完全不修改代码运行guest os ---- 至少理论上有可能
跑Windows/Mac OS了
q*****g
发帖数: 1568
44
来自主题: EmergingNetworking版 - 现在virtulization似乎很火啊
慢点,可能是我的理解有问题。也许我对Xen的实现机制的理解不对。目前Xen能够做到:
在一台Linux host上跑上百个 guest os. 目前Xen用的技术叫做paravirtualization,
这个玩意的速度极快(“low performance penalties, typically around 2%, with
worst-case scenarios at 8% performance penalty”),但是缺点是必须修改guest
os 的源代码。所以至今只有oss的guess os能在Xen上面跑。Xen的这个跑多个vm的功能
还可以用来实现免reboot的kernel upgrade,也就是说系统从一个老kernel转向新kernel
并不需要关机,所有的应用程序比如说webserver都一直是up的。
但是有了Vanderpool/pacifica extension之后,Xen 3.0实现了另外一种技术,叫做
full virtualization, 能够完全不修改代码运行guest os ---- 至少理论上有可能
跑Windows/Mac OS了
z**r
发帖数: 17771
45
来自主题: EmergingNetworking版 - Cisco怎么想的?现在这么多种类IOS

http://www.virtualization.info/2008/03/cisco-puts-kvm-in-its-ios.html
microkernel vs monolithic kernel应该也不是一个新话题了,对于pc操作系统,
monolithic kernel把filesystem等这些放在kernel里的确有道理,但是对于router这
样的特殊os,俺觉得没必要,更重要的应该是protocol, driver等等,microkernel可
以对这些protect,但是monolithic确不行,这应该就是为啥microkernel做nsr/nsf更
好的原因吧。
有道理,呵呵
c********l
发帖数: 8138
46
kernel和rootfs是什么关系?谁更核心?
uboot是属于rootfs还是kernel?uboot在哪里?
另:这个ramdisk的image文件
http://pogoplug.com/downloads/ce_ramdisk_v1.1.img
究竟是rootfs还是kernel?
p****e
发帖数: 3548
47
Windows NT's kernel mode code further distinguishes between the "kernel",
whose primary purpose is to implement processor and architecture dependent
functions, and the "executive". This was designed as a modified microkernel,
as the Windows NT kernel was influenced by the Mach microkernel developed
at Carnegie Mellon University,[17] but does not meet all of the criteria of
a pure microkernel.
linux是macrokernel
a9
发帖数: 21638
48
来自主题: Hardware版 - 给玩pogo的同仁提个醒
/usr/sbin/nanddump -o -f mtd1.dump /dev/mtd1
echo "# Erasing mtd1 @ 0x500000 for 17 erase blocks (kernel
location)"
/usr/sbin/flash_erase /dev/mtd1 0x500000 17
echo "# Erasing mtd1 @ 0xB00000 for 17 erase blocks (2nd ker
nel location)"
/usr/sbin/flash_erase /dev/mtd1 0xB00000 17
########
## flash kernel
########
echo "# Flashing Kernel..."
if [ $PCI = 1 ... 阅读全帖
o**n
发帖数: 1249
49
来自主题: Hardware版 - 怎么把apple tv做linux server?
我对这个一知半解,请教一下。下面的这个方法是仅限老的atv么?里面没有提
jailbreak的事情。
[QUOTE]
The AppleTV firmware boots by looking for a file called boot.efi on OSBoot.
Boot.efi loads a darwin mach kernel (called mach_kernel) and drivers (kext).
If it can't find boot.efi, it then looks for boot.efi on Recovery. Another
way is if the system is booted with the "Menu" and "-" keys on the Apple IR
remote held down, it checks for a FAT32 or HFS partition with a Partition
Type of {5265636F-7665-11AA-AA11-00306543ECAC}, first on a USB ... 阅读全帖
c*******n
发帖数: 671
50
谢谢,以下是我的X11/xorg.0.log, 我看不出来什么问题?是的我不应该删lightdm,
不是那个的问题。startx会出现我上面帖子写的Loading extension GLX, fatal
server error: no screen found. 请问我该怎么修复xwindow? 谢谢!
[ 4.113]
X.Org X Server 1.13.0
Release Date: 2012-09-05
[ 4.113] X Protocol Version 11, Revision 0
[ 4.113] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
[ 4.113] Current Operating System: Linux x-ThinkPad-X201 3.5.0-49-generic
#74-Ubuntu SMP Fri May 2 23:28:58 UTC 2014 x86_64
[ 4.113] Kernel command line: BOOT_IM... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)