Viewing profile — gorky1
gorky1
HN member- Joined
- Sun, Apr 08, 2018, 7:52 AM UTC
- HN karma
- 116
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About gorky1
No profile information was provided.
Recent public activity
-
comment
Comment #39995542
That would be totally illegal if Nintendo was making the laws, but yes, pretty much.
-
comment
Comment #39994890
I'd say this doesn't bypass anything, it's just some kind of virtual device? I'm using it to read legally purchased books on unsupported hardware.
- story
-
comment
Comment #39994287
There's an open source Adobe ADEPT DRM implementation that works well on Linux: https://forge.soutade.fr/soutade/libgourou
-
comment
Comment #38847528
You're right, and it's extremely hard to undo. Once you have that complexity, you'll always be taking away something from somebody by simplifying. So all simplifications end up as …
-
comment
Comment #38847231
That's very cool, but that's taxes only. For social security, you have to get certified by a completely different set of bureaucrats with partially incompatible requirements: https…
-
comment
Comment #34668515
Intellij Idea on Linux runs surprisingly well on 15 year old T400 Thinkpads. It's actually pleasant to use for small hobby Java projects.
-
comment
Comment #25973106
The question was "what has reflection got to do with it". I've used reflection for dependency inversion, so I think that's what it's got to do with it. If you can do dependency inv…
-
comment
Comment #25972748
I've seen people learning about dependency inversion from a book called "Clean Architecture", then proceeding to apply it to every bit of code they write, to make it "clean". It ma…
-
comment
Comment #25972685
It's called the "dependency inversion principle". People don't like to call it "reflection", and heap various layers like XML or dependency injection annotions on it, but technical…
-
comment
Comment #25971752
Reflection allows you to put the interfaces to Account and Customer into a shared module and the business logic implementations into their own mutually independent modules, thus re…
-
comment
Comment #16785170
This kind of software chooses you :-) Actually, it's quite rewarding once you get into it. Serious business, people depend on you getting it right, but still nobody dies if a bug s…
-
comment
Comment #16785137
https://www.bmf-steuerrechner.de/interface/pseudocode.jsp There's a pdf version as well: http://www.bundesfinanzministerium.de/Web/DE/Themen/Steuern/... The problem is in computing…