Adobe should come up with a competitor. QuarkXpress abused its customers badly with high license fees and hardware dongles and all sorts of stuff like that. When Adobe came out with InDesign, everyone switched and Quark lost its dominant position. Same thing happened to Microsoft in Mobile. People were so sick of their monopolistic behavior that they lost totally to Apple and Google when they came out with a competit…
Autodesk criticised by 35 named architects (2020)
31–40 of 115 posts
Re: Autodesk criticised by 35 named architects (2020)
#32 public function build_time_query( $column, $compare, $hour = null, $minute = null, $second = null ) {
global $wpdb;
// Have to have at least one.
if ( ! isset( $hour ) && ! isset( $minute ) && ! isset( $second ) ) {
return false;
}
What sort of failure mode causes a website to just dump the backend source? Oh it's PHP...Re: Autodesk criticised by 35 named architects (2020)
#33Re: Autodesk criticised by 35 named architects (2020)
#34It's serving me source code... public function build_time_query( $column, $compare, $hour = null, $minute = null, $second = null ) { global $wpdb; // Have to have at least one. if ( ! isset( $hour ) && ! isset( $minute ) && ! isset( $second ) ) { return false; } What sort of failure mode causes a website to just dump the backend source? Oh it's PHP...
Re: Autodesk criticised by 35 named architects (2020)
#35Adobe should come up with a competitor. QuarkXpress abused its customers badly with high license fees and hardware dongles and all sorts of stuff like that. When Adobe came out with InDesign, everyone switched and Quark lost its dominant position. Same thing happened to Microsoft in Mobile. People were so sick of their monopolistic behavior that they lost totally to Apple and Google when they came out with a competit…
Summoning Adobe to fix a monopoly feels... Perverse. At a technical level, they might have the chops to build something from scratch, but they've more than abused their market position over the last two decades. We don't need another standard without interop. Put the engineering into open source or open standards. We can't continue with software society relies on being locked in like this.
Re: Autodesk criticised by 35 named architects (2020)
#36It's serving me source code... public function build_time_query( $column, $compare, $hour = null, $minute = null, $second = null ) { global $wpdb; // Have to have at least one. if ( ! isset( $hour ) && ! isset( $minute ) && ! isset( $second ) ) { return false; } What sort of failure mode causes a website to just dump the backend source? Oh it's PHP...
Re: Autodesk criticised by 35 named architects (2020)
#37Re: Autodesk criticised by 35 named architects (2020)
#38It's serving me source code... public function build_time_query( $column, $compare, $hour = null, $minute = null, $second = null ) { global $wpdb; // Have to have at least one. if ( ! isset( $hour ) && ! isset( $minute ) && ! isset( $second ) ) { return false; } What sort of failure mode causes a website to just dump the backend source? Oh it's PHP...
It has got nothing to do with PHP whatsoever...
Re: Autodesk criticised by 35 named architects (2020)
#39Adobe should come up with a competitor. QuarkXpress abused its customers badly with high license fees and hardware dongles and all sorts of stuff like that. When Adobe came out with InDesign, everyone switched and Quark lost its dominant position. Same thing happened to Microsoft in Mobile. People were so sick of their monopolistic behavior that they lost totally to Apple and Google when they came out with a competit…
Summoning Adobe to fix a monopoly feels... Perverse. At a technical level, they might have the chops to build something from scratch, but they've more than abused their market position over the last two decades. We don't need another standard without interop. Put the engineering into open source or open standards. We can't continue with software society relies on being locked in like this.
Re: Autodesk criticised by 35 named architects (2020)
#40Earlier quoted context omitted.
It has got nothing to do with PHP whatsoever...
Its PHP