Viewing profile — iGoog
iGoog
HN member- Joined
- Thu, May 03, 2018, 10:56 PM UTC
- HN karma
- 98
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About iGoog
No profile information was provided.
Recent public activity
-
comment
Comment #19439745
so... properties that require a steeper learning curve, a system that's worse far worse than JPA+Spring Data (or you could use the hibernate in both languages - a java development)…
-
comment
Comment #19439492
Maybe it's less of a C# thing, and more of a Unity thing - but I'd say that Unity has some major architectural anti-patterns - which may just be to appease the ease of a the awesom…
-
comment
Comment #19439476
Polymorphism and inheritance by default?
-
comment
Comment #19437405
I gotta ask what in particular "problems" C# solves over Java, and I'm not talking about J2SE 1.4. Having dipped into C#, it feels like the designers resented OOP and reusable code…
-
comment
Comment #19033783
If you believe Facebook to have violated the law in your state, you can write your Attorney General and ask them to enforce the law or explain how Facebook is not in violation of t…
-
comment
Comment #19032523
FB isn’t the service provider, they’re intercepting and recording private conversations they aren’t a party to... where not all the parties are consenting, and sometimes the party …
-
comment
Comment #19032386
How is this not in violation of most wiretapping laws? Facebook is not the common carrier in these cases. Both parties of conversations with teens are not consenting to the wiretap…
-
comment
Comment #17360389
If the problem YAML is size / formatting, that's something a good IDE can simplify even more. For loading up configs that would otherwise be properties files, I have found it to be…
-
comment
Comment #16990799
If a hash is salted with a domain it won't be use-able on other websites. You should additionally hash the hash on the server, and if you store the client hashes, you can update th…