Viewing profile — chrismoos
chrismoos
HN member- Joined
- Sun, Sep 27, 2009, 5:53 AM UTC
- HN karma
- 103
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About chrismoos
[ my public key: https://keybase.io/chrismoos; my proof: https://keybase.io/chrismoos/sigs/Y1UrZmyWyMrBiodcSN-KITMlbwEIZvfp417vYav6qys ]
Recent public activity
- story
-
comment
Comment #48045269
The specs are public from 3gpp2 ( https://www.3gpp2.org/ ). I didn't have to reverse engineer but in the initial RF bringup, even with the specs, it took me a while and had to pick…
- story
-
comment
Comment #47057685
Yeah maybe at some point -- I'd need to learn about all the formal stuff though first, it's new to me. For now it's cocotb test benches and also I run it through the Klaus test ( h…
-
story
Show HN: m6502, a 6502 CPU for FPGAs and Tiny Tapeout
Hey HN, Recently built an Apple II emulator and at the same time was getting into Tiny Tapeout and decided it would be cool to build a cycle-accurate 6502 CPU and an MCU for it. It…
-
story
Show HN: Apple II(e) emulator in Rust for native and web
Hey all, Spent some time over my winter break and built this Apple II emulator. I had previously done a C64 one but somehow stumbled on the Apple II and decided it would be a fun p…
-
comment
Comment #13985236
This is classic -- one of the main reasons I started programming in C.
-
comment
Comment #13548536
InAuth | Santa Monica, CA or Remote | Site Reliability Engineer InAuth is looking for SREs to help operate and scale our real-time mobile and browser security platform. We use a va…
-
comment
Comment #11134049
If I'd like to get some of the enhancements in there, is this the route to go? https://golang.org/doc/contribute.html
-
comment
Comment #11132012
One of the main differences is this one uses lookup tables for faster decoding of Huffman compressed data as opposed to using a tree (which is what the stdlib one uses). It also of…
- story
-
comment
Comment #8948633
It would be possible but not that straightforward, you can change how log4j loads/finds properties file, for example, so it would be hard to enforce that. Its pretty easy to unpack…
-
comment
Comment #8948533
I've reverse engineered plenty of Android apps before and yeah, unpacking it and seeing .class files is pretty straightforward. More sophisticated than modifying a text file, but s…
-
comment
Comment #8948426
My issue is with the application running somewhere like an Android app where an attacker could easily change logging and see the sensitive information, as opposed to having to do a…
- comment
-
story
Should a security library log sensitive information?
I'm looking for some more input on an issue I have with an XML encryption library, Santuario. First off, love the library, but opened this issue and getting some resistance. The li…
- story
-
comment
Comment #7682482
It probably has something to do with NUMA. Java 7 has a NUMA supported allocator that makes it more likely for threads to access memory from their local node. I'd be interested to …
- story
-
comment
Comment #3905073
Here are a few things you need to think about: 1) How much do the founders need you? This will be helpful in negotiations. 2) How will your role in the company effect its success? …
- story
- story
-
comment
Comment #2564590
Yeah they could simulate the launch, good point. I guess you'd have to hit the home button to know you are leaving the app. Sucks :(
-
comment
Comment #2562171
An in-app browser isn't the only way to provide OAuth, on most platforms you can invoke a URL and the browser application will open on the phone. For example, on iPhone you can inv…
-
comment
Comment #2472419
Its nice to see this getting some attention, great job Keith and Blake! I'm hoping to use Doozer in our infrastructure at some point in the future.