Viewing profile — mvanotti
mvanotti
HN member- Joined
- Mon, Jul 08, 2013, 2:54 AM UTC
- HN karma
- 20
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About mvanotti
Recent public activity
-
comment
Comment #10828832
My biggest problem with fbsd in the rpi is that it's really hard to cross-compile ports for arm, and compiling everything in the rpi takes a lot of time (I think it was half a day …
-
comment
Comment #10083505
I've tried freeBSD in a Raspberry Pi 1, but I couldn't get any binaries precompiled for ARM :(. I would like to have an easy way to cross-compile ports from my main machine.
-
comment
Comment #9860236
So, bad certificate HAS to be signed by leaf certificate, and leaf certificate HAS to be trusted. (And you need two CAs with the same keys) openssl would accept certs that have bee…
-
comment
Comment #9254375
In the blog post it says that CNNIC issued the CA=TRUE on the basis that MCS H only use it for domains that they have registered.. Wouldn't it be better to just issue a CA cert wit…
-
comment
Comment #9235980
Thanks :) Actually, this lib needs root access in the computer. It is intended to be used as a module in MIG (Mozilla InvestiGator), which is an agent that lives in servers and can…
-
comment
Comment #9128545
Thank you for this challenge :) It was easy to solve, but I'm struggling trying to get the design right, also trying to be more robust with the parsing (there are fields that can b…
-
comment
Comment #8674040
I have a Zenbook Infinity and yes, it is good, but the battery life is too bad. On linux it lasts 3 hours or less with the OnDemand governor, whilst on windows it last 4 o 5 hours.…
-
comment
Comment #8502084
Actually, I really prefer writing that in C rather than asm: You can use bitfields to define the GDT, IDT, Page Directories and so on. Doing everything is ASM is a PITA, for debugg…
-
comment
Comment #7731987
Maybe it messes with the random number generator.. somehow. Awesome article, but I suspect that something is wrong. If we see Mewtwo, lvl 70, full hp, frozen solid it says that -on…
-
comment
Comment #7715613
Oh God. I spent hours trying to understand how it works, when I saw it yesterday :/ I wish I had seen your link!
-
comment
Comment #7715533
Just an FYI for anyone reading: It's not the multiplicative inverse of 10 modulo 2^64. Multiplying by it only works if the number is divisible by 10. What it's happening here is so…
-
comment
Comment #7694833
Once you have a mixed graph (One-way streets and two-way streets), the problem is known as the Mixed Chinese Postman Problem and is NP.
-
comment
Comment #6913375
Wow, this sounds awesome. I hope it becomes popular :)
-
comment
Comment #6828996
I think that AMD Developer Guides & Manuals [1] are very good resources for x86_64 System Programming (better than Intel Manuals). They are better explained and focus on x86_64 arc…
-
comment
Comment #6569473
I'm trying to run a custom basic x86 kernel (it was an assignment for my Computer Architecture course). But I can't get it to work =/. (This image works with bochs and in a virtual…
-
comment
Comment #6420353
Hi, I have gone trough this process last week. I'm new to freeBSD and wanted to install it in my notebook. For me it was painful. I couldn't tweak it to work as I wanted. - Wifi wo…