Viewing profile — xja
xja
HN member- Joined
- Mon, Jan 09, 2017, 9:35 PM UTC
- HN karma
- 179
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About xja
No profile information was provided.
Recent public activity
-
comment
Comment #13424089
It's really a shame that VCs don't seem to have figured out how to do DD on science based startups. The same is probably somewhat true in tech generally, but VCs in this area don't…
-
comment
Comment #13421696
Neat! I wonder why they're not part of kernel release tests.
-
comment
Comment #13418235
That statement really resonated with me. So often something happens which seems like a total disaster, the end of the world, and you struggle desperately to fix it. In hindsight it…
-
comment
Comment #13416993
The article mentions microcontrollers that use 100 milliwatts as the lower end of embedded CPUs. There are actually microcontrollers that use around 1milliwatt for very low power a…
-
comment
Comment #13415578
As far as I can tell it appears to be a classic use of an uninitialized pointer. Are there not static analysis tools routinely used against Linux that should have caught this? Or r…
-
comment
Comment #13415466
It feels like failures on the scale of Segway are now pretty run of the mill. They "only" raised a 166MUSD [1]. Doesn't really compare to modern failures like Theranos, 686MUSD. [1…
-
comment
Comment #13381150
RISC-V really seems to be gaining momentum with 2 crowdfunded silicon implementations currently seeking funding: https://www.crowdsupply.com/onchip/open-v https://www.crowdsupply.c…
-
comment
Comment #13380800
Currently returning: Resource Limit Is Reached The website is temporarily unable to service your request as it exceeded resource limit. Please try again later. The irony! Cache lin…
-
comment
Comment #13379901
I've been reading Cryptonomicon recently. There's an entertaining bit where one of the characters asserts that beards are "totems of the white male patriarchal privilege". It's a b…
-
comment
Comment #13379811
Amusing and depressing, awesome stuff. Git's rise to become the de facto standard revision control system has been fascinating to watch. I think it does provided real benefit over …
-
comment
Comment #13379210
In formlab's case they had a 1.8MUSD seed round prior to the crowdfunding. They raised ~3MUSD from crowdfunding. This probably helped give them some runway to put together a series…
-
comment
Comment #13379166
Pretty terrifying. I'd love to see a more detailed analysis of the datasets they received. It sounds like both governmental and private surveillance systems in China may be pretty …
-
comment
Comment #13378221
The author is essentially saying any API change has the potential to break backward compatibility and that we should define what kind of breakage is ok. That's kind of interesting,…
-
comment
Comment #13374665
It's strange how the fact that it has an easily rememberable IP address has driven adoption of 8.8.8.8. I have a couple of other DNS servers memorized from before 8.8.8.8 appeared,…
-
comment
Comment #13373653
Which is why I said potential rather than actual. Having users terminate their connection at Cloudflare always adds an extra layer, and a dependency on a US corporation and therefo…
-
comment
Comment #13373632
To be frank I think that's a bit naive. These attacks are a numbers game. There's a low cost to sending the emails and a much larger payoff. Education helps, but it's still possibl…
-
comment
Comment #13373613
I was think more of a specific mail scanning process for images that look exactly like UI elements, with some fuzzy match. If it matches, flag it with the usual warnings. It feels …
-
comment
Comment #13373408
That's a real shame. There are certainly things they could do to prevent images looking quite so similar to UI elements.
-
comment
Comment #13373130
The how to link in the description doesn't seem to be working but it's here: https://www.hackster.io/mathwuy/elite-dangerous-ship-assista... Neat hack! It's awesome that Amazon hav…
-
comment
Comment #13373107
Looks really cool and must have been a fun project. I guess it's not hugely practical, partically as each Pi has a display attached. Mythic beasts in the UK are doing Pi based co-l…
-
comment
Comment #13372956
Cloudflare's own statement also on HN here: https://news.ycombinator.com/item?id=13372729 Adds more color to this. In any case, it's great that the EFF and Cloudflare have been fig…
-
comment
Comment #13372944
Wow hugely interesting, including that Capitol Hill staff felt NSLs could not be issued against Cloudflare, when they were. One question I have, they chose to voluntarily redact th…
-
comment
Comment #13372059
It's a shame this person didn't get to phone screen. I found the phone screens quite fun, particularly if you're are not too worried about concerned about getting the job. People s…
-
comment
Comment #13371698
I guess it really depends. On projects where the level of commenting is low and theirs little to no documentation it can be tough. For C projects as there's usually a single point …
-
comment
Comment #13371671
Debian bootstrapping is awesome and surprisingly easy to use. I've used it in the past to bring up a Debian install in a chroot on various otherwise unsupported devices (mostly And…