Viewing profile — littlehood
littlehood
HN member- Joined
- Wed, Dec 28, 2016, 11:24 AM UTC
- HN karma
- 11
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About littlehood
No profile information was provided.
Recent public activity
-
comment
Comment #16859579
That way we would be able to create integration test coverage of 100% while still being able to panic on real hardware, until all messy behaviour is implemented. It's like writing …
-
comment
Comment #16850554
You could've asked politely, but it looks you missed your chance.
-
comment
Comment #16850509
We are able to create tests with emulated hardware from specification, but writing emulation taking into account quirks, edge cases and speculative behaviour would be great amount …
-
comment
Comment #16844696
You asked for that block in the second question. You sound very entitled to answers.
-
comment
Comment #15319138
Aztec is more compact than QR - does not need margin and because it's optimised for lowercase letters (used a lot for urls). Also has tunable error correction.
-
comment
Comment #14931589
It is an experimental option for Xamarin. Though haven't played with it.
-
comment
Comment #14206802
I've using Standard Notes for almost three months already. It's neat, but "standard editor" is kind of weak (like not supporting tab to indent), I have to try using the extended ed…
-
comment
Comment #14155159
I've started using Standard Notes, but it kind of feels like it's still beta.
-
comment
Comment #14155051
Depending on the depth of the pond, it may have not frozen to the bottom - water has the highest density around 4°C (~39°F).
-
comment
Comment #14096740
I've used sublime 2 for some time, but changed to VSCode. Reason: VSCode is good enough for my stuff.
-
comment
Comment #13829152
Gmail does something to divert it - it downloads all the resources once and CDNs them for you, so the email author can't see who and where opened the email.
-
comment
Comment #13624614
Most asp.net workshops rely on SQL Server, which up to version from 2012 did not support MVCC and relied on locking on writes and reads. The problem is, it had problems with web-ki…
-
comment
Comment #13614180
My biggest problem with SQL for systems with web interfaces is that it forces you onto OLTP, when your workflow is just "select data, show to the user" -> "user saves changes, save…
-
comment
Comment #13269873
Porting existing/legacy software to cloud. Though SQL Server is just a part of the stack and you still can't fool software it's running Windows. But it's like SQL Server on Windows…