Viewing profile — bstx
bstx
HN member- Joined
- Fri, Dec 31, 2010, 3:38 PM UTC
- HN karma
- 100
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About bstx
No profile information was provided.
Recent public activity
-
comment
Comment #37342318
If you happen to be in SF, the Vallejo/Mare Island ferry should be a relatively convenient (and scenic) public transit option.
-
comment
Comment #18652886
ARM architectural licensees develop their own microarchitectures that implement the ARM ISA spec, they do not license any particular microarchitecture from ARM (e.g. Cortex-A? IP c…
-
comment
Comment #17133016
No. It has become significantly easier for Europeans to immigrate since 2005. Labor certification alone now takes less than a year rather than multiple years pre-PERM. EB2 and EB3 …
-
comment
Comment #16075530
It doesn't make sense for speculatively executed code to throw architecturally visible exceptions. The appropriate behavior would be to not perform speculative loads across protect…
-
comment
Comment #11798089
Hypervisor.framework itself only deals with CPU virtualization and is agnostic to whatever device model is implemented in userspace.
-
comment
Comment #11568091
Nope, VMs are demand paged like any other process.
-
comment
Comment #9844033
Well, it's not just the userland. The XNU kernel is a hybrid of Mach (tasks, threads, IPC, VM), BSD (processes, users, devices, networking, system calls, VFS) and IOKit (driver fra…
-
comment
Comment #9692370
Did you have a VirtualBox VM running before xhyve?
-
comment
Comment #8851878
Incidentally, someone is working on Go bindings for the OS X Hypervisor ( https://github.com/penberg/go-osxhv ).
-
comment
Comment #8290682
Any KVM vs. Xen PV benchmarks? The Xen (PV)HVM case isn't that interesting.
-
comment
Comment #8185090
> I'm not saying writing secure software in C is inherently impossible, but I'm not aware of it having ever been accomplished https://sel4.systems Possibly one of the most trustwor…
-
comment
Comment #7607148
> You seem to be laboring under some serious misapprehensions here. QEMU is very much a virtualization solution. It calls itself an emulator because it's older than the name 'virtu…
-
comment
Comment #6379982
They do that to some degree in Germany, which has a 3-tier secondary education system ought to group students based on their (perceived) academic aptitude. It has however been accu…
-
comment
Comment #6172526
If you don't mind trailing whitespace block select might be an option (option + select on OS X / ctrl + alt + select on Linux). Or just use copy mode and yank the selection to the …
-
comment
Comment #5964463
Another relatively painless way to set up a mail server on your own box is http://www.iredmail.org . ( + http://z-push.sourceforge.net/soswp/ for ActiveSync push mail) So far I am …
-
comment
Comment #5469600
> Ok so one of the coolest things in this game is that you can have multiple flights occurring at once. Has anyone been able to intercept another flight they have put into space? W…
-
comment
Comment #4616536
> but my little X121e is the best laptop I've ever used. What do you compare it with? I have one too (but currently dead due to infamous reset loop bug) and I think it is the worst…
-
comment
Comment #4467242
> Every time the operating system decides that it’s time to run a different process, all caches are invalidated (on account of the virtual memory system). Unless you have a virtual…
-
comment
Comment #4341618
Has someone ever tried to compile/port the first web browser [1] on a modern OS X machine? [1] http://www.w3.org/History/1991-WWW-NeXT/Implementation/
-
comment
Comment #4321677
KOSMOS experimental sets are still somewhat popular in Germany. http://www.kosmos-shop.de/Experimentierkasten-640132/Kosmos-... I only had the electronic sets as a kid, so I don't …
-
comment
Comment #3532692
Companies, at least those with an official internship program, will take care of your J1 visa. Don't worry about that.
-
comment
Comment #3011271
I made some annotations for California. Thats a best guess and might be horribly wrong. http://i.imgur.com/4J5P1.jpg (0:12m)
-
comment
Comment #2996587
Did they discontinue academic pricing? Anyway, Coupon: "FUSION20" gives you a 20% discount.
-
comment
Comment #2994568
That looks more like an issue with your machine. Does your CPU support VT extensions? Or they might not be enabled in the firmware. You can also fall back to traditional trap-n-emu…
-
comment
Comment #2994392
Always panics on boot in VMware. Sad :( Edit: Seems to work in Parallels. Edit 2: Boots in Parallels but is not very usable. Hangs very often, Parallels Tools do not work. Now tryi…