|
You are here |
mallonbacka.com | ||
| | | | |
geekfeminismdotorg.wordpress.com
|
|
| | | | | A couple of weeks ago I gave a talk at Open Source Bridge entitled Feminist Point of View: A Geek Feminist Retrospective. The presentation was a review of the 6 years of the Geek Feminism wiki and blog, and the lessons we've learned from doing this. I said I'd post the slides here on the... | |
| | | | |
www.kencochrane.com
|
|
| | | | | [AI summary] The author discusses plans to offer Python and Django tutorials, talks for high schools, and requests feedback on topics to cover. | |
| | | | |
colinoflynn.com
|
|
| | | | | [AI summary] A blog post links to slides from a Black Hat USA 2016 presentation on researching the MB86C311A chip's security vulnerabilities, building on prior work by Joffrey Czarny & Raphaël Rigo. | |
| | | | |
www.eliza-ng.me
|
|
| | | In the world of Java development, one topic that has sparked debate and frustration for many developers is Object-Relational Mapping (ORM). ORM is a technique used to bridge the gap between object-oriented programming languages, such as Java, and relational databases, like MySQL or PostgreSQL. The purpose of ORM is to simplify the data access layer and eliminate the need for developers to write raw SQL queries. However, a recent text expressing strong criticism of ORM on Java, particularly Hibernate, has garnered attention among developers. The author claims that ORM, in general, has always been a disappointing solution. One of the arguments presented is that the ability to use different databases, which was once touted as a selling point of ORM, is a featur... | ||