noicebrewery | 6 years ago | on: I Miss the Old Internet
noicebrewery's comments
noicebrewery | 6 years ago | on: Minimal Wim
edit: or thai, or arabic
noicebrewery | 6 years ago | on: Stop Blaming America’s Poor for Their Poverty
noicebrewery | 6 years ago | on: Amazon workers launch protests on Prime Day
noicebrewery | 7 years ago | on: NES.css: 8-bit style CSS framework
I always liked this.
noicebrewery | 7 years ago | on: NES.css: 8-bit style CSS framework
noicebrewery | 7 years ago | on: How China Is Quickly Becoming an AI Superpower
While Asian countries proudly and unabashedly pursue technological advancement and innovation western policitians are still pretending that our economy is dependent entirely on guys mining coal with a pickaxe.
You can see the Western fall of technology not only in AI but in renewables as well.
noicebrewery | 7 years ago | on: Google is irresponsible, claims Fortnite's chief in bug row
At what point did people who browse a site called "Hacker News" start believing in Security through Obscurity?
noicebrewery | 7 years ago | on: Why is a Java guy so excited about Node.js and JavaScript?
Nor has he moved beyond a Java 6 mindset considering the things he complains about in terms of modularity, verbosity and even strict type checking.
The fact that he thinks that the IDE race is between Eclipse and Netbeans is telling.
As far as boilerplate and unneeded code goes, he is correct. Spring, Hibernate and Spring Boot removes code, and results in some arcane problems that you shouldn't need to learn about. Now, let's discuss the React ecosystem: explain to me the purity of intent behind an application that requires: - action classes/files - reducer classes/files - possibly route classes/files - a "store" - a component to set a variable, complete with the half dozen packages required to enable this behaviour. Not everyone has to do this, but when creating a React application with the kind of scope that a Java application often requires, this is an inevitably, and a LOT of work for a supposedly simple task. If there is an error, you are similarly going through a stack trace of weird abstract classes, except they are in a bundle file which is equally impossible to parse.
noicebrewery | 7 years ago | on: Civ 5 AI battle – All 43 Civs on same map [video]
/r/civbattleroyale is generally a lot more interesting given a lot of civs are selected specifically to try to play to their terrain strengths.
noicebrewery | 7 years ago | on: JavaScript is Good, Actually
noicebrewery | 7 years ago | on: Linux ate my RAM (2009)
noicebrewery | 7 years ago | on: Java is too old, What should you learn in 2018?
There are good reasons to move into something like Kotlin but the author has barely touched on any of them. "Java is old" also makes the author sound like they ditch programming languages that aren't currently trending on Twitter or something.
So they were doing that anyway.