Viewing profile — hugelgupf
hugelgupf
HN member- Joined
- Mon, Mar 09, 2015, 6:40 PM UTC
- HN karma
- 302
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About hugelgupf
No profile information was provided.
Recent public activity
-
comment
Comment #35672410
You should be able to disable write protection on the firmware flash using a suzyq cable to enable closed case debugging as well, and from there disable write protection. The screw…
-
comment
Comment #35667622
I don't really get their headline. Google extended the AUE to 8 years. They're complaining that most Chromebooks only have 4 years of software life left. Are they buying devices re…
-
comment
Comment #34406723
[twitter OP] This is true. Appears once a day or so, you hit OK. Sometimes during a show you're watching, sometimes while it starts up. Don't know if it becomes blocking some day..…
-
comment
Comment #34406706
[OP here] I filed a thing for them and this person will get it in front of the right people. I have more faith in that more than generic Apple support anyway.
-
comment
Comment #21666782
Why on earth did he agree to those FBI interviews where he admitted all this?
-
comment
Comment #20528198
It is a failure, but not of the HTTP service. It's a failure of the RPC call. 404 means "this API doesn't exist", not "the API exists but it returns an error"
-
comment
Comment #18636980
Brain fog, intestinal inflammation. Sounds so very familiar. Do you have research notes, on methodology and things tried? I'm now very curious for myself.
- comment
-
comment
Comment #18478937
here are some basic linux tools in Go: https://github.com/u-root/u-root
-
comment
Comment #18397896
That sounds much more attainable than what the blog post suggested - sorry if I took that the wrong way!
- comment
-
comment
Comment #18397755
Given what I just read about IncludeOS (I'm not really familiar), it feels like implementing as much of musl as possible is probably the best you can do compatibility wise. There a…
-
comment
Comment #18397722
The number of system calls says close to nothing of the actual API surface present here. It's a poor measure. What actually matters is: what can I run? That said, 42 is not enough …
-
comment
Comment #18150792
I think the board that is pictured by Bloomberg is just an illustration. For example, Elemental never used that board. See my tweets here for the actual specs: https://twitter.com/…
-
comment
Comment #18146497
Do you have a source for the Norwegians?
-
comment
Comment #17796489
See the "Serverless Containers" section on https://www.google.com/amp/s/gweb-cloudblog-publish.appspot.... It's still in alpha, so Google is not advertising it wide. It was announc…
-
comment
Comment #17404986
Almost complete, but stalled, and based on Go 1.8: https://github.com/riscv/riscv-go
-
comment
Comment #17114732
Haskell is 28 years old.
-
comment
Comment #16979144
You can indeed safely run containers as root inside the sandbox. The UID/GID you run as is configurable.
-
comment
Comment #16979126
You can implement a custom file system as a separate process (called Gofers) and have the sandbox connect to that. The custom file system has to adhere to the p9.File API (see pkg/…
-
comment
Comment #16676709
No, what sigjuice said is right. The name was derived off u-boot, though, and u-root can be used (and is in use) with LinuxBoot.
-
comment
Comment #16674704
Shameless self-promotion: also take a look at https://github.com/u-root/u-root :) (The gokrazy and u-root people all work at Google, I just contacted them to see if we can help eac…
-
comment
Comment #16543305
They are effectively measuring how fast AWS infrastructure can reach whatever it needs (VM?) for each language. But these are not even cold start times. I'm assuming after the firs…
-
comment
Comment #16354680
Binaries can also use dlopen to open libraries that aren't listed by ldd.
-
comment
Comment #16296854
Seems to be down right now, so not sure what services are implemented, but... someone should port this stuff to upspin. :)